

Snikket makes it quite easy, but the extra complexity of hosting from home is probably better avoided for total beginners.
Admin on the slrpnk.net Lemmy instance.
He/Him or what ever you feel like.
XMPP: [email protected]
Avatar is an image of a baby octopus.


Snikket makes it quite easy, but the extra complexity of hosting from home is probably better avoided for total beginners.


Yes, Matrix is a bit ahead with SFU calls (after depending on Jitsi Meet for a long time, which uses xmpp under the hood). But for most usecases it doesn’t matter so much. On a modern internet connection a SFU basically only starts being useful in calls with ten or more participants. For corporate board meeting calls maybe, but your family call is also fine without.


There is no way sending free healthcare to foreign countries might backfire with the local population in the US, right?


For now voice and video calls in xmpp only lightly touch the server and are mostly p2p. This comes with some scaling issues but for small groups of around 5 people it works fine.
Movim is a bit special, for other clients it doesn’t matter much.


Movim specifically works a bit better with ejabberd, who also provide easy to use containers.
Prosody is more of a Lego set to build your own server, so I don’t think they even provided official container images for a long time. There is https://snikket.org/ though which is an opinionated distribution of Prosody with easy to use containers. Sadly Snikket doesn’t play so well with Movim out of the box.
In general it is probably easier to start out with a rented VPS. You can move to your own server later on when you got the basics down. Since XMPP servers are quite lightweight they run fine on low end VPS that can be rented for as little as 1€/month.


Was interested who is lobbying who in this case: https://www.lobbyfacts.eu/datacard/european-transport-safety-council?rid=78891371297-34
Seems like this is mainly the EU lobbying itself 🤦
At some point the benefit of extra RAM isn’t there anymore compared to what the CPU can actually run. With a CPU like that 8GB is probably sufficient and 16 would be merely nice to have for some additional caching.
I would go for the Wyse 5070 as a server. More RAM is good and the CPUs while somewhat slower are more power efficient.
The 4/5th gen Intel CPUs are the last gen that is really quite poor in power efficiency when mostly idling. 6/7gen made huge improvements in that regard.
Upgrading the storage should be possible quite easily.


For static sites, yes. To actually protect dynamic sites against AI crawlers, Cloudflare has to do much more than just caching.
And besides that, Cloudflare is a huge single point of failure and highly privacy invasive.


This is not how things work on the modern web. Did you just wake up from a 20 year coma?
Snikket is definitly not harder to set up than Synapse or Condinuwuity, the difference is mainly that Matrix is based on standard web technology, so if you have some knowledge in that already, XMPP can feel a bit alien since it is an actual protocol different from http(s).