The lie made into the rule of the world.
Is there any meta analysis on these major outages?
They seem to be occuring more and more regularly.


Depending on 3rd parties is a pain in the ass


Awesome selfhosted lists https://github.com/heyform/heyform as a possibility.


if a tool exists which can easily and reliably detect AI generated content then they’d just be using that tool for their training
Generative Adversarial Networks are an example of that idea in action.
One of these projects might be of interest to you:
Do note that CPU inference is quite a lot slower than GPU or the well known SAAS providers. I currently like the quantized deepseek models as currently the best balanced between quality of replies and inference time when not using GPU.


it’s not like you will test significantly different now compared to a year ago.
It does. Simple but important things like sleep impact it hard.
I’ve had it assessed three times in a clinical context, and lowest was almost 10 points different than highest.


alternative to big tech, not really as a tool against state censorship
I’m not sure these 2 are separate. They seem to work in tandem on restricting people’s freedom. Government sets direction, big tech implements. In return government makes it so that alternatives to big tech have a harder and harder time.


That’s the good thing about the fediverse: you can set up an instance that does just that, and federate with the others!
I’ve worked with bookstack. Found it easy and intuitive. It’s wiki software not specific to family history.
I think it depends on the rate of change, rather than the amount of containers.
At home I do things manually as things change maybe 3 or 4 times a year.
Professionally I usually do setup automated devops because updates and deployments happen almost daily.
At one of my clients, who wants everything on-prem, I use gitlab CI with ansible. It took 3 days to setup, and requires thinkering. But all in all, I like the versitility, consistency and transparency of this approach.
If I’d start over again, I’d use pyinfra instead of ansible, but that’s a minor difference.
Stock raspberry os and syncthing sounds like the easiest way to do this.
I also dislike graphana kabana elastic behemot.
You can use rsyslog to centralize the logs. Then there’s tools like this for anomaly detection on those logs.


A small application I wrote myself, hosted on the free tier of pythonanywhere.com


Uptime monitoring and notifications
I’ve done cron @reboot keep-one-running <mycommand> before (1)


Great news, thanks!


Hopefully the android releases will be able to follow, as I understand the original syncthing authors will no longer be supporting android.


Yet theyre not a surveillance state to the same extend as the EU. So overall better I think.
Your domain will always have to be rented through a 3rd party. Cloudflare is (or was?) one of the better choices for that.
Cloudflare does other things as well, most notably it can acts as a proxy: an inbetween between your server and the users. This inbetween can be useful against DOS attacks, blocking of bots, etc. But for most self hosters that part is not necessary. It’s a toggle in cloudflare’s DNS dashboard: I think you’d want it to say DNS only.
Another thing cloudflare can do is tunneling. It’s useful for when your server is behind a firewall or NAT or double NAT you can’t or don’t want to configure. You’d probably know if you use this, so I assume you don’t?