this post was submitted on 28 Oct 2025
198 points (98.5% liked)

Privacy

43024 readers
985 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SwooshBakery624@programming.dev 17 points 1 week ago (2 children)
[–] Ferk@lemmy.ml 15 points 1 week ago (1 children)

Or distributed serverless P2P communication (like SimpleX does). Specially when it comes to an app that is just meant for person-to-person communications to begin with.

[–] als@lemmy.blahaj.zone 2 points 1 week ago

SimpleX have message relay servers that are required for the sytem to function. It's not "serverless P2P".

[–] Not_mikey@lemmy.dbzer0.com 2 points 1 week ago

You can run your own signal server and federate it with others, you just can't on the standard app you get from the app store that just talks to the central signal server.

It's all open source though so you'd just need to flip some conf flags and compile it yourself.