Earlier quoted context omitted.
I haven't managed to properly use Matrix myself, but I am part of a number of Gitter rooms that includes people using the Matrix bridge. I certainly wouldn't call that bridge "nice": all their messages are posted by a single user called matrixbot, that simply prefixes it message by their Matrix username in backticks. I'm not sure if the people in the room who aren't aware of Matrix understand that that's what's going…
Maybe a limitation of the gitter api? Better than nothing, but improvement welcome
Synchronous Messaging at Mozilla: The Decision
241–250 of 258 posts
Re: Synchronous Messaging at Mozilla: The Decision
#242Re: Synchronous Messaging at Mozilla: The Decision
#243So after testing matrix and riot with friends for a couple of months, there're still a ton of work to be done. We all used the most common setup - matrix.org homeserver, riot and riotX as apps. (Also please don't point me to dev version, I am only considering what's in stable.) Random stuff not in particular order: 1a) e2e is a choice that affects experience in riot, a lot - you can't use search, you don't see recent…
Ironically, backing up your keys is done by recovering your keys from a backup – Settings → Cryptography Keys Management → Encrypted Messages Recovery → Restore from backup.
(Web version: Settings → Security and Privacy → Key Backup → Restore from Backup)
You can verify that you set it up properly by checking if the backups are signed by all your currently used devices (and possibly old ones, too).
3) can be mitigated by using workers. You'll need a beefy server, but message transfer and synchronisation will be super fast.
The other things you mentioned are works in progress and I think the progress is outlined pretty transparently on Github, even if some people disagree with how the Matrix team is handling things.
Re: Synchronous Messaging at Mozilla: The Decision
#244I'm confused. Is Matrix actually synchronous or asynchronous? The Matrix FAQ ( https://matrix.org/faq/#what-is-a-homeserver%3F ) makes it sound like it can be asynchronous. Otherwise, why store communication history at all?
Re: Synchronous Messaging at Mozilla: The Decision
#245Can I access the network from Emacs? I use ERC as of now.
yup. https://github.com/alphapapa/matrix-client.el is your best bet (it probably doesn't support SSO though, but should be pretty easy to add).
Re: Synchronous Messaging at Mozilla: The Decision
#246Earlier quoted context omitted.
And them Matrix will happily spam IRC with links to comments instead of the comments themselves. Matrix is toxic to IRC. Any widely used IRC channel that has matrix joined to it would do well to ban matrix if they want the channel to pratically continue to exist as a IRC channel.
The default heuristic is that if someone sends a message on Matrix which is longer than 3 lines, it gets sent as a pastebin to IRC. This feels significantly better than spamming an N-line paste into IRC, which could be seen as even more toxic. Open to suggestions on how to improve it, though...
Do you also plan to replace offensive words in messages?
Forcing people to load a URL to a remote server to see a message is one of the most hostile things I've _ever_ seen an attempt at IRC integration do.
Re: Synchronous Messaging at Mozilla: The Decision
#247Has anyone had experience with both Matrix and Mattermost? What are the main differences between the two? Apropos of nothing, currently I am running: * Signal * Wife * Family * Google Hangouts (web) * Friends and ex-coworkers * Slack * Vendor A * Vendor B * Team C * Team D * Keybase * Some friends * SMS * My Stepdaughter * Skype * Coworkers too stubborn to open Mattermost or change what they do * Mattermost * Coworke…
I really wish Telepathy took off, then you could have one single app that speaks each of those protocols and talks to the relevant servers. https://telepathy.freedesktop.org/
Re: Synchronous Messaging at Mozilla: The Decision
#248Earlier quoted context omitted.
What benefits would Mozilla get from running their own server and federation (that they have with ircd today)?
Good publicity for decentralization. If they can get it to work, it shows that it’s possible to run a large instance from a non-central host.
Re: Synchronous Messaging at Mozilla: The Decision
#249Earlier quoted context omitted.
But Cargo supports having multiple crates in the same git repo. Many projects do this like regex (regex and regex-syntax are in the same repo) and openssl (openssl, openssl-sys, openssl-errors). Maybe I am missing something but it seems very easy to handle multiple closely related crates in the same repo.
What makes this possible is Cargo's "workspace" feature, which is relatively new enough that it's not hard to imagine that some older projects may simply predate it.
Re: Synchronous Messaging at Mozilla: The Decision
#250The announcement mentions only two features: safety and accessibility, but places no emphasis on the technical merits of the choice for the majority of users. That is disappointingly irrational for a technology organization. I don't feel comfortable with the strong emphasis on "progressive" concerns that mozilla (and the rust community) have. It's not inclusive: I have normal liberal views (I'm from a European countr…