pull down to refresh
Pretty simple stuff.
Thanks for the technical explanation. To be honest, my technical knowledge doesn't go that far. I'll keep using Amethyst and relying on public relays.
reply
The sarcasm is thick
reply
reply
Ewww
reply
pull down to refresh
Pretty simple stuff.
Thanks for the technical explanation. To be honest, my technical knowledge doesn't go that far. I'll keep using Amethyst and relying on public relays.
The sarcasm is thick
Ewww
Setup strfry to negentropy down from all the top relays
Many don't allow negentropy so vibe code a firehose daemon that manages sockets and subscriptions and pipes to your self hosted relay
Clone an existing client, serve it, and pipe it to your own relay
Your relay will get DoSd pretty quickly so be sure to write a strfry plugin to filter
To build filters you'll probably want to calculate a graph to build a whitelist beyond just kinds, so stand up a graph database to calculate edges from your follows etc
You'll also play whackamole with attacks from Tor exit nodes and cloud flare workers so write a script that updates iptables constantly
Pretty simple stuff