Discord going public. Plz help a future refugee.
from ProfessorBashington@lemmy.world to selfhosted@lemmy.world on 18 Mar 17:05
https://lemmy.world/post/27014004

Discord was already succumbing to enshitification. Now with their intention to be owned by Wall Street, that trajectory will certainly accelerate at warp speed once the change of hands happens.

Anyone already get ahead of this and find a solid alternative?

Right now I’m on the fence between Element for Matrix, and Revolt. Both seem to have their pros and cons and I can’t find a clear “winner”.

#selfhosted

threaded - newest

astro_ray@piefed.social on 18 Mar 17:08 next collapse

What are your thoughts on xmpp? Recently I have come to like a lot and am pretty active with friends there.

shortrounddev@lemmy.world on 18 Mar 17:17 next collapse

There are people using xmpp? Last time I set up a server and tried using it with Pidgin, I couldn’t find a soul that used it

sxan@midwest.social on 18 Mar 18:05 collapse

They’re out there. The Venn diagram of people still choosing IRC (as opposed to being forced to use it b/c that’s where the community is) is probably just a circle.

I was a big XMPP user back in the day, but because of the lack of multi-device message syncing and the really shoddy state of encryption, I wandered away. Plus, using XML for the protocol really geeked me out. XML is a document format, and per the spec, to be well-formed it needs to have an open and matching close tag. Jabber hacked around this by making a sort of infinite document - you get the open tag, but never the close tag - and it just felt really icky.

I understand a lot of these things have since been addressed. I don’t know if XMPP still uses that bastardized version of quasi-XML without a close tag. But other things have come along that I like more. About 6 months ago I started running a client on my desktop again, but like you, nobody I knew was still using it, and nobody new was advertising it as their connection info, so… yeah. After a few months, I stopped running the client.

Andres4NY@social.ridetrans.it on 18 Mar 18:27 next collapse

@sxan @shortrounddev jmp.chat uses XMPP, and it's a very viable replacement for Google Voice (and generic SIP options like voip.ms), so that's what got me back on the XMPP train. No one else other than my family is using it with me, though, but it's still nice to have SMS, (encrypted & decentralized) family chat, and IRC (via biboumi bridge) in one desktop client.

sxan@midwest.social on 18 Mar 18:33 collapse

That’s interesting; the integration with SMS is a nice feature. Thanks!

poVoq@slrpnk.net on 18 Mar 19:39 next collapse

Xmpp is mostly used for private groups and 1:1 chat, so more of a WhatsApp than a Discord replacement.

But you can find some public channels here: search.jabber.network

The issues you mentioned have been fixed, and XML was never an issue 😅

synae@lemmy.sdf.org on 19 Mar 02:36 next collapse

You do eventually get the close tag, when you log out. Lol

shortrounddev@lemmy.world on 20 Mar 03:59 collapse

Irc isn’t the competitor of xmpp. Discord is

sxan@midwest.social on 20 Mar 20:39 collapse

I didn’t mean to suggest that it was. I meant that the kind of people who voluntarily choose IRC are the same sorts of people who would voluntarily choose to is XMPP. While IRC is older than XMPP, it’s still the 1:1 chat protocol for old technical people.

shortrounddev@lemmy.world on 20 Mar 22:39 collapse

Do older technical people use 1:1 chat? I would think email is more common

sxan@midwest.social on 21 Mar 01:22 collapse

Who do you think invented XMPP?

Yes, email, but it’s not real-time chat. Jabber sat between community chat IRC and the digital snail-mail analog, email.

crawancon@lemm.ee on 18 Mar 17:41 next collapse

xmpp is still valid but the new kid on the block is activitypub. I don’t think I’ve ever hosted an xmpp server but to me it’s a better suited (mature, focused)protocol with plenty to offer that AP can’t yet.

having said that, stillll no moderation on free networks.

possiblylinux127@lemmy.zip on 19 Mar 00:17 collapse

XMPP feels dated and has to much protocol sprawl.

Forester@pawb.social on 18 Mar 17:16 next collapse

Honestly, I am ready to go straight back to TeamSpeak.

I miss hosting my own server and having full access and control over it

I used to just host it on a piece of shit. 2003 Dell XP machine I put Ubuntu on

Bahnd@lemmy.world on 18 Mar 17:41 next collapse

Hell yah, TS3 crew all the way. (Or TS5 for the zoomers…)

My nerds herd recently also set up a cluster of Matrix Synapse servers so we got our little “We have Telegram at home” set up. Getting non-tech people to accept that this is how to find me has been tricky without sounding like a digital prepper.

SidewaysHighways@lemmy.world on 18 Mar 17:52 collapse

