this post was submitted on 07 Sep 2025
282 points (98.6% liked)

Privacy

41568 readers
1387 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

I’ve been seeing this more and more in comments, and it’s got me wondering just how big this issue really is. A lot of people feel trapped in apps like Discord, WhatsApp, and Instagram, but can’t get their friends to leave.

It’s really annoying when you suggest trying something new, whether it’s a different app or just not using these platforms so much but sometimes it can feel like no one wants to go first.

So I’m curious, what apps do you feel most trapped in? And have you tried convincing your friends to leave them? What happened? Is it an issue for you, or are you just going along with the flow?

Looking forward to hearing if this is as common as it feels!

you are viewing a single comment's thread
view the rest of the comments
[–] twice_hatch@midwest.social 2 points 1 day ago (1 children)

Even the FOSS apps don't all get along.

Conversations is great for XMPP, and it can act as a UnifiedPush pusher, but AFAICT it doesn't support other protocols and it doesn't act as a UnifiedPush subscriber.

So running 2 chat protocols, one being the well-support app Conversations on the well-supported protocol XMPP, means 2 push setups and 2 apps. Bleh.

I would like to see an architecture where the expensive app side of things is separated from the protocol. But that's all speculative, I haven't put work hours into it. Basically, if I have an idea for P2P chat, why do I need to re-invent emojis and channels and shit like that? I only want to iterate on transport. And if I have a better idea for channels, why would I have to re-invent the transport like XMPP and Matrix?

(The reason is that cutting those two apart is hard - But I will continue to wonder.)

[–] yogthos@lemmy.ml 1 points 1 day ago

Oh yeah the whole thing is a mess. It kind of blows my mind that we still don't have a single common protocol that at least the open source world agrees on. Like there is a more or less fixed set of things chat apps need to do, we should be able to agree on something akin to ActivityPub here as a base.