There’s not really a way to do votes privately on a federated system.
It’s a minor technical problem.
Comment on User "threelonmusketeers@sh.itjust.works" is banning users for downvoting his posts.
ech@lemmy.ca 7 hours agoThere’s not really a way to do votes privately on a federated system. Unless you’re suggesting no votes at all, which could be interesting, but I’m not able to envision a functional way to do that.
There’s not really a way to do votes privately on a federated system.
It’s a minor technical problem.
How would it work in your opinion?
You use a one-way hash instead of the user-identifying key that is currently used to store the vote value.
didn’t piefed or some other alternative to lemmy add that feature
Piefed implemented it, but it didn’t work out for some reason and they ended up having to remove it.
I’m not talking about blocking users from seeing votes - the nature of federation requires, at the very least, that admins are able to see the data flowing into their instance, which includes voting records. From that point, all it takes at that point is a purpose-made instance to be spun up that will catalogue all the votes that it federates with and publish them. In fact I’m pretty sure this already exists.
Kbin. Piefed doesn’t show you who voted. It does show users “attitude” which is a ratio of upvotes to downvotes that the user has given but it isn’t granular to show what they’ve voted on.
Aceticon@lemmy.dbzer0.com 2 hours ago
Thinking out loud, one way hashes would work as a way to keep the id of user votes secret whilst avoiding vote duplication.