634
you are viewing a single comment's thread
view the rest of the comments
[-] Takeshidude@lemmy.world 66 points 6 months ago* (last edited 6 months ago)

If anyone is looking for an alternative to discord, please check out revolt.chat The interface and user experience is the closest I've seen to discord (miles better than any Matrix client), has functioning voice chat (being rebuilt for more stability) custom server roles, and a functioning youtube music bot called Remix. They're doing awesome work over there!

Edit: Forgot to mention that it's also open-source and self-hostable (although not federated)

[-] ipkpjersi@lemmy.ml 21 points 6 months ago

I think the problem with projects like that is they end up with stuff like this: https://i.imgur.com/PRX4haL.png where the only recommended client is one that is unmaintained.

Though I hope Revolt succeeds because Discord has way too big of a monopoly.

[-] dumpsterlid@lemmy.world 11 points 6 months ago* (last edited 6 months ago)

Though I hope Revolt succeeds because Discord has way too big of a monopoly.

I don’t understand why everyone thought moving everything to discord was a good idea that wouldn’t backfire for a million reasons.

[-] ALostInquirer@lemm.ee 4 points 6 months ago

By chance do you happen to use Revolt? If so, do you (or @Takeshidude@lemmy.world) know which client might be good to use?

[-] Takeshidude@lemmy.world 4 points 6 months ago

I have just started using it, but I’m planing to migrate my small Discord group over to Revolt.

If you go to their website revolt.chat it’ll offer a download for desktop or a link to the web app, but they’re basically the same. They’re working on an updated client called Frontend which you can get a beta of from GitHub.

I’m on an iPhone and I used the save to Home Screen function in Safari while in the web app to get an icon for it, and I think it works pretty well! It can even do push notifications, but some weird artifacts of using the web app on mobile mean you’ll only get notifications from mentions in a server or a direct message (or group message).

well i use guilded the most

[-] cevn@lemmy.world 17 points 6 months ago

I did try it, but it was missing video streaming last I checked. Also, they made self hosting without docker incredibly difficult.

[-] ad_on_is@lemmy.world 2 points 6 months ago

may I ask why you'd prefer setting things up manually without docker?

Imho, copy & pasting a provided docker-compose is much simpler.

[-] cevn@lemmy.world 3 points 6 months ago

It’s mostly about having the ability and wanting to avoid any extra layers of abstraction. I think docker takes up more disk space than pure install but not 100% on that. Only app that I have w docker is Immich right now and would love to just uninstall docker entirely but … I can’t.

[-] ad_on_is@lemmy.world 2 points 6 months ago

that's true. Docker images indeed take up more space, especially if you don't prune old unused images, it can quickly pile up.

to mitigate that, always go with the alpine-version of a service (if it's available) since these are much smaller in size and are barely noticable.

[-] derpgon@programming.dev -3 points 6 months ago

New apps should be Docker compatible out of the box, change my mind.

[-] dustyData@lemmy.world -1 points 6 months ago

An app that expects to be widely distributed and used but is Docker exclusive failed before even starting.

[-] derpgon@programming.dev 0 points 6 months ago

First of all, I said "compatible", not "exclusive". Second of all, why would it fail? Even if there was no tutorial how to run it directly on a system, a docker image carries all the information you need to run it on a given system. That's why we have Dockerfiles.

[-] dustyData@lemmy.world 5 points 6 months ago* (last edited 6 months ago)

We like to think that what we are doing is the only valid way of doing things, specially when we are on the bleeding edge, and we forget that there's a whole world of people and possibilities (and a history before ourselves) for whom our one solution is not the holy grail for. Not every production environment or homelab is centered around containerization. Yes, it is cool and useful, but it doesn't exhaust every use case. Some people just don't use containers and if your app is exclusively available that way, then it's extra work to use it, or it just won't even be considered at all.

[-] dumpsterlid@lemmy.world 5 points 6 months ago

The wisdom of moving slowly and fixing things

[-] cevn@lemmy.world 3 points 6 months ago

Thank you. I would prefer not to install docker, that is just a personal preference, but so many apps are like uhh, we don’t know how to run this without Docker. Usually there is a way buried in layers of github issues but just like.. why.

[-] Aux@lemmy.world -2 points 6 months ago

If the app is not Dockerized, it's useless.

[-] dannym@lemmy.escapebigtech.info 5 points 6 months ago
[-] Takeshidude@lemmy.world 8 points 6 months ago

I've got a Matrix server up and running and have tried a couple of different clients, but at the end of the day the Matrix UX isn't really an alternative to Discord, rather an alternative to Facebook Messenger/WhatsApp or other group message platforms.

The main thing I would point to is that Matrix itself only does text; the Element client uses Jitsi to add in audio/video calls and screensharing, but at least right now, it's the only Matrix client to integrate voice, video, or screenshare.

My other gripes are just with the user interface, but if you open any of the Matrix mobile apps and compare it to Facebook Messenger and to the Discord mobile app, and you'll see it really doesn't look like Discord. I wish I could quantify it better, but Matrix just doesn't feel like Discord whereas Revolt does.

[-] dannym@lemmy.escapebigtech.info 3 points 6 months ago

The main thing I would point to is that Matrix itself only does text; the Element client uses Jitsi to add in audio/video calls and screensharing [...]

Matrix VoIP is a thing, and it's usable for audio & video on many clients, element and fluffychat come to mind, but probably more.

element call is also coming into element (and possibly other clients) for video calls and screensharing

My other gripes are just with the user interface, [...] it really doesn’t look like Discord

why does that matter?

[-] Telodzrum@lemmy.world 5 points 6 months ago

installed userbase and the inertial resistance of individuals users (and even more so as a group)

[-] sag@lemm.ee 4 points 6 months ago

Not Similar to Discord

[-] ScreaminOctopus@sh.itjust.works 2 points 6 months ago

No voice chatrooms so it's not similar. The most similar open source solution I've seen is Mumble

[-] nutsack@lemmy.world 2 points 6 months ago

what the fuck was wrong with IRC

[-] derpgon@programming.dev 16 points 6 months ago

No voice chat, mainly. I don't want to play League and chat on IRC lol.

[-] wahming 5 points 6 months ago* (last edited 6 months ago)

About a dozen modern QoL features, like not having to host your own server to be able to receive messages on mobile clients

[-] stown@sedd.it 2 points 6 months ago

Jumping from one proprietary system to another isn't really an improvement.

[-] derpgon@programming.dev 4 points 6 months ago

At least you have control over your data and you and your friends can blame you for server crashes lol.

[-] stown@sedd.it 8 points 6 months ago

I didn't realize it was possible to host your own backend locally... I thought it was just hosting the webUI locally.

[-] derpgon@programming.dev 7 points 6 months ago

Yep, you can host it all yourself. Both UI and the server. Not sure how backwards compatible the "public" client is - I remember Rocket.chat Android client breaking by not updating the server on at least 2 occasions over the past 2 years.

[-] Slyme@lemm.ee 1 points 6 months ago

Nah, I remember the FMHY crowd keeping their own instance up

[-] bigMouthCommie@kolektiva.social 0 points 6 months ago
[-] stown@sedd.it 1 points 6 months ago

Ventrillo and Teamspeak as well

this post was submitted on 22 Feb 2024
634 points (98.2% liked)

Fediverse

27736 readers
199 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS