Hacker News new | ask | show | jobs
by tofukid 1723 days ago
I think RSS is a way to read social media, it's not a replacement for social media. But that's a good thing! I just want to stay updated with blogs, forums, and social media – in one place. I built and use https://sumi.news to follow Twitter, newsletters, and RSS in a peaceful, chronological feed, and it works well for me. I still comment, reply, and interact, but I only have to check one website for updates.
1 comments

Why? We could have something federated where I add my response to a particular post/thread to my RSS feed. We then leave it up to the client to generate a proper tree representation of a discussion.
Mastodon uses an HTML microformat called h-feed for federation of user feeds. h-feed is based on hAtom, which is a microformat encoding of the Atom feed format. So your idea isn't all that far off from how the most popular federated social network system is designed (though there's more to it).
How much of this does an end-user need to think about? It seems very complicated.