this post was submitted on 02 Mar 2024
1314 points (96.0% liked)
Open Source
31133 readers
270 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It get some resources from them at the start, but they do not fund it for a long time.
When you join large rooms like #matrix:matrix.org, it consumes a lot of space. But otherwise it is not that heavy. I hope they fix this, as this can be fixed with better resource planning, the biggest tables on the database are those like state_groups_state that does not hold bare information and just group information together for quick search. (I hosted a server and MatrixHQ room took 100GB..., 95% of the database).
Looking at server list it seems very healthy. Also (opinion alert) I think having thousands of public server running by a randoms like there is for big chunk of Fediverse will not be as healthy as dozens of well funded community servers.
Synapse is not the reference server, there is no one official implementation for a purpose. And old news, it is now hosted by Element under AGPL.
They could still be funding it in other ways. It’s a conspiracy, but one that would make some sense.
I gather you are saying there still are real storage issues. The bigger your server grows the more wildly this can get out of hand once just one of your users joins a big room. The whole model is about distributing the syncing of messages & no matter how they slice it to speed parts of it up, I feel it will remain an issue by design unlike other protocols that treat realtime chat as ephemeral & just give you enough history to get context of the current conversation. I’ve already witnessed 3 servers try to grow a following, then when users came, the bill inevitable shut them down--in the same way that Mastodon can skyrocket bills due to fundamental designs. Other protocols also handle decentralization better in ways that don’t require massive funding & empower users to host their own decentralized server--to which I think is healthy & desirable.
Synapse more or less acts as a reference server in the way that all Twitter-likes are basically required to be Mastodon-compatible.