398
Would Lemmy Benefit from Implementing Polls?
(slrpnk.net)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
How do you store who has voted and what the results of the poll are without storing results on a server? Ultimately it's just the same sort of data as who upvoted and downvoted what, right?
It's better than nothing if you record that account X voted in poll Y without recording how they voted. Just keep count of the # of votes for each option. After the poll closes, delete the list of voters for that poll. It might be possible to do something fancier to get more privacy.
One way encryption, same way passwords are stored.
Would that work to obfuscate up/downvotes in general?
Potentially, but any amount of obfuscation opens up the system to abuse.
If you trust the server hosting the community to handle all encryption, it's trivial for the admin to disable.
If you trust the server sending the vote, then it's trivial for a server admin to game the system and send hundreds of votes.