What does HackerNews think of v2?

Minimalist and opinionated feed reader

Language: Go

#4 in Atom
#84 in Go
#76 in Go
#50 in PostgreSQL
I've been self-hosting miniflux [0] for a couple years. Rock solid performance, deployment is easy, upgrades are small but meaningful, and doesn't use anything exotic in the tech stack (mainly Go, some vanilla JS, persists data in PostgreSQL).

I mainly browse on my laptop, but it's pretty decent on mobile.

[0]: https://github.com/miniflux/v2

RSS is still popular[ly-supported]. It's not too late.

I felt exactly the way you did for a long time. Eventually, I decided to invest in setting up a more healthy and symmetric relationship with information, like you describe.

I realized RSS was the right tool for this goal. I'd definitely recommend trying this, even if you don't have the gall to self-host. It feels like I get three square meals a day, instead of injecting corn syrup every 15 minutes for 16 hours.

I chose to self-host my reader + data store, so that all of the data can live on my machine, and so I'm not dependent on some VC, advertising, or goodwill-backed project that will kick the can in a few years. There are plenty of good options. I decided to try out miniflux [1] as a first pass because I liked it's dependency graph, and haven't felt the need to try anything else.

Most blogging platforms (blogger, squarespace, wordpress, substack) produce RSS feeds by default. News aggregators like HN and Reddit have robust APIs for generating RSS feeds.

There are products like you describe, that convert a web page into an RSS feed with various hacks. IMO, this creates too big of a dependency on a flaky third-party. It might (literally!) be easier to build+maintain it yourself for the few sites that don't have an RSS feed, with `curl` `echo` and `sed`.

[1]: https://github.com/miniflux/v2