RSS is undead
techcrunch.com
RSS is undead
1–10 of 276 posts
Re: RSS is undead
#2I currently use it for personal bookmarking and posting stories to HN.
It's based on tags, eg. http://handlr.sapico.me/Home/ByTag?Name=artificial-intellige...
Ps. Performance is slow on the main page for sorting calculated columns ( eg. The Algorithm ), that's why I linked to the newest page
Re: RSS is undead
#3RSS is the core of my Reddit alternative. Still improving performance though http://handlr.sapico.me/Home/Newest I currently use it for personal bookmarking and posting stories to HN. It's based on tags, eg. http://handlr.sapico.me/Home/ByTag?Name=artificial-intellige... Ps. Performance is slow on the main page for sorting calculated columns ( eg. The Algorithm ), that's why I linked to the newest page
Re: RSS is undead
#4RSS is the core of my Reddit alternative. Still improving performance though http://handlr.sapico.me/Home/Newest I currently use it for personal bookmarking and posting stories to HN. It's based on tags, eg. http://handlr.sapico.me/Home/ByTag?Name=artificial-intellige... Ps. Performance is slow on the main page for sorting calculated columns ( eg. The Algorithm ), that's why I linked to the newest page
I think we killed it :)
Re: RSS is undead
#5Maybe it's a failure of my imagination, but I'm having trouble coming up with anything at the protocol level that wouldn't make RSS worse as a general protocol, though it might improve at specific cases.
Leave the protocol simple, let innovation happen at the client level, and then if necessary enhance the protocol to support generally effective solutions.
"4. Adding value to the Internet lowers its value.
5. All the Internet's value grows on its edges."
Re: RSS is undead
#6All the articles published on the network are actually Atom elements (https://en.wikipedia.org/wiki/Atom_(Web_standard)), it's then super easy to import and export Atom/RSS feeds in XMPP (for example https://nl.movim.eu/?feed/pubsub.movim.eu/Movim).
On top of that Pubsub brings you a fully real-time solution (no need to pull hundreds of feeds each 15min, the articles comes to you) with roles, subscriptions, comments (also relying on Atom, see https://xmpp.org/extensions/xep-0277.html) and many other things :)
Re: RSS is undead
#7The best thing about it is escaping the algorithmically curated feeds.
Every and service that I use has an RSS feed, except for Twitter. I use https://twitrss.me/ to follow users. If you don't find a feed, sometimes you just have to dig a little. You learn at which URIs the most commons CMSes presents their Atom/RSS feeds (hello /feed/).
Re: RSS is undead
#8RSS is the core of my Reddit alternative. Still improving performance though http://handlr.sapico.me/Home/Newest I currently use it for personal bookmarking and posting stories to HN. It's based on tags, eg. http://handlr.sapico.me/Home/ByTag?Name=artificial-intellige... Ps. Performance is slow on the main page for sorting calculated columns ( eg. The Algorithm ), that's why I linked to the newest page
I think we killed it :)
If anyone knows how to performantly sort on non deterministic computed columns ( eg. the ranking algorithm for votes of posts + comments) in MS SQL server -> https://dba.stackexchange.com/questions/203331/slow-calculat... i'd be very happy :p, it's killing my "trending topic" performance...
Edit: added non deterministic
Re: RSS is undead
#9I'm speaking from my own experience running a growing & profitable startup, Feedity - https://feedity.com, that helps with custom feeds for unstructured sources like webpages.
Our upcoming API and content explorer (a different kind of 'feed reader') have received thumbs-up from some customers who opted for early-testing.