Ask HN: What are you using for a RSS Reader?
81–90 of 95 posts
Re: Ask HN: What are you using for a RSS Reader?
#82I don't use RSS and never did, is it so rare to not use RSS or listen to IT podcasts as a IT professional?
depends on how you prefer to keep yourself updated. I could just as well manually make the rounds and visit my preferred news sources and blogs, but I'm lazyRe: Ask HN: What are you using for a RSS Reader?
#83Re: Ask HN: What are you using for a RSS Reader?
#84Feedbin and Netnewswire.
Re: Ask HN: What are you using for a RSS Reader?
#85It's a personal fork of Bubo Reader by George Mandis. It's essentially just a Node.js script that fetches the latest stories from some RSS feeds I have stored in JSON, and then deploys a static site to Github Pages as a single HTML file. I use Github Actions to have it automatically run every 2 hours.
Bubo Reader: https://github.com/georgemandis/bubo-rss
My fork: https://github.com/kevinfiol/reader
Re: Ask HN: What are you using for a RSS Reader?
#86Re: Ask HN: What are you using for a RSS Reader?
#87Not many features, and nothing super special, but I use it daily since I started it and works fine for myself. I'm also trying to make it as easy as possible to run, either on your own laptop or on any hosting provider.
Re: Ask HN: What are you using for a RSS Reader?
#88I have a Raspberry Pi running Miniflux [1] and a daemon running to send webhooks [2]. These webhooks go to an n8n [3] workflow that distributes the posts based on keywords or source to different channels - like Telegram, Twitter (my own feeds), and a custom made notifications app I'm developing. [1]: https://miniflux.app [2]: https://sr.ht/~gjabell/mfn/ [3]: https://n8n.io
Re: Ask HN: What are you using for a RSS Reader?
#89I use Reeder[0] on my Apple devices, I also use a Email2RSS service[1] for the ones that are asking me to subscribe. [0]: https://reederapp.com/ [1]: https://kill-the-newsletter.com/
Re: Ask HN: What are you using for a RSS Reader?
#90I'm using Nextcloud already and that has an officially supported RSS daemon app[1]. I mainly use it with this really good Android client[2] (that's on F-Droid) that supports connecting to it (and Miniflux it appears, which I noticed a bunch of mentions in this thread of). Probably worth mentioning too since this is HN, of the really nice hnrss[3], which I use for comment notifications in RSS. [1] https://github.com/n…