“I accidentally did something that I had to explicitly go out of my way to do, and doing literally nothing could have prevented it”
“I accidentally did something that I had to explicitly go out of my way to do, and doing literally nothing could have prevented it”
Why the half measures? The should just nuke them outright so that all that asbestos becomes safe by turning into glass.
It’s spelled twatter
I could see Google integrating with the fediverse once it reaches critical mass. Using ActivityPub for indexing ought to be more efficient than the usual web crawling.
Elmo’s mom won’t allow it
It’s not exactly something that you can force. If X amount of users want to join an instance Y, the instance should be able to provide capabilities to host those users. Besides, horizontal scaling provides other benefits, stability is the main one - if one server instance goes down, others can immediately pick up the slack.
Multiselect lists are outdated design, requiring prior knowledge of what they are and the use of keyboard (that you might not have if using a touchscreen device) for a simple interaction with a webpage is terrible UX. The issue is that it’s how browsers render them by default, a ‘proper’ multiselect requires a bunch of css and javascript.
The fuck is wrong with you Greg
+1 for a NUC. There’s plenty of second hand ones on Ebay which can be had at around $100. The nice thing is that they have ultra low voltage CPUs so the power bill is not a concern with running 24/7.
Out of recommendations given here I’d ignore Arch/Manjaro, for a server you want something that you can set up and forget about and not explode when you try to update the packages after not doing so for 3 months.
Kubernetes and the likes are a bit of an overkill unless you’re planning to expand to having multiple machines or want a learning experience.
I’d recommend docker compose or podman, you generally don’t want bare bones docker as running your containers via
docker run
sucks ass.