: ( i was too dumb to follow the playbook correctly

i wanna have a matrix sever!

but I’ll use snikket for now until i skill up

Bahnd@lemmy.world on 18 Mar 18:08 next collapse

We believe in you, there are other write-ups and guides on how to get it working. Its was great learning expirence for VMs and Proxmox (thats what I did and it did make it harder, but I feel more confident when im cosplaying as a sys-admin)

Guide

This one is pretty close to whats needed, but go into it expecting each step to open a new tool/application that needs to be researched before you press enter. Also look up how to set it to a PSQL db before you start inviting users, it defaults to SQLite and that will cause problems eventually.

poVoq@slrpnk.net on 18 Mar 19:26 next collapse

Why would you down-grade from Snikket to Matrix?

If you want to skill up a bit add a Slidge.im gateway to your Snikket xmpp server to access Matrix (and Discord etc.) from there.

SidewaysHighways@lemmy.world on 18 Mar 20:21 collapse

that is actually what I’ve been thinking. xmpp with encryption seems good enough for me! plus I’ve heard some stuff isn’t encrypted in matrix, (metadata? emojis? not exactly sure)

i am heavily leaning towards scaling up to snikkets big brother, prosody.

poVoq@slrpnk.net on 18 Mar 20:45 collapse

The currently common older implementation of e2ee in xmpp has the same issue with only the message body being encrypted. There are newer specs of OMEMO that have better metadata protection, but its adoption in xmpp clients has been very slow.

Prosody is more of a sandbox, with Snikket being a preconfigured version of it, but yes running Slidge will be a bit easier with a normal Prosody server.

Forester@pawb.social on 19 Mar 00:25 collapse

If you try to do calculus and don’t have the understanding of the underlying math then you won’t have a good time when ansible breaks. I’d advise it’s normally better to learn how to manually install and manage software from the command line.

kruhmaster@sh.itjust.works on 18 Mar 17:46 next collapse

I used to have a free lifetime server from someone that was giving them away, but he shut down after a few years.

Ulrich@feddit.org on 18 Mar 21:33 collapse

Did he die?

poVoq@slrpnk.net on 18 Mar 21:44 collapse

Maybe it was based on the “lifetime” of their hamster 🤷

SatanClaus@lemmy.dbzer0.com on 18 Mar 18:08 next collapse

TS 6 looks so good. I can’t seem to figure out it’s release window though. Along with the mobile app being updated. Once those are done I plan to move over.

MentalEdge@sopuli.xyz on 18 Mar 22:31 collapse

There is also Mumble. TS3 era voip and text chat features, but it’s FOSS.

Forester@pawb.social on 19 Mar 00:15 next collapse

It was so featureless back when I last used it. I don’t remember it having half the features ts3 had in 14

MentalEdge@sopuli.xyz on 19 Mar 00:19 collapse

Oh, it’s basic af. But it did what it needed to do, and still does, for some.

I havent used it in ages, I have no clue what sort of stuff continued development has enabled. If anything.

My friend group went first from Skype to the massively better TS3, and finally to Mumble. I don’t remember really missing anything.

possiblylinux127@lemmy.zip on 19 Mar 00:16 collapse

If they add federation I’m sold. Honestly it would be nice if it integrated with Activity Pub

MentalEdge@sopuli.xyz on 19 Mar 00:20 collapse

It’s not that kind of application. Federation would be massive overkill for a project like Mumble.

It’s a voip server and client for video gaming, with a couple adjacent features sprinkled in.

It doesn’t even really have accounts, and adding servers is just matter of configuring their IPs. What would you even use federation for?

MilitantAtheist@lemmy.world on 18 Mar 17:25 next collapse

An alternative would need screen share, just voip is not enough any more.

mr_pip@discuss.tchncs.de on 18 Mar 18:23 next collapse

honestly that isnthe only thing that stopd me from going all in on teamspeak/mumble

i just need a screen sharing solution (not necessarily built into those tools)

Enkers@sh.itjust.works on 18 Mar 18:59 next collapse

The problem is that performant screenshare (to multiple users) more or less requires infrastructure. That requires money, and it’s impossible to compete on price with services that have the VC-enshitification model.

You can get around this in a few ways, but they’re all tradeoffs that are in some way or other worse than discord.

  • P2P - sacrifice latency, reliability
  • direct multi-stream - sacrifice PC performance and/or bitrate
  • paid infrastructure - sacrifice money
foggenbooty@lemmy.world on 18 Mar 21:08 collapse

I think P2P is still the way to go. Sure it’s not perfect, but it’s simpler and by it’s very nature doesn’t require the infrastructure we know will be a problem.

Plus, don’t forget screen sharing in discord isn’t very good as is (720p30) if you’re not a paid user.

riquisimo@lemmy.dbzer0.com on 18 Mar 22:48 next collapse

What if you had OBS create a “camera” of your screen, and then use that through video chat?

Raptorox@sh.itjust.works on 18 Mar 23:49 collapse

Ah, the good old “screenshare not working on wayland” workaround!

MrSpArkle@lemmy.ca on 19 Mar 04:22 next collapse

Most of the discords I’m on never use screen share for anything.

MilitantAtheist@lemmy.world on 19 Mar 07:26 collapse

All the ones I’m on, around 30, it’s the only thing it’s used for.

PrinzKasper@feddit.org on 19 Mar 11:39 collapse

TeamSpeak recently added screen share to their TS6 beta, however it currently only works on official servers provided by TeamSpeak; they have not yet released TS6 server software, only the client. To my understanding, they are thankfully still planning on releasing it though.

wheeldawg@sh.itjust.works on 20 Mar 14:12 collapse

Damn TS3 was still kinda wet behind the ears and maybe even still in beta last time I played with it. I only used it for one group and I cut ties with them.

I never even used it, I only know TS2 and it’s purplish, super basic ugly interface. (If anyone even remembers that- would’ve been back in mid to late 00s)

pory@lemmy.world on 18 Mar 17:29 next collapse

it’s Element/Matrix if we’re lucky. Revolt is just another Discord - surely this single company will last! With Element/Matrix being an open protocol, it won’t be a “platform” you have to leave when it goes corporate.

kitnaht@lemmy.world on 18 Mar 17:37 next collapse

Revolt is F/OSS

github.com/revoltchat/

It’s not just a company with a clone of Discord, all the server back end, etc is open.

drkt_@lemmy.dbzer0.com on 18 Mar 17:41 next collapse

That doesn’t really change that it’s one company hosting it. Unless you’re willing to make 10 different accounts because your super-FOSS friends aren’t willing to join each others instances?

db0@lemmy.dbzer0.com on 19 Mar 09:17 collapse

I guess the easy solution here to to make it use oauth2 authentication. Then you can just authenticate using one account elsewhere. If fediverse services also at some point become oauth2 providers, then even better.

savedbythezsh@sh.itjust.works on 19 Mar 10:35 collapse

That’s still not a solution. That entails non unified communication, access, and search. Making it easy to log in to others still doesn’t solve easy sharing between others. Also oauth2 is a pain to set up, and many people hosting their own instance aren’t going to bother.

db0@lemmy.dbzer0.com on 19 Mar 10:44 collapse

Sorry but what exactly do you communicate and access between discord servers? Are you talking about PMs which are by default independent of servers?

Unified search could easily be achieved through third party tools at the least, like for IRC. I don’t think even discord has unified search between servers.

savedbythezsh@sh.itjust.works on 19 Mar 11:05 collapse

Oh hey, you’re totally right, that’s crazy. I use Beeper (hosted matrix setup) to aggregate my chats and I guess I’ve always been using that to search across all servers without realizing. Fully thought the DM search would also search across servers.

DMs are definitely also another case though - you can’t easily DM people on another server if that requires you to log into another server.

db0@lemmy.dbzer0.com on 19 Mar 11:25 collapse

That’s true about DM, however DMs are not a core use-case for discord-like services. It’s the group/voice chats etc. I could see a workaround like lemmy does, where if you want to DM a user in another server, you might be able to do it through your fediverse instance (i.e. a DM simply has your fediverse instance DM their fediverse instance), but I’m sure there can be more elegant things like. However DMs by themselves are a weird thing by themselves, so much so, that even bluesky had to bolt DMs on-top and outside of their protocol.

pseudonaut@lemmy.world on 20 Mar 12:47 collapse

I disagree. DMs are most certainly a core use-case. I would argue that it’s a part in parcel feature for any group/voice chat app. DMs have been a standard feature in every major voice/video app, group or otherwise, for over 25 years.

db0@lemmy.dbzer0.com on 20 Mar 13:08 collapse

The point of it being a core feature, is that people are not going to Discord for its DM capabilities.

renegadespork@lemmy.jelliefrontier.net on 18 Mar 17:43 next collapse

Yes, which is good, but the lack of federation is a deal-breaker. It means that you either:

  1. Use their servers - This requires entrusting them with your communities, just like Discord.
  2. Host your own private instance - You can control it, but the lack of federation means it’ll be isolated from communicating with other communities. This makes it really difficult to convince people to use your self-hosted servers.

Until Revolt adds a way for different instances to federate, Matrix is really the only other option.

aleq@lemmy.world on 18 Mar 19:10 next collapse

My experience with Matrix is that the federation itself is a deal breaker. I have a pretty beefy server and good connection which was getting ddosed by running Matrix and timing out on so many requests for avatars/profiles etc. Maybe I did something wrong, but the whole experience rendered me quite skeptical to the viability of it as a federated chat.

That said I’ve had nothing but good experiences using it with big servers set up by pros.

renegadespork@lemmy.jelliefrontier.net on 18 Mar 19:44 next collapse

I get why Federation can cause issues (most of the time it’s moderation related), but why would an extra option be a deal-breaker? Federation can always be disabled on a per-domain basis if you prefer. In fact, I’d argue it’s best practice to only allow domains on a case-by-case basis to prevent spam and abuse.

On the converse, you can’t enable Federation on a platform that doesn’t have it.

KairuByte@lemmy.dbzer0.com on 18 Mar 23:06 collapse

They were talking about matrix itself, not a specific option. And I’m not going to lie, having to hand hold your servers federation choices seems like a hassle. At that point why not just use a self hosted, non federated option?

white_nrdy@programming.dev on 18 Mar 23:54 collapse

I think the point they’re making is you can effectively have a self hosted non federated option with Matrix. Just disable federation as a whole (which I’m pretty sure is completely possible. Given companies use matrix for comms, and might not want federation, for similar reasons to what is being discussed here)

hobovision@lemm.ee on 18 Mar 22:09 collapse

Why would an optional feature be a deal breaker?

It also seems like an issue that could be easily solved by whitelisting.

WhyJiffie@sh.itjust.works on 18 Mar 23:43 next collapse

but also with request ratelimiting

JackbyDev@programming.dev on 19 Mar 08:59 collapse

Yes, which is good, but the lack of federation is a deal-breaker.

The federation itself is a deal breaker

Why would an optional feature be a deal breaker?

Because the person they’re responding to said the lack of the optional feature was a deal breaker for them on a different piece of software.

pseudonaut@lemmy.world on 20 Mar 12:40 collapse

I’m might be being dense but… Still: why would an optional feature be a dealbreaker? You just restated, you didn’t address the confusing logic.

JackbyDev@programming.dev on 20 Mar 13:53 collapse

Go ask the actual person who said it was a deal breaker for them, I can’t explain it more simply than I have.

mamotromico@lemmy.ml on 19 Mar 21:10 collapse

I have yet to try revolt, but I thought you could just add stand-alone servers to your client (like idk, mumble). Is a revolt instance a whole separate ecosystem/infrastructure and not just a server entry?

possiblylinux127@lemmy.zip on 19 Mar 00:14 collapse

…theoretically for now

It a centralized server controlled by the devs

pineapplelover@lemm.ee on 19 Mar 02:11 collapse

Host your own then

acockworkorange@mander.xyz on 18 Mar 22:39 next collapse

Nheko provides an interface that is reminiscent of Discord. Fully featured and fast Matrix client.

UltraGiGaGigantic@lemmy.ml on 19 Mar 00:31 collapse

Thank you for the recommendation. I tried element a while ago and found it lacking. Matrix must be the way forward. Disregarding IRC of course.

[deleted] on 19 Mar 09:13 next collapse

.

ParetoOptimalDev@lemmy.today on 19 Mar 17:51 collapse

Sadly I found out yesterday:

Matrix is not a community-based software, it was born [00] in Amdocs [01], a multinational corporation founded in Israel.

hackea.org/notas/matrix.html

Many were claiming its impossible to get contributions merged as well.

I would be happy to find out this information is wrong or outdated.

Shimitar@downonthestreet.eu on 21 Mar 19:25 collapse

Feels like fud.

Matrix is a set of standards and governed by an open foundation matrix.org/foundation/about/

Also there are many different server implementations and its hard to believe they all send your data to some third entity. In other words, what is stated by that link is just plain false. Not to mention that today there are quite many clients as well and I find the bridge point a bit… Idiotic.

You are free to use matrix.org but makes way more sense to self host your instance, and maybe not even use Synapse but something more “modern” as server.

BroBot9000@lemmy.world on 18 Mar 17:30 next collapse

Why use Element for matrix?

From what I can tell it collets and links data to you: Location, identifiers and contact information.

How is that private or better than Signal?

Nikelui@lemmy.world on 18 Mar 17:40 next collapse

Because people don’t use discord for privacy. They use it for gaming, voice chat, communities and streaming.

sxan@midwest.social on 18 Mar 17:55 collapse

@Nikelui is 100% right: a chat room may be private, but it’s not secure. Even in an encrypted room, every additional person you add reduces your security. I’m sure there’s some paper out there that studies this, and that the graph of # of members vs security is an inverse power ratio.

If it’s a public chat, there is no security.

However, with Matrix, if you run your own server and restrict access to your friends, at least you can be fairly certain your chat room isn’t being used to train an LLM, or to harvest information about you for advertising.

BroBot9000@lemmy.world on 18 Mar 18:44 collapse

There is a difference between willing information that you put out there and data gathering that goes on without your consent.

Public chats are not my concern. That’s information I’m putting out there willingly.

Location data is something I don’t want anyone collecting without my consent.

Why does Element need to know where I’m located? Why is that being gathered with my identifiers?

zod000@lemmy.ml on 18 Mar 19:03 next collapse

Are you specifically referring to the mobile client of Element? i wasn’t away of anything with the desktop client that has anything to do with location.

BroBot9000@lemmy.world on 19 Mar 17:33 collapse

<img alt="" src="https://lemmy.world/pictrs/image/c3ae1aec-9aaa-4d22-b6fe-1277d20e66d4.jpeg">

This is what shows up when I check Element. Every other Federated app that I use doesn’t collect any information. Voyager, Pixelfed, Peertube, Mastodon all come up with “No data collected”

zod000@lemmy.ml on 19 Mar 19:21 collapse

I just looked in detail through their privacy policy, and it looks like if you use their “service” they are collecting quite a bit of data, certainly more than I would have expected. I only use stand alone, non-federated homeservers and I have everything disabled as far as telemetry, etc, but I think you’ve convinced me to keep an eye on the other clients. I last test drove several last year and all of them were either lacking features I needed or had issues.

sxan@midwest.social on 18 Mar 19:19 collapse

I don’t know. I don’t use Element; I wasn’t aware it requested location service access. I switched to FluffyChat ages ago; it only asks for notification.

But that’s just for group chat. I’ve been using Jami lately, and it does ask for location access; that’s because it has a “share location” feature, that - if you use it - shows a little map with your location to the person you’re sharing with. Maybe Element has implemented something similar?

BroBot9000@lemmy.world on 19 Mar 17:33 collapse

<img alt="" src="https://lemmy.world/pictrs/image/f9b8f64e-b193-4e3b-a3d4-d28437ebd9bb.jpeg">

This is what shows up when I check Element. Every other Federated app that I use doesn’t collect any information. Voyager, Pixelfed, Peertube, Mastodon all come up with “No data collected”

sxan@midwest.social on 19 Mar 17:45 collapse

Huh. I just checked Fluffy, and it asks for location, camera, and phone. I just denied it everything but notifications, so VOIP won’t work, but all I use it for is chat rooms anyway.

In any case, it doesn’t look any better than Element, in that respect.

doodledup@lemmy.world on 18 Mar 17:56 next collapse

I use Signal for private and personal messages. I use Discord solely for gaming and voicechat. A good alternative doesn’t need to be overly private (although that would be a bonus of course). It just needs to have a good UI and feature parity with Discord.

BroBot9000@lemmy.world on 18 Mar 18:41 collapse

There is a difference between willing information that you put out there and data gathering that goes on without your consent.

Location data is something I don’t want anyone collecting without my consent.

Why does Element need to know where I’m located? Why is that being gathered with my identifiers?

mac@lemm.ee on 18 Mar 23:06 collapse

You know the app still works if you deny it loc permissions, right?

<img alt="" src="https://lemm.ee/pictrs/image/c9dc9e48-5cac-4956-af94-9aca1c6a601f.png">

azalty@jlai.lu on 19 Mar 07:45 collapse

still means they’re willing to collect data

Link@rentadrunk.org on 18 Mar 17:56 next collapse

Isn’t the data sharing optional? I’m pretty sure it asks you on first startup and you can decline.

tofu@lemmy.nocturnal.garden on 18 Mar 21:21 next collapse

Does it? On Android, it never asked me to grant location permission unless I try to share my location to another user. Similar with contacts and calendar, it’s working perfectly fine without them. Where exactly does it link those identifiers and with what?

BroBot9000@lemmy.world on 19 Mar 17:35 collapse

<img alt="" src="https://lemmy.world/pictrs/image/3192caba-eafc-4552-b995-0dd6847e06cd.jpeg">

This is what shows up when I check Element. Every other Federated app that I use doesn’t collect any information. Voyager, Pixelfed, Peertube, Mastodon all come up with “No data collected”

tofu@lemmy.nocturnal.garden on 19 Mar 18:23 collapse

Ah! I don’t know what exactly these mean, would be interesting to see what Element says what those mean. I don’t think Element actually adds these to your messages etc but I don’t know the protocol enough.

possiblylinux127@lemmy.zip on 19 Mar 00:12 next collapse

The Element web client will break encryption when you clear your browser data.

tofu@lemmy.nocturnal.garden on 19 Mar 18:26 collapse

Does it? I think it logs you out and after logging in again, you need to provide your encryption key/verify with other device again in order to access the history. Or wdym with breaking?

index@sh.itjust.works on 20 Mar 12:08 collapse

Signal is centralized and require a phone number to register, it’s not private at all.

BroBot9000@lemmy.world on 20 Mar 18:01 collapse

That’s bullshit.

A) Privacy =/= anonymity

