@shellsharks @dangoodin I have been writing mutable "notes" on my site instead of "blog posts". It lets me write (and rewrite) for myself instead of an intended audience.
Should I still use rss?
@simon_brooke @zii_0 @dangoodin @tchambers I honestly don’t really remember a good aggregator, but i often subscribed to multiple sources that covered similar topics or even multiple feeds from a single source.
Inevitably the same article throughout the day, or on different feeds (eg general news and topic specific news), or even just had the same topic covered by multiple sources would get posted.
Even simple clustering and near dupe detection would be good here.
@dangoodin good blogging frameworks should produce RSS feeds automatically. #Cryogen does – here's mine:
Funny enough, I just made a post on my personal site about getting lists of RSS feeds and suggesting some feed readers. Sharing free content far an wide is a solved problem with RSS. It also has the added benefit of the author continuing to OWN THEIR FUCKING COPYRIGHT, something they give up once they post it on the various corporate platforms.
I wish more people spent the time to build blogs for the content and then link to it with teasers on the corpSM.
Its January 2025 and the internet as we knew it in 2020 is again being upended. Elmo and Muskrat are both kneeling down and working to ensure that we, as society, are not able to communicate and connect. Luckily for us, this is a problem that was solved at the …
@Jeff I think you're right to call out finding feeds. If your RSS reader isn't full of interesting and relevant stuff, what motivation will you have to go to it over social media?
It's taken me years to get my RSS subscriptions to cover most of what I want, and it's unending work as some feeds stop updating, and my interests shift.
You might have the right idea about sharing OPML files. Maybe I'll start trying to build one with some interesting subset and sharing it here, once a week or so.
@dangoodin And it's irritating as hell to have to scrap their sites a few times a day to see if there are any updates.
Or scrape their socnet feeds and grep for URLs that point to their usual point-of-publication. This isn't the 90's anymore.
People should not forget that RSS is a cornerstone of the open, decentralized web. Platforms KILL. Keep it open!
@jtk @dangoodin a link to the feed is always helpful to those starting out with feed tools, but adding the correct tag to your header helps feed readers and extensions automatically find your feed. It looks like
<link rel="alternate" type="application/rss+xml"
title="RSS Feed for my blog"
href="/rss.xml">
(Google for “RSS feed link rel” for more info)
If you do this, I can give my feed reader the URL to your blog and it will automatically find and add the RSS feed.
@calcifer @dangoodin Thanks kindly, if that is all that is needed these days then I'm already doing it thanks to #Hugo. dataplane.org/jtk/blog/ if you care to pull from it.
I was thinking of writing up some bits about an Internet sanctions paper we wrote that didn't make it into any final publication. Now I have some motivation to do so sooner than later.
@rdviii @dangoodin Yeah, it looks like it's using some sort of responsive design to change the layout for mobile and the RSS feed link doesn't seem to appear there (unless you choose to view the desktop version).
I did manage to use the link on the desktop version to add you to my RSS reader. 🙂
NetNewsWire
@dangoodin I've been planning to do this for a while and now just took half an hour to build one by hand:
https://alarithuhde.com/publications/feed.xml
This is just a list of my publications with updates whenever there is something new. #rss
@dangoodin
I don't understand the point of posting this without a link to a basic how-to. Ditto for evetyone who posts "you should do a blog instead of using fb/substack/ etc. for your writings."
Sure, I agree, but it's a non-trivial amount of work and everybody's busy.
I'm noticing that you, just like me, didn't leave such a link.
@dangoodin
That's true, but I wasn't telling anyone what to do either. And I don't know any links to share.
I would love to know a better platform for blogging - I use WordPress for one, obviously problematic, and hand-code HTML on the other. Kind of a pain! I would love to make an RSS feed and don't know how.
are there blogging platforms that don't automatically support RSS?