

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.
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.
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 think the objection is that this is specifically targeted at women, and it’s something that someone might be self conscious about.
“Free coffee to shortest/tallest/skinniest/fattest man” would be also be offensive IMHO, because it’s singling out people for a trait for which they maybe don’t want to be singled out.
Crude humor is great, if all parties are in on the joke; I believe the point that parent was making was that all parties are not necessarily in on the joke.
https://en.m.wikipedia.org/wiki/ACID
Atomicity (something happens in its entirety or not at all), consistency (database is always in a valid state — if the database has constraints, they will always be honored), isolation (transactions don’t step on each other), durability (complete transaction is complete even if there’s a power failure).
Not a database expert, my parenthetical explanations may need work.
I once took a Lyft and the push alert was, “Look for Jesus in a white Toyota Camry.”
Maybe in the before times, but with the LA residents’ response to the fascist in chief, I think most of us in San Francisco are honored to share the state, and be confused, with Angelenos.
Just keep the Dodgers in SoCal. This is the Giants’ city.
It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.
Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.
I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.
Did the developer use any version control though? SCCS has been around since the early 70s, RCS and CVS since the 80s. The tools definitely existed.
Also, it was a single dev, which makes SCM significantly simpler!
https://en.m.wikipedia.org/wiki/Blackbird_(wind-powered_vehicle)
Can go directly upwind (no tacking required). Can also be applied to boats.
Sorry you’re getting down voted — lots of replies from folks unclear on what the diffraction limit means, atomic resonances, etc.: https://www.newscientist.com/article/2161094-a-single-atom-is-visible-to-the-naked-eye-in-this-stunning-photo/
Parent didn’t say resolve, they said see — you can’t resolve stars but you can most certainly see them.
Light up a single atom enough and you can see it (unclear if this works with a dark adjusted naked eye or if a long exposure is required): https://www.newscientist.com/article/2161094-a-single-atom-is-visible-to-the-naked-eye-in-this-stunning-photo/
No, they’re too small to resolve. You can see small things if they’re bright enough: https://www.newscientist.com/article/2161094-a-single-atom-is-visible-to-the-naked-eye-in-this-stunning-photo/
A single atom of gold is far too small for any photon in the visible spectrum to interact with.
That’s incorrect — single atoms can, and do, interact with optical photons.
https://arxiv.org/abs/2410.19671 https://www.nature.com/articles/ncomms13716
And the entire field of super resolution microscopy relies on small things (e.g., molecules) interacting with light.
The energy from nuclear reactions can be astonishingly large (compared to, say, chemical reactions).
But atoms are really, really, really small.
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.