

So, was it Griffiths, Purcell, or Jackson that got you?


So, was it Griffiths, Purcell, or Jackson that got you?
This review of Olive Garden went viral, and the review/reviewer was mocked online—but then Anthony Bourdain came to her defense.
Kinda a cute story, and a fun read.
Having lived without a dishwasher for many years, I’m never complaining about loading/unloading the dishwasher. From starting the kettle to finishing a pour over is more than enough time to unload.
And never again having to schlep clothes to the laundromat because we have laundry in our home? Likewise, I’m not going to complain. The only reason laundry takes real effort is when we opt to use the clothesline instead of the dryer.
Not everyone has a dishwasher, washing machine, and clothes dryer, so I absolutely recognize that I’m very fortunate here. And the crazy thing is, these devices aren’t even particularly expensive, especially since they can be had used — I think a big reason folks don’t have them is the installation+room required. Which probably says something about landlords and the general cost per area of housing.


I used Photoprism years ago, so my knowledge is probably pretty outdated.
My experience of Photoprism was that mobile was not tightly integrated. At the time I used Syncthing to sync photos — it worked ok for me, but I wasn’t going to set it up on my partner’s phone, for example.
Immich Just Works on both mobile and desktop. Multi user is great, sharing is great, and the local ML and face detection work remarkably well.
Whatever works for you is the best of course! Immich fits the bill for me, and it was very much worth it for me to “buy” it.


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).


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!


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.


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.
I have this sort of thing aliased, with some added
--includeflags to filter file type (e.g., only match source/script files). Super useful!