The Rise and Contentious Fork of RSS
31–40 of 192 posts
Re: The Rise and Contentious Fork of RSS
#32Just came in to say I read this in a RSS reader.
Re: The Rise and Contentious Fork of RSS
#33If it matters, it's probably in an RSS feed. It's social media blithering that's left out. And ads.
Re: The Rise and Contentious Fork of RSS
#34RSS is a nice format, but it'd be even nicer as json. Recently had a client that needed me to read their RSS feed into email templates and update their template after they switched their email service. First time working with RSS. 10/10, would do so again.
Already a standard! https://jsonfeed.org/
Re: The Rise and Contentious Fork of RSS
#35http://www.smashcompany.com/technology/rss-has-been-damaged-...
Re: The Rise and Contentious Fork of RSS
#36I might be biased here as i've built a news aggregator/RSS reader ( https://aktu.io ) but imho RSS was and still is the best way to get news from sources you like. This is so obvious when you compare RSS to social platforms... I mean Facebook was great to share stuff with your friends and get updates but now it's become a huge mess where you get a little bit of everything, you're not even sure you'll ever see all the…
The comment above where someone said "RSS isn't dead, I have a business scraping pages to make RSS feeds when they didn't have one already"... yeah, exactly.
Re: The Rise and Contentious Fork of RSS
#37Just came in to say I read this in a RSS reader.
How do you read HN via RSS reader?
Re: The Rise and Contentious Fork of RSS
#38I still use it every day. I run a python script through Cron that parses a list of feeds and caches new items in a sqlite database. Then it pulls the most recent 100 items out of the database and generates a static html page in which I read them
This is what I've been telling my grandmother to do, but for some reason she keeps using Facebook instead.