664
Discord to start showing ads in the coming week after resisting for almost a decade
(www.neowin.net)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
Did they rewrite that crappy Python server in something with better performance by now? I tried self-hosting Matrix a few years ago and gave up after the one room I joined hadn't finished syncing after a whole day (admittedly it was their main matrix chat room with lots of members but still).
https://matrix.org/ecosystem/servers/
There are multiple options for homeservers and the Python one is just one of several implementations. There are others written in C++, Rust, Go!, etc.
Just don't make a new install with Dendrite - it's not really supported anymore. And no automated automation for us who do have Dendrite servers ...
Synapse if you plan to go large, otherwise Conduit, would be my recommendation.
is your automation automated? mine's manual I'm jealous
That hasn't been an issue for a year if you've enabled sliding sync. It is very fast nowadays. Look into element-x https://github.com/element-hq/element-x-android
Sliding sync doesn’t make joining Matrix HQ any faster. This is depending on your hardware and whether or not you have any workers configured. For most users it isn’t worth joining that room anyway.
Why not? I'm not in mhq but why is it different than other rooms?
It’s the amount of users and servers in the room. When you join it on a new server it needs to process and verify the state of the room and agree it with all the servers. As the state is massive in this room it can take a very long time to join it.
If you want to learn more read this: https://matrix.org/docs/older/stateres-v2/
Thx. So the first time the server joins the room it's slow. Any subsequent joins are faster
Correct! Although if you are the only user on the server subsequent joins don’t matter.
Element X is a client.
Element doesn't support sliding sync
It depends on your skillset. If you can self host services in docker, matrix should not be an issue anymore. Its still nowhere ready for everyone at this point but is constantly improving.
Docker changes nothing about the performance characteristics of a service. If anything back then a full server dedicated to it wouldn't have been enough.
i know that. My comment was concerning the „hostability“ in general. The performance is okay imo. Joining large rooms will still take a couple minutes but no whole day.