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

Rules

Related Communities

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
[–] smileyhead@discuss.tchncs.de 3 points 8 months ago (1 children)

Matrix was built by Israeli intelligence

It get some resources from them at the start, but they do not fund it for a long time.

consumes so many resources that it’s not feasible to self-host on most budgets

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).

As such it’s highly centralized

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.

the community is still largely being ran by Matrix.org as the keeper of the implementation server

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.

[–] toastal@lemmy.ml -1 points 8 months ago

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.