Ask HN: Is RSS still worth the time?
I'm dealing with a project that lives through content and I was wondering if it's still worth the time to invest making some RSS features that someone suggested.
I honestly rarely hear about RSS. My idea is to build whatever users are asking and stop investing time in features that will go unnoticed but, since this is a young project, I might be wrong and losing something.
My question towards this community is...how many of you still use RSS to subscribe to content?
73 comments
[ 4.1 ms ] story [ 142 ms ] thread[1] http://selfoss.aditu.de/
RSS might not be as popular as it once was, but it certainly seems very popular in the our demographic :)
Spitting out an Atom feed really isn't that hard.
Edit: since it sounds like you have an existing feed, you could try going to some of the big reader sites (e.g., feedly) that tell you how many subscribers you have. For individuals using their own reader app, your server logs should give you an idea.
Disclaimer: One of our products is heavily rooted in consume large amounts of content from RSS feeds and providing tools to help users filter/sort/mine that content to find the really useful stuff, etc. So I do have something of a biased position here. But my position is truly as much ideological as anything.
Edit: Something to consider is that the people who submit links to places like Reddit and HN are probably much more likely than the rest of your users to use some kind of feed reader. Even if feed subscription numbers are low, those few "power users" might have a disproportionate effect on how much your content gets shared.
I guess it depends on the content you're offering.
The best use case for RSS is if there's a source that occasionally puts out highly interesting content, on an unpredictable schedule. (This describes most of the feeds I'm subscribed to.) RSS (or something equivalent to it) enables you to not waste time checking it manually every day or whatever, while also being sure you won't miss anything when/if they do finally update. It's like switching from poll-driven to interrupt-driven I/O. I wish more things provided RSS feeds.
I use inoreader.
As a developer, you need to decide if it's worth your time to implement (it's a single database query and some layout code to build an RSS/XML feed, not difficult at all).
[1] https://digg.com/reader
(edit for spelling mistake)
- You can watch your Github feed: it'll give you notifications of all pushes on repos you watch + things that people you follow do.
- You can watch JIRA and Confluence: I haven't found a better way to catch up on what happened overnight with the team members on other side of the world
- I subscribe to LWN.net for linux security alerts
- I subscribe to ~30 blogs of developers I respect
- I watch various comic strips.
For me, RSS or Atom is the only usable way to keep up with rarely-updated sites. Twitter is too-fast moving, since it's very easy to miss interesting things in the noise. I don't like to use email because going through my inbox and acting on mail is very different from reading articles and blog posts and I like to keep them separate.