-
NewsFlash is a good reader on Linux - https://gitlab.com/news-flash/news_flash_gtk
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
RSS is awesome! I never got the hang of using a read-application, instead I use rss2email to get copies of posts delivered to my inbox.
There are a few different tools for getting the feeds to email, my own is a pretty simple golang application I run in a docker-container:
https://github.com/skx/rss2email/
-
I'm a huge fan. Here's my Docker-ized take: https://github.com/alrs/full-text-rss-docker
-
NewsBlur
NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
There's a modest but healthy community at newsblur.com which has the nice property of existing in both hosted and self-hosted forms: https://github.com/samuelclay/NewsBlur
-
Some RSS readers implement something similar. I currently use nextcloud news, that does this: https://github.com/nextcloud/news/pull/563
Basically, for feeds where I have "full text" enabled, it fetches the article page with mozilla's "reader mode" implementation and extracts the full text.
It isn't really usable with aggregators such as planet kde/gnome, though.
-
I still use RSS daily too, and I keep a list of my cryptography feeds here if this interests anyone: https://github.com/mimoo/crypto_blogs
-
If you're an Emacs user, I'd really recommend checking out elfeed (https://github.com/skeeto/elfeed). You can subscribe to RSS feeds just by adding a line to an org-mode file, and then organize and tag all your feeds with all the usual org-mode features.
Also, I think the author is being a little pessimistic about the state of RSS. It might not really be "mainstream", but almost every blog I visit has a feed, also Substack offers feeds, YouTube channels, Reddit, etc. I only just started writing my own self-hosted blog, and within a week or so I got an email asking me if I have an RSS feed. RSS is very much alive and well, if niche.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Using Newsblur on iOS and Flym on Android, a great open source and offline reader https://github.com/FredJul/Flym
-
> I've never open sourced it though because I guess it's a bit of a grey area
I'm maintaining the TT-RSS plugin feediron https://github.com/feediron/ttrss_plugin-feediron that fetches full-text data, so my thinking is this:
At the end of the day if it's a openly available website and you are personally (through your own server) fetching the resources I don't think anyone has a right to complain.
Now if you were offering it as a service it might arguably be a bit more grey, but only if you're ignoring the robots.txt file
-
[4] https://github.com/lenormf/news2rss
-
newsboat-sendmail
Newsboat Sendmail - A companion script that sends unread RSS items in Newsboat through email
>As a system administrator, I can use RSS to keep up to date
Along the same sentiment, I've taken things further and update my RSS feeds on demand. I use a suite of tools that pull entries[1] using Newsboat[2] and send them over SMTP (with a `sendmail` tool), optionally saving the emails[3] that couldn't be sent to disk.
Combined with a local server[4] relying on NewsAPI[5] that can pull news from sites that don't provide with an RSS feed (AP, RT…), it's a great decentralised and modular setup!
[1] https://github.com/lenormf/newsboat-sendmail
-
[3] https://github.com/lenormf/sendmail-tryqueue
-
[2] https://github.com/newsboat/newsboat
-
rss-proxy
RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.
For those who require very custom, niche feeds, you might want to try rss-proxy [0] which automatically maps HTML markup to RSS feeds.
[0] https://github.com/damoeb/rss-proxy/
-
I use RSS daily, and actually wrote my own RSS client for the terminal recently. (https://github.com/lallassu/gorss)
I used Feedly before, but since I'm usually using the computer then the terminal is good enough for me :)
-
koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
I want to point out excellent koreader[1] program for e-readers, that features RSS client. So you connect, fetch your articles and start reading without distractions.
For such use cases RSS is god-send and I am glad that substack and many blogs do support that.
[1] https://github.com/koreader/koreader
-
social_channel_notifier
Discontinued Send push notification if a social channel like reddit, hn has an post which outruns a specific upvote threshold
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives