cross-posted from: https://lemmy.dbzer0.com/post/17617609
They supposedly can be disabled in settings- but we all know that won’t last. They’re going full Microsoft Skype mode and it’s only a matter of time.
Good. I hope people will move away from it soon. I hate Discord for banning third-party clients and datamining my system for installed apps. So I’ve never really used it.
It does mean I’m excluded from some FOSS projects’ support like Home Assistant but to hell with that :P
Hopefully those FOSS projects will gain some sense as discord becomes more shit and will leave. One can hope.
Most projects still haven’t left GitHub…
ideally such changes to advertising and the ToS arbitration clause removing consumer rights will help give a lot of the open-source communities a gentle push to get off of discord. It’s become far too central to too many communities and is impossible to search for knowledge.
deleted by creator
Hey I am here
I’ve only ever used it in browser to limit what it can see on my machine. I was told by one of my coding professors that one of the signs of a virus is if it monitors what apps you’re running, I’ve been cautious ever since of anything that does that (obviously it isn’t the only sign and isn’t instant virus bin, like I have an app that monitors GPU usage and throttles apps to keep from cooking my machine)
Don’t forget that it saves even your deleted DMs for as long as you have an account!
this will always happen unless we move to FOSS
Hope we get some comparable options yet, I only know of matrix and that one allegedly has tons of security and performance issues.
Can you list some security/performance/feature comparison between matrix and discord? I don’t have the need for these class of product, but I am trying to get the hype behind discord.
I don’t know about discord issues, the hype behind is it mostly that it’s free, very convenient, feature rich and can easily integrate bots. Its the go-to place to build communities nowadays.
Matrix issues that I read about can be seen here https://telegra.ph/why-not-matrix-08-07 . I haven’t done my own research tho so I don’t know if all of this is (still) true
Almost all of those issues are due to federation. Lemmy shares most of them. Considering that we’re on Lemmy, I’d say it’s mostly a non-issue for us. Maybe use something else for encryption-required communications, but other than that it sounds fine to me.
Lemmy is a public forum, discord servers are usually for invite-only, more closed-off communities, and we’re not talking about a lemmy replacement but rather how this is inadequate as a discord replacement.
That’s true, but the vast majority of the issues aren’t related to that. The majority of the issues in the article (if you read them you’d know) are about replication. They’re about whether the timing of posts, deletions, bans, and things like that possibly not being replicated perfectly across all instances. Lemmy has the same issues, but I haven’t noticed them causing problems yet. They would be even less of a problem in a private discord-like environment.
Mattermost does most of the required discord features. (Pun intended)
Is open source and is selfhost-able. I think there are some SaaS hosters if you need them too.
deleted by creator
It’s often not the cost of the software, but the hosting costs, especially on a growing platform.
platforms can be peer to peer too, with maybe a cheaper to host tracker. i think its viable for a chat app, like matrix, for example.
overall yes though, i wonder when lemmy is gonna start having these issues, its still mostly run by unpaid volunteers…
I think it’s why many decentralised platforms don’t want very big instances, and prefer them to split off into smaller federated sites.
IRC still rules. No ads in my irssi.
Does IRC do voice nowadays? I think that is the main reason people use Discord
If you mean that in some channels only some people can actually “talk”, I think it depends on the configuration of the channel, but it’s a possibility.
I thought people used Discord because you could have video / audio chats (not sure about this, I’ve used it very sparsely.)
And then there are Open Source projects that use Discord as the documentation repository. Hell is a place on the Internet, apparently.
Discord became popular because it’s a more convenient integration of audio chat for gaming, with text chat: no need to set up a server (like TeamSpeak or Mumble).
People using Discord for official documentation, or bug reporting, are in a circle of hell just slightly below the ones doing the same on Reddit. Community support… they may get a pass.
they meant voice chat, audio
You’re right, I completely misinterpreted the comment. The thing is that “voice” is a very specific term within IRC, and I got confused :D
Yup, I realized that :) I do believe discord has just about all the features IRC can offer. And then some, of course. But that isn’t saying much, considering IRC is one of the earliest uses of the internet.
Removed by mod
Yeah, I mean audio chats (voice is short for voice chat). I think the video calls are not used as much, but are still a good feature. I’ll probably try Revolt (someone linked it below)
slowly moving myself to https://revolt.chat/.
Its sad since I’ve been with discord since almost '15.
Compared to Matrix, or any E2EE chat, this doesn’t sound good:
we take your privacy very seriously. And with end-to-end encryption coming to DMs and group chats soon
Compared to Discord, or other established voice chat systems like Mumble, this doesn’t sound great either:
We are currently rebuilding the client and the voice server from scratch. The old voice should work in most cases, but it may inexplicably not connect in some scenarios and / or exhibit weird behaviour.
The “app” on Android seems to be just the webapp running in a standalone window.
I’ll concede them the OpenSource and self-hosted factors, and it does look like Discord, but it doesn’t seem like a suitable replacement for average users… yet. Then again, the ads might push them over.
Guess it’s worth to keep an eye on it.
deleted by creator
so this Revolt project is open source, which is nice, but still seems to rely on centralized servers. Does it use P2P for voice+video+fileshare so that the original devs aren’t on the hook for insane bandwidth requirements? I can’t see anything about their networking systems in the FAQ or info pages.
I may consider getting my friends to switch sooner or later if it’s more P2P based. But I don’t really want something that runs ALL traffic through central servers, because the bandwidth costs will inevitably just lead to the same situation that Discord is now in.
It’s self-hostable, and they seem to be switching to webrtc-rs, not sure whether with P2P or not:
https://trello.com/c/Ay6KdiOV/1-voice-overhaul-and-video-calling
In 2022, they claimed it was using minimal resources on the server:
https://developers.revolt.chat/faq/monetisation
They also don’t seem to consider federation as a priority, but then again neither does Discord.
Oh, this looks great. Honestly, I am very happy when closed-source apps become worse, these are all just opportunities for open source to move in and take over.
What made you choose revolt chat over matrix? Just curious.
Oh cool there’s an Android app, that’s gonna make it so much easier to recommend!
Edit: I just read about how it’s centralized and not encrypted, I’m not sure how this can become anything but Discord except open source and less popular. Matrix + Element seems to cover my use case for a project a bit better, I’ll give that a try.
Just tried it… it says “Running in Chrome”. Seems to be a repackaged webapp.
well that’s no different than Discord already, so net zero change
running webapps in chrome or Electron containers simplifies a lot of development, i don’t like their resource requirements or dependency on Chromium, but I do understand needing to streamline development so devs can work on more important backend stuff.
The difference is:
- Discord: Electron app, 156 MB, works offline
- Revolt: webapp, 635 kB, doesn’t work offline
The “works offline” is not much of a bonus for a chat app, but you can access cached chats on Discord, while Revolt… just doesn’t run.
There seem to be other clients for it, though. Haven’t checked those out.
In theory PWAs can be configured to run offline, whether they’re doing that I don’t know.
The desktop app looks like it’s electron though.
I know, one of the best PWAs I’ve seen is Draw.io, fully usable offline, with both device and browser storage.
The Revolt’s one however, even though delivered as a PWA, seems to be only the login page. If already logged in, it throws a “Network error.” dialog. Haven’t checked the desktop one.
deleted by creator
deleted by creator
Sure does, and I hate it. If they add more ads, I’m going to cancel nitro and move elsewhere.
deleted by creator
If you don’t already, consider using an ad-blocking DNS server. That blocks ad domains systemwide, not just in your web browser. Mullvad, Adguard, and some others have public DNS servers with adblocking. You can use them on both iOS and Android.
What’s a DNS server?
A DNS server is what converts a domain name, like google.com, into a numeric IP address, which is required for Internet traffic. Think of it like the mail room in an office building. They get mail for Bob in accounting, but the mail only has the name and the building’s address. The mail room staff (DNS) knows what floor and desk Bob sits at.
Since many ads are hosted on their own domains, like doubleclick.net, you can block them at the DNS level so your device never actually connects to the ad server.
By default you’re probably using your ISP’s DNS server, but you can customize it.
Interesting, thanks for the info. I’ll have to google around about this when I have some free time today
I’m so tired man. I just want it to stop. It feels like everything nice is slowly being squeezed in all aspects of life.
Anything that capitalism touches or influences has begun to choke us out. It just seems to continue and doesn’t seem to ease up or improve. Maybe I’m just noticing it more, but the past 4 years felt like things accelerated quickly
We need a Federated FOSS Discord alternative built to work with the activity pub protocol. I’m currently setting up an XMPP server, but I hope something like XMPP but works with activitypub gets made some day.
why activity pub? I don’t think it is designed to do group chats.
deleted by creator