Live data from Hacker News

RSS is awesome

evanverma.com

41–50 of 122 posts

Re: RSS is awesome

#41

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.

inoreader has that on some of their pay tiers. i use my own self host freshrss instance and https://kill-the-newsletter.com/ to accomplish the same.

Re: RSS is awesome

#42
post #33

RSS is terrible as a format (Atom is much better), but RSS is awesome as an idea. If your web site were a database, RSS would be like WAL. If your website were differentiable, it would be like its derivative, or rather a Lagrangian, taken at the moment of last update. (BTW all serious static site generators know how to produce an RSS/Atom feed.)

I like the general term "Web feed" as an umbrella term, I found about that on this article https://lighthouseapp.io/blog/what-are-web-feeds

Also that blog has some other good related articles:

- What is RSS: https://lighthouseapp.io/blog/what-is-rss

- What is Atom: https://lighthouseapp.io/blog/what-is-atom

- What is JSON feed: https://lighthouseapp.io/blog/what-is-json-feed

- What are feed readers: https://lighthouseapp.io/blog/what-are-feed-readers

- What is OPML: https://lighthouseapp.io/blog/what-is-opml

Re: RSS is awesome

#43

RSS/Atom is great to follow blogs, news and some social network such as hackernews and reddit. I hope X/Twitter back to this functionality, but that's a low probability.

Nitter[0] seems to support it still, although it seems unmaintained - not sure how stable it is by this point. if you self host this, you should probably use burner account tokens, anti-botting measures might decide to shut down your X/twitter account

[0] https://github.com/zedeus/nitter

Re: RSS is awesome

#44
post #33

RSS is terrible as a format (Atom is much better), but RSS is awesome as an idea. If your web site were a database, RSS would be like WAL. If your website were differentiable, it would be like its derivative, or rather a Lagrangian, taken at the moment of last update. (BTW all serious static site generators know how to produce an RSS/Atom feed.)

We should popularize a JSON-based alternative, we'll call it "Absurdly Simple Syndication."

How about JSON Enhanced Syndication and Tracking?

Re: RSS is awesome

#46

Earlier quoted context omitted.

The parent comment raises a valid distinction. > In contrast, a heuristic is an approach to solving problems without well-defined correct or optimal results.[2] For example, although social media recommender systems are commonly called "algorithms", they actually rely on heuristics as there is no truly "correct" recommendation. https://en.wikipedia.org/wiki/Algorithm What are the consequences of conflating the two te…

> The parent comment raises a valid distinction. Not really, as described in the quote you shared, it is common to refer to "recommendation systems" as "algorithms", even if its not actually such a thing. There are plenty of examples of well-known aliases to concepts that obfuscate actual meaning in the English language, but they aren't wrong , as language is usage.

It’s actually not such a thing. So is the distinction valid or not?

Re: RSS is awesome

#47
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?

Re: RSS is awesome

#48

Ironically just told the founder of my company that it was mission critical our blog had RSS. He had never used it before somehow and didn't know why it would be a big deal lol.

How is it mission critical for the company to have an rss feed?

Re: RSS is awesome

#49

Ironically just told the founder of my company that it was mission critical our blog had RSS. He had never used it before somehow and didn't know why it would be a big deal lol.

How is it mission critical for the company to have an rss feed?

Blogs should be written to be read and not just for SEO slop. RSS feed helps a lot with that.

Re: RSS is awesome

#50
post #33

RSS is terrible as a format (Atom is much better), but RSS is awesome as an idea. If your web site were a database, RSS would be like WAL. If your website were differentiable, it would be like its derivative, or rather a Lagrangian, taken at the moment of last update. (BTW all serious static site generators know how to produce an RSS/Atom feed.)

We should popularize a JSON-based alternative, we'll call it "Absurdly Simple Syndication."

Because the main content of a blog post is an article, markup actually works really nicely. Although I suppose you could embed HTML in a JSON string
Post reply on HN