Atom is better than RSS, in ways that matter
chrismorgan.info
Atom is better than RSS, in ways that matter
1–10 of 111 posts
Re: Atom is better than RSS, in ways that matter
#2Re: Atom is better than RSS, in ways that matter
#3Re: Atom is better than RSS, in ways that matter
#4Atom is better than RSS in the way Betamax was better than VHS. With the same outcome and consequences for practical use.
Try putting a Betamax tape into a VHS VCR and see if you can watch it.
Re: Atom is better than RSS, in ways that matter
#5Re: Atom is better than RSS, in ways that matter
#6Atom is better than RSS in the way Betamax was better than VHS. With the same outcome and consequences for practical use.
Re: Atom is better than RSS, in ways that matter
#7Atom is better than RSS in the way Betamax was better than VHS. With the same outcome and consequences for practical use.
What? Not at all. RSS is a product category. Many RSS feeds are, if you look into them, Atom. Your RSS reader just doesn't bother to tell you, because why would you care? Try putting a Betamax tape into a VHS VCR and see if you can watch it.
This is like pointing at the monitor of a desktop computer and saying, "that's the computer". It is effective to communicate with people who aren't interested in computers, but it's also not true and the distinction does have important consequences for behavior. Atom is not RSS even if some feed readers support both and most people don't know what feeds are.
And because of that, and the early popularity and widespread adoption of RSS, the better format (atom) isn't used nearly as much. And calls to increase use of betamax/atom generally went and go unheeded.
Re: Atom is better than RSS, in ways that matter
#8Didn't we get enough of this fight 20 years ago? Let's not piss off Dave Winer again. Reminder: https://en.wikipedia.org/wiki/Worse_is_better
Even (especially?) as a person that appreciates Lisp, Lisp losing this fight twice is kind of funny.
Wonder if it’s going to happen an nth time with Guix vs Nix
Re: Atom is better than RSS, in ways that matter
#9- what is the best way to store rss data inside postgres
- will you store it as raw xml directly? or will you process it and store it?
- what format will you store it as if stored inside postgres?
- how will you handle updates to the feed? rss doesnt do websocket push as far as i can tell so you have to poll which gives you the entire feed with a few items removed and a few new items added in the best case scenario. how do you diff this for storing?