Live data from Hacker News

RSS is undead

techcrunch.com

1–10 of 276 posts

Re: RSS is undead

#2
RSS 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

#3

RSS 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

#4

RSS 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 :)

you've got to double tap to make sure, rules of surviving rss is undead land.

Re: RSS is undead

#5
> I think the solution is a set of improvements. RSS as a protocol needs to be expanded so that it can offer more data around prioritization as well as other signals critical to making the technology more effective at the reader layer.

Maybe 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."

http://www.worldofends.com/

Re: RSS is undead

#6
The Movim (https://movim.eu/) social network is relying heavily on the XMPP Pubsub standard.

All 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

#7
RSS never (un)died for me. I run FreshRSS[1]. It works well on shared hosting and it runs on SQLite (no migration troubles!).

The 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/).

[1] https://freshrss.org/

Re: RSS is undead

#8

RSS 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 :)

Back alive atm ( disabled RSS sync :p )

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

#9
RSS never died. On the contrary, its usage for content aggregation & monitoring has been increasing over the years, specially in the business world and niche markets.

I'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.

Post reply on HN