

Frigate is pretty good, too. I’ve only been running it for a few months but I’m very happy with it.
Frigate is pretty good, too. I’ve only been running it for a few months but I’m very happy with it.
I’m in California, but we still (currently) have the same federal bullshit requirements. Doctor friend said I should lie.
Made an appointment, and the pharmacist asked if I was immunocompromised, or XYZ, and I just told them that I qualify—no follow up questions, just a jab in the arm.
To be fair, I do have anxiety that my government is trying to kill me, but that’s just crazy…
Though, technically that leaves you more at risk of ransomeware or something that overwrites your data.
I rsync as well, but use snapshotting on the remote drives. So, a bad rsync would suck but shouldn’t really result in data loss. Ransomware on my local+remote server would of course be very bad…
I do something similar — I have a raspberry pi and a HD, with daily rsync and snapshots (monthly retained indefinitely, weekly retained for a month, daily retained for a week). It’s at family’s house, connected to my home via WireGuard via a VPS. Tailscale (or anything really) would also work here.
It’s a great setup! Just have some watchdog reboot if it can’t talk to home (a simple cronjob with ping -c1 home.lan || reboot
or similar).
Even our “slow” 35Mbps upload speed is way more than enough for incremental rsyncs of my Immich library. The initial sync was done in person, though.
I got one from goHardDrive on eBay (link). It was cheap enough, looks flawless, and knock on wood has been working fine.
Googling around, the brand gets…mixed reviews. My use case is such that of this drive fails it’s not a big deal.
poweroff
and reboot
work as advertised for me, but I’m running headless homelab servers and a laptop with i3
. Maybe DEs/GUI shutdown is more subtle?
Yeah, I run i3
and headless servers, so it’s poweroff
or reboot
for me. Always works as advertised.
Except on the Linux systems I’ve used, when I ask it to shut down, it shuts down no matter what. Windows and macOS let programs stop the shutdown process indefinitely (when shutdown/reboot are invoked the usual way).
I think that’s what the meme is trying to get at.
Never said that at all. I’ve had some fantastic food in England.
Oh please. The US has many problems, and there are food deserts to be sure — but go to a first class US city and you’ll find great food.
I’ve honestly never understood people who feel the need to “replace” Spotify. … Spotify has never made sense for my use-case.
I don’t know how to say this, but…you have extremely uncommon use-cases:
…during those times, my phone is either fully turned off (so I’ll use an MP3 player), or it’s in Airplane Mode.
Many people listen to music on stereos and don’t necessarily want a device plugged in, so
I just download the music I like to my device and listen to it via VLC.
either doesn’t work or is substantially less convenient than e.g. casting from a phone.
Not hating on your setup at all, but it’s very niche, in my experience.
From https://en.m.wikipedia.org/wiki/Sharon_Osbourne
The couple used to physically fight regularly and, according to Osbourne, they would “beat the shit out of each other.” She has described herself as “a beaten woman” when she was at the hands of husband Ozzy where he once knocked out her front teeth. She once retaliated by throwing a full bottle of scotch at his head.
ethic cleansing
Tbh that doesn’t sound too bad? Like maybe take a nice shower but with cruelty free/plant-based soap that wasn’t animal tested (and obviously there’s no drought concern in this scenario).
go2rtc, a camera streaming tool that’s useful for security cameras, at least has some humor in their choice — port 1984, of course.
ZigBee router thing:
I’ve been happy with the SMLIGHT SLZB-06M. You can easily flash firmware, and it has PoE which was important for me. I believe it also supports Thread, but I haven’t tried this yet (and I’m not sure if it supports it at the same time as Zigbee).
Zigbee smart plugs from Third Reality have been pretty solid in my experience, and they report power usage.
For circuit breaker level monitoring, I have an Emporia Vue2. I have it running esphome, completely local — unfortunately this requires some simple soldering and flashing, so it’s not turnkey. But it’s been rock solid ever since flashing it. (Process is well documented online.)
I’ve had decent luck with cheap wifi Matter bulbs, but provisioning them is finicky, and sometimes they just crap out and need to be power cycled; Zigbee bulbs (e.g., Ikea) have generally been reliable, though sometimes I’ve had difficulty pairing them initially. After power cycling a Matter WiFi bulb, it takes a while for it to respond to Home Assistant; Zigbee bulbs generally respond as soon as you power them on.
I have a wired smart light switch from TP-Link/Kasa (KS205), and it’s been completely hassle free (and totally local — Matter over wifi). The Kasa smart switch dongles I have work flawlessly but need proprietary pairing, and I’m afraid to update firmware in case they lose local support.
Good luck! Fun adventure :)
No, I’ve been a strict vegetarian for a long time, mostly vegan now but not strict about it. I did eat fish a few years ago because it was an invasive species (and also, delicious).
But also, I have no problem getting the food/nutrients I need from a plant based diet, which isn’t always easy for other folks.
Thanks for the thoughtful response! 1) makes a lot of sense, and 2) makes a lot of “emotional sense” to me (as opposed to “intellectual sense,” I guess).
If you’re running it via docker compose it’s trivial to upgrade, and there are no breaking changes. Pull, down, up, you’re done.