i wish RSS protocols would update to support SSE for pushing new items instead of you polling them. Does anyone know a reliable way to use aiohttp with proxies to load data from RSS so that your requests are not blocked when using the feedparser library in python?
RSS is awesome
81–90 of 122 posts
Re: RSS is awesome
#82I'm sad that a basic description of what RSS consists of makes it onto HN. I still upvoted to help educate the kids :/ FYI FreshRSS is fairly trivial to self-host, and is a really nice option for an RSS reader app.
Preferential to Miniflux myself, but any RSS reader is better than none.
Re: RSS is awesome
#83Boy do I feel old if a short, low content PSA about the existence of RSS is considered "hacker news."
Re: RSS is awesome
#84Yes! I've been using RSS (feedbro reader) to de-algorithm social media for a long time now. Twitter (via nitter), Facebook (public posts only), HN, etc. It's all in a chronological RSS feed. No algorithms choosing what I see, no infinite scroll. If it's not a public post from a user I added, I don't see it. Luckily all my close friends are public-only type posters so it works. My pet conspiracy is that big tech has w…
Re: RSS is awesome
#85Earlier quoted context omitted.
Preferential to Miniflux myself, but any RSS reader is better than none.
I tried both, but Miniflux was like 15% _too_ bare-bones for me. FreshRSS hit the sweet spot for me, combined with NetNewsWire as a mobile UI
Re: RSS is awesome
#86Does anyone know if there is a self-hosted rss tool which exposes the data over API? I am interested in processing feeds programmatically but ideally would prefer not to bother with writing the update / subscription / parsing logic myself.
Re: RSS is awesome
#87Is there any RSS reader that is also able to subscribe to newsletters in some way? There are lot of contents that are only provided as newsletters nowadays and I wanted to be able to read my feed and newsletters in the same app, without going into my mail inbox.
Feed entries then become emails which sit in your inbox/folders alongside your existing [emailed] newsletters.
(I prefer this approach myself, I can filter and search via my mail client, and manage state easily.)
Re: RSS is awesome
#88Re: RSS is awesome
#89I use it also for:
- bookmarks
- web crawling
- simple search engine
I also created simple RSS reader/parser, and web crawling system [1].
Links:
Re: RSS is awesome
#90The only complaint I have about RSS is that it seems antagonistic to edits. It's not usual that, when refreshing my podcast RSS feed, there are multiple versions of the same episodes because they made some edit somewhere in the title or description, etc. I've had five versions of the same episode before. I feel like we should have the technology to fix this by now :P