TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Would it make sense to decentralise social media with PGP?

2 pointsby mapeheover 5 years ago
I tried to find an easy way to stream news in real time. Twitter API is a natural choice, but I couldn&#x27;t bother to sign up after it asked for an essay on why I would like to use the service. This led to another thought.<p>Several social media platforms such as Twitter and Reddit are mainly based on public content. There is no real reason why they should be centralised like they are. Signed content could be broadcasted instead and the receiving nodes could identify the sender by their public key. (Public keys could be registered on a keyserver that requires demonstrating ownership of the email address in the key.) Content could later be requested from these nodes and it could be compiled to a news feed.<p>Does this kind of thing exist already? Is there a reason why it wouldn&#x27;t make sense?

2 comments

probably_wrongover 5 years ago
I think the setup you describe is similar to RSS: an individual broadcasts information on their channel, and other people can subscribe to it with their own client. There are no public keys involved, but being able to push to a specific RSS feed should be enough proof that the sender is who they claim to be.<p>If that answers your first question, you can read further essays on why RSS did not work as well as people intended. I don&#x27;t have any specific one in mind, but I&#x27;m sure you can find some easily.
verdvermover 5 years ago
Take a look at ActivityPub