|
|
|
|
|
by flkiwi
257 days ago
|
|
Newsboat + miniflux is an excellent combination if you're CLI-addicted but want to access feeds from multiple devices. For all the (justifiable) concern about the death of RSS, we have a glut of excellent options for consuming content through RSS. But I'm still sour about the Reeder redesign. At least the dev was transparent about building the tool he wanted to use but, ugh, it's barely in the same market as the others now. |
|
First, the newsboat DB is SQLlite so it's easy to access. I wrote a few scripts that built static HTML pages of all of the feeds along with a feed style page. I copied the HN page html/CSS, which to me feels like the maximum compact view while still being readable.
Now I have a bash script that will refresh all of the newsboat feeds and then open the static HTML page in the default web browser.
Thinking a lot about the impact of "vibe" coding recently made me wonder why anyone needs to be locked in to not just a set UI but any sort of rigid external control of how the user sees and interacts with information.
I want to see all my news chronologically. Now in a single place I have hn, lobste.rs, numerous twitter/x feeds, mastodon, and a lot of other blogs all visible chronologically. If someone was noisy I could apply keyword filters to the feeds and block certain things out. If I wanted to, I could put this on a server and access it through my phone.
This was definitely "the easy" way to do this. You could raise $1 million and do the same thing the hard way.