Spyke

Replies

Comment on

YSK: Your Lemmy activities (e.g. downvotes) are far from private

Reply in thread

Ok, sure. But the difference is that I can’t make my own Reddit instance and then see all Reddit users IP addresses.

What is the vetting process of getting an instance federated?

Like if I was an authoritarian henchman, could I make an instance with a community about cats, get federated, then see all the IPs of users calling my boss a pooh bear, on all other instances?

Edit: what about swatting?

Comment on

YSK: Hitting submit more than once will post your comment/thread multiple times, even with the lag

Reply in thread

I have not written real code for a very long time, and I don’t know the lemmy code base at all… but I described this bug to GPT-4 and it just turned me on to idempotency.

https://stripe.com/blog/idempotency

The call could succeed, but the connection breaks before the server can tell its client about it.

Seems like it’s non-trivial to implement in rust.

https://www.lpalmieri.com/posts/idempotency/

You reached the end