by Bogdanp on 6/26/25, 12:11 PM with 51 comments
by geoffeg on 6/26/25, 3:13 PM
by quaintdev on 6/26/25, 2:56 PM
by susam on 6/26/25, 5:07 PM
https://github.com/susam/susam.net/blob/main/roll.lisp
This program was directly inspired by @matklad's idea of using a blogroll as an RSS reader. It's only been a few days, but I already feel like I can finally stay on top of my feeds!
by jrm4 on 6/26/25, 5:07 PM
https://gitlab.com/jrm4/mahrss (I don't even remember if this is the last version and make no guarantees about any kind of functionality, but you can get an idea)
by AndyKelley on 6/26/25, 3:32 PM
Ignore the parts about JSON/XML. That's irrelevant.
Problem: you want an RSS reader, but RSS readers are annoying because they are stateful and you have to try to sync them across devices. Or, as in the case of Google Reader they may be discontinued. Best case, you have a dependency on a third party application.
Solution: make a web page on your personal site that aggregates links from your RSS feeds.
This is handy because you can now simply access your own web site as an RSS reader. As a side benefit, you can share this page with your friends to help them find nice links, and help promote stuff that you like to search engines.
by walterbell on 6/26/25, 4:46 PM
by rambambram on 6/26/25, 6:09 PM
I see only one post from one feed at a time. If I want the next, I click a button labeled 'Next random post' and it gives me the latest post from yet another feed. I only get the first two lines of a new post and then read the full article on the website if I'm interested. There's something to say for paying hommage to a fellow internet user who put work in building a website... I want to read your post on your website or homepage.
Expanding on this list I also published (parts of) this list as a sort of blogroll, or shared list. This shared list is viewable and clickable in the browser for regular internet users, and downloadable as an OPML file so RSS users can import the websites that I like and 'endorse'.
Also expanding on this list, I built some functionality called Newspaper which automatically (instead of manually) checks some selected feeds that I deemed extra interesting. The different articles from different sources are than presented to me in a newspaper. Every time I log in there are some newspapers waiting for me. I'm always looking forward to the one called 'Cars'. The rest is mostly work stuff. ;)
It goes without saying that Hey Homepage is not only an RSS reader, but that it also has functions for your own timeline of posts with accompanying RSS feed.
The open web is not dead. You neglected it for too long. It misses you. Give it some love back.
by rpdillon on 6/26/25, 4:56 PM
https://textbin.net/kdhkz0nnyx
It tracks no state, but does color by source, and fades with age so you get a good feel of what site the post came from and how long ago. I had an idea to version control the static HTML after it was generated, so you could rewind time and see what the top stories were, but haven't gotten around to it.
If anyone cares, I'll host the full repo and share.
by tolerance on 6/26/25, 3:52 PM
http://scripting.com/2014/06/02/whatIsARiverOfNewsAggregator...
by m-localhost on 6/26/25, 7:01 PM
by renegat0x0 on 6/26/25, 8:02 PM
RSS is not that simple and all common properties are read into a simple JSON data. Maybe somebody will find it useful.
by eviks on 6/26/25, 5:13 PM
Unless you remember after reading the first paragraph or two, in which case you've just wasted time partially re-reading them. This type of tracking is perfect for offloading to a reliable digital accountant!
by chazeon on 6/26/25, 5:52 PM
by rglullis on 6/26/25, 3:18 PM
- "RSS is for notifications". No, it's for content syndication. It is right there in the name.
- "XML is complicated, JSON Feed is better". Oh, dear Lord, forgive him for he has no idea what he is saying.
- "Lets ignore all the gazillion libraries for and tools for parsing and processing OPML, Atom and XML so that we can build a system that depends on deno a f*cking GitHub actions"
by sebastian_honsa on 6/26/25, 5:06 PM
Feel free to try it out, it's completely free for now and upcoming future!
by p0w3n3d on 6/26/25, 3:28 PM
by DannyPage on 6/26/25, 3:17 PM