B) They have usernames and the option to hide your number from searches for those interested.

C) Signal has absolutely no way of accessing any of your information: signal.org/bigbrother/ They publish all their subpoenas and there is no information that are able to collect. It’s all encrypted.

D) Phone numbers are an easy way onboard the normies and Meta addicts that don’t value privacy.

index@sh.itjust.works on 20 Mar 19:13 collapse

Your phone number is tied to your identity, there are no reasons to ask it to begin with.

assaultpotato@sh.itjust.works on 18 Mar 17:30 next collapse

I’m running a Matrix server with a FB Messenger bridge via mautrix-meta and that makes it a clear winner. Half my group chats have migrated entirely since I’ve set my close friends up with accounts in my server and they also use the bridge. The fact that people can slowly migrate chats without losing messages or groups is killer for adoption imo.

ocassionallyaduck@lemmy.world on 18 Mar 18:27 next collapse

Did you follow a guide, or know one you could link? I’m thinking this is the path for me and my friends too.

assaultpotato@sh.itjust.works on 18 Mar 21:16 next collapse

I can try to write some stuff up, it’s not super complex. Core requirement for my setup is Docker + a domain. I recommend Linux host but you can make Docker Desktop work.

Let me write some stuff down this week.

assaultpotato@sh.itjust.works on 20 Mar 04:45 next collapse

My humble experience so far: kcross.engineering/blogs/matrixandmautrix/

Biggest thing so far is “go slow on federation”. Large federated servers are where you get into trouble with resource requirements and needing to spin up workers, etc. Small, private servers are relatively easy.

Shimitar@downonthestreet.eu on 21 Mar 19:41 collapse

This is my wiki, no Fb bridge, but telegram, WhatsApp, discord and signal bridges yes

wiki.gardiol.org/doku.php?id=matrix%3Astart

Check the sidebar, its closed by default on mobile.

Lumun@lemmy.zip on 19 Mar 02:25 next collapse

This sounds great. If you end up writing something for the other commenter using a Linux server and the Messenger bridge I would love to hear if there were any pitfalls to avoid!

assaultpotato@sh.itjust.works on 20 Mar 04:45 collapse

My humble experience so far: kcross.engineering/blogs/matrixandmautrix/

Biggest thing so far is “go slow on federation”. Large federated servers are where you get into trouble with resource requirements and needing to spin up workers, etc. Small, private servers are relatively easy.

johntash@eviltoast.org on 19 Mar 03:40 collapse

Are you saying you can import chat history with a bridge some how? I don’t remember that being an issue, but would be very handy

assaultpotato@sh.itjust.works on 19 Mar 04:18 next collapse

I’m messaging Facebook users over Matrix via the bridge.

Shimitar@downonthestreet.eu on 21 Mar 19:42 collapse

Yes! Absolutely (* didn’t check all existing bridges, so… Maybe not all of them)

DaveX64@lemmy.ca on 18 Mar 17:42 next collapse

I’ve been tinkering with old BBS software :)

sparky@lemmy.federate.cc on 19 Mar 09:26 collapse

Kibo lives!!!1

Xanza@lemm.ee on 18 Mar 18:10 next collapse

It never made sense to me how popular discord was to begin with.

HarkMahlberg@kbin.earth on 18 Mar 18:13 next collapse

@Xanza Among my friends, it replaced Facebook Messenger, Teamspeak, and Mumble instantly. It was fast and the voice quality was excellent. The appeal in 2017 was obvious. The bloat that it had tacked onto it since then is egregious.

Don't get me started on the "rewards"...

Appoxo@lemmy.dbzer0.com on 18 Mar 21:36 next collapse

Don’t forget free servers.
On TS3 it was to either know a friend that rented/hosted it, rent/host it yourself or use a public server.

Comtief@lemm.ee on 18 Mar 22:09 next collapse

Funny, I remember in 2017 the voice chat had mic issues all the time but now that works much better. But I suppose everything else got bloated…

db0@lemmy.dbzer0.com on 19 Mar 09:23 collapse

The bloat that it had tacked onto it since then is egregious.

VCs gotta make back that ROI…

u_u@lemmy.dbzer0.com on 18 Mar 19:49 next collapse

It used to be fast and not full of useless bloat like what you see right now. The usual enshittification.

acockworkorange@mander.xyz on 18 Mar 22:55 next collapse

  • persistent IRC style chat rooms
  • virtual “servers” to organize said chat rooms, manage privileges, control visibility
  • integration with bots for all sorts of things (moderation, user welcome, dice rollers, etc.)
  • integration with games/music players/etc (I don’t use it but it’s very popular)
  • privacy and moderation controls
  • client allows fine grained notification controls
  • voice, video, and screen casting simultaneously
  • “server” templates: use an existing server config (roles, permissions, rooms, etc.) when creating a new server.

That’s just off the top of my head.

It’s enshittifying, but the value proposition is still hard to beat. I’m really hoping Matrix catches up with the feature set soon.

possiblylinux127@lemmy.zip on 19 Mar 00:11 collapse

Its popularity is more inertia based

acockworkorange@mander.xyz on 19 Mar 00:39 next collapse

Really? Is there an alternative that hits all the points above? I’m really asking.

OccultIconoclast@reddthat.com on 19 Mar 04:53 collapse

