Bluesky has become my preferred starting point to check what is trending in the news. Back when I was still using Twitter; way back when it provided a useful free API tier, I had a script that would pull my favorites from Twitter to an RSS feed. I recently decided to recreate that for Bluesky. While the old script just provided favorites, the new one provided feeds for both favorited and bookmarked items. I also hacked up a way to deal with multiple accounts. This time, I used FastAPI and python rather than Sinatra and ruby for the old one. Why bother? I enjoy bookmarking things to read later and this mechanism lets me pull my bookmarked items into my RSS reader. And this time, the code was mostly generated by Gemini 3.1 Pro via Google Antigravity. You can check it out here .