this post was submitted on 19 Jul 2025
35 points (100.0% liked)

Technology

273 readers
537 users here now

Share interesting Technology news and links.

Rules:

  1. No paywalled sites at all.
  2. News articles has to be recent, not older than 2 weeks (14 days).
  3. No videos.
  4. Post only direct links.

To encourage more original sources and keep this space commercial free as much as I could, the following websites are Blacklisted:

More sites will be added to the blacklist as needed.

Encouraged:

founded 2 months ago
MODERATORS
 

After five years of using Matrix.org/Element as my primary communication platform, and rooting for it, and promoting it, and enduring its many quirks, I’ve decided to move on (or rather back). Despite promising ideals and growing institutional adoption, the network remains slow, unreliable, and confusing for everyday users. Development feels directionless, client and server projects are fragmented, and the user experience still lags far behind my expectations. A recent incident that essentially broke my own community channel on the Matrix.org homeserver was the final straw: I’m heading back to XMPP.

you are viewing a single comment's thread
view the rest of the comments
[–] tyler@programming.dev 1 points 3 days ago* (last edited 3 days ago)

I don’t really think there’s any massively large scale messaging apps built on node or python that function well. Node has a decent connection limit, but there have been thousands of articles written on all the difficulties you will have with that and getting it to actually perform at that level. Yes it will run, but not well. Python just isn’t even close to node, so I’m not gonna bother with that. OTP was built for this. The matrix org might have been able to get it to work with Python or node eventually but when you’re building an application that needs to be easily maintained by the open source community with as few architectural decisions as possible, it’s just not gonna work out unless you’ve chosen the right tool for the job to start with.

Edit: Zulip (the best oss chat app I’ve used) is written in Python and typescript but it’s not built for anything other than single org use. For single org use you’re not going to have tens of millions of messages a day.