I’m not subject to intertia. I could move my friends to an alternative in a week. Tell me which alternative has all those features and I’ll switch.

pixeltree@lemmy.blahaj.zone on 19 Mar 01:16 collapse

Other voice chat programs were crap, discord was significantly better and more consistent. Simple as. It still has features way ahead of other services. The business side is shitty but it works without anyone needing to know anything with no troubleshooting.

stopforgettingit@lemmy.dbzer0.com on 18 Mar 18:18 next collapse

man I wish mumble had a better interface and a chat function, it could real FOSS competition with Discord, but the lack of a chat feature is holding it back

mr_pip@discuss.tchncs.de on 18 Mar 18:24 next collapse

that and screen sharing

thebardingreen@lemmy.starlightkel.xyz on 18 Mar 18:41 next collapse

It’s so much easier to set up and install than Matrix.

splendoruranium@infosec.pub on 18 Mar 19:36 collapse

It’s so much easier to set up and install than Matrix.

Unbelievably so. Mumble is… basically one setup command. Don’t even need a domain. And it needs absolutely no resources, can run on a Pi Zero.
Setting up my own Matrix server was honestly one of the most difficult things I’ve ever attempted in decades of non-professionally using computers and I’m still not sure I’d be able to properly take care of the installation if it breaks. Sooo many moving parts. All the federation-oriented projects that rely on adoption rates reaaaaally desperately need setup wizards before any other additional feature.

thebardingreen@lemmy.starlightkel.xyz on 18 Mar 22:42 collapse

I’ve set up Lemmy, Forgejo, Nextcloud and Mastodon. Forgejo is unbelievably easy, Mastodon and Lemmy both are complex but if you follow the instructions you get there pretty quickly.

Matrix is like “Follow a book of documentation, then when it doesn’t work anyway, spend hours of your life troubleshooting a bunch of stuff that’s NOT in the documentation. Why is this so hard?”

possiblylinux127@lemmy.zip on 19 Mar 00:11 next collapse

You forgetting the part where the server starts using crazy resources because you entered the main Matrix chat. Does the server need to send you everything that’s ever been said? Apparently yes

db0@lemmy.dbzer0.com on 19 Mar 09:22 next collapse

Sounds like this is part of their business plan. Make hosting it so onerous, you’re better-off using their servers, or paying them to do it for you.

Shimitar@downonthestreet.eu on 21 Mar 19:43 collapse

What server are you hosting? Synapse probably.

I went conduwuit and was quite easy: wiki.gardiol.org/doku.php?id=matrix%3Astart

corsicanguppy@lemmy.ca on 18 Mar 19:46 next collapse

There’s no text chat in mumble? Really? (I seem to remember otherwise, sorry)

Grunt4019@lemm.ee on 18 Mar 19:49 next collapse

There is text chat but it’s not persistent, or very customizable.

stopforgettingit@lemmy.dbzer0.com on 18 Mar 19:57 collapse

Its been ages for me, so I may be incorrect now. I think the chat is not persistent and I am pretty sure there is no channels. Its most definitely not set up how discord is where its more of a chat client that has voice rather than a voice client that has chat.

BlessedDog@lemmy.world on 19 Mar 15:57 collapse

Started hosting a mumble server for gaming maybe six months ago and have been using it daily. Really happy with it.

stopforgettingit@lemmy.dbzer0.com on 19 Mar 16:12 collapse

I don’t have a guild to host for anymore, but I used to host one years ago and it was solid as a rock. I am glad mumble is still going strong

yessikg@lemmy.blahaj.zone on 18 Mar 18:56 next collapse

Somebody needs to create an XMPP/Jitsi hybrid

poVoq@slrpnk.net on 18 Mar 19:32 collapse

Jitsi-meet is already using xmpp under the hood.

But there are some efforts to add multi-user video calls to full xmpp clients as well. Dino can already do it for a while, and Movim and Libervia recently added experimental support.

Its not quite a full Discord replacement, but for private groups it works quite well.

corsicanguppy@lemmy.ca on 18 Mar 20:01 next collapse

Isn’t the video the jingle part that Google added to jabber originally (before it dumped everything to remake it from the group up about 4 more times like a GSoC crossed over with groundhogDay)?

poVoq@slrpnk.net on 18 Mar 20:09 collapse

Today xmpp uses a distant relative of those original jingle specifications, which have been modernized to use Webrtc.

yessikg@lemmy.blahaj.zone on 19 Mar 11:25 collapse

Do any of the xmpp clients have screen share?

poVoq@slrpnk.net on 19 Mar 12:22 collapse

Movim does, for Libervia and Dino I am not 100% sure right now, but at least for Libervia the browser version should have it as it is really more of a general Webrtc browser feature than client specific.

[deleted] on 18 Mar 18:59 next collapse

.

Xanza@lemm.ee on 18 Mar 19:06 next collapse

This would be the perfect time for someone to throw up a nice UI for a webrtc based voice chat platform in the browser. Nothing to install, no crazy permission/server setup. Just create a room and invite your friends. Boom, team based voice chat.

poVoq@slrpnk.net on 18 Mar 19:22 collapse

Jitsi-meet does that. Easy to install as well.

candyman337@sh.itjust.works on 18 Mar 19:15 next collapse

spacebar.chat looks like it will eventually be good, it looks like it’s in its infancy right now though

merthyr1831@lemmy.ml on 18 Mar 19:34 next collapse

rocketchat seems decent

Kuvwert@lemm.ee on 18 Mar 20:48 next collapse

Ah this is so exciting!

Discord ‘existing’ has held back development motivation on Foss Federated Communication alternatives.

When they go public only good things will happen for projects like matrix :)

I’m very excited!

CosmicTurtle0@lemmy.dbzer0.com on 18 Mar 23:37 next collapse

I feel like matrix isn’t a one-to-one replacement. It’s a good slack replacement.

I haven’t used matrix enough to know for sure but does it have the discord equivalent of servers?

WhyJiffie@sh.itjust.works on 18 Mar 23:41 collapse

those are called spaces there. but there’s no flexible roles system. also no hop-on voice channels yet, but that’s a client feature so maybe that’s a bit different

possiblylinux127@lemmy.zip on 19 Mar 00:08 collapse

Matrix is cool but it really suffers from complexity.

The spec is a mess because they keep expanding it.

douglasg14b@lemmy.world on 19 Mar 02:10 collapse

Let’s not mention the abysmal performance for servers. Making it largely infeasible to scale.

It’s not the solution, not even remotely close, unfortunately.

Kuvwert@lemm.ee on 19 Mar 17:38 collapse

What are you using instead? I only recently set up my synapse server and I’d be interested to head what the alternatives are

zedage@lemm.ee on 19 Mar 19:34 next collapse

I’ve found SimpleX a much better solution than matrix for a discord alternative.

Yaky@slrpnk.net on 20 Mar 14:22 next collapse

Synapse has seemingly improved since 2020. A word of warning though: if you join large rooms from your server, Synapse will eventually grow the DB to a huge size due to a “lookup” table state_groups_state, and will require manual cleanup. See sequentialread.com/matrix-synapse-out-of-disk-spa…

Kuvwert@lemm.ee on 20 Mar 17:52 collapse

