Giving Up on Element & Matrix.org
-
I agree that the UI for discord sucks shit, however my thinking is aligned with what another commenter said, its what people already know and are used to. Trying to make anything new will turn users off. I'm very open to being proven wrong about that assumption though. I'd love for a foss project to have better UI/UX than discord.
The UI is not that important. Something a bit similar to Discord in appearance and experience is doable in plenty of available UI toolkits and libraries and frameworks and whatever.
The system itself is important, so that it would be functional with federation, yet not as prone to fragmentation as XMPP, yet efficient.
-
The lack of group voice calls is what mainly kept me from adopting that. Hope they get that working soon.
I swear there were calls when I was testing it a year or two ago. Guess not then.
-
I agree with you, my main issue with Matrix is that it is a pain to self-host at the moment.
Isn't everything a pain to selfhost?
-
Can't agree on Discord being hot garbage, unless you're specifically talking about how monetisation has creeped its way into it.
However, with Vencord I don't have to see any of that shit, while also having a far more functional and feature rich client.
Of course, a FOSS, potentially federated alternative would be greatly preferred, but it must have at least the basic functions of Discord.
A large part of it is the obnoxious monetization and general enshittification and privacy violations, but that's not all. There are a number of usability annoyances. If I've been away from Discord for a little while and try to continue where I left off in a thread on a server, it never properly preserves where I last stopped reading. There are often times when I get notifications but it won't actually take me to the relevant message, and that can even result in situations where the ping just gets lost entirely.
Then there's things inherent in Discord's design and how people use it. It's become a tool that people have decided is a convenient replacement for chats, wikis, and forums - but it's a shittier version of all of those things. Pinned messages are such a tucked away and half-baked feature. The fact that people are using Discord both to organize and discuss projects - as well as using that same space to host documentation or other critical knowledge-bases has made information significantly less accessible. I don't want to join someone's niche club just to "learn more." If I want to read something I would rather just go to a wiki on the actual open web.
Discord is hot garbage ultimately for the same reasons as Facebook. It's trying to be everything to everyone, and dropping a black box on the open web by doing so. It's just another example of people trading convenience for actually using the appropriate tools for the kind of job they're trying to do.
-
I don’t really worry about that. I treat it like natural conversation, or traditional chat rooms. I mean I don’t need a recap when I show up at a party. I just jump in. I’ve never heard of a bouncer, but I think it would turn it into more of a feed than a conversation, which is the opposite of what I want.
I’m tired of feeds and timelines. AOL chat rooms were my formative internet years, and I liked that. I think the old style of internet communication is better than the feed silos we have now. Besides, I hardly ever go back and look at older convos in other spaces. I usually hit mark all as read when I open the app.
Problem is then you miss important info, for example if friends are talking about a game server they're running and post the connection details, or if they plan an event with a location and time to meet, if you don't have a bouncer and were offline then you can't see those messages.
-
I'm completely afraid of logging into fedora.im now. It's so engulfed in spam, not even normal phishing spam. Absolutely horrifying spam, like gore and killing and other deranged shit.
I had to move back to matrix.org and abandon my account.
Don't get your hopes up, I deleted my account on matrix.org because of that same spam, and there's no way to mass ignore invites to the hundreds of rooms from all the spam accounts they let run rampant.
-
We really need to stop abandoning existing foss projects and thinking a whole new thing needs to be invented. Free and open-source software is not a product, it doesn't abide by the same rules and relationships that proprietary tech does.
It's more organic. It's also a commons that we can continue to draw on, and reshape. If I recall correctly, there were something like three different vector graphic editors from the same codebase before Inkscape managed to be the one that gained traction.
Matrix isn't perfect, but abandoning it just to reinvent it all over again just because some people really need a thing that works like Discord, even though Discord is absolute hot garbage; is just going to re-create all the same problems. Matrix today is better than it was two years ago. And Matrix in a year will be better from now.
It's gonna be like 100 years before Matrix and the clients are in a good place at this rate. It only seems to be getting worse right now with more fragmented clients and servers with more and more spam issues, and the performance just keeps getting worse too.
Even their very own Element app is being retired and replaced by Element X which is missing a ton of features.
They still don't have any of the features people coming from Discord/TS/Mumble are expecting like voice chat rooms, push to talk, or streaming to a room. They don't have the features Telegram users are expecting like stickers, threads inside groups, read only channels, and so on..
The vast majority of users have no reason to switch since it's nothing like the apps they are used to. And it's buggy and slow on top of that.
-
Isn't everything a pain to selfhost?
Most things are super easy, like 2-5 minutes of set up and it's running and working.
-
Most things are super easy, like 2-5 minutes of set up and it's running and working.
Such as?
-
I think IRC wins by being around the longest, but also being dead simple to set up and use.
I tried using Matrix and it just honestly frazzled my head a little. I know it's just a few extra steps to get registered, but it honestly feels like a few extra bits of friction to what amounts to trying to join a big social circle.
I had such a pain trying to get a consistent client working on mobile.
-
Such as?
Most of the stuff I run on my server is just a basic
docker-compose.yaml
file and it's up and running in a minute or two. Some random examples:- Immich
- Peertube
- Pinchflat
- Vaultwarden
- Mealie
-
Most of the stuff I run on my server is just a basic
docker-compose.yaml
file and it's up and running in a minute or two. Some random examples:- Immich
- Peertube
- Pinchflat
- Vaultwarden
- Mealie
So, going from Mealie's instructions, having to learn how to work with Docker, whatever underlying server you're working with, and a database system is easy 2-5 minutes?
-
So, going from Mealie's instructions, having to learn how to work with Docker, whatever underlying server you're working with, and a database system is easy 2-5 minutes?
You need to learn some Docker stuff initially for sure, but the underlying OS can be anything including Windows which is why Docker is nice.
The database for Mealie is part of the app already and is handled automatically, with the SQLite docker-compose file they provide.
-
I swear there were calls when I was testing it a year or two ago. Guess not then.
Take this with a grain of salt, I don't have it deployed right now, but if I remember the current state correctly, one on one calls are a thing, group calls aren't.
-
So we need to bring back IRC, if someone doesn't know how it works - well, I don't want to talk with such person. Bring back gatekeeping
IRC doesnt fit the requirements though. I cant send pictures or videos, I cant make little icons to react, I cant quote reply, I dont get push notifications when pinged. You may think these arent nessesary but to majority of users they are and I dont think IRC is going to adapt to include them.
-
Isn't everything a pain to selfhost?
Honestly, setting up things using Docker Compose is generally a question of copying and pasting and editing the file locations.
The moment you need SSL and/or a reverse proxy it becomes a bit more complex, but once you set up a reverse proxy once you can generally expand that to your other applications.
Something like a Synology nas makes it very easy and to some extend even the Truenas apps are kinda easy.