this post was submitted on 16 Jun 2025
155 points (86.7% liked)

Technology

71537 readers
4107 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
155
submitted 1 day ago* (last edited 18 hours ago) by vga@sopuli.xyz to c/technology@lemmy.world
 

Here's Matrix CEOs answer to this article: https://lobste.rs/c/jekh0n -- according to him the article is absurd amounts of FUD

you are viewing a single comment's thread
view the rest of the comments
[–] kate@lemmy.uhhoh.com 23 points 1 day ago (2 children)

I think it’d help them a lot to disable new signups on the m.org home server for a while and direct people to some of the other popular options, they spend too much on their own example server imo

[–] kate@lemmy.uhhoh.com 14 points 1 day ago (1 children)

Personally have been hosting my own server for me and friends. Cheaper and easier than I expected it to be 🤠

[–] yardratianSoma@lemmy.ca 5 points 1 day ago (3 children)

cheap and easy? I tried running it myself and ran into several hurdles, and gave up. How did you host it? VPS? Docker? Bare-metal?

[–] kate@lemmy.uhhoh.com 4 points 10 hours ago

cheaper and easier than I expected, at least. wouldn't want to say anyone can do it, you'd need some familiarity with the command line and dns but I'm lucky enough to have some experience with them. either way, this is the guide I followed, and I just pointed it at a hetzner vps https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/quick-start.md

[–] msage@programming.dev 1 points 16 hours ago

I installed it with pip in 2017 without issues

[–] aliceblossom@lemmy.world 3 points 1 day ago (1 children)

I'm not who you replied to, but there is a big stack of ansible playbooks for it that make it pretty pushbutton. They primarily use docker. This is what I used and I got it setup in like an hour.

[–] kate@lemmy.uhhoh.com 2 points 23 hours ago* (last edited 20 hours ago)

yeah I did the ansible. You just fill out a config file & point it at any Linux server with python installed and it’ll set things up for you

[–] poVoq@slrpnk.net 2 points 1 day ago* (last edited 1 day ago) (1 children)

It is a bit counter-intuitive but restricting new signups will not help them much. The way the matrix protocol is designed, i.e. replicating everything on every server, means that clients connecting to their server have only a minor impact. As long as most rooms of the entire matrix network are replicated on the matrix.org homeserver their costs will stay high and there isn't really much they can do about that other than shutting it down entirely.

[–] 2910000@lemmy.world 1 points 1 day ago (1 children)

As long as most rooms of the entire matrix network are replicated on the matrix.org homeserver

Is this a dealbreaker for people though?

[–] poVoq@slrpnk.net 3 points 1 day ago

There is not much they can do about it short of shutting down the entire server. Due to how matrix functions internally any sufficiently large federated homeserver replicates most of the entire network.