Live data from Hacker News

It's time to head back to RSS?

wired.com

21–30 of 503 posts

Re: It's time to head back to RSS?

#21
I just remember the overwhelm: opening up Google Reader and forgetting what I went there to do because there were so many unread things. I don’t think this is endemic to a protocol, but the social filter on top of content is how I find most of the things that I find useful and interesting today.

Re: It's time to head back to RSS?

#23
that's my ship on these vast oceans for 14 years now. every evening i open (now a beautiful macos reeder app) and depart on sailing as i see fit and where i want to. a treasure, rss feeds collected over the years, from compsc and programming related things, STEM, liberal arts, and several mischiefs.

Re: It's time to head back to RSS?

#24
post #4

Hot take: we should revive ATOM instead. RSS and ATOM are both nearly always machine generated and machine read so this may seem trivial to argue, but for those who are interesting in seeing the difference, this is a good article http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared -------- When I wrote a forum software a while back, it was trivial to not only add a feed for new threads but also for new commen…

That server's not responding, at the moment.

https://web.archive.org/web/20170914094626/http://www.intert...

Re: It's time to head back to RSS?

#25
If you already use an email client and have a place to run cron jobs, I highly recommend a feed->email converter. No need for a separate RSS reader, and you get cross-device syncing for free. Options include feed2email[1], feed2imap[2], and my own feedmail[3] (just "released", but I've been using it for years). I prefer clients like the latter two that can upload via IMAP, since that gives better control than sending via SMTP.

[1] https://github.com/agorf/feed2email

[2] https://github.com/feed2imap/feed2imap

[3] https://github.com/zsau/feedmail

Re: It's time to head back to RSS?

#27
post #4

Hot take: we should revive ATOM instead. RSS and ATOM are both nearly always machine generated and machine read so this may seem trivial to argue, but for those who are interesting in seeing the difference, this is a good article http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared -------- When I wrote a forum software a while back, it was trivial to not only add a feed for new threads but also for new commen…

I wrote tweets2rss[1] and use it to turn my private lists into RSS feeds. For example, I have a feed in my RSS reader for interesting people (Bill Gates, Elon Musk, etc) and a list for interesting companies.

  [1]: https://github.com/dannysu/tweets2rss

Re: It's time to head back to RSS?

#28

If you haven’t tried RSS as your main mode of information consumption in a while, you should give it a shot. I went all-in on RSS recently and it’s been great. Way more thoughtful, long form content. Smaller dose information sources (Twitter, etc.) are useful in their own way, but I’ve found that the amount of time required to create a unit of media is a pretty good reverse indicator of how likely it is to use the ba…

I've been using Newsboat (https://github.com/newsboat/newsboat) and Feeder (https://f-droid.org/en/packages/com.nononsenseapps.feeder/ ) lately. I feel like I'm able to "cover" so much more news with these. It's just more efficient and focused for me, even though nothing is synced beyond the list of feeds (which I seem to only be adding or two every month). Next I need to re-think my usage of getpocket and newsletters, but the switch to relying more on RSS has been an overdue one.

Re: It's time to head back to RSS?

#29
I subscribe to RSS/Atom feeds of more than 100 technical sites using Reeder, hosted by Inoreader for free. Overall it’s been a great experience. The only gripe I have is that many sites these days (especially small blogs) don’t have an RSS feed or have one that isn’t discoverable.

Re: It's time to head back to RSS?

#30

I'm interested in a reader that focuses on efficiency; like probably most people, no matter how much I try to cull them I end up with too many items in my list, more than I have time for. Let's say it takes an average of 2.5 seconds to read a feed item subject line, decide whether to read it[0], and nothing else - not opening or reading any articles. In half an hour of concentration you could do that with ~700 feed i…

The major feature here would be deduplication, in my opinion. That would be hard to do though as it would have to parse the feed contents (which vary from links to articles to full blow articles sometimes) and use some kind of percentage to determine whether or not it's a dupe? Curious if there is a smarter solution to that feature possibility.
Post reply on HN