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') ha…
RSS is undead
31–40 of 276 posts
Re: RSS is undead
#32Earlier quoted context omitted.
You don't do the calculation on the fly, you do it at data mutation time (if the column should be the same for every client) or in a separate "thread" (eg, a script). Basically, you pre calculate the column and simply add it to your table, indexed.
It's non deterministic because it has a time variation ( newer posts get ranked higher). Even then?
Check out how reddit does it: https://medium.com/hacking-and-gonzo/how-reddit-ranking-algo...
The concept is that the time-based part of the score is immutable, fixed at post creation time.
That way you only have to recalculate when a score-modifying event occurs, not every time the page is refreshed.
Re: RSS is undead
#33RSS 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…
When I created my personal website I thought: “Eh, if anyone asks for RSS I’ll make it then.” To my surprise I started getting asked after the second article! It didn’t take long to code up (relative paths to full urls was the biggest hurdle—but not exactly hard) and it’s kinda nice knowing that people can just follow the content without having to be lucky enough to see an article go by on Twitter.
Twitter is just a firehose, but my aggregated feeds are categorized and hand picked so I am far more likely to catch content I'm interested in on there and therefore be much more engaged with it.
Re: RSS is undead
#34Re: RSS is undead
#35No one has mentioned NewsBlur yet. It's fantastic as an RSS reader, and provides intelligence training (filtering) for only subjects you might be interested in, allowing you to tame high-rate RSS feeds quite easily: http://newsblur.com/
Re: RSS is undead
#36At https://feeder.co onboarding is one of our largest hurdles to solve. For a lot of reasons we're lucky to get a lot of users who are completely new to RSS. This means we have a huge job in educating what RSS and what it's not. We've seen that a lot of large sites have stopped advertising their RSS feeds on their homepages, making it harder to detect via the standard means. Also, we've never stopped growing and are…
Re: RSS is undead
#37Re: RSS is undead
#38Re: RSS is undead
#39Does 'RSS' also mean Atom feeds? The terms seem to be used interchangeably. I had thought Atom was supposed to be a better alternative to RSS but it doesn't seem to have landed. Is it necessary to always offer both? Most sites seem to.
Re: RSS is undead
#40This seems like a weird article. People are advocating for RSS to avoid “the algorithm” and to increase privacy. Yet the author recommends adding analytics (tracking) and a way for publishers to indicate priorities. No. That’s the opposite of why people are again pushing RSS. If you want a read count, then add pingback urls and make the protocol support it so various feed aggregators can report true numbers. Curation…
Maybe the opposite of why users are pushing for RSS, but without analytics content producers have reasonable justification for being hostile instead.