Enshittification Continues: Discord to begin showing advertisements on it's free platform

empireOfLove2@lemmy.dbzer0.com to Technology@beehaw.org – 405 points –
archive.is

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.

83

You are viewing a single comment

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.

1 more...

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.

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.

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.

1 more...