I've read HN over RSS for years. It's perfect for that. Firefox isn't very well suited for keeping up with blogs and news sites like HN because it's so damn bloated and slow, and you can't really save any articles for later reading without upvoting, opening them in a new tab, or bookmarking them. Bookmarks in Firefox are a total pain in the ass, so I try to avoid them as much as possible. I already have more than eno…
The power of the RSS reader
71–80 of 84 posts
Re: The power of the RSS reader
#72Actually, this could be an interesting feature of an RSS client. If the user keeps marking items of a feed as read, either put the feed in silent mode (no longer shows up in inbox) or lower the relevance of its items so that they go down the list (if the items are sorted by relevance).
Re: The power of the RSS reader
#73I've read HN over RSS for years. It's perfect for that. Firefox isn't very well suited for keeping up with blogs and news sites like HN because it's so damn bloated and slow, and you can't really save any articles for later reading without upvoting, opening them in a new tab, or bookmarking them. Bookmarks in Firefox are a total pain in the ass, so I try to avoid them as much as possible. I already have more than eno…
check out http://www.readability.com/addons
Re: The power of the RSS reader
#74Something else that Marco didn't dwell on is the diversity of stuff that you can basically just plug into your rss reader if you want notification. A website may choose to use it to publish anything they wish. Misc. examples: 1. Following a user on reddit via rss: http://www.reddit.com/user/PresidentObama/.rss 2. Following a search term on reddit via rss: http://www.reddit.com/search/.rss?q=manbearpig 3. Checking a m…
Re: The power of the RSS reader
#75This exactly matches my use case for RSS. High volume daily websites - like HN - I read directly. I went through a phase where I tried to read HN via RSS (in Google Reader) and for me it wasn't better than just hitting HN directly. But for the kind of sites Marco mentions (which I read most of, actually) that update on a semi-daily or weekly basis, RSS readers are perfect because I don't want to go and visit those pa…
Could not agree more, this is the exact use case for the 'power users' of RSS. And he is right that without RSS I don't know how these low-posting-frequency sites would keep their readership. If I had to give up one, I'd give up twitter or hackernews long before that low-frequency RSS feed. Those posts are gold and for niche subjects (I'm into bio) there is no where else they are aggregated.
Re: The power of the RSS reader
#76I find that is the wrong way to adress the problem. A more useful solution seems to be a different way to structure an rss reader. Opera for example incorporates one that works alongside its email client. It fixes the issue by treating individual feeds as email folders which can be structured inside more folders and highlighting folders with unread contents as well as displaying their content counts.
This screenshow should demonstrate usefully how easy this makes it to notice new updates on low-frequency feeds while still allowing skimming of high-frequency ones without one interrupting the other:
Re: The power of the RSS reader
#77Something else that Marco didn't dwell on is the diversity of stuff that you can basically just plug into your rss reader if you want notification. A website may choose to use it to publish anything they wish. Misc. examples: 1. Following a user on reddit via rss: http://www.reddit.com/user/PresidentObama/.rss 2. Following a search term on reddit via rss: http://www.reddit.com/search/.rss?q=manbearpig 3. Checking a m…
5. Blog comments, especially for threads that go like this: "I also have this problem" (2010), "Me too" (2011), "Me too" (2012), "Ah, here's the solution (2013)
Re: The power of the RSS reader
#78Exactly! Also the fact that rss enables this kind high quality, narrow domain, low volumes posting makes the web way better. I don't want to read professional writers who have to write their quota whether there is good material to write about or not on that day. They too often focus on gossip and sensationalism. Although I might be entertained briefly, in the end I will not have gained much from reading this type of…
Re: The power of the RSS reader
#79Re: The power of the RSS reader
#80Earlier quoted context omitted.
> So I set up an RSS feed that takes the top n items over a certain period Oh, I really like that idea. how do you set up that feed?
Reddit already produces the top items feeds, so that's easy. For example, the weekly top proggit feed is http://www.reddit.com/r/programming/top/.rss?sort=top&t=... You just add .rss to the url you get when browsing, before the args. Then I used yahoo pipes to extract the top 3 items from that feed. I take the output of the yahoo pipe as input for my RSS reader, which collapses duplicates. I used google reader, so I…