this post was submitted on 19 Apr 2024
258 points (98.1% liked)

Linux

47323 readers
726 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Whether you're really passionate about RPC, MQTT, Matrix or wayland, tell us more about the protocols or open standards you have strong opinions on!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 5 months ago (2 children)

WebSub (formerly PubSubHubbub). Should have been a proper replacement for RSS with push support instead of polling. Too bad the docs were awful and adopting it as an end user was so difficult that it never caught on.

[–] [email protected] 2 points 5 months ago (1 children)

I still want something push based (without paying for those rss as a service)

[–] [email protected] 4 points 5 months ago (1 children)

It's part of the RSS 2.0 standard. Of course it requires adoption by feed publishers.

rssCloud

[–] [email protected] 4 points 5 months ago (2 children)

Oh neat! I didn't know this existed. By any chance, do you know of any RSS readers that have implemented it?

[–] [email protected] 2 points 5 months ago

No I'm sorry, I pull my feeds manually using a barebones reader. I'm guessing your best bet is one of the web-based readers as it would require a client with a TCP port that's reachable from the web. I have never seen a feed who provided the rssCloud feature though.

[–] [email protected] 1 points 4 months ago

Literally nothing uses rssCloud. WebSub is what you want.

[–] [email protected] 1 points 4 months ago

I wouldn't say that it never caught on. I run a feed reader and ~6% of feeds have WebSub. Most of these are probably wordpress.com blogs which include it by default.

YouTube also sort of supports it, but they don't really follow the standard so I don't think it counts.

But the nice thing about WebSub is that it is sort of an invisible upgrade to the existing feed (or any other HTTP URI) so it just works when blogs enable it.

Most major feed reader services support it. One problem is that you need a stable URL to receive the notifications. So it is hard to make work with client-side readers. But I don't think there is really a way around this other than holding a connection open to every feed you follow. So I would say that it does its job well. I don't really see a need to get to 100% adoption or whatever. If you have a simple static-site blog that updates every month or so I don't think it is a big deal that it doesn't support WebSub.