Show HN: I made a Bluesky algorithm that Rick Rolls you with trending content

bsky.app

2 points by IdreesInc 5 hours ago

Source code available here (as part of my other feed): https://github.com/IdreesInc/Indie-Tech-Bluesky-Feed

The feed subscribes to the bluesky firehose and keeps track of trending posts grouped by each lyric. It then sorts each group using the hacker news algo score (almost like each word is a mini feed) and stitches them together. The result is a feed where every post starts with the lyrics to Never Gonna Give You Up and is dynamically updated like any other trending feed. Not exactly revolutionary, but it was a fun thing to try out.