

…and regular old murder for ReiserFS.
Not sure what it is about filesystem maintainers…


…and regular old murder for ReiserFS.
Not sure what it is about filesystem maintainers…


Cool, I recommend it!
I have my public facing reverse proxy point to my public services, and I also have it set up as a “roadwarrior” VPN to my home. So, I can connect my phone via WireGuard to my VPS, and a local DNS resolves my private services to the private IP addresses in my home network (so, I also run a reverse proxy on my server, for internal services).
I also have an off-site backup using this — just a raspberry pi and an HDD at family’s, that rsyncs+snapshots over the WireGuard network.
I’m sure I’m not following all the best practices here, but so far so good.


VPS with a public ip (which just takes all the fun out of selfhosting)
Why do you say this? My VPS only runs a reverse proxy and WireGuard, with all services hosted on my computers at home.


Remember that RAID and redundancy is not backup.
Try to 3-2-1, or something similar/better, if you can.
I am fairly sloppy here, and I am also very cheap. I have multiple copies in my home for important stuff (mainly Immich), the in use copy being on SSD and a few backups on spinning rust. I have a raspberry pi with an external HDD at family’s place, with a daily rsync+snapshot, for off site backups.
Of course, I’ve never had a catastrophic failure, so who knows how smooth that would be…
I switched to Technitium and I’ve been pretty happy. Seems very robust, and as a bonus was easy to use it to stop DNS leaks (each upstream has a static route through a different Mullvad VPN, and since they’re queried in parallel, a VPN connection can go down without losing any DNS…maybe this is how pihole would have handled it too though).
And of course, wildcards supported no problem.


Maybe take a look at Outline. (Not affiliated, but I host it for myself.)
I also host KitchenOwl, but mostly just as a grocery list.


"While I’m up here I want to shout out all of our friends and neighbors who couldn’t be here tonight. Our international friends and neighbors who cannot safely travel to this country. Our immigrant friends and neighbors who cannot safely travel inside this country. Our trans friends and neighbors who cannot safely travel after having their driver’s licenses revoked overnight without warning by a cruel and unnecessary legislative act.
“Our friends and neighbors in places like Iran, Venezuela, or Gaza who fear for their lives on a daily basis because of cruel and unnecessary violence. I don’t have any plans to stand on this stage again anytime soon, but if I ever were to do so again I would want it to be amongst all of my friends and neighbors, safe and thriving.”
For all the problems with tech companies, having a chunk of compensation be in the form of RSUs isn’t the worst idea ever. (I know it’s not specific to tech companies, but it’s generally a very prominent aspect of tech company compensation, Netflix notwithstanding.)
I’m really really glad that I get root on my work computer.
“…I really don’t want to have to wipe the thing because it’s running a headless OS”
I feel like logging in as root on a headless system and hoping you type the command(s) to restore functionality is a rite of passage.


AWS was recently “having issues” due to the Iran situation — same thing I wonder?
After reading a few of these I feel like I was either a very boring grad student, or my professors were all very chill. (Or maybe just subject to male privilege.)
A few run-ins with IT, but I don’t think I ever got nasty letters from professors…


I’ve been pleased with it. Family is very relaxed about projects like this, but yeah it’s low power draw. I don’t think I have anything special set up but the right thing to do for power would be to spin down drive when not in use, as power is dominated by the spinning rust.
Uptime is great. Only hiccups are that it can choke when compiling the ZFS kernel modules, triggered on kernel updates. It’s an rpi 3/1GB RAM (I keep failing at forcing dkms to use only 1 thread, which would probably fix these hiccups 🤷).
That said, it is managed by me, so sometimes errors go unnoticed. I had recent issues where I missed a week of rsync because I switched from pihole to technitium on my home server and forgot to point the remote rpi there. This would all have been fixed with proper cron email setup…I’m clearly not a professional :)


Not the same, but for my Immich backup I have a raspberry pi and an HDD with family (remote).
Backup is rsync, and a simple script to make ZFS snapshots (retaining X daily, Y weekly). Connected via “raw” WireGuard.
Setup works well, although it’s never been needed.
Indeed. The quoted passage made it sound like this was unique naval terminology, as opposed to standard nautical terminology. It’s not wrong, I just thought it was worded peculiarly.

(It’s not just the Navy — they’re called “heads” on recreational vessels, too.)


F-Zero X for N64 is, for me, the pinnacle of racing games (works great on emulation).
It’s fast, smooth, and pretty straightforward. It even had a random map mode — they were sometimes a bit funky, but it was fun when you wanted something new.

Also, 1.21GW is famously used in Back to the Future.
That almost makes sense, but pi radians = 180°
Right, a triangle “has 180deg,” like I said.
in which case π÷n is infinitesimally small. In other words, substituting infinity for n would be incalculable
That’s not how limits work. Substitution is not the same as taking the limit.
infinite and infinitesimal numbers are impossible to express rationally.
That’s not true at all. https://en.wikipedia.org/wiki/1/2_%2B_1/4_%2B_1/8_%2B_1/16_%2B_⋯
It’s not about colloquialism or language
Having one word (or phrase) with two meanings is a property of language.
You can/could also find Coffee HOWTO in your distro’s HOWTO package. (I found a reference back to v0.5 of the document in 1998.)
Has simple schematics to get you started for the hardware, using the parallel port to toggle relays.
It’s a very neat little document, and inspired me to write a simple kernel module so I could
echo 1 | sudo tee /sys/whatever/coffee0to turn pin 0 high on the parallel port. (This is silly, and it’s much easier to just do things in user space!)