- cross-posted to:
- fediverse@lemmy.world
- cross-posted to:
- fediverse@lemmy.world
Oh look, the version number match the number of users. ;)
Matrix is like one of the most popular apps. I don’t love it, but I use it because there’s more users there than Wire or Threema or XMPP.
Is it an improvement over xmpp ?
I need to give Matrix another try
Could someone smarter than me explain Matrix to me? In particular,
- What would be the utility for someone, who cares about privacy and currently uses Signal and email for communication?
- What advantage would it give me over other services?
- Is Matrix anything good already, or is it something with potential that’s still fully in development?
- How tech savvy does one need to be to use Matrix?
Its slack but it can be more secure (e2ee DMs).
Its good already and used as a public channel for most popular Foss projects’ chats
- What would be the utility for someone, who cares about privacy and currently uses Signal and email for communication?
None? Use signal, as long as it works. If the Signal server goes down tho, you could selfhost Matrix.
Could someone smarter than me explain Matrix to me?
I wouldn’t assume that I’m smarter, but I do have more than a little experience here, so I’ll try to answer your questions. :)
It’s a real-time messaging platform. The most common use for it is text chat, both in groups (like Discord or IRC) and person-to-person (like mobile phone text/SMS). It has other features as well, like voice chat, video conference, and screen sharing, although much of that is newer and only slowly showing up in clients.
What would be the utility for someone, who cares about privacy and currently uses Signal and email for communication?
Compared to Signal:
- Matrix doesn’t require a phone number, or even an email address (although some public homeservers want an email address these days, as a recovery method in case you forget your password).
- Matrix has a variety of clients, so finding an app that fits your needs is likely to be easier.
- Matrix clients typically don’t require Google services at all; neither to get the software nor to receive notifications.
- Matrix cannot be monitored at any single location, so it’s more resistant to meta-data tracking at the network level.
- Matrix cannot be shut down by any single organization, so it’s more resistant to censorship and denial-of-service attacks. If a homeserver is ever forced offline, only the accounts on that homeserver go away; all your other contacts remain intact.
- Matrix (last time I checked) had better support for using multiple devices on the same account. Phone, laptop, and office computer, for example.
- Matrix homeservers can be self-hosted by anyone, and still participate in the global network.
- Signal’s encryption covers more meta-data at the application level than Matrix currently does. This might be important if you’re a whistleblower or journalist whose safety depends on hiding your contacts from well-positioned adversaries.
Compared to email:
- Matrix has end-to-end encryption, with forward secrecy, built in. It’s generally better for privacy than bolting PGP onto email, and it’s far easier.
- Matrix is well suited to instant messaging.
- Matrix supports features that people have come to expect from modern chat platforms, like reaction emoji and message editing.
What advantage would it give me over other services?
We already covered Signal, and there are too many other services to compare every difference in all of them, but here are some common advantages:
- Matrix is a completely open protocol, developed through a public and open process, with open-source servers and client apps. This is important to people who care about privacy because it can be scrutinized by anyone to verify that it operates as it claims to, and can be improved by anyone with a good idea and motivation to participate. It’s important to people who care about longevity because nobody can take it away.
- Matrix has multiple clients for every major platform: desktop, mobile, and web.
- Matrix handles groups of practically any size (including just one or two people).
- Matrix messages can be delivered even when you’re offline.
Is Matrix anything good already, or is it something with potential that’s still fully in development?
Until recently: Ever since cross-signing and encryption-by-default arrived a couple years ago, it has been somewhere between “still rough” and “pretty good”, depending on one’s needs and habits. I have been using it with friends and small groups for about five years, and although encrypted chats have sometimes been temperamental, they have worked pretty well most of the time. When frustrating glitches have turned up, we sorted them out and continued to use it. This has been worthwhile because Matrix offers a combination of features that is important to us and doesn’t exist anywhere else. I haven’t recommended it to extended family members yet, because not everyone cares as much about privacy or has the patience for troubleshooting in order to get it. However…
Recently: The frequency of glitches has dropped dramatically. Most of the encryption errors have disappeared, and the remaining ones look likely to be solved by the “Invisible Encryption” measures in Matrix 2.0. Likewise with things like and sign-in lag and client set-up.
If you’re considering whether it’s time to try it, I suggest waiting until Matrix 2.0 features are officially implemented in the clients and servers you want to use, which should be very soon for the official ones. I wouldn’t be surprised if I could confidently recommend it to family members in the coming year.
How tech savvy does one need to be to use Matrix?
If you just want to chat, not very. Even one or two of my friends who can barely use email got up and running pretty quickly with a little guidance. Someone who can get started using Lemmy by themselves can probably handle it on their own.
If you want to host your own server, moderately tech savvy.
What would be the utility for someone, who cares about privacy and currently uses Signal and email for communication?
Your organization can’t host a federated Signal server, and email isn’t private.
Is Matrix anything good already, or is it something with potential that’s still fully in development?
My previous organization has used it for over 4 years without issues, however mostly limited to text.
How tech savvy does one need to be to use Matrix?
Simply using? Not very much, basically like Lemmy.
If the Matrix Foundation can deliver on all the points of this blog post then Matrix will take off as a platform. The problem I have is that in the past they’ve been poor at handling issues in any sort of reasonable time frame, or at all.
Hoping they’ll eventually turn over a new leaf.
What is an MSC?
Matrix Spec Change. It’s how the Matrix protocol evolves, similar to the RFCs (requests for comments) used by Internet Engineering Task Force protocols.
Matrix spec change
Think RFC
Will regular Element support it soon? Or am I expected to install a new app?
It will, no need to install anything new
What is it?
I like this reddit comment’s explanation:
As someone said before, compare it to E-Mail.
Matrix ~ smtp/pop3/imap (protocol layer)
synapse ~ sendmail/postfix/dovecot/exchange/… (server)
element, fluffy, … ~ thunderbird, outlook, pine, elm, … (clients)
Everyone can host it’s own server and have it’s on private chat cloud. Thats like E-Mail and other opensource chat servers like Rocket.Chat, Mattermost and so on.
But like for E-Mail, it is easy possible to federate with others (like mail: “talk” to other mailservers), to be able to chat with people on other Matrix Servers. That’s the difference to most of the other opensource chat.servers, which are stuck to their cloud.
As for EMail: Choose your best weapon, will say, client or server software. The protocol is free and will stay free. At this time, there’s mainly synapse as the reference implementation from matrix.org and upcoming dendrite, but more servers will be available in future I think. At client side, theres element as the reference implementation and also some others, for example fluffy.chat.
Another cool feature ist bridging. The protocol specification allows bridges to other chat-systems, so you are for example able to talk to IRC-Servers or XMPP-Servers too. Many bridges are in development, less are stable. But more to come in future.
Matrix.org is “outsourced” from university and responsble for developing the specs. They are the big brain behind. They also server matrix.org as free service for people to test matrix or use it without having their own servers.
Element.io is also an outsourced company, which is developing element (reference clients). They are also selling hosted solutions to get money to the project.
Both are under the roof of the new Vector limited.
Because the Api is free, everyone can produce own servers an clients and (in theory) no one can take the whole network over. (in practice: if a big company does its own “cool” non open addons and has enough users, the same shit as for xmpp and WhatsApp could happen…)
Because everyone can host its own servers *and* optionally federate, the same product can be used for high secure private chat-clouds, for example in hostpital, military, schools, whatever, but it can also be uses to talk everyone like e-mail or phone. *And* no one has the masterhost, so no one has all data and no one can change the rules overnight to get money, more data or whatever.
From functional side: Matrix is what some people call “modern”, it has text chat, you can send files, you can do voice- and video-calls (in element: 1:1, for groups with jisi as backend) and send voice-messages (at least in fluffy.chat, upcoming in element also). You can also plugin things like etherpad or BigBluButton and send cute stickers if needed. You can structure your contacts with “spaces” (beta).
Element got better and better in the last year and is imho very easy to use for now, but with some last edges. Fluffy is somewhat easier some users as far as I’ve heared but not feature complete.
I hope, Matrix will be the E-Mail-Version of Chat in the future. I have reviewed some systems for my university and it was the only one from which I think it has the potential to do so. So, give it a try. It’s great.
great project getting better all the time!
deleted by creator
Looks like someone didn’t read the article. See part 4: Invisible Encryption. (Also note the Conclusion paragraph that explains the new functionality is only just starting to appear in clients.)
deleted by creator
So you were aware that this announcement includes fixes for the encryption issues, yet you decided to post a comment complaining about them anyway, ignoring the point of this post and giving readers the false impression that the issues are unaddressed.
And you did it just to contradict someone who finds the project useful.
That’s not helpful to anyone. Quite the opposite, I’d say.
deleted by creator
Honestly in my experience all issues with decryption have been solved for more than a year. No matter if im using android, web or desktop. Idk about apple shit but thats just not a priority probably.
Todays desktop release finally enables the new voice/video calls/rooms feature which was the last serious complaint i had.
But I haven’t even escaped the original matrix. Or the matrix reloaded.
I interviewed with them and wanted to work for them. They said I wanted too much money :(