I ask...does anyone here know a tool similar to OpenRSS that really works? not itself because the site is mostly down, has long delays in post aggregation and sometimes breaks completely. These issues increased considerably in recent times.
@sinituulia this was one of the first posts I received after our instance went under some serious maintenance work, and it was a very welcome confirmation that it was working again at its main job of delivering cat pictures :D
*Be the change you want to see happen instead of trying to change everyone else."
Well, I have to share this thought. Maybe it is a daydream but someone has to follow that path, else nothing will change for sure. That's the reason for my indie tech choices in years, because the tech savvy has to do that.
@tgAfter stepping away from RSS for about a year, I recently decided to give it another go. The app caught my attention and since purchasing it, I’ve been genuinely impressed.
RSS Data Breach “My RSS feed has had a data breach. Your personal information may be compromised.”… said nobody ever. #Technology #RSS #Privacyhttps://benjamin.parry.is/collecting/thoughts/2026/02/rss-data-breach/
Today in #FreeSoftwareAdvent #newsraft #RSS ```git clone https://codeberg.org/newsraft/newsraftcd newsraftsudo apt install libcurlpp-dev libgumbo-devmake && sudo make install````1 minute later (without parallelization on a 8yo cpu), you have built a complete RSS reader.You can even get Gemini feeds (gemget needed though).ex:$(gemget -sq https://geminiprotocol.net/news/atom.xml) "GeminiProtocol main feed"Thank you Grigory Kirillov!