Reddit refuge, escentric engineer and serial hobbyist.

  • 2 posts
  • 68 comments
Joined 3 years ago
Cake day: June 10th, 2023
  • I thought it was a joke until someone at my company gave a company wide presentation on how to use AI to accelerate coding and st several points flat out ADMITTED he didn’t know what the hell it was doing but you just need to ‘baby sit’ it and you get useful scripts out of it. I’m a hardware engineer and I wanted to scream at him.

  • I went a little crazy and setup my own wireguard VPN network, all the remote hosts connect to the VPN and the primary server connects to each of them and pushes backups. Because I use btrfs and lots of snapshots I use btrbk, annoying to setup but now my hourly snapshots get pushed everywhere, minimal bandwidth and it flawlessly has worked for years.

  • I have a trailer (workshop) with solar power, batteries, a raspberry pi controlling everything and a cellular hot spot. It pumps all the solar, battery information and light controls over MQTT and home assistant over cellular. So yes its possible, what do you want to do?

  • Yep, here is the yaml but redacted

    - type: entities
                title: Communication
                entities:
                  - type: weblink
                    name: Webmail
                    url: https://postale.io/
                    icon: mdi:email
                  - type: weblink
                    name: Mattermost
                    url: https://mm.stuff.com
                    icon: mdi:chat
                  - type: weblink
                    name: Mumble Server
                    url: https://mumble.stuff.com
                    icon: mdi:radio-handheld
    
  • Similar, but more fancy, I have a bash script that runs every 15 minutes and ingests a config file. The config file has a super simple CSV format of every service I have. It checks that all the services are operational and generates an HTML file from it. If any services are down the HTML will show its down, otherwise its just a helpful link.