feedsin.space updates

A spent awhile porting feedsin.space from rust to node and deployed it about a week ago. I did it for a couple of reasons. First, as much as I like rust, it's a lot easier to iterate on things in node. Second, I wanted to play around with Fedify. It's in active development and it's going to make it a lot easier to do things like implement quote boosts. It's also got a bunch of logic for smartly delivering to inboxes, handle message queuring, things like that. I've been experiencing a lot of pain around stuff like that with the old rust code, and implementing the logic from scratch is a super drag.

Anyway, the code is over on codeberg, and the old code is still on github if anyone wants that.