Live data from Hacker News

RSS is awesome

evanverma.com

61–70 of 122 posts

Re: RSS is awesome

#61

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?

Pushing instead of polling was done more than fifteen years ago, and various major feed producers and consumers do support it. It was initially known as PubSubHubbub (PuSH), but was renamed to WebSub when adopted by W3C, where it has been a Recommendation for over seven years now https://www.w3.org/TR/websub/>.

(As for SSE, it’s entirely unsuitable as it would require a persistent connection.)

Re: RSS is awesome

#62
post #34

Earlier quoted context omitted.

Is there still no alternative filling Google reader's void?

Google reader was simple and beautifully designed, free, and online first. There are alternatives but they sacrifice one of the three. Inoreader, the old reader, and newsblur are all pretty good but require a subscription to fully replicate Google reader. There are various local-first phone apps, desktop apps, and self-hostable apps that are good, completely free and have comprehensive features. There are some what I…

> ... Feedly that pretend to care about RSS but layer on features unrelated to the protocol

I've been using Feedly since Google killed reader, and while I like the RSS functionality it offers, I do agree that they've slowly been adding more and more features I don't care for.

Maybe it's time to migrate to something like TFA suggests.

I also agree with your other comments; it's huge a shame.

Re: RSS is awesome

#63
post #19

Earlier quoted context omitted.

RSS is the antidote to algorithm feeds. I’m glad for any mention of it. 90% of the tools users need were built 1970-2000 including RSS.

Having restarted using rss in the past months (after probably 10+ years of not using it) i am now starting to remember why I stopped using it: lack of a personal "algorithm" that made hundreds (if not 1000s) of unread daily items to be manageable. I know part of it is on me. I need to let go, unsubscribe aggressively, etc... but this is... work? Im not a regular iOS user, but on it I have feeeeds which actually seem…

[dead]

Re: RSS is awesome

#64
I love RSS. I am a huge fan of TinyTinyRSS, it's incredibly powerful with its filtering. I subscribe to just masses of RSS feeds, and the filtering bubbles up the stuff I'm interested in, ignores the stuff I'm not, and deletes articles I know to be hot garbage. You'd be amazed at how much crap this regex catches on tech news feeds: "^\d+ of the (best|worst|cheapest|highest|lowest|most)"

A lot of people get put off because they don't like the dev, he's not a "let me hold your hand while you understand the basics of how to install my app" kinda guy, he's a "Oh you didn't read the docs and are now spamming forums with help requests? Here's a ban" kinda guy which I gotta say, I actually really respect. Why everyone thinks open source ALSO means you get your hand held through every little rough patch I don't know, probably because a lot of open source is backed by companies who can't say the things the probably want to say in public, like "Go away, idiot"

Anyway sorry, I digress. TinyTinyRSS is excellent, the filtering just makes it head and shoulders above anything else I've tried like Miniflux (also nice) and FreshRSS.

Re: RSS is awesome

#65
post #19

Earlier quoted context omitted.

RSS is the antidote to algorithm feeds. I’m glad for any mention of it. 90% of the tools users need were built 1970-2000 including RSS.

Having restarted using rss in the past months (after probably 10+ years of not using it) i am now starting to remember why I stopped using it: lack of a personal "algorithm" that made hundreds (if not 1000s) of unread daily items to be manageable. I know part of it is on me. I need to let go, unsubscribe aggressively, etc... but this is... work? Im not a regular iOS user, but on it I have feeeeds which actually seem…

> Im not a regular iOS user, but on it I have feeeeds which actually seem to have a sane personal "algorithm" of sorts that doesn't force ALL feeds items onto me, and also isn't purely chronological.

> More readers should have this

Why? If that's what you want you can get it from your social medium of choice. I use RSS because it gives me precisely what I asked for (for better and for worse), and I suspect the vast majority of the userbase feels the same.

Re: RSS is awesome

#66
post #34

Earlier quoted context omitted.

Is there still no alternative filling Google reader's void?

Google reader was simple and beautifully designed, free, and online first. There are alternatives but they sacrifice one of the three. Inoreader, the old reader, and newsblur are all pretty good but require a subscription to fully replicate Google reader. There are various local-first phone apps, desktop apps, and self-hostable apps that are good, completely free and have comprehensive features. There are some what I…

YMMV, but I have been using Flipboard for along time and think that Flipboard is a very nice blend of an RSS reader that gives you precisely what you asked for and a random article curator in one.

Adding RSS feeds to it feels kinda clunky though.

Re: RSS is awesome

#67

Is 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.

You can subscribe to newsletters with any RSS reader nowadays, but it’s a multi step process requiring the use of an external (free) tool. 1. Create a feed on https://kill-the-newsletter.com/ . This will also give you a custom email address to send your newsletter to. 2. Subscribe to the newsletter with the custom email address and add the feed you created to your reader. This setup works very well for me with NetNew…

I, too, use kill-the-newsletter to convert newsletters to rss and it works amazingly well.

Re: RSS is awesome

#69
Does 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

#70
post #69

Does 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.

You may be interested in tools that parse XML, I'm sure there are libraries for parsing RSS/Atom specifically. I'm not sure what you're asking exactly. You want a tool that will read RSS feeds then reformat the data to a different (JSON?) format or something and have an API endpoint return that converted format? But then for what purpose of transforming the XML(an already suitable format)?
Post reply on HN