soc.octade.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
social@octade.net

Search results for tag #rss

[?]hobbs » 🌐
@hobbs@dobbs.town

i like following you weirdos to your websites and then tossing them into my reader. y'all type a lot of words and they're nice to read on my little kobo. i hope to get better at sending quality words into the world.

    [?]7sleepersmusic » 🌐
    @7sleepersmusic@mastodon.social

    G'morning ! Do any of you use readers? Any recommendations? I used to use , but that went belly up last year. Desktop or mobile or both, all suggestions welcome! cc: @jackyan

      [?]roman » 🌐
      @hi@romanzolotarev.com

      minimal setup in just two days...
      • 12 posts
      • 60 following
      • over 9000 files (sic!)
      $ du -hd0 /var/snac && find /var/snac | wc -l
      61.8M /var/snac
      9532
      $
      meanwhile feed is just 9999 bytes
      https://romanzolotarev.com/pub/hi.rss

      $ curl -s https://romanzolotarev.com/pub/hi.rss | wc -c
      9999
      thanks for great defaults and working perfectly out of the box ❤️

        [?]David Chartier » 🌐
        @chartier@toot.cafe

        Anyone have a recommendation? Must have good iOS apps and not be Feedly or Inoreader.

        They’re both great apps but they’re chasing business customers with collaboration tools. I’m just one person who wants to organize my news feeds.

        A read later feature that accepts external links would be welcome but not necessary. I don’t have a great read later solution right now.

          [?]Terry Godier » 🌐
          @tg@indieweb.social

          I have a big favor to ask.

          If you have an rss feed please reply to this with your blog url and a few words on what it’s about

          Testing the heck out of my calm rss reader and I want to sub and read your posts and discover some new friends!

            screwlisp boosted

            [?]screwlisp » 🌐
            @screwlisp@gamerplus.org

            screwlisp.small-web.org/moment

            A whole bunch of quick date format conversion muddling but I think I got to RSS in the end.

            If you forgot how to retrieve dates from files in a git, this article also has that.

            This article is basically a record of my live spelunking of RSS and dates. Next week I will pick some good bits out into new articles. This is my raw experience.

            Welcome advice and commentary. Will it work as RSS in the end?

              [?]screwlisp » 🌐
              @screwlisp@gamerplus.org

              Who would have thought working with would be frustrating

              (defun UT-to-RFC882 (UT &aux (TZ 0))
              (multiple-value-bind
              (second minute hour date month year day)
              (decode-universal-time UT TZ)
              (format nil "~@{~?~^ ~}"
              "~[Mon~;Tue~;Wed~;Thu~;Fri~;Sat~;Sun~]," `(,day)
              "~2,'0d" `(,date)
              "~[Jan~;Feb~;Mar~;Apr~;May~;Jun~;Jul~;Aug~;Sep~;Oct~;Nov~;Dec~]" `(,month)
              "~d" `(,year)
              "~@{~2,'0d~^:~}" `(,hour ,minute ,second)
              "~[Z~]" `(,TZ))))

                [?]F-Droid » 🌐
                @fdroidorg@floss.social

                These weeks in (TWIF) is live and updated. If you saw it an hour earlier via , look again:

                * timers
                * , you're still tied to and ? 🙄
                * good "intents"
                * redesign
                * better support
                * comms freedom
                * rotates mirrors
                * fixes
                * Fork verify update
                * backup
                + 40 new apps
                & 295 updates
                - 6 archived

                ...and more, here: f-droid.org/2026/01/16/twif.ht

                  screwlisp boosted

                  [?]screwlisp » 🌐
                  @screwlisp@gamerplus.org

                  I found openrss.org/guides/what-are-rs which suggests it's basically
                  <?xml version="1.0" encoding="UTF-8"?>
                  <rss>
                  <channel>
                  <title> .. </title>
                  <description> .. </description>
                  <item>
                  <title> .. </title>
                  <description> .. </description>
                  <pubDate></pubDate>
                  </item>
                  <item>
                  <title> .. </title>
                  <description> .. </description>
                  <pubDate></pubDate>
                  </item>
                  </channel>
                  </rss>

                  which seems trivial to generate.
                  @mattof

                    [?]screwlisp » 🌐
                    @screwlisp@gamerplus.org

                    Soo, taking the view that is just a specific xml file, which version of RSS am I meant to implement for screwlisp.small-web.org/ ? I had a look at toobnix.org/feeds/videos.xml?v but to be honest I don't understand by eyeballing it what the header is saying or what xml tags
                    - per item and
                    - for the site
                    I am meant to minimally use.

                    @mattof

                      [?]screwlisp » 🌐
                      @screwlisp@gamerplus.org

                      @aral I feel like I asked you before and just forgot, but was there an idiom for ? Or can I basically freeform how I serve it? Will you do something for kitten.small-web.org/course/ ?

                      Also, good/bad to hear how you rediscovered badminton in the new year.

                        [?]Windy city » 🌐
                        @pheonix@hachyderm.io

                        Is anyone else completely exhausted by the "Suggested For You" era of the web?

                        I feel like 2025 broke something in my tolerance for algorithmic feeds. I caught myself scrolling my personal insta yesterday and realized I hadn't seen a post from an actual human friend in ten minutes. It was just engagement bait and AI-generated slop. Uggh!

                        Thinking about moving my web reading habits to RSS.

                          [?]Oliver Schafeld » 🌐
                          @oliver_schafeld@mastodon.online

                          I dive into news websites or blog source code to find an RSS link whenever I find an interesting site that isn't on .

                          Through and RSS Parrot I can pull them into the and subscribe to their feed right here.

                          More at: rss-parrot.net

                            [?]F-Droid » 🌐
                            @fdroidorg@floss.social

                            Between cheers and chores, last week in (LWIF) was live last year:

                            * modernized
                            * more performance
                            * device benchmarking
                            * 2 for 2
                            * 2 redesign
                            * w/
                            + 11 new apps
                            & 176 updates

                            If you've not read it by , you can here: f-droid.org/2025/12/26/twif.ht

                              [?]yPhil » 🌐
                              @yPhil@mstdn.social

                              @ladyhope

                              > testing web-based readers

                              Are you, really? Be sure to check out petrolette.space/ then 🙂

                                [?]Vivaldi Browser » 🌐
                                @Vivaldi@social.vivaldi.net

                                Tip of the day: Tired of missing out on the content you actually care about? 🥱 Add RSS feeds from blogs, news, YouTube, and podcasts in one organised, algorithm free place.

                                Image showing the "Add RSS Feed" feature in Vivaldi Browser on a computer.

                                Alt...Image showing the "Add RSS Feed" feature in Vivaldi Browser on a computer.

                                  [?]Vivaldi Browser » 🌐
                                  @Vivaldi@social.vivaldi.net

                                  Some browsers are one-size-fits-all. We prefer made-to-measure. 🪡🤓

                                    [?]Lars Lehtonen » 🌐
                                    @alrs@lsngl.us

                                    My usage in has been stymied lately by some sites sticking their feeds behind CDNs that browser-fingerprint to weed out bots. rights this wrong, using . github.com/alrs/feedaround

                                      [?]Lars Lehtonen » 🌐
                                      @alrs@lsngl.us

                                      Yet another "surf" project, but this library is pretty good at getting to feeds hidden behind a misconfigured CDN. github.com/enetx/surf

                                        [?]hobbs » 🌐
                                        @hobbs@dobbs.town

                                        I've read a bit about putting on my but it works well enough that I haven't fussed with it. plus I don't want to lose the wonky integration while it exists.

                                        I gave up on pocket a while back but it looks like they support now. I kinda want to try that out. I also need to sort my feeds... it'd be nice to have a feed to kobo pipeline.

                                          [?]David - Forking Mad » 🌐
                                          @daj@gofer.social

                                          I have 161 blog posts to catch up with, according to my #RSS reader.

                                          Everyone in my feed is a quality #blogger so I don't want to miss anything. I'll be back later 😁

                                          G'night

                                            [?]readbeanicecream » 🌐
                                            @readbeanicecream@mastodon.social

                                            Does @powRSS have an that one can subscribe to get the daily list or random blog via . I didn't immediately see one.

                                              Back to top - More...