

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.


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.


Having kids has made random conversations somewhat frequent for me.


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.


The dot-com bubble burst, but…well, it got better.
Of course there were some casualties (famously pets.com), but Microsoft, Cisco, Intel, Amazon…yeah they got their clock cleaned at the time, but long term they were pretty successful.
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’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.


Link(s) in post contain punctuation and break, at least on my client. Here’s the codeberg link (working);
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.)


https://www.superbowl-ads.com/1997-tabasco-mosquito/
Best ad ever IMHO (sorry for funky link, YouTube if you prefer).
No dialog, no rampant consumerism (hot sauce is a necessary food), no sex/sexism, no emotional manipulation.


Also, 1.21GW is famously used in Back to the Future.


From link:
NOTE: The script is broken, DO NOT ATTEMPT TO USE THE SCRIPT NOW. Attempting to run it may get your account flagged stopping you from trying face verification either temporarily or permanently, forcing you to use your ID.
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.
That’s exactly my point, there are two different colloquial ways of talking about angles. I am not claiming there is a mathematical inconsistency.
Colloquially, a “triangle has 180 degrees” and a “circle has 360 degrees.” Maybe that’s different in different education systems, but certainly in the US that’s how things are taught at the introductory level.
The sum of internal angles for a regular polygon with n sides is (n-2)×pi. In the limit of n going to infinity, a regular polygon is a circle. From above it’s clear that the sum of the internal angles also goes to infinity (wheres for n=3 it’s pi radians, as expected for a triangle).
There is no mystery here, I am just complaining about sloppy colloquial language that, in my opinion, doesn’t foster good geometric intuition, especially as one is learning geometry.
I don’t think we’re talking about the same thing.
If you take a circle to be the limit of a polygon as the number of sides goes to infinity, then you have infinite interior angles, with each angle approaching 180deg, as the edges become infinitely short and approach being parallel. The sum of the angles is infinite in this case.
If you reduce this to three sides instead of infinite, then you get a triangle with a sum of interior angles of 180deg which we know and love.
On the other hand, any closed shape (Euclidean, blah blah), from the inside, is 360deg basically by definition.
It’s just a different meaning of angle.
See, for example, the internal angle sum, which is unbounded: https://en.wikipedia.org/wiki/Regular_polygon
Triangle, “has 180 degrees,” subtends 360 degrees.
Circle, “has 360 degrees,” the sum of the interior angles is infinite.
(I’m not actually confused, it’s just that “a circle has 360 degrees” and “a triangle has 180 degrees” is a little annoying in that they use different definitions.)
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.