Haha, I literally just set up Newsboat[1] and this is my second article I read from the comfort of my terminal :) So far Newsboat is great: Everything configurable with text, fast and effortless. The key-binds took a little bit, but now I can even do stuff with hjkl! I will take the opportunity to ask about two issues I am currently facing. - Is there a feed for Github discussions? - Does anyone have some ideas/sourc…
I Miss RSS
71–80 of 314 posts
Re: I Miss RSS
#72Re: I Miss RSS
#73Re: I Miss RSS
#74Sorry for the low effort post, y'all.
Re: I Miss RSS
#75I follow Hacker News through RSS, as well as most webcomics that I follow. There is one webcomic I enjoy, but can't get an RSS feed, because it's on a service similar to WebToons.
Edit: it wasn't a showHN: https://news.ycombinator.com/item?id=29772540
Re: I Miss RSS
#76I've been working on a self-hosted (not federated) model for social media called Haven[1]. RSS (with HTTP basic auth) was the obvious answer for "how do I track all of my friends' different sites?" It has the advantage that building an RSS reader into the system means you can follow other Havens and other websites in one place. [1]: https://havenweb.org/
So when you say "not federated", what exactly do you mean? If you're publishing to your own site, and other people are reading it on their own compatible sites, isn't that fundamentally a federated model?
Re: I Miss RSS
#77Earlier quoted context omitted.
Like what? I'm unaware of other ways to get consistent listings of new content at various sites in a machine readable format.
I agree, I wasn't trying to be sarcastic. There's nothing like RSS
Re: I Miss RSS
#78Earlier quoted context omitted.
When Google reader shut down, I moved to feedly for like a week. Then I started getting anxiety that feedly would shut down too. Because if google could kill off a product i relied on, anyone could. And that got me into self hosting and running my own services. ttrss was basically my first self hosted thing almost a decade ago. It was great. And then it turned out the guy running it was a bit not pleasant, and I didn…
Google has shut down a bunch of popular services: https://killedbygoogle.com/ I wouldn't use them as a standard for keeping services up.
Re: I Miss RSS
#79Earlier quoted context omitted.
>Every user's RSS reader polling every website for changes every few minutes for all eternity is horribly inefficient and unfeasible to do on most platforms and devices today. 1) It's not that inefficient, especially if you recalculate your feed only when it changes and use HTTP statuses (particularly 304 Not Modified) correctly. 2) Most people then and now would go through an aggregator. So they'd really be talking…
> 1) It's not that inefficient, especially if you recalculate your feed only when it changes and use HTTP statuses (particularly 304 Not Modified) correctly. Besides, assuming you're not hideously overcomplicating things, you'll just be serving a static file off disk. If your server is a raspberry pi, you ought to still be able to serve some 1000 requests/second if that is what you are doing. Assuming most RSS reader…
Feedly: 7min
Feedbin: 15min
Bloglovin: 30min
Dreamwidth Studios: 30min
Feed Wrangler: 30min
NewsBlur: 30min
BazQux: 40min
inoreader.com: 1hr
theoldreader.com: 2hr
pine.blog: 24hr
https://www.jefftk.com/p/looking-at-rss-user-agentsRe: I Miss RSS
#80I do not miss Google Reader, because I don’t think it was the right choice for a privacy point of view.