Scripting News: Thursday, January 2, 2025
Thursday, January 2, 2025 Little Feed Reader on Bluesky # My little feed reader on Bluesky is ready for you to follow. # Technically, this is how the pieces fit together. # I'm using the OPML file for my blogroll category on feedland.social to determine what's posted on Bluesky. When I add or remove feeds from the category, the OPML adjusts dynamically. # I'm running a new Node app that has a websocket connection to feedland.social. It receives all the new items as they are found from all feeds over the socket. It's feedland.social's firehose . Since I'm currently the only user of that server, it's getting news from the all feeds I follow, not just the ones in the blogroll category. # The Node app checks each new item to see if it's in one of the feeds in the OPML list. If so, it reformats it to fit in a Bluesky post and sends it to the feediverse account . # If you're subscribed you should see...