Woah nice heads up I appreciate it!

I’ll keep the janitor tool in my pocket for now as my instance takes up negligible space at the moment but someday that might not be the case.

Here’s the referenced tool for anybody else interested:

git.cyberia.club/…/matrix-synapse-diskspace-janit…

Yaky@slrpnk.net on 20 Mar 19:39 collapse

This tool looks fantastic, thank you!

Shimitar@downonthestreet.eu on 21 Mar 19:32 collapse

Conduwuit is actively developed and works pretty nice for me. Single user, but bridged to hundreds of telegram, WhatsApp and discord rooms. As well as a few matrix rooms too.

Kuvwert@lemm.ee on 22 Mar 00:12 collapse

Nice! Looks like a cool matrix platform! I’m on synapse myself but this looks cool

Ulrich@feddit.org on 18 Mar 21:31 next collapse

If you’re self hosting, it’s Revolt. But the default instance limits you to 20mb or something for files, which is a problem for me, personally.

EncryptKeeper@lemmy.world on 18 Mar 21:39 next collapse

Revolt is also an annoyance to self host and the apps don’t support self hosted instances without you rebuilding them because the server is hardcoded.

rickyrigatoni@lemm.ee on 18 Mar 23:07 collapse

Why even give the option then lmao

EncryptKeeper@lemmy.world on 19 Mar 00:03 collapse

That’s just it, it isn’t an option

SupraMario@lemmy.world on 18 Mar 23:24 next collapse

Doesnt discord also have a max of like 25mb? Unless you pay for nitro?

Ulrich@feddit.org on 18 Mar 23:31 next collapse

I believe it’s ~100mb. I don’t mind paying for more. That’s not an option on Revolt.

SupraMario@lemmy.world on 19 Mar 00:36 collapse

Wait? I thought this was FOSS? Is there no settings to allow you to change the upload size of files?

Ulrich@feddit.org on 19 Mar 00:44 collapse

Again, if you’re self-hosting, yes; If you’re using the default instance, no.

HappyTimeHarry@lemm.ee on 18 Mar 23:47 next collapse

If that, depending on the type of file sometimes its 10mb

SupraMario@lemmy.world on 19 Mar 00:36 collapse

Yea that’s what I thought, cause I’ve had small files get rejected recently now.

hitagi@ani.social on 19 Mar 00:29 collapse

It was 8mb then 25mb then 10mb now (for non-Nitro users)

db0@lemmy.dbzer0.com on 19 Mar 09:20 collapse

Just use croc to share files. Then size doesn’t matter.

Ulrich@feddit.org on 19 Mar 13:46 collapse

Yes that sounds super convenient…

[deleted] on 18 Mar 22:07 next collapse

.

possiblylinux127@lemmy.zip on 19 Mar 00:07 next collapse

Avoid Revolt as there moderation is questionable

pineapplelover@lemm.ee on 19 Mar 02:09 collapse

Wym moderation? Aren’t you moderating your own server?

possiblylinux127@lemmy.zip on 19 Mar 03:43 collapse

There is a single instance everyone is on

pineapplelover@lemm.ee on 19 Mar 04:54 collapse

Ah ok, yeah in that case yes. Only solution to this would be federation. But matrix is nowhere there yet in terms of normie usability.

db0@lemmy.dbzer0.com on 19 Mar 09:11 collapse

Revolt != Matrix

communist@lemmy.frozeninferno.xyz on 19 Mar 01:12 next collapse

Element/matrix all the way

if you want something that looks like discord there are themes for the clients, there’s even commet.chat for a discord like experience (but they haven’t added calls yet)

TheSambassador@lemmy.world on 19 Mar 01:28 collapse

Calls and easily sharing my screen are 90% of my use cases for Discord. The entire appeal of it initially was that it was a more functional Ventrilo with both text and voice channels. Hopefully something FOSS gets further developed by the time Discord completely shits the bed.

communist@lemmy.frozeninferno.xyz on 19 Mar 02:34 collapse

Then i’d recommend the element client in particular.

github.com/aaronraimist/element-themes/…/Discord

^^ there’s also this!

XiberKernel@lemmy.world on 19 Mar 01:57 next collapse

Honest question, but on a technical level isn’t discord basically IRC with some bells, whistles, emojis, and a some WebRTC Logic wrapped in electron with a large marketing budget? Throw in some cloud storage and a CDN for images. What am I missing? I’m not saying it’s “easy”, but I’m curious what it would take to build a solid streamlined FOSS alternative built on combining existing technologies.

Edit: I’m not familiar with the ecosystem… is the issue with existing FOSS bad UI and complicated onboarding? Missing features? Or is it simply a critical mass issue?

Phantom_Engineer@lemmy.ml on 19 Mar 03:13 next collapse

The main benefit I remember from jumping to Discord from IRC back in the day was the ability to easily see past messages. That said, I’m not sure if that’s a problem anymore on IRC since I haven’t used it in ages. Even then, I don’t think it would be too terribly difficult to whip up a self-hostable fediverse competitor to Discord. It would essentially be IRC++.

It’s probably more of a critical mass issue, though not near the level of Reddit vs Lemmy or Twitter vs Bluesky vs Mastodon. Every Discord server is essentially a walled garden. A Discord server doesn’t hold much advantage over a Slack server, GroupMe, Teams, or IRC. For that reason, it would be a lot easier to move individual communities over.

dubyakay@lemmy.ca on 19 Mar 03:19 next collapse

Discord is not even necessarily Electron. I’m running it as Datcord, which is a Firefox based wrapper.

Discord has a searchble chat history, which is what sets it apart from IRC. Everything else can be emulated by modern IRC clients, such as emoji and embedded / unfurling images and link previews.

However imagine the chat history as if you had a bouncer that has 100% uptime and joined all possible chat channels from their creation, along with offering you search and buffer.

If not IRC, either Matrix or XMPP should be capable of this.

I’m fairly sure Discord’s popularity was due to aggressive marketing, likely during their venture capital funding rounds. Something which FOSS does not have.

echolalia@lemmy.ml on 19 Mar 04:35 next collapse

In addition to the replies you got already, discord has screen sharing/streaming. An experience kind of like zoom (I don’t use it and dont see the appeal but maybe someone who does can elaborate more. My partner uses this feature sometimes).

Unforeseen@sh.itjust.works on 19 Mar 12:39 next collapse

A group of friends use this every weekend to play party games (Like jackbox games). One person streams and everyone uses a browser to interact.

If I want to show a friend a new game, I use it as well.

Takumidesh@lemmy.world on 19 Mar 13:30 collapse

I commonly will be in a call with friends, where we all stream the games we are playing independently to each other.

Another use case, one person screen shares YouTube for group watching

And one more, we will often play chess and screen share so others can watch.

This is for a group of 3-10 people typically

tofu@lemmy.nocturnal.garden on 19 Mar 09:04 next collapse

Does IRC have performant voicechat?

NikkiDimes@lemmy.world on 19 Mar 09:08 collapse

That would be the WebRTC logic.

LwL@lemmy.world on 19 Mar 14:01 collapse

One of the major draws of discord is the fact that they host the servers for you, for free. Anyone can make an account, click a button, and have a discord server.

