WeSearch

One Person, One Vote? The Technical Struggle of Web Poll Integrity

·1 min read · 0 reactions · 0 comments · 14 views
#web polls#voting integrity#technology
One Person, One Vote? The Technical Struggle of Web Poll Integrity
⚡ TL;DR · AI summary

The article discusses the challenges of ensuring integrity in web polls, particularly the issue of one vote per person. It highlights the limitations of using IP-based fingerprinting to restrict voting, as this method can inadvertently exclude legitimate voters while being easily circumvented by those using VPNs. The effectiveness of such systems diminishes significantly when the stakes are higher and individuals attempt to manipulate the voting process.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937690) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ali Khan Posted on May 18 One Person, One Vote? The Technical Struggle of Web Poll Integrity #firstpost #webdev #productivity #ai Picking our poison: The trade-offs of tracking IP-based fingerprinting Hash the voter's IP to restrict votes to one per IP. Except not really. A university campus shares one public IP. An entire office behind a corporate NAT looks like a single user. You just locked out hundreds of legitimate voters.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)