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: Do you still use RSS?

88 pointsby zabanaover 5 years ago

87 comments

modernerdover 5 years ago
Yes, I consume:<p>1. Twitter via Twitter lists using Feedbin: <a href="https:&#x2F;&#x2F;feedbin.com&#x2F;blog&#x2F;2018&#x2F;01&#x2F;11&#x2F;feedbin-is-the-best-way-to-read-twitter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feedbin.com&#x2F;blog&#x2F;2018&#x2F;01&#x2F;11&#x2F;feedbin-is-the-best-way-...</a><p>2. Email newsletters via RSS (also thanks to Feedbin): <a href="https:&#x2F;&#x2F;feedbin.com&#x2F;blog&#x2F;2016&#x2F;02&#x2F;03&#x2F;subscribe-to-email-newsletters-in-feedbin&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feedbin.com&#x2F;blog&#x2F;2016&#x2F;02&#x2F;03&#x2F;subscribe-to-email-newsl...</a><p>3. HN via hnrss.org[†]<p>4. Reddit via subreddit RSS. (Just add .rss after the subreddit: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;golang.rss" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;golang.rss</a> )<p>5. A small selection of hand-curated blogs and friends&#x27; sites.<p>If the firehose ever seems too overwhelming (&gt;200 new items), I generally just skim the titles for stand-out items and then mark all as read guilt-free.<p>[†] For example:<p>- hnrss.org&#x2F;newest?points=50<p>- hnrss.org&#x2F;whoishiring&#x2F;jobs&#x2F;?q=React<p>- hnrss.org&#x2F;replies&#x2F;?id=youruserid
评论 #21913971 未加载
评论 #21914893 未加载
评论 #21914005 未加载
评论 #21916863 未加载
karlicossover 5 years ago
Yes. I don&#x27;t understand how else I&#x27;m supposed to receive content without constantly rechecking everything and having to remember where I stopped previously.<p>What is more, I&#x27;ve got bunch of scripts that do keyword search for topics that interest me on Reddit&#x2F;Hackernews&#x2F;GitHub&#x2F;pinboard and generate private RSS feeds. That way I can quickly skim through them once in a while and stay up to date without having to do manual searches.<p>P.S. if the website doesn&#x27;t support RSS, you can still use one of feed generators that basically scrape the website now and then and generate the feed. I&#x27;ve used <a href="http:&#x2F;&#x2F;fetchrss.com" rel="nofollow">http:&#x2F;&#x2F;fetchrss.com</a> so far, there are also some open source&#x2F;selfhosted alternatives like <a href="https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RSS-Bridge&#x2F;rss-bridge</a>
bhaakover 5 years ago
Of course. Podcasts are the one &quot;hidden&quot; usage of RSS that many people don&#x27;t know about.<p>That&#x27;s actually how it should be. RSS is a &quot;machine talks to another machine&quot; thing.<p>I have an IRC bot that relays RSS feeds into IRC channels: <a href="https:&#x2F;&#x2F;github.com&#x2F;bhaak&#x2F;cinchfeed2ircbot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bhaak&#x2F;cinchfeed2ircbot</a><p>I also have a little static pages generator that fetches RSS feeds and turns them into minimalistic web pages to read through on mobile devices. I have to clean that up somewhat for putting on &quot;Show HN&quot; these days.
derefrover 5 years ago
Yep, every day. I do notice that it’s getting worse, though. Many websites’ feeds are just broken these days. They’ll randomly refresh after months of inactivity with dozens of new articles from the intervening period; or they’ll re-list a slew of previously listed entries; or it’ll be entirely random whether a new entry shows up when a new item is posted on the website, such that I can only take an entry as a sort of “unread badge reminder” for the website rather than taking each RSS entry in my reader as an individual article I should read.<p>I think some of this is the fault of bad RSS feeds being generated by bad CMS software that never gets its RSS path tested; but other parts of this are the fault of the RSS feed getting fronted by a CDN like Cloudflare, or the URL pulling the feed in through some sort of PuSH hub with non-compliant retrieval semantics, or etc.<p>It’s gotten me to feeling that I should be writing software to synthesize my own RSS feeds from these websites using scraping, with the RSS feed itself just being an edge-triggered “no longer fresh” trigger to get the site put back into the scrape queue. Most of the sites I subscribe to have very simple linear indices available somewhere anyway, so scraping that into a feed really shouldn’t be that hard. (I remember when Dapper was trying to do this, but Dapper was trying to solve the problem in full generality for even cases where the site generates “changes” without creating new permalinked entry URLs, which is hardly ever a problem any more.)
underyxover 5 years ago
Just configured a new RSS setup for myself! I deployed[0] Miniflux[1], and then I:<p>- Added a couple blogs, of course<p>- Added a bunch of GitHub releases feeds[2]<p>- Unsubscribed from all email newsletters and added them via an email-to-RSS conversion service[3]<p>- Subscribed to high voted HN posts via a custom made RSS feed for those[4]<p>- Disabled all YouTube notifications to subscribe to channels or playlists via their RSS feeds[5] instead.<p>[0]: See Kubernetes manifests at <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;underyx&#x2F;ops&#x2F;commit&#x2F;fcc6b3f0bdd3cb393bc0bd56b5ce1bf20eb30d50" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;underyx&#x2F;ops&#x2F;commit&#x2F;fcc6b3f0bdd3cb393bc0bd...</a><p>[1]: <a href="https:&#x2F;&#x2F;miniflux.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;miniflux.app&#x2F;</a><p>[2]: e.g. <a href="https:&#x2F;&#x2F;github.com&#x2F;miniflux&#x2F;miniflux&#x2F;releases.atom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;miniflux&#x2F;miniflux&#x2F;releases.atom</a><p>[3]: <a href="https:&#x2F;&#x2F;www.kill-the-newsletter.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kill-the-newsletter.com&#x2F;</a><p>[4]: <a href="https:&#x2F;&#x2F;edavis.github.io&#x2F;hnrss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;edavis.github.io&#x2F;hnrss&#x2F;</a><p>[5]: using <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=foo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=foo</a> and <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?playlist_id=bar" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?playlist_id=bar</a>
mike-cardwellover 5 years ago
Yeah. I currently gate 155 RSS feeds to email using a custom built Perl script. A sieve filter directs them to a &quot;News&quot; folder, which I consume using my phone and laptops IMAP clients. Some of those feeds are very busy, e.g <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss</a> so I updated my script to allow me to assign regexes to particular feeds so I only get articles of interest.<p>Well, they&#x27;re not really all RSS. 27 of those RSS feeds are actually Twitter streams that I gated to RSS first using this application which I wrote: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;mikecardwell&#x2F;functwitter" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;mikecardwell&#x2F;functwitter</a><p>Oh, and 7 of them are actually just normal web pages which I converted to RSS feeds using <a href="https:&#x2F;&#x2F;fetchrss.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fetchrss.com&#x2F;</a>
stanskiover 5 years ago
Just going to plug Tiny Tiny RSS here since no one else has mentioned it: <a href="https:&#x2F;&#x2F;tt-rss.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tt-rss.org&#x2F;</a><p>It&#x27;s a PHP-based server-side reader with lots of customizations and great Android support.
评论 #21913923 未加载
评论 #21914305 未加载
jlelseover 5 years ago
Of course I still use RSS. RSS offers me the possibility to consume news in the way I want. No algorithms that think they have to decide for me what interests me and what not. No algorithms that withhold news from me. Only the feeds I have subscribed to, all news from these feeds and no advertising between the news. I&#x27;m done when I&#x27;m done and don&#x27;t have to look at any more suggested articles. And I have the possibility to save articles for later reading. Miniflux is my favorite RSS reader. And I use the word RSS representatively for RSS, Atom and JSON Feed.<p>( Posted on <a href="https:&#x2F;&#x2F;jlelse.blog&#x2F;thoughts&#x2F;2019&#x2F;12&#x2F;do-you-still-use-rss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jlelse.blog&#x2F;thoughts&#x2F;2019&#x2F;12&#x2F;do-you-still-use-rss&#x2F;</a> )
Mratover 5 years ago
Actually, no.<p>But I consider it a useful and unexpensive feature so I&#x27;ll support it on my blog nevertheless.
评论 #21913894 未加载
sys_64738over 5 years ago
I use RSS daily for all things. Those webpages without an RSS feed are ones I never visit as I don&#x27;t want to change my habit of 15 years.
评论 #21914321 未加载
评论 #21915125 未加载
alefterisover 5 years ago
Yes. I&#x27;m subscribed to 170 feeds using the Newsblur app. I started using feeds with Google Reader. When it was shutdown, I self-hosted Tiny Tiny RSS for a while, hosted using a cloud provider&#x27;s free plan. After some time and a server out of disk space disaster, I didn&#x27;t want to bother with hosting it myself anymore. So I tried other services like Digg Reader, The Old Reader and Feedly. I finally settled on using Newsblur and I have been a subscriber for many years now.<p>The primary reason for selecting Newsblur is the excellent offline support in the Android app. When commuting to work with metro, cellular reception is spotty. So before I go in the train, I refresh my feeds in the app, then I turn off the WIFI and read the content offline. When I get off the metro, I re-enable the WiFi for the read status to sync up.<p>Anyone reading, please, please provide a feed for your blog, newsletter, etc. for us to follow your content. And no, posting updates to Twitter is not an alternative.<p>I wish web browsers had better support for feeds to make them more convenient for everyone to use. Instead they seem to have given up on RSS and removed any support or made it optional through difficult to find and setup add-ons :(
评论 #21915137 未加载
dilapover 5 years ago
Tragically, no. After Google killed Reader, I (amazingly) couldn&#x27;t find another client that didn&#x27;t have some fatal flaw that didn&#x27;t make it not worth the bother.<p>I now use the dumb, low-tech solution of having a few folders of bookmarks of sites in various categories, which I&#x27;ll occasionally check using &quot;Open in Tabs&quot;.<p><i>Lamentable</i>
评论 #21914238 未加载
评论 #21913938 未加载
评论 #21914155 未加载
评论 #21914118 未加载
评论 #21913999 未加载
评论 #21914301 未加载
评论 #21914334 未加载
评论 #21913847 未加载
deanebarkerover 5 years ago
Yep. Inoreader. I browse 300-400 items a day through it.
评论 #21914414 未加载
评论 #21917031 未加载
评论 #21913820 未加载
Uninenover 5 years ago
I <i>love</i> RSS, I used to have an OPML file of hundreds of feeds (mainly blogs&#x2F;ppl I follow but also various company news feeds and other news content). Don’t know when it happened but for a few years I didn’t have a RSS reader because the sw just got too unmaintained and bad (on macOS &#x2F; iOS).<p>But a few months back I finally took the time and set up a reader. Now I again get annoyed by sites that don’t offer feeds of their content. But RSS is still hands down the best eay to be notified and on top of vast amount of new content of various sites all over the Web.
simonsarrisover 5 years ago
I don&#x27;t. For me the death of RSS was a gift in disguise. I think it encouraged me to spend too much time obliging myself to read articles and keep up with sources, too much time trying to &quot;curate&quot; my media sources, and so on. I&#x27;m very sour on that way of using time now.<p>Instead I use Twitter, I <i>don&#x27;t</i> use lists or curate, and I try to liberally follow enough people so that I always see some people that are way outside my bubble, people with very different views from my own. I learn from them, interact with them, try to sympathize with them and get a feel for them. I make friends this way, too. I never made friends reading &quot;the news&quot; however you define it.<p>I definitely don&#x27;t want to go back to a &quot;media diet&quot; of stuff that I don&#x27;t (or can&#x27;t) interact with. I think this is a poor way of being. We lived in dialogue for thousands of years, all information we got was two-way communication, and then between the printing press and radio we switched to one-way communication, and I&#x27;m really happy that Twitter allows us to, at least a little bit, bring back the old way. Use it!
kgwxdover 5 years ago
Yes. I can&#x27;t even imagine using the hundreds of different ways of &quot;subscribing&quot; to things every site feels the need to reinvent for itself. YouTube is a perfect example, using their subscribe method when will you actually know when a subscribed channel posts a new video? Same day? Week later? When it hits a certain view count? That&#x27;s not up to the user.
Meivi2over 5 years ago
Hell yes<p>I try to put everything in my RSS reader.<p>Currently I subscribed to 7110 feeds. (YouTube, SoundCloud, Twitter, Instagram, BiliBili, pixiv.net, Facebook, DevianArt, GitHub, News sites, Reddit, ... - there are no limits :D)<p>Reader of choice: * <a href="https:&#x2F;&#x2F;www.inoreader.com" rel="nofollow">https:&#x2F;&#x2F;www.inoreader.com</a> because they support filtering of feeds (even RegEx)<p>Unfortunately not every site offers native RSS support, that&#x27;s why I use some tools to generate RSS feeds from these sites.<p>For example: * <a href="https:&#x2F;&#x2F;docs.rsshub.app&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.rsshub.app&#x2F;en&#x2F;</a> (as Docker container) * <a href="http:&#x2F;&#x2F;createfeed.fivefilters.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;createfeed.fivefilters.org&#x2F;</a> (self-hosted version) * <a href="https:&#x2F;&#x2F;visualping.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visualping.io&#x2F;</a><p>As soon as I have some time, I will try to convert email archives and discord channels to RSS feeds, too - saw some python projects about this :p
_b8r0over 5 years ago
Yes. I use RSS-Bridge and Huginn to automate the mixing of RSS feeds into deduplicated feeds, then put that into wallabag which regenerates an RSS feed with excerpts. It sounds a bit bass ackward, but:<p>1. Huginn sends me and my partner an email every day about new properties in areas we would like to live so we can better understand the market.<p>2. Huginn also feeds my social media posting schedule by pulling out content from Reddit and some other places, filtering and deduping. The next step is to add scoring thresholds based on votes at source.<p>3. I use an RSS notifier to pick up Regulatory News Service (RNS) posts from any stocks I follow.<p>4. I generate periodic subject-specific summaries of news using Huginn for topics from Infosec to commoddities markets and sports.<p>Once I have the scoring system set up for the social media feed I&#x27;m going to look at integrating threat intel data into the same model using scoring to provide thresholds for digest vs immediate notification.
celsoazevedoover 5 years ago
Yes. Moved to feedly when google reader was closed. It&#x27;s useful to follow news, blogs, etc. The idea of using social media to replace RSS never worked for me, specially after platforms like Facebook started hiding content from our timelines, so I never stopped using RSS.<p>I also listen to podcasts and that&#x27;s all powered by RSS feeds.
eirvandeldenover 5 years ago
Yes. Please don’t ever go away (even more )
sco1over 5 years ago
Yes, and will continue to use it until support for it dies or someone comes up with a better way to aggregate things I actually care about reading into a simple interface. Hopefully the latter comes first :)<p>I was sad when Google killed Reader, but Inoreader has been a great alternative for my daily use.
joemaller1over 5 years ago
No and I miss it. But I don’t see it as a technology issue anymore. The rise of video and podcasts have greatly reduced the signal to noise ratio. Even if we were to assume the conversations are as interesting and relevant, that content is slower to consume by orders of magnitude.
bluegreyredover 5 years ago
Yes, I consider it my main source of internet news.<p>Selfhosted, no additional ads except for those on the sites, no algorithm trying to keep me &quot;in&quot; with noisy influencer clickbait. I rarely add sites but I&#x27;m quick to remove them if they become too sensationalist&#x2F;inaccurate.
jamesponddotcoover 5 years ago
Yep. I use my Feedbin[1] account to follow YouTube channels — I use Invidious&#x27;s[2] RSS feature for that —, interesting Twitter users, Reddit, Hacker News and a bunch of blogs and websites.<p>Been thinking about moving from Feedbin to a self-hosted and slightly modified version of Miniflux, though. Mostly because I got a cool domain that I want to use and like self-hosting everything.<p>According to screen time on iOS, reading stuff from my feed is where I spend most of my time after work.<p>[1] <a href="https:&#x2F;&#x2F;feedbin.com" rel="nofollow">https:&#x2F;&#x2F;feedbin.com</a><p>[2] <a href="https:&#x2F;&#x2F;www.invidio.us" rel="nofollow">https:&#x2F;&#x2F;www.invidio.us</a>
ericbarnesover 5 years ago
Yes, reading all my subscriptions through Feedbin is part of my morning routine. So much less stressful than trying to read a social media feed with everyone sharing about whatever outrage of the day is.
epsover 5 years ago
Yes. It&#x27;s still the most convenient way to keep up with news, blogs, product updates, etc. It&#x27;s also a fantastic way to keep an eye on the competition :)
DragonCotover 5 years ago
In a word, yes. I use QuiteRSS as my reader of choice for news articles. As well as monitoring feeds for some of the websites and servers that I run. The reason I like RSS is because it is focused on exactly the information I need with no distractions. No extra popups, menus, offers to subscribe to mailing lists and most of all, no adverts. All in one place in a common format that is easily parsed.
donatjover 5 years ago
I stopped for a while after Google reader died, but a couple years ago I started feeling like I was missing things and happily picked RSS back up.
irongeekover 5 years ago
Absolutely, saw this post via Hacker News feed. I consume Reuters and BBC news for general news and follow other blogs via feeds. Feeds are still the best and fastest way to easily stay informed.<p>For the general news I peruse the headlines and read the things that interest me. I have had a TinyTinyRSS installation running since 2012, before that I used GoogleReader and I think it was called Bloglines.
gurustaveover 5 years ago
Indeed! I use the FeedBro plugin for Firefox, with feeds for my various webcomics, a couple of blogs, a couple of news sites (including HN), a Forum, a couple smaller subreddits, and more recently my favorite YouTubers since Google can&#x27;t get it together when it comes to notifications of new uploads by creators.<p>I also use it at work to get notifications of when our Jenkins Builds&#x2F;Jobs fail.
评论 #21914486 未加载
sonicrocketmanover 5 years ago
I use RSS for Twitter, YouTube, Blogs, News, HN, and Reddit. It’s my main way of keeping up with goings on these days.<p>As a plug: I run Pine.blog. A feed reader and blogging app. It’s basically a Social Network built on RSS and Blogging. If anyone is interested, I’d love feedback on it. It hasn’t gotten much HN attention in the past.<p><a href="https:&#x2F;&#x2F;pine.blog" rel="nofollow">https:&#x2F;&#x2F;pine.blog</a>
jandeboevrieover 5 years ago
Heavily. Preferably text only, full text. I&#x27;ve just written about it: <a href="https:&#x2F;&#x2F;raymii.org&#x2F;s&#x2F;articles&#x2F;Tiny-Tiny-RSS-Readability-plaintext.html" rel="nofollow">https:&#x2F;&#x2F;raymii.org&#x2F;s&#x2F;articles&#x2F;Tiny-Tiny-RSS-Readability-plai...</a><p>I&#x27;ve got almost a thousand feeds I&#x27;m following actively.
JohnFenover 5 years ago
I use RSS heavily, on a daily basis.<p>Primarily, I use it to read the day&#x27;s news from various sources. I also use it to follow podcasts.
j0k3rover 5 years ago
Of course yes. Feedly to the rescue after Google Reader shut down.<p>I even build apps to read more: - <a href="https:&#x2F;&#x2F;f43.me" rel="nofollow">https:&#x2F;&#x2F;f43.me</a> to have full content in RSS feeds - <a href="https:&#x2F;&#x2F;bandito.re" rel="nofollow">https:&#x2F;&#x2F;bandito.re</a> to have GitHub star repo’s release as feed
knackundbackover 5 years ago
Yeah, using NetNewsWire. The original author bought it back somewhat recently and afaik it&#x27;s a complete rewrite now and open source, go ahead and check it out <a href="https:&#x2F;&#x2F;ranchero.com&#x2F;netnewswire&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ranchero.com&#x2F;netnewswire&#x2F;</a>
FabianBeinerover 5 years ago
Yes. I&#x27;ve read about this thread in selfoss (<a href="https:&#x2F;&#x2F;github.com&#x2F;SSilence&#x2F;selfoss" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SSilence&#x2F;selfoss</a>), &quot;a multipurpose RSS reader and feed aggregation web application.&quot;
severineover 5 years ago
Yes, I still use the Firefox dynamic bookmarks with the help of an extension that reproduces the classic Firefox behavior.<p>Livemarks: <a href="https:&#x2F;&#x2F;github.com&#x2F;nt1m&#x2F;livemarks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nt1m&#x2F;livemarks&#x2F;</a>
geriksonover 5 years ago
Yes, I use Feedly.
curiousfabover 5 years ago
Yes, using rss2email for about 100 items a day, mostly blogs and forum posts. They end up in a RSS folder and are quickly processed with your favourite MUA (mutt in my case).<p>I make sure that any new sites I build offer RSS and &#x2F; or Atom feeds.
obarthelemyover 5 years ago
Yes. that&#x27;s how I follow all the websites I find interesting. I haven&#x27;t seen the homepage of some of those in years. Added benefit, on Android my reader simplifies the formatting and puts everything in Noght Mode.
jadellover 5 years ago
Yes, as much as I can. And I click through articles to reward sites that provide one. If a site doesn&#x27;t provide one, I may hit an article or two, but I&#x27;m much more likely to just get a summary from social media.
pomniaover 5 years ago
Yes. My only web interface to the www. I successfully blocked everything and everyone. VPN, filtering DNS, blacklist - you name it I have it. I live in a text world for a decade and I love it. RSS is how I got this.
skinnyasianboiover 5 years ago
Absolute. I&#x27;m using the Nextcloud News plugin which works great and keeps in sync between my devices. Actually I even wrote my own Android client. Because I couldn&#x27;t find the perfect reader app for me.
umyemriover 5 years ago
All the time. I use Feeder from the F-Droid repo on my phone. Just a few tech blogs, slashdot, hn. I&#x27;ve been thinking about branching out to other sources lately, interesting that this question got asked.
StavrosKover 5 years ago
Yes, every day, for checking various websites. I realize most people prefer Twitter&#x2F;Instagram for getting their updates, but RSS gives me only the things I asked for, right when there&#x27;s an update.
smitty1eover 5 years ago
It is my hope, as an RSS junky (Feedly.com) that this post doesn&#x27;t doom the protocol the way being caught enjoying features seems to lead to their demise so often these days.
hummerblissover 5 years ago
Yes, thats the primary way I consume web (including HN). If a website doesn&#x27;t have an RSS feed (or feedly doesn&#x27;t have it) then I don&#x27;t care about that site.
brntover 5 years ago
I load up a bunch of selected feeds with a embarassingly simple php script that then shows me the headlines. Easy to visit on any device. koppen.ga for anyone interested.
saturn_vkover 5 years ago
Yes.<p>Also, I wrote <a href="https:&#x2F;&#x2F;github.com&#x2F;urandom&#x2F;readeef" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;urandom&#x2F;readeef</a> after google shut down reader.
Fnoordover 5 years ago
I use self-hosted Feedbin. This ensures the profiling is not done by the third party which hosts the state of sync as a service, and it barely uses resources anyway.
raszover 5 years ago
I switched to <a href="http:&#x2F;&#x2F;www.ighome.com" rel="nofollow">http:&#x2F;&#x2F;www.ighome.com</a> after Google shut down Homepage Feed Reader
yesenadamover 5 years ago
Only started using it last year! (although programming since the 80s) Using RSSOwl, works well. It&#x27;s been useful for blogs and youtube channels.
maxwellitoover 5 years ago
Hell yes! Even for my podcasts. One place for everything, no algorithm to mess it up. I&#x27;ll cry the day a GAFA will use their power to kill it.
tomjen3over 5 years ago
Yes. To me that questions is like asking if i still use shoes, you can theoretically survive modern life without them, but why would you?
Eric_WVGGover 5 years ago
Absolutely. Reeder for iPad ftw, and FeedWrangler for syncing (although Reeder might do that now, I haven&#x27;t bothered to look).
webwanderingsover 5 years ago
Yes. <a href="https:&#x2F;&#x2F;feedreader.com&#x2F;online" rel="nofollow">https:&#x2F;&#x2F;feedreader.com&#x2F;online</a>
rexfover 5 years ago
Yes, I came across this while browsing theoldreader.com&#x2F;<p>I have way too many feeds that I don&#x27;t really read, but I subscribe to.
thraxilover 5 years ago
Yep. I have my own web-based feed reader that I wrote when they shut down Google Reader and have used daily ever since.
rcarmoover 5 years ago
Yes, of course. Over 200 handpicked feeds, plus a few automatically generated ones. It’s sill my primary news intake.
lokedhsover 5 years ago
I saw this very post from theoldreader, reading the official RSS feed from ycombinator: news.ycombinator.com&#x2F;rss
bestouffover 5 years ago
I have several RSS feeds aggregated via my Nextcloud home instance. Works perfectly. Don&#x27;t want to loose it.
eskaover 5 years ago
Yes. Watching 20 news&#x2F;tech&#x2F;community sites plus torrent announcements for automated download.
butzover 5 years ago
Yes, it is the best format to aggregate news to single reader. I use self hosted FreshRSS for that.
officiallywiseover 5 years ago
Yes. Feedly as my Google Reader replacement and my desktop consumption. Then Reeder on the iPad.
asdzover 5 years ago
Yes, it&#x27;s free from all the funny ads even though I know I&#x27;m being tracked still.
luordover 5 years ago
Yes. In fact, I check hn through hnrss. I filter for posts with more than 75 points.
ikejixover 5 years ago
Yes, I use feedly for many blogs.<p>I also have many scripts that scrape web page and generate RSS.
JeanMarcSover 5 years ago
Yes, with Feedly.<p>I wished all my favorite bands had a RSS feed so I could finally ditch FB
hopesthoughtsover 5 years ago
Yep, and I probably always will, as long as it continues to exist.
vermootenover 5 years ago
Yes I do, and I&#x27;m still annoyed about Google Reader.
hpaavolaover 5 years ago
Yes. I use feed2imap to follow rarely updated blogs.
Fileformatover 5 years ago
Yes. I use Newsblur (commercial website&#x2F;app)
nakadaoleover 5 years ago
Yes,actually RSS becomes more powerful today
edgarvaldesover 5 years ago
Yes, I use it for podcast all the time.
Fordecover 5 years ago
More than ever
coldbootgeekover 5 years ago
Yes, using Feedly for many years now.
MattPalmer1086over 5 years ago
Yes, daily. Reading this via Feedly.
onnnonover 5 years ago
Yes, that&#x27;s how I got here.
alkonautover 5 years ago
No.
jeenaover 5 years ago
Yes, to read blogs.
mindcrimeover 5 years ago
Yep, all the time.
gmooreover 5 years ago
yes- daily - my preferred method of getting info
robotronover 5 years ago
Yes
xviloover 5 years ago
Yes
TheCraiggersover 5 years ago
Yuppers.
narvenover 5 years ago
yes
peter-m80over 5 years ago
yes