There are good reasons why votes a secret in democracies.
Because voters only receive a voting ballot after they identify themselves as a real citizen with a real passport?
Comment on Lemmy devs are considering making all votes public - have your say
IlovePizza@lemmy.world 2 months agoI read about that. In my opinion is that what should change, if possible. There are good reasons why votes a secret in democracies.
There are good reasons why votes a secret in democracies.
Because voters only receive a voting ballot after they identify themselves as a real citizen with a real passport?
Passport required? Shit, most of our country would be ineligible to vote as they can’t afford to travel out of the country for vacations enough to keep up to date passports. Valid up to date passports are around 40% of the population in the U.S. I believe it is trending up though. Pre 9-11 they were way lower. (Because you didn’t really need a passport to go on short trips, just an ID)
Then again, private votes would be private for mods and admins too. So no more moderating vote brigading or downvote abuse or anything like that.
Good point. Would it be useful to somewhat anonymize them by giving every user a unique code? So admins would see these codes but not easily know what users they represent.
I’m afraid this may enable a malicious instance to use this mechanism to manipulate votes while making it much harder to detect. I think transparent voting is much preferable.
If we look at any of the big social media platforms with public votes, that has not prevented voting abuse through bots and the like. Rather it has served to fuel online harrassment campaigns and value of influential individuals votes (ooh Bill Gates liked X, Kamala Harris disliked Y etc.)
Aggregating votes rather than having individually visible votes serves the purpose of shifting focus to how the community values of the content. It’s the same reason that we follow communities rather than people.
Even on github they are public. Lol
FiskFisk33@startrek.website 2 months ago
That would be great. I’m not sure how to solve the problems that arises though. If i can send an anonymous vote to an instance, what stops me from sending 100?
Maybe there’s some smart cryptographical solution here that alludes me, but it seems hard, if possible.
Feathercrown@lemmy.world 2 months ago
You could just hash your username+instance combo, right?
FiskFisk33@startrek.website 2 months ago
hmm, how would the receiving instance verify? what happens if I send 100 random hashes?
Socsa@sh.itjust.works 2 months ago
This is literally already a problem. I can easily set up an instance and write a simple bot which just spams votes with randomized user strings. There are generally a bunch of these functional vulnerabilities in the AP trust model which are only mitigated by the current lack of scale. Work needs to be put into reworking the trust model, not exposing user telemetry to even more people.
Feathercrown@lemmy.world 2 months ago
Each instance could store a static private key used to hash all usernames in that instance maybe?