this post was submitted on 29 Jul 2025
157 points (97.6% liked)
Technology
73495 readers
3302 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This one is probably one of the most disappointing one; Matrix had everything I wanted in terms of chat features. Programmability-wise, all it was an encrypted JSON sender/receiver, but in a good way. It basically could be extended however you want since it provided a useful primitive. But the encryption just randomly fails, and it's hard to figure out why, causing you to miss messages. I eventually gave up on building a side project for it.
Your name gave me a chuckle. Yeah its unfortunate.
Just a little bit of trolling’
[object Object]
what does it mean ?
A VERY common javascript error. https://stackoverflow.com/questions/4750225/what-does-object-object-mean
thx
Same here - the encryption issues killed my project too, the problem is that Matrix's OLM/Megolm protocol implementation doesn't handle device verification and key distribution robustly enugh across multiple clients.
Right. It's not like other services have implemented it better though, or is there any? I don't think we should punish them for trying to do it in a more usable way than with signal
i definitely encountered this in the past but element has constantly improved for my self hosted situation