I'm working on FeedSync, which polls RSS feeds and pushes new entries to Discord.
It's built on Phoenix/Elixir and has been pretty rock solid.
Sign up currently requires a card number, but that's something I'm hoping to fix in the next week or so. If you do happen to sign up, I'll set your account to an unlimited free trial ;)
I built this about 8 years ago on a whim, and it blew up. Only recently did I learn there was a memory leak, after getting a big traffic spike that caused an OOM.
Over the years it’s burned through several TB of bandwidth per month.
I built ascii.live to support different animations for fun, although I don’t have as much time to review PRs as I’d like.
Do you mean they technically have RSS, but they’re using slightly different fields? E.g. summary instead of description?
I’m using FastRSS[^0] with some lightweight pattern matching to convert them to an internal model. I get error notifications for mismatches, and just push a new pattern match to handle the outlier.
Longer term it could be interesting to get an LLM to write some Lua to parse JIT.