Afaik matrix does allow this (haven’t used it personally) but it’s something where I am a bit worried about hosting costs if it reaches a large scale. (Also unsure about how the matrix protocol works precisely, but if defederation is a thing which I feel like it has to be, I can see it leading to huge pains since discords use case is often about being part of a specific communitu, as opposed to twitter or reddit. Being unable to join a groip or see some messsges because of federation issues would be a major headache).

psycho_driver@lemmy.world on 19 Mar 01:58 next collapse

If you just need voice comms and basic chat mumble/murmur has worked great for me for ages.

OccultIconoclast@reddthat.com on 19 Mar 04:56 next collapse

reddthat.com/post/37286760

jagged_circle@feddit.nl on 19 Mar 04:57 next collapse

Matrix.

farcaller@fstab.sh on 19 Mar 07:18 collapse

Matrix is spectacularly cursed to the point of being unusable if you self-host it. The protocol is dumb enough to lock you out of rooms hosted on another server forever if anything goes wrong with the key rotation.

Turnbomb@lemmy.ml on 19 Mar 04:58 next collapse

Is there any option to stay on discord but better? Like vencord or something similar through Linux? I cannot imagine being able to get my friends off of discord ever.

RichardDegenne@lemm.ee on 19 Mar 07:44 collapse

I guess that’s the biggest hurdle, especially when it comes to social apps. One tech-savvy person wanting to migrate is usually not enough to start moving a community, even as a small as a group of friends.

ricdeh@lemmy.world on 19 Mar 09:45 collapse

Had to experience that first hand. I tried to get my best friends to register on my Matrix server last September and join a room for our group, and they did, but I rarely see any of them online and I only get responses days later, if at all. One even stopped using it entirely, lol. Ah well, but at least I got a Matrix server out of that that I can use to federate with other like-minded people.

Rhaxapopouetl@ttrpg.network on 19 Mar 05:05 next collapse

Alternatives to discord, open source or not:

alternativeto.net/software/discord-app/

xelar@lemmy.ml on 19 Mar 07:31 next collapse

Mumble?

Wolfizen@pawb.social on 19 Mar 07:36 next collapse

XMPP?

Realitaetsverlust@lemmy.zip on 19 Mar 07:38 next collapse

Me and my brother are using teamspeak to this day.

PlexSheep@infosec.pub on 19 Mar 08:38 next collapse

TeamSpeak exists too

Randelung@lemmy.world on 19 Mar 12:00 next collapse

Mumble!

killeronthecorner@lemmy.world on 19 Mar 15:38 collapse

Tmspk egssts tuh

Kit@lemmy.blahaj.zone on 19 Mar 12:10 next collapse

That’s a throwback. Let’s take it one step further and just get back on Ventrilo and play some DOTA. (For the younger folks who don’t get the reference: youtu.be/aTJncWndUB8 )

waz@lemmy.world on 19 Mar 13:05 next collapse

I am certainly not one of the younger folks and had never seen that before. That is awesome, thank you for sharing.

Kit@lemmy.blahaj.zone on 19 Mar 13:38 collapse

Oh man, Basshunter was huge in the chronically-online gamer space in the 2000s. His other songs are pretty good too.

To put it in perspective, the fact that they’re gaming on laptops and LCD monitors was an enviable flex when his songs released.

EchoCranium@lemmy.zip on 19 Mar 13:44 next collapse

Used to use Vent playing Eve Online 19 years ago. Worked great back then. Apparently it’s still around, but still no Linux support after all these years.

BoxOfFeet@lemmy.world on 19 Mar 17:32 collapse

I still have my copy. I cannot believe that song is like, 18 years old now. It was such a staple of my college experience.

<img alt="" src="https://lemmy.world/pictrs/image/dd8afc4f-4e03-464f-a5dd-2c354bea640b.jpeg">

snugglesthefalse@sh.itjust.works on 19 Mar 19:23 collapse

Teamspeak is alright, in fact we use it along with discord for inter-channel Comms. But discord does a lot of stuff that ts doesn’t touch

slomosapien@lemmy.ml on 19 Mar 09:56 next collapse

Its been a while since I used Revolt, I use element everyday. But I’d prefer something more “third party” too. Revolt was servicable back in 2020, maybe it has gotten better?

DieserTypMatthias@lemmy.ml on 19 Mar 10:53 next collapse

Matrix is the way. It’s federated and you can have your own server.

Shimitar@downonthestreet.eu on 21 Mar 19:53 collapse

+1

cupcakezealot@lemmy.blahaj.zone on 19 Mar 11:51 next collapse

if discord is going public they don’t need my turbo sub anymore

GaMEChld@lemmy.world on 19 Mar 15:32 collapse

Cancelled mine when they redesigned the mobile app anyway. I don’t want a different interface on mobile vs desktop. I want a unified experience, which was their original purpose.

shym3q@programming.dev on 19 Mar 13:40 next collapse

I’ve started my self-hosting journey having Matrix in mind - especially the Matrix bridges to cut off the need to use social media clients like Discord.

Today, I’m slowly convicting my friends to join my instance. So far, that’s just one of the closest ones (still win for me).

I hope one day decentralization in social media would take off!

rumba@lemmy.zip on 19 Mar 18:54 collapse

I JUST managed to get my closest ring outside my family to join Signal.

We have a total of 7 people now.

I’d light up a server and host matrix/frendica/lemmy/mastodon/headscale in an instant if I thought I could get those 7 to join.

GoodLuckToFriends@lemmy.today on 19 Mar 15:00 next collapse

Just remember your friend, discorch.org

Kaliax@lemmy.world on 20 Mar 14:13 collapse

Thank you for sharing this link! Fucking wild times we are in.

Voroxpete@sh.itjust.works on 19 Mar 15:19 next collapse

I’ve also been comparing Element and Revolt. Both seem really solid, both are open source and both are self-hostable. Hard to find any downsides there.

There’s a discord server that me and a bunch of friends use as our main hangout. They’ve raised the prospect of bailing before things enshittify, and of course I’ve been tasked with pitching a replacement. For my money, Revolt is the way I’m going to go, specifically because it’s basically a one for one clone of Discord. The people I’m pitching this to are a mix of technical and non-technical, so I think something that looks and feels like what they’re used to will be the easiest transition.

It also feels like Element is geared pretty heavily towards being a replacement for Slack / Teams rather than a replacement for Discord. Their pitch seems a lot more focused on the enterprise market. Revolt seems more focused on gaming, casual hangout, that sort of thing.

I like Element a lot, but for me it doesn’t feel like the right solution to this specific problem. But if I was pitching something to my work as a Teams replacement, Element is definitely the way I’d go.

wampus@lemmy.ca on 19 Mar 16:22 next collapse

Silly question perhaps, but I haven’t tripped across it on the site for Revolt – is there a relatively straight forward server version for self-hosting, or is it just that the source is on github and you can compile it in theory if you feel like goin through that process… ?

BendingHawk@lemmy.world on 19 Mar 17:37 collapse

The most straight forward I see appears to be Docker hosting

github.com/revoltchat/self-hosted

developers.revolt.chat/faq.html#admonition-what-c…

If you’re looking to self host but are uncomfortable with Docker I recommend checking out YunoHost as an option for something a bit simpler, they also support Revolt

