Live data from Hacker News

Ask HN: Which RSS reader do you use?

news.ycombinator.com

61–70 of 146 posts

Re: Ask HN: Which RSS reader do you use?

#63
I self host freshrss (https://www.freshrss.org/), super easy to set up via docker and it doesn't required some over provisioned dependency setup (DB servers, etc...). It has nice/familiar keyboard shortcuts and a clean and fast interface. My only complaint is that the cloudflare-ifiation (aka enshittification) that is slowly ruining and rotting the internet prevents the fetching of RSS feeds from some news sites from your presumably affordable non hyperscaler VPS instance.

When using mobile I use https://capyreader.com/ which has first class intigration with freshrss; meaning you can add/remove/view feeds via the app and have the changes sync with freshrss. Also, probably my favorite feature of capy reader, is that when you want to view the content of an rss article that is only a summary or headline (because few people publish the full content of their articles in the rss feed anymore), you can just press a button and it will fetch it for you and display it in the reader without sending you to a browser. So much happier and more accurately informed since moving back to RSS where I can choose what I want to see vs having it filtered/fed to me via some biased algorithm.

Re: Ask HN: Which RSS reader do you use?

#66

I self host freshrss ( https://www.freshrss.org/ ), super easy to set up via docker and it doesn't required some over provisioned dependency setup (DB servers, etc...). It has nice/familiar keyboard shortcuts and a clean and fast interface. My only complaint is that the cloudflare-ifiation (aka enshittification) that is slowly ruining and rotting the internet prevents the fetching of RSS feeds from some news sites fr…

Freshrss is a great choice I think.

I use the freshrss web interface on my phone, that works quite well I feel. The app might not be necessary.

BTW, Freshrss also has a function to fetch the full article content directly. I think it's not especially clever, just uses a selector, but worked well for me for the one or two feeds where I enabled it.

Re: Ask HN: Which RSS reader do you use?

#67
post #42
post #32

Earlier quoted context omitted.

But being PHP means there is a lot of moving parts. Miniflux is a lot easier to maintain…

Not a lot to worry with the Docker container.

Even without a container it's pretty easy to run PHP with a HTTP server like Caddy, there's no need for any extra configuration aside from passing the required directives in the server config for your setup. You can find many examples in the docs.
Post reply on HN