zach
zaccb.bsky.social
zach
@zaccb.bsky.social
coding, cooking, chess, osrs, film.. but mostly coding

TypeScript, React, Node, buzzwords, etc..
I have a feed that uses AI to filter out political posts. To implement your own feed that does the same thing you’ll need to write some code but mine is open source. bsky.app/profile/zacc...
finished a TON of improvements to my "Film - What's Hot" feed, including AI moderation. if you like movies please check it out 🙂 bsky.app/profile/did:...
December 2, 2024 at 8:12 PM
bc I want a reddit alternative
November 30, 2024 at 6:21 PM
All I found was this discussion with the devs bsky.app/profile/arat...
@paul.bsky.social does bluesky strip exif at upload ooi?
November 26, 2024 at 1:15 AM
ooh solid idea
November 23, 2024 at 4:51 AM
thanks! and absolutely. there is just simply no way to understand the entire context of a post with keywords.
November 23, 2024 at 4:24 AM
Thanks! The indie tech vibes feed was a big inspiration
November 22, 2024 at 11:32 PM
Reposted by zach
Glad that it helped, your feed looks awesome!
November 22, 2024 at 11:06 PM
also, credit where credit is due, a lot of the algorithm was taken from @idreesinc.com's feed that I saw when scrolling through forks of the feed generator repo. thank you!!
November 22, 2024 at 10:54 PM
and for my software people, if you're curious about the algorithm or how to implement AI moderation with openai, it is opensource github.com/zachtball/bs...
GitHub - zachtball/bsky-film-feed: bsky film feed
bsky film feed. Contribute to zachtball/bsky-film-feed development by creating an account on GitHub.
github.com
November 22, 2024 at 10:51 PM
sounds like the app does it for you, but if you’re using 3rd party client then yeah make sure to do it yourself
November 21, 2024 at 5:25 AM
I think if you called openai directly on the firehose you would have to sell your kidney to get out of debt, but I’m combining it with keywords and flagging some keywords to be evaluated by the LLM. I’m going to post the code when I’m happy with it!
November 21, 2024 at 4:34 AM
when I saw this work in the logs I was pretty hyped
November 21, 2024 at 12:38 AM
I’m working on improving this.. currently adding moderation of the top posts via ChatGPT. There’s no reliable way to ensure posts are relevant with keywords.
November 21, 2024 at 12:35 AM
November 20, 2024 at 6:43 AM
Is the feed open source? I was thinking about using an LLM in a feed generator as well but I’m curious how you choose which posts to feed to Claude without getting rate limited.
November 19, 2024 at 4:10 PM
Have you tried ChatGPT o1-mini? It’s been super impressive for coding tasks in my experience.
November 19, 2024 at 4:03 PM