https://health.osu.edu/health/dental-health/metallic-taste-workout
In an otherwise healthy person with no other symptoms, there is no significant medical concern.
https://health.osu.edu/health/dental-health/metallic-taste-workout
In an otherwise healthy person with no other symptoms, there is no significant medical concern.


Adjusted for inflation, or better yet something like median salary, would probably be more meaningful.
Seems this will preferentially screw folks in low cost of living areas. If you’re in a HCOL/VHCOL area and making ends meet, then a new car is probably affordable. If you’re making ends meet in a LCOL area, then this is likely a huge expense.


the audio had glitched so I missed the voice over
This was not a triumph.


You’re right, for new drives it looks like a little more with this 20GB retailing for $230, or $11.50/TB.
For refurbished, I recently got a factory renewed 12TB Seagate for $112 ($9.33/TB), but that price is now up to $199 for the same drive (!).


Official numbers here https://www.debian.org/mirror/size
About 4.4TB, but that’s all architectures and (I believe?) all distributions (stable, testing…).
If you only want source+all+amd64+arm64, and only want stable, it will be smaller of course.
Not nothing, but at $10/TB or so, it’s not much.
And if you’re following 3-2-1, I’m pretty sure the “1” is already handled for you :)


I’ve been really impressed with Immich, can’t recommend it enough.


I’d put substitute first, but yours sounds better :)
(I’m a big Immich fan, and I’m taking and sharing photos more than ever before, in part because Immich is awesome, self hosted, and open source [the other part is that I have kids now so I’m taking way more photos that grandparents want to see].)


San Francisco is north of 40¢/kWh.


On low end CPUs you can max out the CPU before maxing out network—if you want to get fancy, you can use rsync over an unencrypted remote shell like rsh, but I would only do this if the computers were directly connected to each other by one Ethernet cable.
I have one, it’s been great.
That said, “exactly what the problem is” isn’t always the same as telling you the solution. I had a “misfire on cyl #3” error or something like that, which can be a number of things. Replacing all the coils and plugs myself was probably still cheaper than taking it to the shop though!


Not sure I agree.
First, stocks tend to be highly correlated with “the market” (see financial “β”/“beta coefficient”). For example, look at, say, The Home Depot or Ford Motors. From January 2000 to January 2003 (spanning the dot com bubble) they each lost about a third of their value, yet these are not “dot com”-centric companies.
Second, the promise of AI is that it will help every company that has desk jobs. So every company has this expectation now priced into their stock, and if the bottom falls out, well…
Not an analyst/I don’t pick stocks, but just my 2¢.


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.


Frigate is pretty good, too. I’ve only been running it for a few months but I’m very happy with it.
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.
Regarding DNS servers, what router do you have? Some routers have simple enough DNS capabilities — I have a MikroTik, and have it set up with DNS entries for internal services (including wildcard). Publicly accessible services just use my registrar’s DNS (namecheap — no complaints).