wampus@lemmy.ca on 19 Mar 18:39 collapse

Thanks, appreciated.

Trihilis@ani.social on 19 Mar 18:08 collapse

Man I wish my online friends were that easy to switch.

As soon as I mention Lemmy “what’s wrong with reddit”. As soon as I mention element “but everyone uses whatsapp/discord”.

It suck that 90% of the people are stuck in their old ways and refuse to try anything new.

Hell I almost got banned for even mentioning lemmy once.

GaMEChld@lemmy.world on 19 Mar 15:33 next collapse

Time to dust off my old Mumble server!

ErrorCode@lemmy.world on 19 Mar 17:08 collapse

I was reading this thread and started looking for that app again.

Rooty@lemmy.world on 20 Mar 04:55 collapse

Mumla? Is it even still being updated?

GaMEChld@lemmy.world on 20 Mar 13:03 collapse
crmsnbleyd@sopuli.xyz on 19 Mar 16:46 next collapse

Matrix is nice, and you can have jitsi for calls integrated. It seems to be pretty popular; Lemmy has a field for matrix @ in user profiles. Never heard of revolt before.

ErrorCode@lemmy.world on 19 Mar 17:07 collapse

I use Jitsi for a non-profit, and I like the mute someone else function, but oh wow the noise cancellation needs improvement. So many voice comm apps have disappeared (there used to be one our group used all the time, then the devs dropped it (the client app) and just became on API or something).

KillingTimeItself@lemmy.dbzer0.com on 19 Mar 19:07 next collapse

mumble is great for VOIP.

Matrix seems interesting, but i think it might be a little bit too heavy handed, im not personally a fan of web tech, though there are other things like xmpp as well.

revolt is meh, apparently their dev team is hostile to self hosting, so there’s that. There’s also spacebar, which is a reverse engineered implementation of the discord API, could be interesting.

xor@lemmy.blahaj.zone on 19 Mar 19:40 collapse

Can you elaborate on what you mean by web tech? I don’t know much about how matrix works

KillingTimeItself@lemmy.dbzer0.com on 20 Mar 01:41 collapse

a lot of modern technology and software is built on the foundation of work built by the web browser industry, it’s not necessarily a bad thing, but it’s not necessarily a good thing either. Provides a lot of nice features, native integration into a web browser, industry standard security and encryption procedures.

That’s about it though, Outside of that, running a dedicated version of that app is almost always some bullshit built in electron, which is a horrible buggy mess with horrible performance. Nothing stops devs from integrating these features into a standalone application… But, they likely won’t since they’ve already developed a web browser version.

I also have some problems with the way web tech is generally built, it’s built with the expectation that you will host and treat it as a web app, which is fine, it works. But i prefer not to host services i use via anything web related as generally i find it both intrusive, and problematic, in the instance that a DNS server goes down for example. (it’s not very likely, i know, but still)

I also think a lot of the networking protocols are fairly bloated, but that’s not as big of a deal, it’s just annoying.

anyway, enough of my ranting. Matrix is actually a specification for a set of communication protocols based on the foundation of web tech, it’s highly universal, and inter-compatible, which is great. But it sort of stops there. There are several server implementations, and numerous front end implementations, none of which seem to be particularly, interesting. There’s numerous electron front ends, a few that aren’t (though they won’t support most features) etc, stuff like that, it’s just. Not clean.

msage@programming.dev on 19 Mar 19:45 next collapse

Way too few mentions of Jitsi.

I use it with friends, it has good server config, and I’m pushing it on businesses.

Lumiluz@slrpnk.net on 19 Mar 20:43 next collapse

Explain more of this Jitsi, sounds interesting for my business

msage@programming.dev on 19 Mar 21:12 collapse

It’s voice and video calling with chat and screensharing. I intend to use it for a language school. It’s extendable, for instance you can also self-host a whiteboard, where everyone can draw. You can see the drawing in real time, which is good for asian languages, where direction of the stroke is important.

Free, open-source, packaged in Debian, runs without issues, used it with friends for multi-hour voice chats during gaming nights.

On the server you can configure things like FPS for screenshare. I have yet to adjust that and try streaming video/game through it.

Lumiluz@slrpnk.net on 20 Mar 09:05 collapse

This does sound extremely useful and good.

I’d say the only issues software like this have is there’s a lack of beginners guides to self hosting, so people either know too little and instantly have their server botted / hacked, or know enough to be too paranoid and afraid to set up their own server because they know of the risks.

As for me though, I’ll probably look into implementing this and play around with it for our DnD group first.

msage@programming.dev on 20 Mar 11:51 collapse

That sounds great, let me know how it works for you.

John@discuss.tchncs.de on 20 Mar 12:26 collapse

There is also BigBlueButton if you are looking for another similar project.

nammi@lemmy.world on 20 Mar 13:39 collapse

they are owned by a Nasdaq-listed company. does that not the defeat the purpose when OP is trying to avoid Wall Street-ownership?

msage@programming.dev on 20 Mar 19:56 next collapse

Just self-host it? It’s open-source, that will last you a lifetime.

cecilkorik@lemmy.ca on 20 Mar 22:01 collapse

Discord is a completely proprietary walled-garden that bans third-party clients to maintain full control AND (soon) has Wall-Street-ownership.

Jitsi is open-source built with multiple open protocols BUT has Wall-Street-ownership.

Neither is great, but these are two distinctly different situations.

MITM0@lemmy.world on 20 Mar 12:23 next collapse

Ever looked up XMPP ?

Yaky@slrpnk.net on 20 Mar 14:25 collapse

And Snikket for super-easy setup and management

Ibuthyr@lemmy.wtf on 22 Mar 11:14 next collapse

Not entirely related, but why do so many people use Discord? What’s the appeal? I only ever used it as a replacement vor teamspeak or ventrilo. And I honestly hate most online games.

pathief@lemmy.world on 22 Mar 15:09 collapse

I’ve been using it for several years. I have a small server I use with my IRL friends and it works great.

  • Near 100% availabily
  • Nice sound quality
  • Supports multiple servers for your multiple interests
  • UI is amazing
  • Works fine on every platform
  • Screen sharing / streaming is easy
  • Cool to see what your friends are playing
  • Free plan is more than enough, you can pay for cosmetics or higher stream quality.
kr0n@piefed.social on 25 Mar 08:25 next collapse

+1. It's like an IRC channel but improved and easy to use.

When I started in the online games, we used IRC + TeamSpeak. Now we only use Discord since it has all of them in only one app but it's better (except the ads), easier and you also has a Mobile App.

patrlim@lemmy.blahaj.zone on 25 Mar 09:40 collapse

The UI is actually kinda ass, but we all got used to it.

Me and my friends moved to matrix, but we still use discord for streaming.

pathief@lemmy.world on 25 Mar 09:54 collapse

Compared to the software we were using before such as Skype, TeamSpeak, Ventrilo and Mumble… The UI is amazing.

I’d happily move to Matrix but I’d lose all the servers for my hobby interests. No point in having both.

solomon@lemmy.solomon.tech on 24 Mar 00:18 collapse

Personally I got all my friends to move to Element on Matrix. Not all of them are particularly technical, and they still have no problems on Element. I’m inclined to recommend Element / Matrix.