I did not enjoy finding out only at the end that the images in this blog post are generated/made using AI.
Technology
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
This url is amazing lol
It's マリウス.com
but the "internationalized domain name" system pynycodes it to gibberish to prevent spoofing urls using lookalike characters.
Like https://xn--mzon-43db.com/
is аmаzon.com
. Those are cyrillic lowercase 'а', not 'a'.
[EDIT] The blog itself actually has a great article explaining it.
The protocol is bloated to hell so third-party clients stand no chance, and the foundation spends more time bikeshedding or pissing away money than they do developing. It's a doomed project.
I agree with all this. The thing which caused me to uninstall was suddenly being pushed lots of abusive message with disturbing contents.
When I complained about it, Matrix told me that my public complaints were hurting the ecosystem and I should be quiet.
I just want a self-hostable open-source alternative to the shitty closed-source IM systems I'm forced to use
I'm sticking with Matrix for now, hopefully some of the issues I've had will get ironed out
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.
I agree with you, my main issue with Matrix is that it is a pain to self-host at the moment.
https://github.com/spantaleev/matrix-docker-ansible-deploy
Honestly, with this, it is easier than ever. Great documentation !
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.
Most things are super easy, like 2-5 minutes of set up and it's running and working.
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
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.
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.
What I don't like about Matrix is that it's most visible homeserver and client implementations feel like they are being developed as a product by New Vector Ltd., not a community project.
How so?
New Vector forked the matrix foundation owned projects for synapse, dendrite, and element, and pulled all their devs, changing the license and bringing them under closer control. The foundation repos are now archived, and only the new vector owned ones are being actively developed. They sell an enterprise license for their element server suite that, at least according to their copy, seems more performant, and also offers admin tools that the free version lacks.
If you want to run a public instance that allows registration, you pretty much need some kind of external admin tool for moderation.
It's of course still better than pretty much all proprietary options, but also quite some room for improvement.
I always liked the concept of Matrix, and still actively use it, but there's some serious jank. Synapse is generally bloated and not fun to run an instance, Dendrite is perpetually in Beta, and the clients themselves range from adequate to awful. The default Element client on Android is so broken for me that I'm forced to use Element X, because I can't even log in with Element.
It's disappointing, but there's a ton of issues that aren't so easy to resolve. New Vector and the Element Foundation are basically two separate entities that have some kind of hard split between them, neither of which seems to have the money necessary to support comprehensive development. The protocol is said to be bloated and overtly complex, and trying to develop a client or a server implementation is something of a nightmare.
I want to see Matrix succeed, I think a lot of people see the potential of what it could be. I'm not sure it'll ever get there.