Live data from Hacker News

Ask HN: What are you using for a RSS Reader?

news.ycombinator.com

81–90 of 95 posts

Re: Ask HN: What are you using for a RSS Reader?

#82
post #25

I 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 lazy

Re: Ask HN: What are you using for a RSS Reader?

#85
I use https://kevinfiol.com/reader/#dailies

It'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?

#87
Yet another shameless plug of my feed reader side project: https://github.com/msurdi/feedo

Not 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?

#88
post #49

I 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

I use Miniflux myself!!

Re: Ask HN: What are you using for a RSS Reader?

#89

I 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/

I also use Kill the newsletter, but it could store more content in the feed.

Re: Ask HN: What are you using for a RSS Reader?

#90

I'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…

HNRSS is epic!! I'm using it right now lol.
Post reply on HN