

These people don’t get it, do they?
Oh, they get it, alright. They’re making more money than God, which is entirely the goal.
Blog op doenietzomoeilijk.nl.
These people don’t get it, do they?
Oh, they get it, alright. They’re making more money than God, which is entirely the goal.
I am a simple man, I see someone construct a keyboard out of wood, I upvote!
I, too, live in this fabled real world, and I already mentioned I understand your issue. I just think you’re barking up the wrong tree, but luckily you’re able to work around things, and that’s the most important bit, isn’t it?
To be honest, stuff not working when it breaks the standard is unfortunate, but I wouldn’t blame this on the tool that adheres to said standard.
You’re not inconvenienced by systemd-resolvd, you’re inconvenienced by those mail sites doing stuff that doesn’t work, possibly as a result of them needing to do something that was slightly flawed to begin with: using DNS records to possibly hold more data than they can per the spec, which, if I understand things correctly, is because of the limitations of UDP traffic.
Not that that helps you, of course, it’s annoying and I recognise that.
Europe: idontthinkiwill.jpg
Edit: I thought Revolt wasn’t open source, not sure what I had it mixed up with.
Well, that’s Plex gone from my server, then. I had switched to Jellyfin, anyway, but it was mostly “still there”.
No more.
Running the stuff on someone else’s computer still requires a dedicated team for “something serious”, unless you stuff everything in specific “serverless” platforms, in which case you’re still paying for admins, just not yours.
I don’t think “they should”, but if you’re willing / able to at least make a decent description of what it would entail, how it would work, and how it would benefit users, and possibly contribute in some other way, it might happen!
(It’ll take more than a sentence and a half from the sidelines, I think)
Exactly! As far as I’m concerned, robots.txt should be enough: I tell your bot to stay the hell away, or not, and your bot obeys. What it scrapes for doesn’t matter, IMO.
We don’t need more standards and rules for assholes to ignore, we need assholes to adhere to the rules.
And then there’s Discourse as well, to make it even more confusing. 🤣
I’ve heard of that, yeah, but I’m still not convinced a web page and chat mix well. They’re different in pace. That might just be me, though. 😁
I don’t know about decentralized, nor am I convinced that it should be, you’re responding to something on one page, I don’t think “decentralized” adds value here.
If you really insist on that, there’s several people who tack a fediverse thread onto a post. Mastodon, is seen often, I personally added a GoToSocial thread fetcher to my blog, I assume Lemmy could work as well.
As for non-decentralized but open, there’s Comments as someone already mentioned, and I’m personally using Isso, which presents itself as a drop-in replacement for Disqus.
Matrix is a chat protocol, not a comment system. You might shoehorn it into that role, but it’s never going to fit well, IMO.
Neil doesn’t need a chatbot with sparkles for that, he’s plenty capable to take absolute piss himself. 😁
A fair amount of drama is exactly their fault. Mozilla chose to increase management pay and fire people, Mozilla chose to flirt with ai, Mozilla bought an ad firm, and so on. It’s not like someone was holding a knife to their throat.
Yep, the M is for mb, that’s for RAM in this case.
As for levels… That’s not really that black and white, IMO, there’s no “best” platform, it’s always “it depends”. I think you’re fine with a pi, certainly for a while, and especially at the price point. Plenty of folks running fedi instances and Matrix off of 'em.
The only thing that comes close and has good software support would be a second hand small form factor office PCs, like HP mini PCs or the Lenovo ThinkCentre. Might buy you some expandability down the road, but it’s slightly bigger, uses a bit more energy, choices. It depends.
To start with the last question: yes, you can absolutely host more than one service on a single machine, resources permitting. The different services will each listen on a different (TCP) port, and you can front it all with a proxy which works a bit like a front desk, directing the incoming requests to the proper port, so foo.example.com gets directed to service A and bar.example.com gets directed to service B, and so on.
The key part is “resources permitting”, because all those services need CPU cycles to run and memory to run in (not to mention storage). Especially RAM is critical; have too much running for the amount available, and your server has to “swap”, parking bits of ram to disk, use it for whatever has to run at that moment, and swap bits back. Storage is always vastly slower than memory, so this slows things down tremendously, to the point of the server feeling sluggish or frozen. If you run on a Pi that runs off of a microSD card, not only is your storage really, really slow, you’ll also severely limit its lifespan with swapping. So do invest in better storage, like a USB NVMe drive (not a regular USB thumb drive, as those are typically the same flash storage as sd cards). And see if you can get a pi with more RAM. There’s no such thing as having “too much RAM”.
So, what to run? I don’t know about Hubzilla specifically, but their FAQ (under the “average hosting cost” header) says you should be fine — it’s just a PHP + database app. But with apps like these, it also depends on the actual use: if your family and friends start following a million people, that’s going to increase resource use. Keep in mind that over time, you’ll see storage increase slowly but surely, anyway, I’m running a single user GoToSocial instance for myself, and the database and cached images and whatnot amount to some 12GB of storage. I did mention getting extra and faster storage, right? ;) I know there’s folks hosting GoToSocial and snac on severely constrained hardware, like raspi zero (so far less powerful than what you have in mind), old routers and even their car radio…
WordPress is just another PHP + database app, although it tends to scale somewhat shitty; if you’re not entirely tied to WordPress, you might look into different systems, maybe a static site generator that turns your pages into, well, static HTML files, which take next to no resources (CPU/RAM) to host.
Synapse is a bit of a heavy thing (although it has gotten vastly better, the last couple of years), but it too is quite disk-heavy, so really don’t run this on SD cards.
Point is: yes, you can absolutely start with a Pi. I’d try and get one with as much RAM as you can / are willing to spend, as you can’t upgrade it, and get some storage that’s faster and less prone to failing. But even 2GB will get you some way and you’ll learn a ton (aka “break stuff”) in the process!
In Dutch, we have the similar “zoals de award is, vertrouwt hij zijn gasten” (roughly “the way the innkeeper is, is how he trusts his guests (to be)”).
Dog-fooding, but instead of food, it’s a dog eating its own vomit.