

I think “boring” (making a hole with a revolving but) in the title is a pun on this…
I think “boring” (making a hole with a revolving but) in the title is a pun on this…
Prescriptive vs. descriptive is different in colloquial language than in science.
If my data logger captures 1kB/km, how many bytes/meter is that? In every other quantitative unit I can think of, the k should cancel out; but if you want computers to be special, that’s your preference.
Metric sucks. Powers of ten are arbitrary, a fluke of biology. Powers of two are the only sensible way to make a system of measurements.
Then why are you trying to shoehorn binary into decimal? As in: why are you using decimal prefixes in the first place? Answer is probably that most people have intuition behind powers of ten. You can easily express in log2-bytes instead (a GiB is 30, a TiB is 33…etc.). Be the change you want to see!
I’m born and raised in the USA, and while imperial units can be handy for a few every day tasks, there’s a reason why the sciences in the US tend to use metric.
Regarding cooking, I’ll stick to metric, measured by weight. I can double, halve, or multiply my recipe by pi, and all I have to do is look for a different number on my scale.
Giga, Mega, Kilo…these are all SI prefixes; they differ by a factor of one thousand, which is very clean in base ten.
Ten in binary systems isn’t special, but two is; and two to the ten is very nearly a thousand, and a thousand separates the major SI prefixes. This is a neat coincidence, but should not IMHO change the meaning of the prefix.
Metric units are awesome in large part because of the use of prefixes; messing up the meaning of prefixes is a disservice to the SI/metric system. Giga == billion independent of the context. A light-year is close to 10 petameters, but no one would claim it’s exactly 10Pm.
Now, if you want to call it an “imperial gigabyte,” by all means…
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.
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.
…the San Francisco gold rush in 1949.
Classic CS major, making an off-by-one(hundred years) error ;)
I have some bad new for you about Linux…
Your numbers seem reasonable — more intuitive for me to work in terms of pressure. Atmosphere is (roughly) 1e3 Torr, good UHV can be around 1e-10, so that’s 13 orders of magnitude, which is (roughly) the same difference that you calculated.
Aluminum foil is very common in physics labs. And a main use for it is “baking”! To get ultra high vacuum (UHV)* you generally need to “bake out” your chamber while you pump down. Foil is used same as with baking food — keep the heat in and evenly distributed on the chamber.
Sadly, it’s usually not food grade aluminum foil, as that can contain oils, and oils and vacuum are generally a big no-no.
*Just how good is UHV? Roughly: I live in San Francisco, which is ~7 miles by ~7 miles (~11km). Imagine you raise that by another 7 miles to make a cube. Now, evacuate every last molecule of gas out of it. Now take a family sedan’s trunk, fill it with 1 atmosphere of gas, and release that into the 7 mile cube. That’s roughly UHV pressure.
From TFA:
“I have failed you completely and catastrophically,” Gemini CLI output stated. “My review of the commands confirms my gross incompetence.”
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 :)
Physics is like sex: sure, it may give some practical results, but that’s not why we do it.
— Richard P. Feynman
I think the same is true for a lot of folks and self hosting. Sure, having data in our own hands is great, and yes avoiding vendor lock-in is nice. But at the end of the day, it’s nice to have computers seem “fun” again.
At least, that’s my perspective.
Not every ISP! Where I live there’s an awesome ISP, Sonic, which is pro-NN, and last I heard only offers “best effort” service — which means there’s no throttling your link, no paid tiers; if the fiber and hardware can support 10Gbps symmetric, then that’s what you get.
Sadly, they’re not the norm. And sadly, not offered at my address.
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.