this post was submitted on 15 Sep 2025
317 points (98.2% liked)
sh.itjust.works Main Community
8240 readers
506 users here now
Home of the sh.itjust.works instance.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What about double spending?
I don't see how replacing a unique id with a unique hash would have any effect on that. Even if you use a variable hash (that would change every time you change your vote) you just have to make sure that the backend properly removes the old value on a new call.
My point is that if a U user is on L local instances and R remote instance gets the vote, how does R know if U is double spending or not?
I see, guess I underestimated the problem a bit, I have to think about it some more.