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!

  • Björn Tantau
    link
    fedilink
    1522 months ago

    RSS. It’s still around but slowly dying out. I feel like it only gets added to new websites because the programmers like it.

    • mesamune
      link
      English
      262 months ago

      Theres quite a few sites that still use it and existing ones in the Fediverse have it built in (which is really cool). But your right, the general public have no concept of having something download and queue up on a service rather than just going to the site. And the RSS clients are all over the place with quality…

    • @Static_Rocket
      link
      English
      162 months ago

      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.

        • smpl
          link
          fedilink
          English
          42 months ago

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

          rssCloud

          • @[email protected]
            link
            fedilink
            42 months ago

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

            • smpl
              link
              fedilink
              English
              22 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]
        link
        fedilink
        12 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.