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.
i like following you weirdos to your websites and then tossing them into my #rss 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.
G'morning #FediFriends! Do any of you use #RSS readers? Any recommendations? I used to use #Netvibes, but that went belly up last year. Desktop or mobile or both, all suggestions welcome! #Tech #RSSReader cc: @jackyan
$ du -hd0 /var/snac && find /var/snac | wc -lmeanwhile #rss feed is just 9999 bytes
61.8M /var/snac
9532
$
$ curl -s https://romanzolotarev.com/pub/hi.rss | wc -cthanks #snac2 for great defaults and working perfectly out of the box ❤️
9999
Anyone have a #newsreader 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.
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!
https://screwlisp.small-web.org/momentary/working-on-rss/
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 #commonLisp experience.
#programming #lisp #time #rss #dates #exploratory
Welcome advice and commentary. Will it work as RSS in the end?
Who would have thought working with #time 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))))
These weeks in #FDroid (TWIF) is live and updated. If you saw it an hour earlier via #RSS, look again:
* #AntennaPod timers
* #AuroraStore #MaterialDesign3, you're still tied to #BigTech and #Google? 🙄
* #FairScan good "intents"
* #Fennec redesign
* #LibreCamera better support
* #Meshtastic comms freedom
* #NeoStore rotates mirrors
* #NewPipe #Litube fixes
* #Syncthing Fork verify update
* #WebLibre backup
+ 40 new apps
& 295 updates
- 6 archived
...and more, here: https://f-droid.org/2026/01/16/twif.html
I found https://openrss.org/guides/what-are-rss-feeds 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>
Soo, taking the view that #RSS is just a specific xml file, which version of RSS am I meant to implement for https://screwlisp.small-web.org/ ? I had a look at https://toobnix.org/feeds/videos.xml?videoChannelId=6574 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.
#mastoquestions
@mattof
@aral I feel like I asked you before and just forgot, but was there an idiom for #smallweb #kitten #rss ? Or can I basically freeform how I serve it? Will you do something for https://kitten.small-web.org/course/ ?
Also, good/bad to hear how you rediscovered badminton in the new year.
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.
#RSS #indieweb #enshittification #privacy #noai #selfhosted #linux #sysadmin
I dive into news websites or blog source code to find an RSS link whenever I find an interesting site that isn't on #Mastodon.
Through #RSS and RSS Parrot I can pull them into the #Fediverse and subscribe to their feed right here.
More at: https://rss-parrot.net
Between cheers and chores, last week in #FDroid (LWIF) was live last year:
* #AFWall modernized
* more #FadCam performance
* #FLOSS device benchmarking
* #kitshn 2 for #Tandoor 2
* #NWS 2 redesign
* #ShotsStudio w/ #MaterialDesign
+ 11 new apps
& 176 updates
If you've not read it by #RSS, you can here: https://f-droid.org/2025/12/26/twif.html
> testing web-based #RSS readers
Are you, really? Be sure to check out https://petrolette.space/ then 🙂
My #rss usage in #newsboat has been stymied lately by some sites sticking their feeds behind CDNs that browser-fingerprint to weed out bots. #feedaround rights this wrong, using #golang. https://github.com/alrs/feedaround
Yet another "surf" project, but this #golang library is pretty good at getting to #RSS feeds hidden behind a misconfigured CDN. https://github.com/enetx/surf
I've read a bit about putting #koreader on my #kobo but it works well enough that I haven't fussed with it. plus I don't want to lose the wonky #overdrive integration while it exists.
I gave up on pocket a while back but it looks like they support #instapaper now. I kinda want to try that out. I also need to sort my #rss feeds... it'd be nice to have a feed to kobo pipeline.