Today's threads (a thread)

Inside: The web is bearable with RSS; and more!

Archived at: https://pluralistic.net/2026/03/07/reader-mode/

#Pluralistic

1/

@pluralistic I wrote and have been been using my own feed reader, Temboz, for over 24 years now. The two essential features of any good reader in my book are:

1) filtering. Don't want to hear about the inane Kardashians or the insane Trump any more? Double-click on their occurrence, click "thumbs-down", adjust the filtering setting and boom, mental health restored.

2) giving you control over the order articles are shown, as opposed to the Meta or Google algorithm that does not have your best interests at heart.

@fazalmajid
Oh! https://github.com/fazalmajid/temboz
I'll need to look at it, it may be closer to what I've been looking for recently 🤔
GitHub - fazalmajid/temboz: The Temboz RSS/Atom feed reader

The Temboz RSS/Atom feed reader. Contribute to fazalmajid/temboz development by creating an account on GitHub.

GitHub

@viq I am actually in the middle of rewriting it in Rust, and switched my own usage yesterday, so if I were you I'd hold off for a couple of weeks until it stabilizes:

https://github.com/fazalmajid/rTemboz

GitHub - fazalmajid/rTemboz: RSS feed reader, successor to Temboz

RSS feed reader, successor to Temboz. Contribute to fazalmajid/rTemboz development by creating an account on GitHub.

GitHub
@fazalmajid
Is either of them worth playing around with at this point? Or, will playing with temboz now give me a decent idea what rtemboz is going to be doing and what it will feel like?
@viq the UI is identical, but rTemboz has much better performance and won't hang because it holds database locks while slow feeds are still returning. I've been told setting up Temboz is not for the faint of heart, and I am working on fixing that as well in rTemboz.
@fazalmajid I'm not faint of heart :D At this point I don't care terribly much about performance, I want to see what I can make it do, and how well that cooperates with how I look at things. Which it sounds I can do today with Temboz 🙇

@viq OK, use rTemboz, follow the Docker instructions at https://github.com/fazalmajid/rTemboz?tab=readme-ov-file#running

(you don't need to build from source if you are OK using my docker images on Docker Hub).

I am dogfooding rTemboz at the moment, I am intensely aware of the regressions and highly motivated to fix them as this is the single app I spend the most time in...

GitHub - fazalmajid/rTemboz: RSS feed reader, successor to Temboz

RSS feed reader, successor to Temboz. Contribute to fazalmajid/rTemboz development by creating an account on GitHub.

GitHub
@fazalmajid
Ook, thank you.
What kinds of regressions are there currently?
@viq after I fix the "word" filter rules, I am going to do autodiscovery. If you go to a page and it doesn't have a link to the RSS feed, Temboz can usually find it through autodiscovery or using some heuristics, it works 90% of the time. rTemboz doesn't have that yet.