Slashdot Mirror


How Bitcoin Could Be Key To Online Voting

blottsie (3618811) writes If implemented correctly, the proliferation of online voting could solve one of the biggest problems in American democracy: low voter turnout. The 2014 midterms, for example, boasted the lowest voter turnout in 72 years. Making it easier to vote by moving the action from a polling station to your pocket could only increase turnout, especially in the primaries. Making online voting work is infinitely harder than it initially seems. However, in the past few years, there's been a renewed effort to solve the conundrum of online voting using a most unexpected tool: Bitcoin. The key idea is this: The main job in online voting is ensuring that the election system records someone’s vote the way they intended. Running votes over the blockchain, which is public, creates an auditable trail linking a person and their vote. Bitcoin-enabled voters don’t have to place their trust in Florida ballot counters trying to discern the difference a hanging chad and a dimpled chad—nor in black box online voting systems from private companies where what’s happening inside is a mystery. The proof is right there on the blockchain.

480 comments

  1. Secret Ballot? by Anonymous Coward · · Score: 5, Informative

    You can't have an auditable trail and a secret ballot.

    1. Re:Secret Ballot? by bigpat · · Score: 4, Interesting

      You can't have an auditable trail and a secret ballot.

      I've been preaching this on Slashdot for years... electronic systems that let people track their own votes can be used by others to track those votes. Already there are entire industries around trying to figure out how people vote and manipulating the electorate, so it is a very real concern. But maybe it is time to ditch the secret ballot... at least for some things. Look at Open Town Meetings as an example. It is one of the most democratic and empowering form of governments in practice and it exists without a secret ballot for most matters. Only for elections of individuals to particular offices or for setting salaries do they usually do a secret ballot. But for general changes to the bylaws or voting on the overall budget the voting is quite open and anyone with a pen could record your vote.

      We could move to more participatory government where ballot questions could be voted on electronically and we could record who votes for what as a matter of public record. Perhaps we retain the option of in-person secrecy. But secrecy leaves all sorts of room for ballot fraud if undemocratic forces get control of the election systems. In many places that seems to be the entire point of ballot secrecy... to make it impossible for the public to know if the election was stolen. So, perhaps the cost of ballot secrecy simply does not outweigh the benefits of people being accountable for their votes.

    2. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      It's really very easy.

      Voter shows ID to election worker. Worker checks the box on the voter rolls. Voter goes into booth and votes.

      Both auditable AND secret!

      I just don't understand what problem people have with that!

    3. Re:Secret Ballot? by RingDev · · Score: 5, Insightful

      Not that I'm in favor of this, but... that isn't exactly true.

      You can have an audit trail and anonymity so long as the source of the audit trail is known only to the originator.

      If each year I am assigned a token at random, and the assigning system tracks only that a token was assigned, then I can look at that token and see it's audit trail to ensure that my vote was recorded correctly.

      Anyone else looking at the audit trail of that token would be able to see how that token was used, but not by who.

      Not sure I'm on board with online voting, but I don't believe that the audit trail and anonymity are mutually exclusive.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    4. Re:Secret Ballot? by Xelios · · Score: 4, Interesting

      Voter shows ID to election worker. Worker checks a box. Voter reaches into a giant lottery box full of generated IDs and uses that ID to vote. Later the voter can inspect the blockchain, find his ID and verify that his vote went to the right candidates.

      I'm not saying it's a better system but I think there are ways to keep voter anonymity while also allowing the public to audit the result.

      --
      Murphey's fighting Occam, and we're in the stands.
    5. Re:Secret Ballot? by what2123 · · Score: 1

      Guess I'm just a naive dumb-dumb or maybe I'm missing the sarcasm but that is how I have always done my voting. I'm have only ever resided in one state though. Do other states/countries really allow anonymous voting?

    6. Re:Secret Ballot? by Anonymous Coward · · Score: 0, Interesting

      As your employer, I'd like to see your randomly drawn ID, you know, to verify that you really voted during the two hours you were off.

      That's the rub, if you create any system where a voter can verify their ballot, you create a system where someone else can also verify that same ballot.

    7. Re:Secret Ballot? by Kobun · · Score: 4, Insightful

      The counter-argument goes that if the voter can pull out their generated ID tag to verify their vote after the fact, a standard-issue "thug" (representing any malicious party) can also use that ID to verify that the votes went to their preferred candidates. So it's not really anonymous at all.

    8. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      With a suitable hash generator (public keys generated every election) and source (some form of ID), this simply isn't true. Secret ballot does not mean you cannot trace, it means you cannot connect to a specific person. Very different criteria.

      Is this vote valid? Could the encryption hash have been generated by the public key? Ensure a custodial chain (as it is already done in US law enforcement).

      List out the resulting encrypted hashes on a public website if you want. You can see your own vote if you hash your ID yourself. Something like this is what a government who was serious about voting, would have done already. Instead, we're about 100 years behind in educating the US about how to implement their own ideals they pay lip service to.

    9. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      So you can have one person, at the expense of the privacy of their vote, audit only their vote. How is this going to scale adequately to audit or recount a vote?

      My thought is that we have the electronic voting system print a ballot slip with your vote on it and a cryptgraphically signed checksum, (no time stamp) and then that goes into the ballot box. Paper ballots will only be counted if there's a reason to distrust the machine, but then everybody's vote is in there.

    10. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      It's possible, but it's a matter of trust.

      It's quite simple, I did so at my former business. Create enough public/private key pairs for everyone who is to vote. Then randomly hand out the private keys to voters without keeping any record of whom has which private key. Now each vote can be signed by a voter's private key, and you can validate that there are not duplicate votes or false voters.

      Of course, this is not perfect since one could give their private key to another person and have someone else vote for them, but this is no different than simply agreeing to vote the way a 3rd party desires -- which is possible in any voting system, and thus not really a problem with e-voting.

      You see, the audit trail need only lead to a valid pool of voters instead of to an individual voter's doorstep.

      The matter of trust I mentioned is that you must trust the private key distribution system to not keep any records of which keys is assigned to which voter. I simply made the task too difficult by printing the keys out, sticking them in a box, and letting folks draw their own. So long as someone isn't checking every key left in the box between draws from it to determine which key was drawn the distribution is anonymous. Everyone drawing keys could see that no one was doing this. So long as you can vote from any network connected machine (including machines tied to another's identity) then the voting itself remains anonymous. One also has to trust that the people storing the public key pool haven't tampered with it...

      Such a system can be created with any public key crypto system. Where Bitcoin comes in to play is that the block-chain is public so you don't have to trust any one not to tamper with the public key pool.

    11. Re:Secret Ballot? by Bobakitoo · · Score: 1

      And his employer can also use this same generated ID to check if he voted for the right candidate. Clearly a flawless system that greatly improve on the already perfected paper method. Also see this for more reasons as to why electronic voting is stupid.

    12. Re:Secret Ballot? by GrooveNeedle · · Score: 2

      When you show your ID to an election worker, they only mark that you have voted, not how you voted. How you voted is the secret part. There is a genuine concern to keep your vote secret. You wouldn't want those you didn't vote for to win, and also get a list of people that voted against them, would you?

    13. Re:Secret Ballot? by GuldKalle · · Score: 4, Insightful

      The problem is that you yourself can provide the token to, let's say, an employer forcing you to vote a certain way, an abusive spouse or someone who wants to buy your vote.
      The current systems prevent that or make it hard to do in any systematic way. Even taking a picture of your ballot won't help, as you can always get it exchanged for a fresh one.

      --
      What?
    14. Re:Secret Ballot? by Anonymous Coward · · Score: 0


      I'm not saying it's a better system but I think there are ways to keep voter anonymity while also allowing the public to audit the result.

      If the public can audit the security and prove they voted for someone, then you can also prove to someone that wants to buy votes that you voted for someone.

    15. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Not really true. Each voter (in NY) anyway gets assigned a number when you arrive at the polling station. That is the number of the ballot you fill out.

    16. Re:Secret Ballot? by dns_server · · Score: 4, Insightful

      While that sounds good there are people that still round up the opposition in to one area and shoot them.

      It is unlikely to be a problem to you or me but encouraging a system that makes it possible is a bad thing for the world.

    17. Re:Secret Ballot? by Xelios · · Score: 1

      How is that any different from your employer demanding your Facebook password or your private email history? If you can be fired for refusing either of those demands then sure, they could fire you for refusing to give them your voting ID. But I'd say that's a completely different issue, wouldn't you?

      --
      Murphey's fighting Occam, and we're in the stands.
    18. Re:Secret Ballot? by orgelspieler · · Score: 1

      Not true. There have been people working on this problem for over a decade; it has not been proven impossible. In fact there are several promising solutions that provide both an audit trail and secrecy. And you left off a third thing, no way to prove to a third party who you voted for.

    19. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      That won't work. The reason there are no receipts you take out of the booth with record of your vote is to prevent voter intimidation and influence.

      Otherwise you end up with situations like this:

      Employer: Go vote like X, bring back your vote slip to prove it or you're fired.
      Mafia: Same as above, or you get the shit beat out of you.
      Corrupt lobbying organization: Bring back a vote receipt with a vote for X and get 50 bucks!

      Extrapolate from there with any conceivable abuse of power you can think of and there will be at least two dozen documented historical incidents involving just that from the past 200 years or so.

      That "generated ID" you have in your hand links you to to your vote in the publicly available vote blockchain.

    20. Re:Secret Ballot? by jeffmeden · · Score: 1

      It's really very easy.

      Voter shows ID to election worker. Worker checks the box on the voter rolls. Voter goes into booth and votes.

      Both auditable AND secret!

      I just don't understand what problem people have with that!

      How a check-box from a barely trained, barely paid poll worker constitutes audit-ready data would escape even the most experienced Arthur Andersen associate. Here's a hint: after you get home and you see the results on the news that Candidate ABC got 2 votes and Candidate XYZ got 0 votes (its a tiny town), how would you go about demonstrating that the ballot you cast in support of Candidate XYZ actually pushed the tally higher? OOPS! Audit fail.

    21. Re:Secret Ballot? by RingDev · · Score: 2

      Because clearly that doesn't happen already. It's not like Walmart pulled all of their managers in to give them political commentary about how it would be "bad" for them if the Dems won the 2008 election. How, if the Dems won, or if unions gained any foothold in the company, that clearly it would cause economic downturns that would result in the closing of their stores. Not like they were dancing around the message of "Vote Republican or go find a new job" or anything.

      That type of behavior wont change between onsite and online voting.

      Now, the concern that an organization would force it's members to either hand over it's tokens, or allow the organization to review their votes could be real. But I would go out on a limb and guess that any organization to do so would have it's ass nailed against the wall by the AG so hard and fast that the need for a colostomy bag would be a moot point.

      That said, still not in favor of this ;)

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    22. Re:Secret Ballot? by Xelios · · Score: 3, Insightful

      That's possible yes. I guess you could already snap a photo of your completed election ballot to show to those thugs, but you're right that it'd be easier for them to verify votes if they can coerce you into giving up your ID.

      If you ask me having those kinds of thugs around in the first place is a pretty good sign of a broken system, but it's a fair point anyway.

      --
      Murphey's fighting Occam, and we're in the stands.
    23. Re:Secret Ballot? by Anonymous Coward · · Score: 1

      ... the proliferation of online voting could solve one of the biggest problems in American democracy: low voter turnout....

      and replace it with coercive and paid-for voting.

    24. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Main problem is low voter turnout at the booths or long lines at booths in crowded cities.

    25. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      In a vote buying scheme you would register you token. Buyer would send you money when they saw the token voted for their canidate.

    26. Re:Secret Ballot? by cayenne8 · · Score: 5, Insightful
      You know...someone that cannot be troubled to take the small amount of time and effort to register to vote, and go to the poll to vote, likely is also NOT the type of person to take any amount of time to study the issues or people up for election and therefore, not someone I'd actively encourage to make a vote.

      No vote is better than an ill-informed / non-informed vote.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    27. Re:Secret Ballot? by Trailer+Trash · · Score: 5, Funny

      Voter shows ID to election worker.

      RACIST!!!!

    28. Re:Secret Ballot? by gigaherz · · Score: 3, Insightful

      No need to shoot. If you don't vote me, my guys will decide to have their business in front of your shop, and if their business scares all your customers away... well that's your problem.

    29. Re:Secret Ballot? by AK+Marc · · Score: 2

      The US was open voting for the first 100 or so years. It wasn't until open civil war when the system didn't work as well. It worked much much better than we have today. A full electoral roll with every vote published along side it for all to see in plain text would be a better system than we have now. But we can do much better than that as well.

      Perhaps knowing everyone will know your vote would shame some voters into being educated. One can hope.

    30. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      When you show your ID to an election worker, they only mark that you have voted, not how you voted. How you voted is the secret part.

      There is a genuine concern to keep your vote secret. You wouldn't want those you didn't vote for to win, and also get a list of people that voted against them, would you?

      The second part of that genuine concern is that we don't want the Whigs setting up a booth in the back alley where you bring in your Voter ID and prove that you voted for the Whigs and get a free rock of crack in exchange.

    31. Re:Secret Ballot? by AK+Marc · · Score: 0

      It's still possible. Go to precincts that vote heavily one way (or the other). Shoot everyone there. Done. You don't need 100% accuracy to skew elections. And the point that "if you vote against me, you'll die, your neighbors will die, your family will die" will be made.

      It amazes me the people who prefer ballot stuffing to open voting. There can be no ballot stuffing in open ballots. But that infringes on our God given right to rig elections.

    32. Re:Secret Ballot? by xaosflux · · Score: 1

      In fact, they only record that you received a ballot, and which ballot type it was (e.g. for closed primaries); you could enter a blank ballot and not actually "vote" at all.

    33. Re:Secret Ballot? by gigaherz · · Score: 1

      As my employer, you should get sued for invasion of privacy, and I should be compensated for the time it may take to find a new job in a non-corrupt company.

    34. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Not auditing how you voted, but that you did only once, and that nobody else did in your name.

      Whether the vote is counted toward the intended candidate is another problem.

    35. Re:Secret Ballot? by Archangel+Michael · · Score: 0, Flamebait

      Walmart saying "vote Republican" is bad, but Unions and Race Baiters saying "vote Democrat" is good? Why? These two things are exactly the same damn thing, and yet Left wingers think they are not.

      And don't tell me that Democrats are the lessor of two evils, because in my book, the are the same kind of evil, just sometimes dressed better.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    36. Re:Secret Ballot? by canadiannomad · · Score: 1

      That is when the rest of the voters vote to direct funding towards an army to clean up the violent crazies.

      --
      Hmm, the humour and sarcasm seem to have been be lost on you.
    37. Re:Secret Ballot? by hibiki_r · · Score: 2

      You don't need thugs, you can just purchase votes .Show me that you voted for my candidate, and I will give you $x. You could just hand muffins in exchange for a vote. If it happens in elections for class president, it will happen for elections that actually matter.

      You don't even need a big malicious organization to do the vote buying. It can be family members, coworkers, peer pressure. Being unable to prove you voted for someone after the fact is actually a feature. And it's precisely to keep that feature that electronic voting is a terrible idea, as any electronic system that keeps this secrecy is a system that can be easily tampered with.

    38. Re:Secret Ballot? by AK+Marc · · Score: 1

      The video is wrong (and stupid). It does what all the paper lovers do. It compares the best possible paper vote to the worst possible electronic vote.

      The paper vote hasn't solved "ballot stuffing" despite centuries of defending against all means of fraud.

      Open voting is the best system in any stable area. It worked much better in the first 100 years of the US than anonymous voting worked after, but it was abandoned when the Union was at war. Anonymous didn't work any better in war. The poll workers would check every ballot, and spoil any that didn't meet their "standards". Often encouraging the voter to not vote again.

      Anonymous voting is so poor, it shouldn't be used. We wouldn't allow that for Congress, so why should we allow it to elect Congress.

    39. Re:Secret Ballot? by avgapon · · Score: 2

      what happens if you see that your vote is accounted incorrectly? how do you prove that that is indeed your vote? either there is a way to match a vote to a person or there isn't. either you can verify votes (and act on mistakes / fraud) or you can not.

    40. Re:Secret Ballot? by AK+Marc · · Score: 1

      It's not auditable. I can *never* know how my vote was cast. Even after going through the pre-readers that verify the ballot is valid, votes are sometimes thrown out. Was my vote thrown out? How can I ensure it was cast properly? I can't. Thus, not auditable.

    41. Re:Secret Ballot? by jklovanc · · Score: 1

      Print the code on the paper and fold it in half so that the code is not visible. The employee shows the card but the employer can not read the code. Problem solved. If the employer goes any further it is an invasion of privacy.

    42. Re:Secret Ballot? by GuldKalle · · Score: 1

      Now, the concern that an organization would force it's members to either hand over it's tokens, or allow the organization to review their votes could be real. But I would go out on a limb and guess that any organization to do so would have it's ass nailed against the wall by the AG so hard and fast that the need for a colostomy bag would be a moot point.

      Hopefully you're right. But will you also be right in 20 years? 50? And if you aren't, will it be possible to revert to the old system by then?

      --
      What?
    43. Re:Secret Ballot? by Anonymous Coward · · Score: 1

      Not everyone feels they have that much power or security. Lots of folks are working jobs that they feel they can't lose and are willing to take a lot of abuse to keep.

      It's can be a lot easier for a corrupt employer to threaten their employees than it is for those employees to fight back.

    44. Re:Secret Ballot? by AK+Marc · · Score: 1

      So the employer can demand your token, and you give it up. Would you give up your personal email password? Facebook password? The actions of the employer are illegal. Why aren't you reporting him?

      Yes, someone who is willing to demonstrate their vote to someone will be more easily able to do it, but someone who is required against their will to report a vote will have no easier of a time.

      Today, nearly all absentee voting will allow voting outside the view of poll employees. So the employer can fill out ballots for all employees, have them come in and sign them. Then the employer sends them in. Oh, and on election day, everyone has a double-shift with no breaks (no time to vote). At best, the voter can send in a second, spoiling one (or both) votes, but I've not seen any absentee system used in the US that would allow the voter to control his own vote in that situation. If the employer is so aggressive about ensuring votes for his preferred candidate, why aren't more doing this already?

    45. Re:Secret Ballot? by farble1670 · · Score: 0

      a standard-issue "thug" (representing any malicious party) can also use that ID to verify that the votes went to their preferred candidates

      that thug could also threaten to kill your family if you don't come out of the polling place with photo evidence of your vote for the the desired candidate.

      if you introduce violence, intimidation, and physical coercion into the equation all bets are off. no system is going to beat that.

    46. Re:Secret Ballot? by bigtrike · · Score: 1

      Yes, but that's still not proof that you submitted the paid vote. After snapping that picture you can go exchange your ballot for a blank one.

    47. Re:Secret Ballot? by H0p313ss · · Score: 1

      As your employer, I'd like to see your randomly drawn ID, you know, to verify that you really voted during the two hours you were off.

      Exactly, thats often how "voting" is managed in puppet "democracies".

      I recall a dinner party in 1987 in Jakarta where one of the American oil industry workers described how the "voting" was handled in his office. (Note that I'm not picking on Indonesia here, this is just where my experience lies, and hopefully the system from the dark days of the dictatorship is a thing of the past.)

      --
      XML is a known as a key material required to create SMD: Software of Mass Destruction
    48. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      " If it happens in elections for class president, it will happen for elections that actually matter."

      It already does. It is called handouts for group X.

    49. Re:Secret Ballot? by Solandri · · Score: 1

      You can have an audit trail and anonymity so long as the source of the audit trail is known only to the originator.

      Not that it's difficult to commit voter fraud right now, but the problem with one-way confirmation using virtual tokens to confirm votes is that it's trivial to sell your vote. Another comment mentioned being coerced into giving up your vote. But the far more likely scenario is someone offering $100 or $20 per token, so they can vote multiple times. In vote coercion, only one party has an interest in keeping the fraud secret. In vote selling, both parties have an interest in keeping the fraud secret.

      There needs to be some way to do the reverse confirmation - that you were in fact the one who used your token. Currently it's done by crossing your name off a list of registered voters at the polling station, under the presumption that if someone else tried to vote in your stead, you would get there and find your name already crossed off and raise hell.

      So voting confirmation has to be two-way, yet the vote itself has to be decoupled from the confirmation to preserve anonymity.

    50. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Well, this is debatable.
      Cryptographers are devising methods to do exactly this. It's related to the millionaire's dilemma / zero-knowledge proofs. https://en.wikipedia.org/wiki/...
      https://en.wikipedia.org/wiki/...

    51. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      I would go out on a limb and guess that any organization to do so would have it's ass nailed against the wall by the AG so hard and fast that the need for a colostomy bag would be a moot point.

      If there is one thing I've learned over the years it is to trust in human ingenuity, if there is some way to find a loophole in such laws, it will be found and chances are it will be found by the people who have a lot of money at risk because finding and using that loophole will be a good investment.

    52. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      > Walmart saying "vote Republican" is bad, but Unions and Race Baiters saying "vote Democrat" is good? Why?

      It isn't what they say, it is who is saying it.

      When walmart says it there is an implicit threat that they will fire your ass if you don't comply. The balance of power between walmart and employees is completely one-sided, the balance of power in your other examples is significantly more balanced.

    53. Re:Secret Ballot? by Rich0 · · Score: 1

      Print the code on the paper and fold it in half so that the code is not visible. The employee shows the card but the employer can not read the code. Problem solved. If the employer goes any further it is an invasion of privacy.

      Do you really think that would deter anybody? They'll just ask you in private to show them everything. If you refuse they'll wait six months and fire you on some pretense. Good luck proving that the incident ever happened, let alone that it was the cause of your dismissal.

    54. Re:Secret Ballot? by Rich0 · · Score: 1

      How is that any different from your employer demanding your Facebook password or your private email history? If you can be fired for refusing either of those demands then sure, they could fire you for refusing to give them your voting ID. But I'd say that's a completely different issue, wouldn't you?

      All of those are egregious to be sure, but at least the integrity of the democratic process doesn't rely on your email history or facebook password.

    55. Re:Secret Ballot? by Anonymous Coward · · Score: 1

      I guess you could already snap a photo of your completed election ballot to show to those thugs

      Which is why many voting setups lets you fill in multiple ballots, or at the very least change or spoil your vote after you filled it in.

      This is a problem that has been given a lot of thought, since voter intimidation has been a real and harmful issue.

    56. Re:Secret Ballot? by Holi · · Score: 1

      Where did he say that unions saying "vote Democratic" is good? And really, fucking race-baiters? Are you that much of a troll?

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    57. Re:Secret Ballot? by Rich0 · · Score: 5, Insightful

      So the employer can demand your token, and you give it up. Would you give up your personal email password? Facebook password? The actions of the employer are illegal. Why aren't you reporting him?

      It would be your word against theirs. How would you prove that they asked for your ID? It isn't like anybody with half a brain would fire you on the spot if you refused. They'd just wait for you to make a mistake, or decide they don't need your services in six months.

      Today, nearly all absentee voting will allow voting outside the view of poll employees. So the employer can fill out ballots for all employees, have them come in and sign them. Then the employer sends them in. Oh, and on election day, everyone has a double-shift with no breaks (no time to vote). At best, the voter can send in a second, spoiling one (or both) votes, but I've not seen any absentee system used in the US that would allow the voter to control his own vote in that situation. If the employer is so aggressive about ensuring votes for his preferred candidate, why aren't more doing this already?

      They're too cheap to have 100% of their employee population standing around for two shifts with nothing to do on election day?

      If you're going to make people fill out absentee ballots and then chain them in a dungeon, sure, you can abuse the current system. However, it is MUCH harder to do it today than in a system where people take home receipts. It is also unnecessary.

      Just collect electronic votes with human-readable/machine-readable audit trails. The electronic tally can be used to provide instant results. The paper audit trail can be audited using random sampling to verify the integrity of the electronic tally. The paper trail would be printed behind a window so that the voter could see that it was recorded correctly, but it would not be modifiable or removable by the voter. Then you can use all the usual controls to prevent tampering with the paper.

    58. Re:Secret Ballot? by Rhywden · · Score: 2

      That's why it's actually illegal to make a photo of anything in the room where you take the vote. At least that's the case here in Germany.

    59. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Perhaps knowing everyone will know your vote would shame some voters into voting the same way I do. One can hope.

      That's what you really meant.

    60. Re:Secret Ballot? by Em+Adespoton · · Score: 2

      So the employer can demand your token, and you give it up. Would you give up your personal email password? Facebook password? The actions of the employer are illegal. Why aren't you reporting him?

      Many people prefer to be employed and not have their employer penalized (and can't afford a lawsuit and the time off that would entail).

      Working backward:
      Yes, it is illegal, as are all the shenanigans that currently go on. The point is in the cost/benefit analysis, people don't think a single vote is worth biting the hand that feeds them.

      There have been numerous studies showing that people are more than willing to give up their facebook password to get a job. Some don't even change it after giving it up.

      People give up their email passwords all the time -- every time you check your email without using TLS encryption or similar, you're sending your email password in the clear. Do this from public wifi, and you are broadcasting your login credentials to anyone listening.

      Considering that the token doesn't benefit you in any real way and isn't linked to your identity at all, it's much less valuable to most people than your other cited examples. In fact, such tokens only become valuable when enough of them are cast for a specific politician. Election reform could fix that (runoff voting etc) but don't hold your breath. Currently, unless you live in a few key districts, it truly doesn't matter what happens to your vote in the US. That doesn't mean you shouldn't vote, but it means that you also need to convince a bunch of others to vote the same way you do if you want any sort of change.

    61. Re: Secret Ballot? by kenh · · Score: 1

      U.S. election laws forbid the creation of a 'receipt' that lists who an individual votes for, because to generate one would allow voters to (provably) 'sell' their vote.

      Voting needs to be easier? How is it in any way hard now?

      You can register to vote during many ordinary interactions with government (motor voter laws).

      People can solicit your registration and deliver it to the government.

      The polls in some localities are open for WEEKS because some people's schedules are so onerous they can't find the time in a given 24 hour election to vote.

      You can vote by mail via absentee ballot, in most cases the only reason needed is a desire to not go to the polling station.

      You can request absentee ballots be sent to you in perpetuity, never requiring you to ask for an absentee ballot again.

      Campaigns will drive to your house, pick you up, and deliver you to your polling station if you ask them to.

      Campaigns go out and canvass hospitals, mental institutions, and even prisons to 'dig up' voters that can't make it to the polls.

      You can register to vote on Election Day in many localities... No waiting period.

      And you don't even need to remember to bring ID to the polls, unless you live in one of the two dozen or so states that require state-issued ID to vote.

      Where is the onerous burden that Bitcoin-based online voting addresses that is not equally-well addressed by the current absentee ballot programs across the country?

      --
      Ken
    62. Re:Secret Ballot? by jfengel · · Score: 4, Insightful

      No vote is better than an ill-informed / non-informed vote.

      Ya know, I'm not so sure about that. The whole premise of democracy is that we are, collectively, smarter than any of us individually. Somehow, the average of the guesses comes out as closer to the truth than any of the guesses. Uninformed voters on one side of the issue cancel out uninformed voters on the other side of the issue.

      There's a lot of reason to be dubious about that, but to be frank, the vast majority of voters are very uninformed about practically every issue. Any significant topic requires years or decades of study to be really expert on. And most voters will go in with nothing more than they've read in the newspaper, or worse, on TV. Take any topic you actually know in detail; do you think that any reporter has ever understood it? Here on Slashdot we regularly complain about how science and technology are misrepresented and misunderstood. Do you really think that reporting on energy issues, the economy, or foreign affairs is any better?

      I'm always glad for people to want to know more, but practically everybody goes into the voting booth with a massive case of Dunning-Kruger syndrome, convinced that they know the topic far better than they actually do. The whole point of democracy is to try to take that into account. Usually, we're actually voting for people to represent us, and they often know it a bit better than we do (or at least, they have advisers who do), but in the end we're really just hoping that the representative on the side of the truth will have slightly more followers than the representative who has it wrong. Democracy is designed to expose a slight bias towards reality, even if few of the individuals involved can actually justify that bias.

      I'd love to live in a meritocracy where only the best experts are making decisions... but who's going to pick those experts? I'd be happy if it were me, but I bet you wouldn't be. Democracy is the closest thing I've ever seen to a fair way to pick. And if so, it only works because everybody gets to take their best guess. I suspect that the ones who know enough to know that they don't know very much are better qualified to take their guess than those who don't even know that they don't know.

      Especially when you've got a news media which gets its best viewership by telling them how smart they are and that all of the smart people agree with them. They're the most dangerous voters of them all, and they vote in droves. And I can't think of any fair way to keep them out of the polls. So everybody might as well go out and vote.

    63. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      You know... I would like a democracy better than voicing my opinion once every four years with a single vote for a myriad of issues. The purpose of making it all fast and easy is to *improve* democracy by allowing votes to be casted more frequently, so you don't have a single vote for everything but one for every important issue.

    64. Re: Secret Ballot? by kenh · · Score: 1

      Question: Let's say the tabulated election results and a paper trail/audit trail are different, which will be used for the "official results"?

      If we always trust the audit trail, then why even tabulate the results?

      If we always trust the tabulated results, why have the audit trail?

      If 'it depends' then on what does it depend? Which party stands to gain from a particular version of the results!

      The only response that makes sense with inconsistent election results is to hold a new election... Are you prepared to hold a second election, considering the time it would take to (for example) print new absentee ballots, mail them out, then wait SEVERAL WEEKs for those absentee ballots to return?

      --
      Ken
    65. Re:Secret Ballot? by mjm1231 · · Score: 1

      Shooting is too easy to trace. Why not just close down traffic in select locations. This could be done to inhibit people getting to the polls or to punish local businesses after the fact. Plus, experience shows it's much harder to pin this on anyone. Shootings tend to leave a smoking gun.

      --
      Ideology: A tool used primarily to avoid the bother of thinking.
    66. Re:Secret Ballot? by coinreturn · · Score: 2

      You know...someone that cannot be troubled to take the small amount of time and effort to register to vote, and go to the poll to vote, likely is also NOT the type of person to take any amount of time to study the issues or people up for election and therefore, not someone I'd actively encourage to make a vote.

      No vote is better than an ill-informed / non-informed vote.

      You're just one small step away from a poll tax or an intelligence test. Watch it, buster.

    67. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      What is a small amount of time or effort to you may NOT be a small amount of time or effort for someone who's working two jobs and has to make three bus connections to go to the county clerk's office during work hours.

    68. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      It's actually illegal to snap a photo of your ballot, for this very reason. I don't think it's enforced strongly enough (in part because most US election workers are old enough not to realize that everyone is carrying a smart phone with two cameras with them at all times), but it is illegal.

    69. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      That can be solved with a "duress" ballet.

      You fill out two ballets with the requirement that they can't vote for the same candidate in any position. You then also flag one of them as the real one. You'll receive 2 codes which will both return a valid result when looked up later but no indication of which one was counted.

      The person who wants to validate your vote has to ask you which code is real, but has no way to verify that you aren't lying as both will appear real and they can't require you to vote the same way on both (the system won't allow it).

      For better security apply the same system at a more fine grained level and generate a separate pair of real and duress codes for every question under consideration (prevents a third party from demanding a pattern that will ensure some of the votes you cast are to their liking like say to vote R for president on 1 and R for Senator on the other ensuring that you have to vote for at least one republican to generate a ral/duress pair that will pass inspection (tough they can't control which republican you vote for).

      For even better security they could let you generate an arbitrary number of duress ballots so that no matter what the third party does that can't be certain that you didn't generate N+1 ballots and withhold the only real one while still handing them the N fake ones that satisfy what they asked for.

    70. Re:Secret Ballot? by AK+Marc · · Score: 1

      It could be done today, and isn't. Reality proves you wrong. Go argue with reality, not me.

    71. Re:Secret Ballot? by arth1 · · Score: 1

      This is a problem that has been given a lot of thought, since voter intimidation has been a real and harmful issue.

      And it still is, especially now with "e-voting". Abusive husbands forcing their wives and grown-up children to vote, for example.
      Back in the old days, the worst a redneck could do was say "You did vote for Goldwater as I told you, right?" Now he can force his wife's vote to go to Jeb Bush. What a progress.

    72. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      You're assuming that anyone is going to believe the schizophrenic homeless voter who claims to have voted for George Bush.

    73. Re:Secret Ballot? by nobuddy · · Score: 1

      There is your problem. Elections are held every year, and often in off season elections too.
      people that only bother to vote for President and ignore all the rest are a huge part of the problem.

    74. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      It worked much better in the first 100 years of the US than anonymous voting worked after

      You haven't tried to make a factual case for this, and you never will because you know that you can't.

    75. Re:Secret Ballot? by Hognoxious · · Score: 1

      The recourse being that you can resign, on the spot, without notice. That'll show 'em!

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    76. Re:Secret Ballot? by John.Banister · · Score: 2

      I don't disagree, but I would like to point out that this "thug" has to work retail, interact with each voter, whereas your standard issue "corrupt election worker" can swap a box of voter secret ballots for a box of "election corrupter" secret ballots and change results in a more wholesale manner. One "thug" interaction per voter ought to make election corruption a little more expensive.

      What if you made it so that the voting happened online, but the verification could only happen in a "vote verification booth" that is similar to (and monitored similarly to) a secret ballot voting booth. The number of people who would actually want to verify would always be smaller that the number who vote, so that might provide the beneficial convenience for the voting along with the security to keep thugs from seeing the verification. You could talk about a person bringing a camera into the verification booth, but that could happen with a voting booth also.

    77. Re:Secret Ballot? by bigpat · · Score: 1

      While that sounds good there are people that still round up the opposition in to one area and shoot them.

      It is unlikely to be a problem to you or me but encouraging a system that makes it possible is a bad thing for the world.

      If you live in a society like that, then you vote the way you are told anyway. If they have that much power in the first place then all they have to do is have someone at the polling place who makes note of who you vote for as you cast your ballot... It isn't like you go into a cone of silence and then your ballot magically gets counted. It would actually be more dangerous to be fooled into revealing your opposition allegiance in a fake secret ballot, so do away with the pretext. If you live in a totalitarian society, basically vote with the party or have a good excuse why you stayed home sick.

      But that is why I wouldn't start with partisan elections of individuals and parties, but with ballot questions and direct democracy. Although voting the way you are supposed to vote is still an problem, the issues that you are voting on are not always going to be clearly partisan and will often cross party lines. And even dictators often don't care what the laws and spending is on as long as they are still in power and get to skim off the top of everything and decide who gets the rest of the money.

    78. Re:Secret Ballot? by AK+Marc · · Score: 1

      It would be your word against theirs. How would you prove that they asked for your ID?

      They can ask once. After that, I'll set my phone in my pocket to record before going in to a private meeting. That, and I've never seen anyone so brazen as to ask who didn't ask more than one person.

      Just collect electronic votes with human-readable/machine-readable audit trails. The electronic tally can be used to provide instant results. The paper audit trail can be audited using random sampling to verify the integrity of the electronic tally.

      And when the ballot box is stuffed with 10,000 ballots for Kang, what do you do? Throw out the box (picked because it was coming from a Kodos stronghold, benefiting Kang if you discard the whole box) or count them, benefiting Kang who stuffed it. In today's world, they count knowingly bad votes, to avoid not counting a valid one, so they'd count 10,000 votes in a 30 person precinct. That's standard practice to that common fraud.

    79. Re:Secret Ballot? by Obfuscant · · Score: 1

      But the far more likely scenario is someone offering $100 or $20 per token, so they can vote multiple times.

      And, of course, the use of "tokens" issued to dead people, just like the cemeteries empty on voting day in some cities. It's nice that you can track that your vote was counted correctly, but if ten dead people vote the other way ...

      There needs to be some way to do the reverse confirmation - that you were in fact the one who used your token.

      And a way to review WHO voted so those who shouldn't have can be cancelled.

      And, of course, a basic way of keeping people who shouldn't get to vote out of the polling places to start with. Like some kind of ID to prove you should be voting.

    80. Re:Secret Ballot? by Hognoxious · · Score: 1

      lessor of two evils

      I never knew you could rent sin.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    81. Re:Secret Ballot? by rjstanford · · Score: 1

      Its simpler than that. Present ID, get a token. Use an electronic voting machine (eliminates multi-language issues, hanging chads, etc) to do two things - generate an electronic record of your vote and fill out a nice human-readable record of your vote. Read the human-readable portion, if you're not happy then you can swap it for another token (it gets shredded and your electronic votes get invalidated). If you are happy then you post it into a one-way slot into a sealed box.

      Votes are counted electronically. Some percentage of all polling places have their boxes opened in public and the votes counted by hand; this is then compare to the electronic record to ensure accuracy. In case of a dispute, the human-readable versions win.

      95% of the advantages of (in-place) electronic voting, better-than-ever transparency, no abusable audit trail to tie your votes back to you.

      --
      You're special forces then? That's great! I just love your olympics!
    82. Re:Secret Ballot? by bigpat · · Score: 1

      False dichotomy.... just encourage them to become an informed citizen.

    83. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      A lot don't vote because they are informed and they don't like choices or see any difference between them.

    84. Re:Secret Ballot? by RingDev · · Score: 1

      Wal-Mart holding a press conference to talk about the corporation's desire for a GOP controlled house is fine.

      Wal-Mart's board of directors discussing how legislators interested in their ideas will be beneficial to the company is fine.

      Wal-Mart managers calling staff into meetings telling them in not-so vague terms that failure to vote Republican will cost them their jobs is not fine.

      Union Organizers holding a press conference to talk about the corporation's desire for a Democrat controlled house is fine.

      Union Organizers' board of directors discussing how legislators interested in their ideas will be beneficial to the company is fine.

      Union Organizers calling union members into meetings telling them in not-so vague terms that failure to vote Democrat will cost them their jobs is not fine.

      See the pattern?

      If you use your position of authority to coerce someone to vote contrary to their conscience, it's illegal. If you lobby the public or your peers, and they change their mind, it's legal. This is why I as a manager avoid talking to my employees about political issues, but can talk freely with my fellow managers. I can't fire my peers for disagreeing with me. Generally though, you're best off just leaving political debates out of the office place.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    85. Re:Secret Ballot? by Archangel+Michael · · Score: 1

      He didn't. But then again, that is only half the problems. No liberal ever criticizes the unions and blacks voting lockstep for DNC candidates, even when the DNC proves they don't care about blacks or workers anymore than GOP does. The difference is the DNC lies about their indifference, see Keystone Pipeline for details.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    86. Re:Secret Ballot? by AK+Marc · · Score: 0

      Thus, in any stable country, open voting is optimal. When abused, you can always go back, or just stop the abuses. The non-persecuted recognize they may be next on the list.

    87. Re:Secret Ballot? by AK+Marc · · Score: 1

      I'm assuming that ballots counted in a precinct came from that precinct. You don't need the exit polls, just the ballot count. I didn't mention asking anyone, including schizophrenic homeless voters, like your mom.

    88. Re:Secret Ballot? by AK+Marc · · Score: 0

      There was less vote fraud with Open Voting in the USA before the Civil War than there is today. That's factual. That's a case. I'm sure you'll complain it's not supported with enough references. But it doesn't matter how many and of what kinds I presented, you'd still have the same complaint. Source? www.wikipedia.com. Oh, and reality. You should try believing in reality some time.

    89. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      > Walmart saying "vote Republican" is bad, but Unions saying "vote Democrat" is good? Why?

      Because Unions aren't implicitly threatening to fire you if you don't vote the way they say....

    90. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      so you want to vote democrat and you boss wants republican. You go ahead and vote democrat then you look up a random vote ID that voted republican and give that ID to your boss. It just requires that you are told your ID and it is not written on an "official" paper just a regular paper in pen.

    91. Re:Secret Ballot? by Anonymous Coward · · Score: 1

      You mean like sending the IRS after their political enemies? No one in the USA would do that.

    92. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      In the old days, you had to be white, male and a land owner. It is surprising how many people think those days were good.

    93. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      There was less vote fraud with Open Voting in the USA before the Civil War than there is today. That's factual. That's a case.

      No, it's a CLAIM, one that you have not supported, will not support, cannot support, and in fact are throwing a screaming tantrum over the fact that you were even asked to support it.

      I'm sure you'll complain it's not supported with enough references.

      Because it isn't supported with any at all.

      But it doesn't matter how many and of what kinds I presented, you'd still have the same complaint.

      You'd have to present any at all for that to happen. Oh, and they would have to be legitimate, unlike...

      Source? www.wikipedia.com

      That's not a source. That's a place where one might possibly FIND a source, but you haven't tried to do so.

      Oh, and reality.

      Also not a "source". That's circular reasoning.

      You should try believing in reality some time.

      I do, and that's why you're whining at me.

    94. Re:Secret Ballot? by westlake · · Score: 1

      Look at Open Town Meetings as an example. It is one of the most democratic and empowering form of governments in practice and it exists without a secret ballot for most matters.

      The town meeting works only if everyone is willing to play by the rules. It is not particularly good at protecting minority interests, and can be quite short-sighted, stupid and irresponsible when emotions are running high, no matter how trivial the issue.

    95. Re:Secret Ballot? by AvitarX · · Score: 1

      I'd be more worried about potential social and economic consequences with the people I immediately interact with.

      For example the boss using it as a litmus test, or a weighted criteria when choosing who to promote. I assume my immediate boss knows how I vote, but perhaps their boss suggests it may be a good criteria.

      Secret voting was originally a defense against buying votes, though I don't think that could be done so effectively in the US (for now anyway, as wealth distribution continues to skew things could change, though I think the risk of discovery is the real reason it doesn't happen in key areas), but I also think there are legitimate reasons for secret votes for smaller scale voting pressure.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    96. Re:Secret Ballot? by AvitarX · · Score: 2

      Unions too, not just bosses.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    97. Re:Secret Ballot? by mcrbids · · Score: 1

      You can't have an auditable trail and a secret ballot.

      I don't see why these are mutually exclusive. The trick is to set aside the math for the ballots themselves with the math for verifying the ballots.

      Let's say you take 100 ballots, and randomize their order. You make hashes of the ballots and hash the sum of hashes. Keep the hash of hashes and you can easily verify that the numbers add up, while simultaneously anonymizing the ballots on a per-voter basis, making it instead 1% likely that any vote can be attributed to one person.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    98. Re:Secret Ballot? by bware · · Score: 1

      They can ask once. After that, I'll set my phone in my pocket to record before going in to a private meeting.

      In many states, you will have committed a felony by doing so. It is, in many jurisdictions, illegal to record a conversation without informing the other party. If you think that, because the other party is asking you to do something illegal, that you are off the hook, you are incorrect.

      I knew someone who did as you suggest you will do. The supervisor that was asking the person doing the recording to do something wrong got a reprimand but is still employed. The person doing the recording lost their job and pension in return for their mutual employer asking the DA not to press charges.

    99. Re:Secret Ballot? by AK+Marc · · Score: 1

      And you've presented nothing to contradict my factual statements. So you don't meet your own minimum standards.

    100. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      There's nothing to contradict. Unsupported claims are not "factual statements".

      You made the assertive claim. You have the burden of proof. You have proven yourself unwilling and unable to shoulder that burden, and nothing you say on the topic can ever be worthwhile until that changes. Which, given your attitude, it probably won't.

    101. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      as you can always get a new ballot, a photo of your ballot isn't proof of how you voted.

    102. Re:Secret Ballot? by PatientZero · · Score: 1

      You're assuming those that take the time to register and vote actually do study the issues. Do many look beyond the superficial sources and advertising, or do they base their vote on their neighbor's equally-uninformed opinion, the name of the initiative, or the candidate's party?

      Hell, we'd probably get the same results without the exorbitant costs if we simply employed a giant lotto machine.

      --
      Freedom to fear. Freedom from thought. Freedom to kill.
      I guess the War on Terror really is about freedom!
    103. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Do other states/countries really allow anonymous voting?

      Yes. I've never had to present ID to vote.

    104. Re:Secret Ballot? by AK+Marc · · Score: 1

      In many states, you will have committed a felony by doing so. It is, in many jurisdictions, illegal to record a conversation without informing the other party.

      Not in any place I've ever lived. One party consent is the norm, not the exception. http://en.wikipedia.org/wiki/T... 7 states of 51 states (DC, counted as a state for this) are all-party-consent states. There are a few with some restrictions on one-party consent, making they a hybrid, but about 80% are pure one-party consent states.

      The person doing the recording lost their job and pension in return for their mutual employer asking the DA not to press charges.

      Talking in generalities, you are 80% wrong, and I'm only 20% wrong. Speaking of specifics, you should name the state. The most populous state that requires all-party consent is CA, so I should presume the state you are talking about CA.

    105. Re:Secret Ballot? by DerekLyons · · Score: 1

      You know...someone that cannot be troubled to take the small amount of time and effort to register to vote, and go to the poll to vote, likely is also NOT the type of person to take any amount of time to study the issues or people up for election and therefore, not someone I'd actively encourage to make a vote.

      Frankly, the vast majority of the people who are registered to vote and who do go to the poll vote don't take any amount of time to study issues or people before voting either.

    106. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      That's possible yes. I guess you could already snap a photo of your completed election ballot to show to those thugs, but you're right that it'd be easier for them to verify votes if they can coerce you into giving up your ID.

      currently I can snap a picture, then walk to the election worker and ask for a new ballot cause I screwed mine up. they'll hand me a clean sheet and securely dispose of my old one right in front of me. I can now fill that out how I want and turn it in. I get what I want cause I voted how I want* and the thug gets what he wants cause I gave him a photo showing I voted how he wanted.

      *Truthfully I didn't vote how I want because none of the third party candidates are able to win regularly in winner takes all systems; but at least I didn't get what I wanted even less.

    107. Re:Secret Ballot? by znrt · · Score: 1

      has been done. for example: first the voter uses a unique code to verify his vote is cast as intended. since the code is secret and unique to him, nobody else can see his vote until decrypted, but by then all votes will have been veryfiably anonymized, mixed, and all vote hashes publicly listed. the voter can check the list to see if his vote has been counted as cast and, vioilà, nobody knows shit about who he was or what he voted. secret!

    108. Re:Secret Ballot? by kwbauer · · Score: 2

      And any employer willing to violate the law in that manner in the future will find no problem doing so today so nothing will have changed. Why don't we all take a step back and admit that the evil employer is a very small (microscopic amounts) segment of the employer population.

      To hear (or read) most of /., one would think that 99.99% of the US population is starving to death and working 22 hours a day as a slave and the other 2 hours are spent getting whipped to death.

    109. Re:Secret Ballot? by kwbauer · · Score: 1

      That is also the case in most US jurisdictions as well but /.ers tend to ignore the laws that have been written because they read somewhere on the internet that somebody might have not followed the law so that is total proof that the law is so ineffective it may as well not exist and we need another, stronger law to supplement that weak one, usually at the expense of one or more freedoms.

    110. Re:Secret Ballot? by kwbauer · · Score: 1

      But having little punch holes that allow elected officials to "divine" what you really intended when you punched out 3 of the 5 holes when the instructions say to only punch 1 is totally auditable. How could anyone claim otherwise when we all watched them doing just that on live TV?

    111. Re:Secret Ballot? by King_TJ · · Score: 1

      I absolutely agree!

      This is the single biggest issue I have with all of the ad campaigns trying to convince people to get out and vote. The result is, you get a bunch of uninformed people who really don't care enough to cast an educated vote - but they go so they can get the free "I voted!" sticker, feel good about themselves and fit in with what's perceived as "right" or "cool" (a la MTV's "Rock the Vote" advertising, years ago).

      If all of the options available to vote for are so unappealing, many people can't even bring themselves to cast a vote one way or another? That says something too. Those are the elections that SHOULD be showing really low voter turnout.

    112. Re:Secret Ballot? by Chozabu · · Score: 1

      We can - just not in the same ballot. Actually, it'd be a great idea to do both. Even in the same booth. If the secret ballot matches the recorded ballot results well - there is probably not much corruption or coercion. if the results are very different, there must have been miscounting, corruption, or some kind of problem going on.

    113. Re:Secret Ballot? by AK+Marc · · Score: 1

      recountable and auditable are different. An audit is a re-examination to look for errors and correct them. When the error is that the ballot doesn't line up with the punch holes, and there's a "valid" ballot that doesn't represent the wishes of the voter, any "audit" that can't discover that error isn't an audit, it's a recount.

    114. Re: Secret Ballot? by rickb928 · · Score: 1

      âLook at Open Town Meetings as an example. It is one of the most democratic and empowering form of governments in practice and it exists without a secret ballot for most matters. Only for elections of individuals to particular offices or for setting salaries do they usually do a secret ballot.â

      Since this is the primary purpose of most elections in the U.S., I'm wondering what the frak you are thinking.

        "But for general changes to the bylaws or voting on the overall budget the voting is quite open and anyone with a pen could record your vote."

      Much like many cities operate with councils, of towns with selectmen. Again, wtf?

      Coming from Maine, I'm familiar with all this. None of it an argument in favor of electronic anything.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    115. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Ditching the secret ballot would be the worst mistake of human history. We already made that mistake in the 1970's for the house, and look where its got us today: A oligarchy.

      See:

      https://www.youtube.com/watch?v=1gEz__sMVaY

    116. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Actually, the premises of democracy is not that "collectively, smarter than any of us individually". This is a false progressive view that has been spread over the last century. The basics of democracy is that each participating individual has equal stake in the running of the government. Basically taxation and representation.

      The cause of the fall of the Roman and Greek democracies was that the citizens learned that they could vote themselves bread and circuses. The fail of both of these great civilizations was the fact that the masses voted their own short term self interests not their long term self interests.

      The

    117. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Not the A.C. you replied to, but here's my two cents...

      Vote-by-mail as an option to make it more convenient to vote, especially for those who are working. Here in Washington state, we have vote by mail, with I think maybe some polls in some areas for the disabled and such, but I'm not sure.

      Get rid of gerrymandering. Require that all drawn districts be square-like with the exception of cities and counties provided that can be split by drawing vertical or horizontal lines ONLY.

      I'd also like to see a Congress term limit of 12 years. This means 2 terms in the Senate or 6 in the House, or even 1 in the Senate and 3 in the House. You get the idea.

      Public financing of elections would be nice for those who choose not to accept other money for their campaign. Certain requirements also follow, such as needing a petition with X number of signatures.

      I'd like to see the top six vote getters in presidential elections automatically get ballot placement in the following election. For example based on the 2008 election results, 2012 would have had Democratic, Republic, the independent known as Nader, Libteratian, Constitution and Green automatically receive ballot access in 2012 in all states and D.C.

    118. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      As someone from Australia where you get fined for not voting, I can assure you that there is no wisdom in the crowd. Also that is a myth that isn't at all reflected in reality, experiments have shown there isn't wisdom in the crowd. The best you get is mass hysteria, not a good thing. I believe the myth started from believing that we were rational thinkers, another myth that doesn't gel with neuroscience and facts.

    119. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      No vote is better than an ill-informed / non-informed vote.

      If uninformed votes are purely random, they simply add noise to the system. Noise scales as the square root of the number of voters. For a district with a population of (say) a million voters, if 90% of the voters are completely uninformed, they'll add noise equivalent to +/-950 votes, or ~1% of the informed voting population. That's not too bad - most elections aren't close enough for that to make a difference.

      A greater problem is misinformed votes, which provide systematic (rather than random) error.

    120. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      You can't do this. There can be no possibility to check afterwards who you voted for. This is to prevent buying of votes.

    121. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      "but this is no different than simply agreeing to vote the way a 3rd party desires"

      Except in paper-and-pen-behind-a-curtain style of vote I can agree to vote how you tell me, then do something else, and tell you I voted the way you like. If I can check my vote went to the right person so can someone else, so I can be threatened to vote the way someone wants, or my vote can be bought. Being able to buy votes might actually work in america, at least it would be more honest and distribute wealth better than just buying the representative after the election.

    122. Re:Secret Ballot? by Lennie · · Score: 0

      Yes, it's a really hard.

      Lots of people have tried, for years now, they've all failed:

      http://media.ccc.de/browse/con...

      Things that might look good in theory still turn out to be a big fail in practise. Even just getting the implementations right is really, really hard.

      Using a blockchain will probably fail too.

      Remember if we knew how to make Bitcoin or Darkcoin/Darkwallet/Darksend/Coinjoin/etc. really, really good anonymous, we would have already done it.

      --
      New things are always on the horizon
    123. Re:Secret Ballot? by houghi · · Score: 1

      I am against open votes. Not because of what would happen afterwards, but because it will influence people by social pressure.
      People will decide on how to vote if they see what others are doing. This can be because your boss votes in a certain way or because your friends vote in a certain way.

      I saw this where we were a group of about 20 and we were asked if we wanted to go to bar A or to bar B. 17 wanted to go to bar A, 2 did not decide and I said that I was going to bar B, regardless and they should have a nice time at bar A. Instead of them going to bar A as they wanted, one by one they changed their 'vote' and in the end we went all to bar B.

      --
      Don't fight for your country, if your country does not fight for you.
    124. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      Doesn't even need to be in the USA - if you've done any business in/for the USA then the IRS can investigate.
      You can flee the country, but you can't flee the IRS.

    125. Re:Secret Ballot? by preflex · · Score: 1

      As my employer, you should get sued for invasion of privacy, and I should be compensated for the time it may take to find a new job in a non-corrupt company.

      One problem: they just rigged the election. They own the judge. Your suit will not go well.

    126. Re:Secret Ballot? by Anonymous Coward · · Score: 0

      That's exactly what the article says when it talks about effectively set up a cave with two entrances and a
      locked door in the middle that can only be opened with Bob’s password. Alice can stand outside and watch Bob
      enter one side of the cave and exit the other, proving that Bob is really Bob.
      That way Bob gets his anon-coin assigned.
      He pays the coin to his favourite candidate, and watches the blockchain.

    127. Re:Secret Ballot? by AmiMoJo · · Score: 1

      I'm going to be out of the country during the next election (May) so will need a postal ballot. It's not that I can't be bothered, it's that it's kinda annoying for everyone to have to be at home on the day. Students living away from home, soldiers posted overseas, and the infirmed who just find it hard to get out all deserve to vote.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    128. Re:Secret Ballot? by AmiMoJo · · Score: 1

      More likely it would shame them into voting the same way as their peers or their family, regardless of their own feelings. A local business owner who wants to vote Democrat in a Republican town would have a difficult decision to make.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    129. Re: Secret Ballot? by bigpat · · Score: 1

      Sounds like a success to me

    130. Re: Secret Ballot? by bigpat · · Score: 1

      Perhaps I was being too subtle, but I am suggesting using an open/electronic ballot for ballot questions as a first step rather than for electing individuals. Basically as a way to replicate Open Town Meetings which have open voting. I think this would be especially useful for local voting on local issues. And for now, at least, keep the secret ballot for voting on elected officials, representatives and parties. And secret ballots mean no electronic voting and no mail-in absentee voting. Just because electronic and mail-in ballots are inherently not secret ballots doesn't mean there is no use for them.

    131. Re: Secret Ballot? by rickb928 · · Score: 1

      Secret ballots for questions are still very desirable. No fix.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    132. Re:Secret Ballot? by david_thornley · · Score: 1

      There's a difference between Walmart saying "Vote Republican if you want to keep your job" and Walmart saying "All managers show us that you voted Republican, or you lose your job". In one case, this is just excessive pressure that lots of people all over the political spectra will do if they've got the chance, in the other it's flat-out coercion.

      It doesn't have to be a formal policy, either. Discrimination in employment is hard to prove (and members of political parties are not, I believe, a protected class).

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    133. Re: Secret Ballot? by david_thornley · · Score: 1

      Tabulated results are faster. If the election is clearly won by one side, there's normally no need to go through the formal documentation, which is difficult and time-consuming.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    134. Re:Secret Ballot? by Archangel+Michael · · Score: 1

      Wal-Mart managers calling staff into meetings telling them in not-so vague terms that failure to vote Republican will cost them their jobs is not fine.

      Union Organizers calling union members into meetings telling them in not-so vague terms that failure to vote Democrat will cost them their jobs is not fine.

      Right, that was my point. Complaining about Wal-Mart and not about Unions doing the same thing is typical of the politically correct liberals. They always claim "I didn't say anything about Unions", which is technically correct. For every complaint about Wal-Mart doing it, they should speak out equally about Unions doing it. The problem is, they don't. Ever.

      I was simply rectifying the mistake.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    135. Re:Secret Ballot? by dave420 · · Score: 1

      All of that has absolutely nothing to do with a large employer strong-arming their employees into voting a particular way... You do realize that, right? You leaping off into some tirade against a particular party doesn't exactly demonstrate a cool, calm, rational mind at play...

    136. Re:Secret Ballot? by david_thornley · · Score: 1

      Of course the system is somewhat broken. Any voting system works in a perfect democracy. The trick is to devise one that is robust against various illegitimate activities. and still works for the vast majority of potential voters.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    137. Re:Secret Ballot? by david_thornley · · Score: 1

      "Should" is a nice word. As a matter of practice, it doesn't always happen, and it doesn't always happen in time to be really useful to the wronged party.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    138. Re:Secret Ballot? by Anonymous Coward · · Score: 0
    139. Re:Secret Ballot? by Em+Adespoton · · Score: 1

      It could be done today, and isn't. Reality proves you wrong. Go argue with reality, not me.

      I'd only argue with reality if reality showed someone currently voting via cipher block with less fraud than the paper ballot system. The fact that it *could* be done but isn't shows that I'm right -- the issue isn't technology, it's the human factor.

      Or were you meaning that the reality of companies being able to do the absentee ballot thing? That has its own glaring differences to a nation-wide absentee ballot system (which is basically what a token based system would be) -- I'm sure you can figure out those differences as well as I can.

      Again: it can technically be done, the problem lies in human psychology.

    140. Re: Secret Ballot? by bigpat · · Score: 1

      Desirable for stealing elections.

    141. Re:Secret Ballot? by RingDev · · Score: 1

      Well, part of that is due to the scale. Union membership has been plummeting over the last few decades. We're down to ~14 million total union members in the US.

      And we're at ~140 million total non-farm employees in the country.

      Assuming that both corporations and unions perform 'evil' at the same rate, we should expect 9 times more 'evil' reports on corporations than we see on unions just as a matter of scale.

      Even just some quick google-fu shows that expectation to have some truth. More reports of corporate driven voter intimidation are available than reports of union driven voter intimidation. That isn't to say that unions don't do horrible crap too. Hell, look at that mess in Nevada back in 2010. Uhg. And if union membership wasn't at such a low level and falling, I'd be more concerned about it. But as is, unions are going the way of the dinosaur. They're still making a lot of noise, but their political clout is faltering and they don't have the impact they once did.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    142. Re:Secret Ballot? by AK+Marc · · Score: 1

      The voting block thing would never be a single nation-wide vote. The president isn't voted on by people, but by states. And someone in Alaska has no vote for the representative from Texas. The vote is local for a reason. I hadn't thought that people thought there'd be a single nation-wide vote for all offices (why does someone in Florida vote for the sheriff in California?). That is a different thing from what I assumed. The cipher block would replace *local* elections (the only kind of votes, even for national offices). It would likely be illegal to do with any less than about 60 chains. The 51 states (DC is a "state" for most purposes). Puerto Rico gets non-voting representation, so it needs a chain, along with all the non-resident citizens (ex-pats), and absent resident citizens (usually military), who can have different voting rules from the 51 states. I haven't looked into the voting in Guam, Midway, Samoa, and other territories, they may or may not need separate chains for themselves.

      And all that is for federal elections only. When you count that in some places, the ballots are per-precinct, and there are thousands of precincts, you'd need thousands of chains, and then tally the chains separately, then add in the totals to find a result.

      I see some problems in it, but human psychology isn't high on the list.

    143. Re: Secret Ballot? by rickb928 · · Score: 1

      Elections are stolen before the vote.

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    144. Re:Secret Ballot? by laughingskeptic · · Score: 1

      A random QR Code printed on the back of your voters registration card identifying your 'voting wallet' with no correlating electronic record associating the code with you would give you both.

    145. Re: Secret Ballot? by bigpat · · Score: 1

      That's true too, but taken alone the secret ballot has a long long history of being used as cover to stuff ballot boxes or otherwise miscount votes and steal elections. Although there are real benefits to a secret ballot it leaves the entire system vulnerable to conspiracies by small groups of people. Hundreds can steal votes from millions. Whereas the theoretical benefit of a secret ballot is that it allows people to vote without personal consequence such as voter intimidation. So, the math wins in my estimation. It is more democratic to put your faith in the integrity of millions of people to resist intimidation and other forms of manipulation than to put your faith in the integrity of a select few.

    146. Re:Secret Ballot? by izzo+nizzo · · Score: 1

      There are encryption techniques that allow voters and officials to audit the vote without making it possible to read anyone else's vote.

      Check out http://heliosvoting.org/

      It's based on an algorithm discovered about 15 years ago, and the implementation is OSS.

      https://github.com/benadida/he...

    147. Re:Secret Ballot? by Hognoxious · · Score: 1

      Argument from tradition.

      Do you still ride a horse?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    148. Re:Secret Ballot? by Hognoxious · · Score: 1

      To hear (or read) most of /., one would think that 99.99% of the US population is starving to death and working 22 hours a day as a slave and the other 2 hours are spent getting whipped to death.

      Hey, we're going as fast as we can!

      Signed,
          Jeb Bush.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    149. Re:Secret Ballot? by Hognoxious · · Score: 1

      at least the integrity of the democratic process doesn't rely on your email history or facebook password.

      Well, not yet...

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    150. Re:Secret Ballot? by Hognoxious · · Score: 1

      Open voting is the best system in any stable area. It worked much better in the first 100 years of the US

      If we're going to play at historical re-enactment let's go the whole hog. We'll take it as read that women can't vote, but what about blacks? As a starting point, I propose they count as 3/5.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    151. Re:Secret Ballot? by AK+Marc · · Score: 1

      Only the weak minded with no facts to support their side attack the method of the message, and not the message itself. Open voting is less susceptible to fraud, in a stable environment.

    152. Re:Secret Ballot? by AK+Marc · · Score: 1

      "Blacks" never counted 3/5 (it was a different differentiator you are obviously not aware of). You are so confused about history, I can see why you wouldn't want to learn from it. Why do you hate knowledge?

    153. Re:Secret Ballot? by catprog · · Score: 1

      How do you verify that the real one was counted and not the duress one?

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
    154. Re:Secret Ballot? by ancientmyth · · Score: 1

      " The whole premise of democracy is that we are, collectively, smarter than any of us individually." . Actually, the opposite; which is why most democracies are representative democracies. The masses are too easily swayed with sometimes a mob-like frenzy. The premise to be precise is that everyone gets a say, intelligence being the least of the factors of why to vote one way or another.

    155. Re:Secret Ballot? by jfengel · · Score: 1

      Oddly, some people don't seem to want their representatives to be smarter than they are. They want their representatives to be approachable and more like them. I also see a lot of people (including in this thread) campaigning for direct democracy.

      Representation is partly about removing the day-to-day swing of the masses; the US legislature is deliberately divided between a house that is replaced very frequently and one that is more aloof. But I think it's also about the pragmatic effect of composing legislation. Legislation is never really binary; it's full of compromises and details. It would be difficult to assemble a majority coalition around any one bill rather than thousands of variants.

      At the very least, that means you end up with parties. And it's difficult to conceive of how you'd do the negotiations with a full country-sized electorate. There are ways to do it; ballot propositions are really laws done by a direct majority. But it often turns out badly, and few really understand what they're voting on.

    156. Re:Secret Ballot? by Hognoxious · · Score: 1

      Actually I do know what it means. You're the one who's ignorant about history if you think the age of robber barons & rotten boroughs is something to aspire to.

      Going back to women for a moment, what do you think? Over 30s, with the husband's (or father's) permission?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    157. Re:Secret Ballot? by Hognoxious · · Score: 1

      You're the one who claimed it was all rose petals and unicorns in the early 1800s, it's down to you to provide the citation.

      But hey, let's just go back a bit earlier and just do what that fat German with the gold hat tells us, eh?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    158. Re:Secret Ballot? by Anonymous Coward · · Score: 0
  2. Anonymity by Anonymous Coward · · Score: 4, Informative

    Isn't one of the key features of modern voting the ability not to have your vote connected to you? This is part of the reason why there's so much argument over "card check" voting systems for unionization, because it allows the union or the company to coerce workers into voting one way or the other, since their vote is not anonymous.

    1. Re:Anonymity by Kobun · · Score: 1

      You're going to do your vote research AT THE TIME OF VOTING? Are you nuts? Politicians lie pretty much ... constantly. Are you really going to trust the single site presented to you by whoever runs the voting system as an unbiased source of information?

      Your argument that "it simply takes too much time to do the research" reads to me as an admission of being uninformed. Your statements preceding that set off every alarm in my system for propaganda abuse.

      Do your own research. If you care about an issue watch your local, state, and national politicians over time and keep track of what they DO, not just what they SAY.

    2. Re:Anonymity by HBI · · Score: 1

      Essentially why I am against online voting. Makes it too easy for idiots to vote. You should have to do some work to at least get to the polling place, or mail in your absentee ballot beforehand.

      It's pretty much the only barrier, and it seems to work pretty well.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    3. Re:Anonymity by Anonymous Coward · · Score: 0

      You're going to do your vote research AT THE TIME OF VOTING?

      I do. It's WAY easier. Ignore all politics until your ballot comes in the mail. Spend some hours researching everyone not in a single person race. Vote for the person who best matches what you want. If you can't decide, vote for the person who ran the least attack ads. Never vote for the person who sat on an attack and waited to the last minute to blanket the news with it.* Mail ballot back in.

      When voting from home you have the time to do research on exactly the things you'll be voting on. You can ignore all the bullshit in the media. All the attack ads, misleading statements, and worthless debates (all debates are worthless) can be ignored. Those don't help you in figuring out what that person is actually going to do when they get an office. When do they ever keep their campaign promises or make promises that can't be interpreted in 20 different ways? Voting is much nicer when you ignore everything up until the point when you get your ballot. Then you can look up voting records, comparison sites, their sites, etc... at your leisure. You don't have to do it all at one sitting. You don't have to make cheat sheets. You're much less influenced by the guy who had more money for ads.

      I'll even vote for someone who didn't run any attack ads even if they don't agree with my views. We need more respectable people in political offices.

    4. Re:Anonymity by Kobun · · Score: 1

      There's not a single thing in what you've written that requires you to vote from home, instead of at a polling place with election observers.

      I will also tell you that from 3 decades of watching this stuff I believe that you've put yourself at the mercy of the propaganda people. They are the ones who retain, manipulate, and present the information that you are election-night-cramming on. Off the top of my head I can think of a dozen examples of candidate-selection-altering events that, when I go back later to see what history has had to say, are entirely missed, glossed over, or are otherwise mischaracterized.

      In summation (not to the parent at this point) - get yourself to a town hall meeting or two sometime, and get off your lazy butt and walk to the post office or a polling place.

    5. Re: Anonymity by kenh · · Score: 1

      No, what he said he was (and this is staggering) it takes to long/it's too hard to do the research, WRITE DOWN his choices, then head to the polls and vote!

      Apparently, the ability to do his research with his ABSENTEE BALLOT in front of him, marked as he decides is also too hard - maybe his mom refuses to take his mail tithe mailboxes?

      --
      Ken
    6. Re:Anonymity by Anonymous Coward · · Score: 0

      Show some hard evidence that the amount of "work" you have to do to vote predicts the intelligence of the voter. You can't and won't.

    7. Re:Anonymity by HBI · · Score: 1

      Idiocy has little correlation with measured intelligence. Putting effort in to vote requires effort. Idiots can't put in effort. They don't care enough but to scratch their immediate itches. Food, sex, football, celebrity gossip.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
  3. Color me skeptical by Anonymous Coward · · Score: 2, Insightful

    One can already vote with a minimum inconvenience by being a permanent absentee. I can't remember the last time I actually went anywhere to vote, and haven't missed a single election in decades. Those who are not voting will, for the most part, carry on not voting with or without bitcoin.

    1. Re:Color me skeptical by Anonymous Coward · · Score: 0

      Actually if it required Bitcoin less people would vote. Who the heck would set up some fake currency shit just to vote? You can already vote by mail. I do it every time. Simple, convenient enough. More convenient than setting up a Bitcoin wallet, properly securing it offline, etc.

  4. Conflating Issues by bill_mcgonigle · · Score: 4, Insightful

    It's not a given that low voter turnout is a problem. We don't need more low-information voters (89% agree that DHMO should be banned) and we don't need to coerce those who do not vote to signal their non-consent to the system.

    Blockchain technology could make voting more reliable, but that's a separate issue - don't confuse the two.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:Conflating Issues by Kobun · · Score: 1

      It's not a given that low voter turnout is a problem. We don't need more low-information voters (89% agree that DHMO should be banned) and we don't need to coerce those who do not vote to signal their non-consent to the system.

      Amen.

    2. Re:Conflating Issues by Shakrai · · Score: 5, Interesting

      We don't need more low-information voters (89% agree that DHMO should be banned)

      Well yeah. If you breathe it you'll DIE! Only a Teabagger would be against Government regulation of a chemical that's so dangerous as to cause DEATH when inhaled. Why do you hate the children? How much did Big DHMO pay you for this astroturfing?

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    3. Re:Conflating Issues by Anonymous Coward · · Score: 0

      > It's not a given that low voter turnout is a problem

      It is a given. If there are no votes, there is no representation. While that's extreme, the misrepresentation in the US is largely due to low turnout (motivated fringe elements for specific seats along with ignorant choices in other seats, usually favoring incumbents).

    4. Re: Conflating Issues by Anonymous Coward · · Score: 0

      Not only that, it has been one of the leading direct causes of death for pretty much all of recorded history and has been found in large quantities in the systems of every deceased person ever autopsied. That sounds like a pretty solid reason to ban it to me!

      Someone think of the children!

    5. Re:Conflating Issues by Anonymous Coward · · Score: 1

      I'm concerned because from your opening sentence, it seems you may think the low voter turnout correlates with a higher degree of informed voters.

      It doesn't. If you want to correct the information status of voters, lower participation won't resolve it.

      Besides, if you want to let people signal their non-consent, give them N-O-T-A options and solve that issue across the board. I wouldn't object, we need a ton of electoral reform in the US. The current FPTP system is flawed and promotes gerrymandering, and there are issues with all kinds of primaries and caucuses.

    6. Re:Conflating Issues by Anonymous Coward · · Score: 0

      Well yeah. If you breathe it you'll DIE!

      And even under normal conditions, DHMO is naturally excreted by your body, proof that it is really not something we need.

      Only a Teabagger would be against Government regulation of a chemical that's so dangerous as to cause DEATH when inhaled. Why do you hate the children? How much did Big DHMO pay you for this astroturfing?

      Money by itself doesn't explain why 11% of the population are criminals wanting DMHO not be banned.

    7. Re: Conflating Issues by Anonymous Coward · · Score: 0

      Your body is saturated by dihydrogen monoxide if you feel the need to urinate! You better call your doctor NOW!
      Thank me later for saving your life!

    8. Re:Conflating Issues by Bengie · · Score: 1

      Voting needs to be more convenient. Doing my taxes is less effort.

    9. Re:Conflating Issues by Oligonicella · · Score: 1

      What I find amusing is that many of the videos of people being polled and displaying their ignornce are on college campuses. Some even at social rallies against environmental dangers.

    10. Re:Conflating Issues by Kobun · · Score: 1

      But this isn't about "no votes". Low turnout needs to be addressed while repeating the mantra "correlation is not causation". Until the true root cause(s) is/are understood, just doing something isn't a good approach (and will likely be a "something" that slimeball politicians will use to abuse voters futher).

    11. Re:Conflating Issues by Moof123 · · Score: 2

      Yep, I view low voter turnout as a symptom, not a cause of our badly broken system.

      Low-information voting exacerbates the problems, but is hardly the main issue either.

      Problems I see:
      1) 2 party system that does not do a good job representing the needs and desires of the country. Usually you have a choice between bad and worse, which is hardly a compelling motivation. Neither party seems to do much more than play high stakes chess with the other to try to stay or get in power.

      2) Congressional and Presidential shenanigans that prevent enough transparency for even the well intentioned voter to cast a well informed vote. Bills get nearly untraceable amendments, or die quietly behind closed doors. Accountability comes in the form of badly belated and heavily redacted reports after years of legal wrangling. Can't vote a bum out who retired years before his deeds become public.

      3) External ownership of bills. Congressmen don't write, let alone read the bills they pass. It comes out of external groups who hand over tidy packages of legislation ready to go. You can't vote ALEC, or the Koch brothers away, so why vote?

      4) Gerrymandering that dramatically reduces the power of minor party voters in a given state. If your district is 90% democrat, or only 35%, your vote matters very little, by design. Why bother?

      I could go on, but basically it has become very hard to argue the your vote matters that much anymore. By design our democracy has been subverted.

    12. Re:Conflating Issues by Archangel+Michael · · Score: 1

      Of course, you haven't seen where Democrats say a person is racist simply because they don't like Mexican food. It is all fine and good fun, but both (D) and (R) have enough people saying stupid things that neither should be throwing rocks while standing in their glass houses.

      https://www.youtube.com/watch?...

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    13. Re:Conflating Issues by AK+Marc · · Score: 1

      Bullshit. All you have to do is drop the ballot in the mail.

      Nope. You have to pre-register. Get a special ballot mailed to you. And if you are voting out of district, rather than absentee locally, you must justify your absentee status, as you should be voting locally, in most cases. So for an actual absentee person, you have to apply, get accepted into the "program", then request a ballot. Then vote and return the ballot. And take comfort in knowing that your ballot will literally not count if the margin is greater than the number of absentee votes.

      And being accepted for an out-of-zone vote doesn't continue. So someone in college who votes at the home zone, rather than moving vote to college address (common and legal to do either), must re-apply every election.

      It seems to be set up to be as onerous as possible without being illegal, unless you pick up an absentee ballot locally.

    14. Re:Conflating Issues by Anonymous Coward · · Score: 0

      I have heard somebody say that they didn't like Mexican Restaurants because the Mexicans were taking over the country. People who ate Mexican food were helping that happen.

      That the person in question was explicitly looking at a Taco Bell made me a bit perplexed though.

    15. Re:Conflating Issues by Gavagai80 · · Score: 1

      Perhaps it's difficult in Alaska. In California, permanent absentee voting is very simple and most people do it.

      --
      This space intentionally left blank
    16. Re:Conflating Issues by AK+Marc · · Score: 1

      Are you a CA resident? I'm an Alaskan voter, but not an Alaskan resident. Voting gets complicated for some. And absentee isn't as "easy" as greenwow said.

    17. Re:Conflating Issues by Hognoxious · · Score: 1

      displaying their ignornce

      Indeed, what utter fools.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    18. Re:Conflating Issues by cjb658 · · Score: 1

      We don't need more low-information voters

      This is how Australia ended up with Tony Abbot.

    19. Re:Conflating Issues by Anonymous Coward · · Score: 0

      How damn hard is voting then?

      I go to a voting place, write the number of the candidate on a piece of paper and drop the said piece to a ballot box..
      If I'm too lazy to do that on the real voting day I can do it during two weeks before the day in almost any bigger shopping center, or use the mail envelope that gets send to every voter a month before the voting day, even abroad. Or visit one of the voting busses that go around so you barely have to leave your house?

      Then again, doing my taxes basically means checking the prefilled form for errors. If I've done nothing special it's 99.9% sure to be ok. If it's ok I do nothing. If there are errors I correct them and mail the form in. Or use the online service to correct the mistake.

  5. Uninterested people aren't worth it by Kobun · · Score: 4, Insightful

    It's not worth going out of our way to make voting MORE accessible than it already is. There are multiple polling places in every city of any size across the nation. People who are so uninterested in the process that they can't either go to their local poll or drop an absentee ballot in the mail are VERY likely to have a misinformed, useless opinion.

    There are any number of areas regarding voting that I'd rather see time spent on instead of being able to claim "There's an app for that".

    1. Re:Uninterested people aren't worth it by DaHat · · Score: 5, Insightful

      Bingo!

      The assumption that low voter turnout is a bad thing always puzzles me, as it seems to suggest that it is better to have a larger number of uninformed people voting... rather than a smaller # of people who can at least be bothered to get up off their arse and do something.

    2. Re:Uninterested people aren't worth it by Shakrai · · Score: 4, Insightful

      Which is why political parties love these voters. Because they'll vote straight party line ticket every single time. They make an effort to identify these people and physically drag them to the polls if necessary.

      Back in the day before New York got rid of our battleship gray lever machines it was easy as pie to identify these voters. "*click* *click* *click* *click* *click*" as they pulled the levers across their party line without even bothering to read the names of the candidates they were voting for. In and out in 5 seconds flat with 15+ offices on the ballot.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    3. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 1

      It's not worth going out of our way to make voting MORE accessible than it already is.

      That has the be the most un-American sentiment you could ever make. Voter suppression is a hash reality that we live in.

    4. Re:Uninterested people aren't worth it by mbone · · Score: 3, Interesting

      Bingo!

      The assumption that low voter turnout is a bad thing always puzzles me, as it seems to suggest that it is better to have a larger number of uninformed people voting... rather than a smaller # of people who can at least be bothered to get up off their arse and do something.

      The actual experience shows that the lower the turnout, the more likely the electorate is to do something stupid.

    5. Re:Uninterested people aren't worth it by Kobun · · Score: 1

      Way to cherry pick your statements while ignoring context. Would you like to debate my use of the word "is" next?

    6. Re: Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      The voting machines I used to use had special levers to vote by party.

    7. Re:Uninterested people aren't worth it by ADRA · · Score: 4, Insightful

      Maybe the more apt question would be why people are so uninformed that simply withdraw all responsibility in governance. A few toss outs:
          - The system works, so why bother voting to change it
          - The systems is so corrupt, I've given up any hope of fixing things
          - I'm a small person, and I should have no say in how things are run
          - With all of two parties that are functionally essentially identical, who cares who I vote for, so I don't bother
          - I hate politics (I've personally knows many friends that would turn hostile that the thought of talking politics)
          - I work 80 hours a week in my salt factory job, and I'm literally brain dead, and I've lost all sense of smell... Squirrel!

      I'm sure there are many more reasons. The point is, there are good reasons to vote, and BAD reasons to not vote. I'd say make voting mandatory, but add a category for no-vote and give a large list of reasons why you chose to not vote for a candidate/party/etc.. It'll inform both the government and the populace on how government has failed those that chose not to participate.

      --
      Bye!
    8. Re:Uninterested people aren't worth it by Kobun · · Score: 1

      By the way, look further down the page for this post - http://yro.slashdot.org/commen... App-based voting will very likely lead to MORE voter suppression, not less.

    9. Re:Uninterested people aren't worth it by tverbeek · · Score: 5, Interesting

      While it's true that low-interest voters tend to be low-information voters, there is also the problem that highly-interested voters are often highly misinformed voters. You have fundamentalist preachers frightening their congregations to vote in favor of bans on same-sex marriage by telling them horror stories about gay couples adopting babies to molest; or dogmatic political organizations telling their members to vote against a candidate because she's going to take their handguns and hunting rifles away, when all she said was that she'd look into restricting sales of assault weapons. Voters who haven't been mainlining bullshit propaganda crafted to "mobilize the base" can actually have a better grasp of the truth.

      --
      http://alternatives.rzero.com/
    10. Re:Uninterested people aren't worth it by Kobun · · Score: 1

      This is interesting to me. Have you ever looked at the Swiss system of voting?

    11. Re:Uninterested people aren't worth it by ScentCone · · Score: 2

      That has the be the most un-American sentiment you could ever make. Voter suppression...

      Stop it. Not dragging someone to the pole isn't voter suppression. Voter suppression is when someone goes to the poll to vote, but their vote is nullified by someone else who also casts a vote, but isn't eligible to do so. Or when your vote for candidate X is suppressed by someone else's TWO votes for candidate Y. Or when you're overseas in the military, and the administration in charge of doing things like getting your tallied votes communicated/transported in time to count in the election drops the ball, thus suppressing your vote. Voter suppression is when an organization seeks out college students to make sure that they're voting in both their own home district, and by absentee ballot in another district, thus suppressing other people's votes.

      You know what's NOT suppression? Asking you to prove who you are when, once every couple or four years, you walk up to play a part in influencing the legislature, the executive, various referenda, and maybe even local judges under which other people also have to live. A thousand more routine and mundane things are more demanding when it comes to simply showing some ID. The notion that it's "suppressing" the vote to do LESS when you act to empower your preferred government is completely disingenuous crap, and everyone involved knows it.

      --
      Don't disappoint your bird dog. Go to the range.
    12. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0, Funny

      The Swiss system? I heard it's full of holes.

    13. Re:Uninterested people aren't worth it by magarity · · Score: 1

      Politicians of a given party vote with that party VERY high percentages of the time. It really doesn't matter what politican A says about some issue, it matters what the party's stance is. Voting your preference on party stance and ignoring the candidate's position of the moment makes more sense because you're much more likely to get what you voted for.

    14. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      What nation do you live in?

      There are multiple polling places, but people are only allowed to vote at the one they've been assigned to. How about letting me vote at one that's near my work instead of near my home, so that I can pop over and vote in 20 minutes instead of having to either a) wait in line for an hour or two before or after work when everyone else is waiting in line or b) having to spend an extra hour+ commuting from work to visit my assigned polling place at a time when it's not so crowded?

      Until recently, my state didn't allow absentee ballots without an approved reason, and convenience was NOT an approved reason.

    15. Re:Uninterested people aren't worth it by Trailer+Trash · · Score: 1

      telling their members to vote against a candidate because she's going to take their handguns and hunting rifles away, when all she said was that she'd look into restricting sales of assault weapons.

      Look into the issue and you'll find that there's no real definition of "assault weapons" and it usually comes down to simple aesthetic components that have nothing to do with the lethality of the weapon. And it's usually pushed by people who openly want to ban general ownership of guns.

      From this link:

      http://www.nytimes.com/2014/09...

      But in the 10 years since the previous ban lapsed, even gun control advocates acknowledge a larger truth: The law that barred the sale of assault weapons from 1994 to 2004 made little difference.... It was much the same in the early 1990s when Democrats created and then banned a category of guns they called “assault weapons.” ... This politically defined category of guns — a selection of rifles, shotguns and handguns with “military-style” features — only figured in about 2 percent of gun crimes nationwide before the ban.

    16. Re: Uninterested people aren't worth it by Dan+East · · Score: 1

      The actual experience shows that the lower the turnout, the more likely the electorate is to do something stupid.

      And "stupid" is defined by who exactly? The people who voted for the losing option?

      --
      Better known as 318230.
    17. Re:Uninterested people aren't worth it by Serenissima · · Score: 1

      That's not a very gouda joke

      --
      Give a man a fire and he'll be warm for a day. But light a man on fire and he'll be warm for the rest of his life.
    18. Re:Uninterested people aren't worth it by hibiki_r · · Score: 1

      It's basic game theory: To be well informed is expensive. The actual utility that we get for voting, and voting for the 'right' guy, is minimal, because most people's votes do not matter, or come even close to mattering. So why spend a lot to get nothing?

      Some people that really care about a few issues have little trouble getting informed about said issue cheaply. They just have to forget anything else.

      Now, if you have 200 million dollars in net worth, and choosing A vs choosing B will make a sizable difference in said net worth, then not only is voting correctly important enough to be informed, but spending a bunch of money making sure other people vote the same way you do, whether it's best for their interest or not, seems like a very good idea.

      So not being well informed at all is an extremely rational decision. It just happens that if everyone does it, equilibrium leads us to a pretty dismal state. To change this, we have to change incentives.

    19. Re:Uninterested people aren't worth it by AK+Marc · · Score: 1

      When there is low turnout, the choice is Evil1 or Evil2, and only the extremists care about the difference.

    20. Re:Uninterested people aren't worth it by Solandri · · Score: 1

      I'm sure there are many more reasons. The point is, there are good reasons to vote, and BAD reasons to not vote.

      You're creating a self-fulfilling prophesy by looking at only those two reasons. There are also bad reasons to vote*, and good reasons to not vote. This last election happened just as I was in the middle of buying a house. Between that, work, packing to move, and a few other family issues that cropped up, I simply didn't have time to read the voter's pamphlet much less research the candidates. On top of that, the precinct I was registered to vote in was not where I would be living (the election was one week before escrow closed), and nearly all of the races in the election were local.

      Given that I was blatantly ignorant about the candidates, and I would not be living in the area represented by the winners, I felt the right thing to do was simply not vote.

      I'd say make voting mandatory, but add a category for no-vote and give a large list of reasons why you chose to not vote for a candidate/party/etc.

      You can already do this (you don't have to give a reason why). You're not required to actually punch any holes in the ballot when you visit the polling station. And you do not have to vote in every single race. I could have voted in the governor's race and left everything else blank. But the polls had one candidate far ahead, so I didn't think it was worth my time to drop by the polling place just to vote in that one race. When they talk about voter turnout, that's the percentage of registered voters who went to their polling station (or mailed in ballots). Not a percentage based on the number of votes cast in a particular race. Check it out yourself - add up the number of votes cast in a governor's race and a senator's race for the same state. They are nearly always different.

      * I'd say voting for one candidate simply to prevent another candidate from winning (which seems to be a common rationale among party voters) is a bad reason to vote. Given how much the Internet and social media have improved communication, I would think that with little organization, the write-in candidate is much more viable than in the past. You should always vote for someone. Never vote for an unknown merely to vote against someone else.

    21. Re:Uninterested people aren't worth it by AK+Marc · · Score: 1

      Voter suppression is when someone goes to the poll to vote, but their vote is nullified by someone else who also casts a vote, but isn't eligible to do so.

      True only if the second voter exists only based on your actions. If they would have voted anyway, then they didn't "nullify" any vote. They simply cast an invalid or fraudulent one.

      You know what's NOT suppression? Asking you to prove who you are when, once every couple or four years, you walk up to play a part in influencing the legislature, the executive, various referenda, and maybe even local judges under which other people also have to live.

      It is when the "proof" is onerous. Before the resurgence of conservative racism, your voter card (not legal ID) was sufficient for ID to vote. In fact, naming a single elligible voter who hasn't yet voted was considered sufficient ID, before the radical conservatives thought it a good idea to place hurdles and poll taxes on the voters to discourage the poor/minority vote. Deliberately acting in a manner to discourage voting (especially when targeting your "foes") is voter suppression. My first 20 year of voting in Texas didn't require any ID at all. Though now, if I were to go back to the city I was born in and try to vote, I'd be required to present ID. That was passed with the intention of suppressing votes.

    22. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      "People who are so uninterested in the process that they can't either go to their local poll or drop an absentee ballot in the mail are VERY likely to have a misinformed, useless opinion."

      This is nonsense, the informed subset of the people who don't vote are the mots politically informed. The people who vote are the most uninformed because they believe everything they see and hear.

    23. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      Why having large number of people voting, even if they aren't informed, can be good:
      Think past just this one election. Next time, the candidates must appeal to that large number if they want to win, instead of appealing only to "their base." That could be refreshing.

    24. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      because its not the informed that bother to vote in a low turnout election.
      Its the angry people,the scared people and the people with the most extreme views that are the ones that turn out most reliably.

      basically exactly the people you do not want running the country.

    25. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      You make the very strange assumption that "not voting" == "not interested in voting". In a country with better protections for voters this might be true, but in the US many people are unable to afford getting to a polling place on election day. Early voting and more accessible polling places (either just more of them or, as mentioned elsewhere in the thread, allowing voting at the most convenient polling place instead of a single assigned one) seem like meaningful improvements in that area that some states have adopted recently. Looser absentee ballot rules also help (and are also getting more popular), but any kind of absentee or e-voting eliminates the secret ballot which has issues.

    26. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      Look into the issue and you'll find that there's no real definition of "assault weapons" and it usually comes down to simple aesthetic components that have nothing to do with the lethality of the weapon.

      If those components were purely aesthetic, the manufacturers would have simply removed them to circumvent a ban.

    27. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      Yours wasn't exactly the cream, either.

    28. Re:Uninterested people aren't worth it by Narrowband · · Score: 1

      With less people voting it takes fewer for anomalous results to happen. Whether that's good or bad depends on your point of view.

      Example 1: In Maryland there was an election held one year in which a particular (fairly low level) elected position was being eliminated mid-year, so nobody ran for it. Some guy noticed and wrote himself in, and was elected. Bingo, salary for half a year, with no particular duties, since there was no expectation of someone actually holding the office.

      Example 2: International Planetary Society annual conference. Several of the scientists who favored a gravitationally-based definition of a planet (gravitationally cleared its orbital path) rather than a mass-based definition (massive enough to form a spherical shape) waited until the end of the convention, when most of their opponents had left, to hold a vote on redefining planets. Bingo, got what they want, Pluto is no longer a planet.

    29. Re:Uninterested people aren't worth it by houghi · · Score: 1

      In Belgium voting is mandatory. No, that is wrong. Being there is mandatory. They can not make voting mandatory, as they have no idea what you are doing in the voting box. You could be checking your mail, for all they care.

      Many people do not vote or vote in such a way that the system does not accept the vote (e.g. voting twice on paper).

      The problem with the computer system is that it takes so much longer to vote. Older people do not know how to work it. 50% of the computers broke. ...

      --
      Don't fight for your country, if your country does not fight for you.
    30. Re:Uninterested people aren't worth it by lars_stefan_axelsson · · Score: 1

      I'm sure there are many more reasons.

      How about, without proportional representation and rampant gerrymandering, the vote won't "count" anyway?

      And another thing that's always surprised me, you vote on a work day, right? For example, in Sweden we always vote on a Sunday, when most people are off from work and actually have (more) time to go to the polls. (And the voter traffic is more spread out as well, reducing waiting time).

      --
      Stefan Axelsson
    31. Re:Uninterested people aren't worth it by Trailer+Trash · · Score: 1

      Look into the issue and you'll find that there's no real definition of "assault weapons" and it usually comes down to simple aesthetic components that have nothing to do with the lethality of the weapon.

      If those components were purely aesthetic, the manufacturers would have simply removed them to circumvent a ban.

      LOL. My favorite part about you looney lefters is that you don't even recognize the fact that you live in a self-parody world. I'm sorry to do this to you, well, LOL, I lie. i find it hilarious.

      http://www.nationalreview.com/...

    32. Re:Uninterested people aren't worth it by Anonymous Coward · · Score: 0

      Stupid waste of time, like most things in Belgium.

    33. Re:Uninterested people aren't worth it by catprog · · Score: 1

      Voter suppression is asking you to give up two hours of work to go and get the ID then making you have to wait in line for 6 hours to actually vote because their is not enough people hired for the booth,

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
    34. Re:Uninterested people aren't worth it by ScentCone · · Score: 1

      Voter suppression is asking you to give up two hours of work to go and get the ID then making you have to wait in line for 6 hours to actually vote because their is not enough people hired for the booth,

      How have you been functioning in daily life without a form of ID? Do you never write a check, never receive any sort of government service, deposit no checks because you have no checking account, etc? Is getting a photo ID once really that much of a hardship? How much time are you REALLY wasting, every day, if you can't have been bothered anywhere along the line in your entire life to have arranged to get something like a debit card connected to the money you spend? Someone who doesn't participate in any way in the banking system is going to be going inefficiently through life at every turn, traveling everywhere to use cash and have cashier's checks made for every bill paid through the mail ... and you're considering it "voter suppression" for them to take the time involved once to get a photo ID?

      And if your local municipality is such a hotbed of active voting but can't raise enough taxes to have more than one voting machine or more than a couple of poll workers on election day (to make the process more efficient), and all of those anxious, busy voters are much too busy for any of them to actually volunteer to help at the polling place, who exactly are you blaming? Is everything about every aspect of the costs and effort involved in running local election logistics always someone else's problem? People who bitch about that and yet do nothing to (with years of opportunity in advance) to actually make their local system work better are the ones making their own lives inconvenient - because they'd rather whine about it than step up, in the absence of paying more taxes (like everyone else) to fund more equipment and staff. You vote for a president once ever four years. A senator once every six. Is turnout for the generally sleepier local elections (school board, etc) really resulting in six hour waits, year in, year out, at your local library or school? I call BS. And if it happens once in several years, and that's just too much for you to stand, run for local office yourself, on the platform of spending more of your fellow local citizens' money on running more well-oiled local election machinery. Local election places are generally staffed by volunteers - and your complaint is there aren't enough people showing up to help. And you're calling that "voter suppression," presumably by some evil rich white guy somewhere else? What a joke.

      --
      Don't disappoint your bird dog. Go to the range.
    35. Re:Uninterested people aren't worth it by catprog · · Score: 1

      I am in Australia. I can vote at any polling booth in the state (except for council elections which is any in the council area) and some of the ones in other states if I am interstate.

      I can think of one group that does not have licenses. Older people, they feel like they can't drive safely and so do not get a licence.

      And to get photo ID in most cases you need a birth certificate. To get that you need a photo ID. If you have neither you are in trouble.

      --
      My Transformation Website
      Kindle Books http://www.catprog.org/rev
      Interactive CYOA http://www.catprog.org/st
  6. haha by Anonymous Coward · · Score: 0

    Power to pawns!

  7. Authentication == Racism by Anonymous Coward · · Score: 0, Troll

    At least that's what I hear every time someone proposes any kind of voter authentication.

    Vote early, vote often,

  8. Sounds stupid ... by gstoddart · · Score: 4, Informative

    Running votes over the blockchain, which is public, creates an auditable trail linking a person and their vote.

    I'm sorry, but what idiot has decided that having your vote be a matter of public record is a good idea?

    From all of the news stories I've heard over the last year or so, I don't trust Bitcoin at all.

    So WTF would I want this tied to voting for?

    This sounds like an incredibly stupid idea. Bitcoin seems like it's barely usable as a currency, it has no place trying to prop up democracy.

    --
    Lost at C:>. Found at C.
    1. Re:Sounds stupid ... by Pope · · Score: 0

      The Bitcoin True Believers are of the opinion that the blockchain is some magical fool-proof system, when it's clearly not. Like all True Believers, they never let the facts get in the way of their proselytizing.

      --
      It doesn't mean much now, it's built for the future.
    2. Re:Sounds stupid ... by GrahamJ · · Score: 1

      What sounds stupid is your lack of understanding of the technology involved. Having a person linked with a public record does not necessarily make the identity of that person public. Welcome to cryptography. Also, the issues Bitcoin has had are not technological. The idea of the blockchain is sound and the technology can be used for other things.

    3. Re:Sounds stupid ... by gstoddart · · Score: 1

      My inherent distrust of, well, pretty much everything ... says that the use of this block chain to link a particular vote with a particular person is completely asinine, and violates one of the underlying points of voting ... who I vote for can, and should, remain private.

      Nobody can leak it or abuse it if they don't have it. So you'll pardon me for deciding it's best it's not accessible, instead of placing trust in any of the entities involved.

      This is something which I think nobody else should be able to access. And some asshole will always try to abuse it if it's possible.

      I'm sorry that you think the block chain of cryptography is some magical cure all. It really isn't.

      And, yes, Bitcoin's issues may not be technological .. which means the problems to Bitcoin are far more intrinsic, and not fixable by technology. Because at a certain point, it comes down to placing trust where it is completely unjustified.

      Blockchains to have their uses. Using them for tracking votes? I continue to see that as moronic.

      It should be none of your fscking business who I voted for. And tying the vote to me and claiming it can't be traced to be is disingenuous, and assumes that I can trust the system.

      In fact, nothing could be further from the truth. The anonymity needs to be inherent, because there will always be someone in the system who is a lying, cheating bastard ... just like with Bitcoin.

      --
      Lost at C:>. Found at C.
    4. Re:Sounds stupid ... by leonbev · · Score: 1

      Yeah, the reliability of the Bitcoin exchanges has a bit to be desired at the moment. Sure, it's not really the protocol's fault, but the half assed implementations that sites like MtGox used for their security have left a bad taste in the mouths of a lot of Bitcoin users.

    5. Re:Sounds stupid ... by GrahamJ · · Score: 1

      But you don't have to place your trust in an entity, that's the whole idea of blockchain. The encryption starts with you so the only entity you have to trust is yourself. Well, that and math.

    6. Re:Sounds stupid ... by Anonymous Coward · · Score: 0

      What sounds stupid is your lack of understanding of the technology involved.

      This is actually the largest problem I have with e-voting. (I live in a vote-by-mail only state, so there's no secret ballot here.) Specifically, even if you design the perfect electronic voting system that makes all of the guarantees you want, the average voter cannot be expected to understand it, and therefore has no reason to trust it. Or rather, if they trust it, they are not actually trusting that the system is good, but the experts telling them that the system is good.

    7. Re:Sounds stupid ... by Anonymous Coward · · Score: 0

      Hi. Disclosure - I have 0.00 invested in bitcoin or any other cryptocurrency.

      What issue do you have with the blockchain - the public ledger?

    8. Re:Sounds stupid ... by Anonymous Coward · · Score: 0

      > This sounds like an incredibly stupid idea. Bitcoin seems like it's barely usable as a currency, it has no place trying to prop up democracy.

      I'm not sure you understand the potential of the public ledger. For the first time, we have a decentralized (eg not under the control of any one group of people), unfalsifiable record of transactions (which can record any information, really. Person A sending X to person B is really just Subject Verb Noun Object). A trustworthy, independent record of historical (not in the big H history, but just that it happened in the past) events that cannot be falsified, which provides this service for nearly free? Think of how many third parties and their roles exist solely to verify a particular event or transaction. Registering a business at a government office. Registering a car or license plate. Registering a marriage, birth, death. Purchasing a stock/share of a company from a third party (eg bank/wallstreet). Those third parties are there because they are essentially independent, and supposed to be trustworthy. If the public ledger can substitute for that, at a much lower price, think of the potential. I'm not suggesting public ledgers will replace government (I'm not a libertarian, and believe in a monopoly on violence) but they sure as shit could reform things quite a bit on *all* fronts.

      I think you're conflating Bitcoin and its associates and their issues (eg MtGox, etc) with lower-case `b` bitcoin - the technology behind the public ledger. Don't let yourself get confused by that.

    9. Re:Sounds stupid ... by david_thornley · · Score: 1

      What sounds stupid is your lack of understanding of the technology involved.

      Hold on. Let's take a closer look at that.

      Most people don't understand the technology involved. I don't understand how the Bitcoin blockchain works, although I could remedy that quickly if I wanted to. Lots of the people I know will not understand it even if they make a serious effort.

      Right now, we mark paper ballots and they get counted. Almost everybody can understand that, and what is done with the ballots. Once we go to any computational means, we lose voter understanding, and voter faith in the system.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    10. Re:Sounds stupid ... by GrahamJ · · Score: 1

      Most people don't understand most science, that doesn't mean we shouldn't use it to improve the world. The technology will be built and proven by people who understand it, then other people will trust those people. People agreed to bug-riddled voting machines, why wouldn't they agree to something that can actually be mathematically proven to be secure?

    11. Re:Sounds stupid ... by david_thornley · · Score: 1

      Voting is an unique application in some ways. It has to be accurate, and has to be seen as such, and there are problems with it being traceable, and it's not really possible to fix problems. I'm happy with not knowing what my car is doing, except in general terms, as long as what it's doing is what I want it to. I'm comfortable with the financial system, since any money illicitly taken from my accounts can be traced and refunded.

      Remember the 2000 "butterfly ballot" in one Florida county? If that had been changed to be a legal ballot, and nothing else about the 2000 election changed, Gore would have been President. (I like that as an example, since it was an honest bipartisan screwup.) In general, it's really not possible to fix a mistake. (Mom's absentee ballot in the 2008 Minnesota Senate election wasn't counted, because the instructions she received didn't match the legal requirements. Another mistake that was impossible to fix. Fortunately for her desires, Franken won anyway.)

      For the average person, a mathematically proven voting system would appear no more reliable than the horrible voting machines you mentioned. It's really, really easy to have misplaced trust.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    12. Re:Sounds stupid ... by GrahamJ · · Score: 1

      And thus we should not strive for it? Ignorance should not be a reason to continue with the status quo.

  9. Such nonsense! by fustakrakich · · Score: 1, Insightful

    Just put the damn ballot on paper. Computers will never be trustworthy. It is impossible.

    --
    “He’s not deformed, he’s just drunk!”
    1. Re:Such nonsense! by Kobun · · Score: 1

      Where's the money to be made in that? Furthermore, how can I pump some hype up about bitcoins with pedestrian paper?

  10. Low Voter Turnout? by Anonymous Coward · · Score: 0

    Why would we want the votes of someone who can't be bothered to go to a polling station as it is?

  11. No. Hell No. Bad Idea. by Shakrai · · Score: 5, Insightful

    There is no way that you can conduct online voting and ensure that the voter is not being intimidated. Offsite voting is a necessary evil for certain people (the handicapped and those who are unavoidably out of town on election day) but it does not need to be expanded to cover everyone. Here in New York we very specifically keep those most likely to intimidate you out of the voting booth, i.e., your employer and union official. The people that can hold a financial gun to your head if you don't vote the way they want. With online voting (or offsite voting on paper, i.e., absentee ballots) there is no way to actually ensure that the voter doesn't have a gun (real or proverbial) aimed at their head when they click 'submit.' For this reason alone I will always oppose it and other measures (vote by mail) that take people out of the polling place.

    The summary also makes the assumption that low voter turnout is a big problem. This is an oft-repeated claim but there's zero evidence to suggest that increased participation rates equate to better results. People choose not to vote for many reasons; apathy likely being the biggest one, followed closely by a generalized disgust with the available options. "None of the above" is a perfectly valid option in an election, whether exercised via the write-in for "Mickey Mouse" or by staying home on Election Day.

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
    1. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

      I think this fear or vote under duress is way overstated..
      For this to have any effect someone would need to force 100s (small-town election) to millions (presidential election) ppl to vote the way they need.

      With just a few percent of the victims testifying anyone trying to pull this off should find themselves in serious trouble..

  12. ... and there's the problem by MadCow42 · · Score: 4, Insightful

    "creates an auditable trail linking a person and their vote"

    Being able to verify how someone voted defeats the whole point. You need ANONYMOUS, but verifiable voting, if that's at all possible. Otherwise, you get into the whole issue of vote buying, intimidation, public shaming, etc.

    --
    I used to have a sig, but I set it free and it never came back.
    1. Re:... and there's the problem by GrahamJ · · Score: 1

      If only the voter can perform the verification then anonymity is maintained.

    2. Re:... and there's the problem by Anonymous Coward · · Score: 0

      If the voter can perform the verification, they can be compelled to via any number of possibilities to show how they voted.

    3. Re:... and there's the problem by MadCow42 · · Score: 1

      Zigactly. :)

      --
      I used to have a sig, but I set it free and it never came back.
    4. Re:... and there's the problem by swillden · · Score: 1

      Anonymous, verifiable voting that allows the voter to check their vote was counted correctly, but not prove to anyone else how they voted, is possible. See the Punchscan system. Some more recent research has also shown how this can be done electronically (Punchscan uses paper ballots).

      Of course, that still leaves open the door for coercion/payment at time of vote, but if that were as large a problem as often claimed we couldn't trust absentee and other mail-in ballots.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    5. Re:... and there's the problem by V-similitude · · Score: 1

      The way to do this is to enable spoofing of your verification.

      In addition to giving people a private key to verify their own vote, also provide an artificial verification key generator that allows anyone to generate a fake key (indistinguishable from a real one) that indicates they voted in whatever way desired. I don't know if you could make this work with a public blockchain, but you could certainly do it with some online systems.

      Make this easy enough and you can have guaranteed anonymity and verification at the same time.

  13. Poll tax? by plopez · · Score: 1, Insightful

    Would this amount to a poll tax?

    --
    putting the 'B' in LGBTQ+
  14. There's one catch though by Anonymous Coward · · Score: 1

    Voting must be private. The blockchain and the transactions it contains are always public.

  15. We at the Trade Union applaud this idea by Anonymous Coward · · Score: 0

    And we will never use it to force people to vote in our favor by threats of violence.

    Secret ballots make sure politicians keep using a carrot to get votes instead of a stick. Might even be a fake carrot (usually is), but that's better than a real stick.

  16. Low turnout is not caused by the voting process by davide+marney · · Score: 1

    The causes of low voter turnout are many, and difficulty with the voting process itself is not one of them, except for one factor: waiting time in the big, popular elections. Waiting time is not a factor in most elections. I am an officer of election, and have worked the polls for nearly a decade.

    Despite all the hullabaloo, it is not, in fact, difficult to register to vote. It is not, in fact, difficult to show up at a polling station, check in, and cast your vote. There are scores of organizations that exist merely to help people with the process.

    So, the whole rationale behind this BitCoin idea falls on its face.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
    1. Re:Low turnout is not caused by the voting process by Anonymous Coward · · Score: 0

      There are scores of organizations that exist merely to help people with the process.

      The existence of these scores of organizations seems to undermine your thesis that the process is not difficult.

      I also find it hard to work out how someone who works the polls is able to ask the people who didn't show up why they weren't there.

    2. Re:Low turnout is not caused by the voting process by davide+marney · · Score: 1

      No, the scores of organizations are there because it is to their benefit to get out the vote, not because the process is hard.

      When I say the process isn't hard, I mean it literally isn't hard because I have watched tens of thousands of ordinary people go through it with no problems. Shoot, even people with physical disabilities somehow manage to cast a vote.

      --
      "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
    3. Re:Low turnout is not caused by the voting process by GrahamJ · · Score: 1

      The idea is not merely to increase voter turnout, it's to implement a system that cannot be gamed.

    4. Re:Low turnout is not caused by the voting process by Anonymous Coward · · Score: 0

      The causes of low voter turnout are many, and difficulty with the voting process itself is not one of them, except for one factor: waiting time in the big, popular elections.

      Because early voting doesn't exist, right?

    5. Re:Low turnout is not caused by the voting process by GrahamJ · · Score: 1

      No one has asserted that blockchain-based voting is good because voting is hard. As I said, the issue is verifiability.

    6. Re:Low turnout is not caused by the voting process by arth1 · · Score: 1

      Because early voting doesn't exist, right?

      Early voting can be changed up to election day. Just because you forced me to send in a vote for your kook, doesn't mean that my vote really will be for your kook - unless you keep me captive until election day, I can change it.

    7. Re:Low turnout is not caused by the voting process by AK+Marc · · Score: 1
      And I've seen one of the edge cases where a person couldn't get "free ID" from the state because he didn't have a birth certificate. And the birth certificate was $100 to get. So there's a $100 poll tax in Texas.

      When I say the process isn't hard, I mean it literally isn't hard

      Sure, it's not hard to take two days off work to wait in line at the city to order a birth certificate (which, when I was a kid, was "print me John Doe's birth cert" "Sure, that'll be $1 printing fee", but now is very hard because of ID theft), then the next day go wait hours in line at the DMV for an ID.

      I'm sure it's easy for the rich with driver's licenses and such to fill out a piece of paper. But how easy is it to vote when you don't have ID or a birth certificate?

  17. It won't solve the voter turnout problem by Anonymous Coward · · Score: 0

    You cannot move the polling station to your pocket. The point of a polling station is that you're not affected to any kind outside influence.

  18. Not everyone who didn't vote didn't care to by Anonymous Coward · · Score: 0

    There are options outside of "lazy", "forgot", "don't care" when it comes to reasons not to vote. Myself, I make a point of not voting because I'm an Anarchist and voting just proves you believe someone can be your leader.

  19. Anonymity is a requirement by infogulch · · Score: 1

    The author doesn't understand the requirements for elections. It should not be possible to bribe or coerce anyone for their vote. Anonymity is therefore an absolute requirement.

    If votes were tied to identities you could have politicians bribing individuals for votes. Coercion could come in various forms, not just threat of violence, and it doesn't have to happen immediately. "I'm sorry you and your children are starving, Ms. Hudson. This is completely unrelated, but I see you voted against us during the last election. Ah, according to the computer, we're completely out of funds to help, sorry."

    1. Re:Anonymity is a requirement by GrahamJ · · Score: 1

      Having a person linked with a public record does not necessarily make the identity of that person public. Cryptography can allow a voter to be able to verify their vote without others being able to link the vote to the voter.

    2. Re:Anonymity is a requirement by Anonymous Coward · · Score: 0

      Having a person linked with a public record does not necessarily make the identity of that person public. Cryptography can allow a voter to be able to verify their vote without others being able to link the vote to the voter.

      But that would still allow voters to prove their votes to a third party, in order to claim bribes.

  20. Tracking a vote back to the person? by adameros · · Score: 1

    That is a horrible idea. There is a reason we have a secret ballot, and no receipts, to make sure now one is forced to vote a particular way. Was no thought given to this idea at all?

    1. Re:Tracking a vote back to the person? by AK+Marc · · Score: 1

      It was selected by the US Founding Fathers and used for 100 years, until the Civil War. Worked great until there was significant domestic conflict.

    2. Re:Tracking a vote back to the person? by Anonymous Coward · · Score: 0

      Was no thought given to this idea at all?

      oh, they gave it plenty of thought. This is just a scam to convince people to reveal their votes to the computer, so they can read voter-vote mapping off the computer and take action against those who voted against them.

      Using computers to record votes + vote linked to voter is a terrible idea, because why should the voter trust the voting system to not snitch on them? That's too much power.

  21. Re:No. Hell No. Bad Idea. by Chelloveck · · Score: 1

    An overly-complex and ill-considered solution to a mostly non-problem. I was honestly surprised that the summary *didn't* end with "Read on to see what Bennett Hasselton has to say."

    --
    Chelloveck
    I give up on debugging. From now on, SIGSEGV is a feature.
  22. Anonymity by Anonymous Coward · · Score: 0

    ahh most of the posts in regards to this subject are totally wrong. A good online voting system would get many more informed votes. Including me. It would be awesome if I could go to a site click the candidates picture and see her view points, voting record etc and cast my vote. It simply takes too much time to do the research, write it all down, then go vote. By the way people you have no idea what happens to the vote when you go to a public station. You trust it because...why? Its the SAME thing. It's like my mom being afraid to put her CC information in Amazon because its "online". The store is "online" too. All you have to do is make a system that ensures anonymity.

  23. Bitcoin enabled voters? Are you high? by YrWrstNtmr · · Score: 0

    Yes...yes you are.

    " Bitcoin-enabled voters don’t have to place their trust in Florida ballot counters trying to discern the difference a hanging chad and a dimpled chad—nor in black box online voting systems from private companies where what’s happening inside is a mystery. The proof is right there on the blockchain."

    So we should put our trust in a bitcoin type system? How about no. Does that work for you?

    1. Re:Bitcoin enabled voters? Are you high? by GrahamJ · · Score: 1

      We should put our trust in cryptography, yes.

  24. 2015 now? by Anonymous Coward · · Score: 0

    Fuck it, vote by twitter. #NewPresident.

  25. Problem Isnt voting by Anonymous Coward · · Score: 0

    You have it wrong, People I know don't vote because its hard to vote, They don't vote because we have simply lost faith in democracy.

    When you have parties/persons who claim to stand for one thing and then do the exact opposite when elected.
    When election campaigns that should be the most important thing to our society are nothing more the beauty pageants.

    I haven't voted in 9 years simply because I don't care, it makes no difference if Party A or Party B gets to be "leader" all the sides have already be bought and paid for by the same people.

  26. Re:That's nice.. by CrimsonAvenger · · Score: 1

    How can your politics be so screwed up that both houses are run by the opposite party to the president in power.

    This sort of thing happens in the USA because many of us don't want the government to "get things done". We're mostly happy with the status quo (or not too unhappy, anyways), and figure, based on past experience, that most of what the government does when it gets the urge to "do something about xxx" will:

    a) not produce the intended result

    b) cost us more money

    c) generally not get anything (good or bad) done till long after the problem its meant to solve has gone away on its own.

    Do remember that we vote for a PERSON, not a PARTY, as most of you in Europe and elsewhere do. The question isn't "do we want more Democrats/Republicans?" but "do we want this particular bozo?"

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
  27. Awesome for botnet owners too by Wrath0fb0b · · Score: 2

    In addition to selling your credit card and social security numbers, they can now offer to sell your vote for 10 cents apiece. Just harvest the private keys and it's a race to see which botnet can sign with the stolen key first! Sell them on TOR or I2P, I'm pretty sure Koch and Soros will bid big money to literally buy the election -- you can auction them against each other.

    And if you say "we'll put the private key on a dedicated USB stick only for voting" then not only have you killed a lot of the convenience (for instance, you cannot do it from a phone but need a PC that can act as a USB host) but you've just moved the point of pwnage up a little bit to having to steal it right as you vote (or present a bogus voting interface!).

    Really what you need is a set of physically separate machines that people can go to and plug their USB drive into a known secure environment. You could even put them in convenient nearby locations like schools and churches ...

    1. Re:Awesome for botnet owners too by Anonymous Coward · · Score: 0

      Protecting private keys has come up in Bitcoin before, and hardware wallets were developed to keep the keys off of the host. One of them (the Trezor) even has a display so that you can verify the transaction it's signing is the one you thought you sent to it. The current models take a bit of effort to use with a phone (have to run the phone's USB port in host mode and get an adapter), but a Bluetooth connection could work too.

  28. More votes, bah! by Dracos · · Score: 1

    It should be very clear by now that at least one party doesn't want more people to vote in general, only more of the people likely to vote in that party's favor. The establishment only accepted electronic voting so that they can game the outcome. They'll never take the next step to allow it to be widely exercized.

  29. A Solution in Search of a Problem by sirwired · · Score: 1

    Frankly, if someone can't be arsed to vote in person, via mail in ballot, or via early voting, I'm not sure they really care enough about the process to put any real thought into their vote at all.

    1. Re:A Solution in Search of a Problem by Anonymous Coward · · Score: 0

      "I'm not sure they really care enough...to put any real thought into their vote."

      Indeed, but we may still want their vote. This drowns out the effectiveness of narrow appeal to the small segment of voters likely to turn out. Now the politicians and the money must make the case in broader terms if they want to move the needle.

  30. All the fraud of bitcoin now fixing elections by Anonymous Coward · · Score: 0

    This is the stupidest idea I've ever read, I'm shocked it wasn't a Bennet Haselton blog post.

    1. Re:All the fraud of bitcoin now fixing elections by Anonymous Coward · · Score: 0

      All the idiocy of bennet in a new concise format.

  31. Start with a simpler ballot by Pope · · Score: 1

    One of the big things I see with respect to U.S. elections is that there are far too many thing crammed onto the ballot every two years. Simplify it! Every 4 years you get your presidential vote, along with senate and house, and the off 2 years you get senate and house. Put anything else on other days. Federal elections could have a standardized ballot across the entire country, no dimpled cards or hanging chads.

    --
    It doesn't mean much now, it's built for the future.
  32. stolen ballots? by swschrad · · Score: 2, Insightful

    let's review the evidence. biggest Bitecon shop rifled and shut down broke a year ago. last week, the next biggest Bitecon shop was hit for something around $5 million in Bitecon. TV hosts wave around a new wallet on the air and it's emptied before the videotape rolls on the story.

    and somebody wants to run VOTES over this leaky scam system? almost as bad at the Supreme Court allowing billionnaires to buy all the elections they want.

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
    1. Re:stolen ballots? by bspus · · Score: 1, Informative

      What brought those sites down was not a flaw in the technology of the blockchain.
      It was either incompetence or plain old fraud which can always occur in any context.

      People who lost bitcoins had already given up control of their coin to those organizations and the trading within their platforms is off-the-chain except for the parts where people deposit coin and withdraw.
      Nobody ever lost bitcoin that they kept in their own wallets unless they were stupid enough not to get necessary precautions, like getting their pc hacked while not having their wallet encrypted with a secret passphrase.
      Bitcoin cannot protect you against stupidity. Nothing can infact

    2. Re:stolen ballots? by Archangel+Michael · · Score: 1

      The problems you describe, are not related to the security of the blockchain. That is actually a different issue altogether (see bitcoin cartels)

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    3. Re:stolen ballots? by aaaaaaargh! · · Score: 1

      Nobody ever lost bitcoin that they kept in their own wallets unless they were stupid enough not to get necessary precautions, like getting their pc hacked while not having their wallet encrypted with a secret passphrase.

      And that's exactly what would happen on a massive scale if this technology would be used for voting. Everyone from the NSA over Anonymous, the Russian Mafia, the Chinese government, up to college prankers would hack your PC and hundreds of thousands of others until you could throw the voting results right into the garbage can.

      God lord, I wouldn't even trust most anti-virus and backup companies not to influence my votes with their root access, and they're supposed to be the good guys.

    4. Re:stolen ballots? by Vitriol+Angst · · Score: 2

      There are orders of magnitude better security on Bitcoins then there are on our electronic voting systems. They were designed in the first place by two hackers Rove got out of prison. They had three "Access databases" one for query, one that was used to submit the vote, and a third with no particular reason given. Any reason other than fraud to have three databases in a simple voting system and any REASON why a touch screen device is so expensive and flakes out so often? If Banks had these problems they'd lose billions at ATMS; they don't, so the only reason is fraud or incompetence.

      I'd say that government agencies or very advanced hackers working for the mob took out some bitcoin companies with my first suspect being governments as it challenges the bankers they work for.

      I already know I vote on a totally hackable system and it's just honest enough to be plausible. Pay no attention to Max Cleland's vote flipping in the last few minutes of the election.

      --
      >>"ad space available -- low rates!!!"
    5. Re:stolen ballots? by bspus · · Score: 1

      Which is why a distributed blockchain might actually increase transparency and therefore trust in the system.

      On your first post I get the impression you don't trust the technology (bitecoin, leaky scam system etc)

      Then you say its people you don't trust because they lack the skills to protect themselves.

      In any case they are not thinking about using bitcoin but some derivative of the blockchain technology which, believe it or not, seems to be robust (as an idea at least).
      So forget about scam exchange sites, drugs, or whatever else bitcoin seems to have been inextricably linked to.

      Whatever they come up with, on the surface will probably look nothing like bitcoin

    6. Re:stolen ballots? by Anonymous Coward · · Score: 0

      I know you're a troll because no one is this stupid.

  33. This would be terrible for Republicans. by Anonymous Coward · · Score: 0

    Given that higher voter turnout generally favors Democratic candidates, I'm guessing the Republicans will come out against anything like this and will find a way to kill it before it ever happens. There'll be some other reason given, but the real reason is that it would benefit the opposition.

  34. Low voter turnout - huh ? by Anonymous Coward · · Score: 0

    I love how this meme of "low voter turnout" gets distributed because people want to believe it. The reality is all in the distribution. This was a mid-term which meant that distribution was key. Where a seat was hotly contested and in doubt, the actually turnout average was higher than normal. In those seats that weren't contested it was lower. But since people want to believe that lower voter turnout was the reason their party lost.... It's nice to hold on to such beliefs in the face of such an overwhelming defeat.

  35. Re:No. Hell No. Bad Idea. by peragrin · · Score: 1

    Personally I think non of the above should be on all ballots. He would win landslides every time. If he gets a majority the election needs to be Reheld and new candidates need to be chosen.

    --
    i thought once I was found, but it was only a dream.
  36. Re:No. Hell No. Bad Idea. by VFA · · Score: 2

    Very well put. I think there should be an actual "None of the above" choice on the ballot. If the count of that choice reaches a certain high percentage, say 50%, the elections should be considered null and void and new elections with new candidates should be run. This way we may have a chance at actually getting the rascals out of the government. Oh, and on topic, elections MUST be conducted in public place with privacy booths. Online voting as tempting as it may sound in this day and age of not getting off the couch for ANYTHING is a bad idea because of possible coercion and voter manipulation. Public polling place, with private voting booths and paper ballots. Count the ballots publicly. Also, voting should last 3-5 days covering a weekend and off hours to accommodate people working night shifts, etc. There are many improvements we can make to the current voting system, but taking it online is not a good one. Why do people think that anything technological is automatically superior to low-tech alternatives? Paper ballot is still the most reliable way to record votes.

  37. transparency by goombah99 · · Score: 1

    the purpose of elections is to convince the public the election was fair. crytpography isn't transparent. worse in some forms of crytography it gains security from centralization of the key control making single point of attack more likely. It's much better when the public can see how the election works.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  38. Open Voting? by MagickalMyst · · Score: 1

    Why do we need all of this secrecy anyway? Because someone might retaliate if you don't vote for them?

    There are many more problems with corruption and secret voting systems.

    If you truly support someone, then why not just say it out loud?

    Voting should be done out of love, not fear.

    --
    Political correctness is really just herd psychology pushed by insecure people who desperately seek social conformity.
    1. Re:Open Voting? by Anonymous Coward · · Score: 0

      Why do we need all of this secrecy anyway? Because someone might retaliate if you don't vote for them?

      Because the person with a financial gun to your head can downsize you if you aren't voting they way they want you to vote.

      And before you say, it doesn't happen, it does happen.

      A company I worked for had consistent record quarters, then the Republicans lost control of the house; they downsized a bunch of people all while saying: Be happy you have a job.

      While they were making record profits.

  39. Re: No. Hell No. Bad Idea. by TuringTest · · Score: 2

    For this to have any effect someone would need to force 100s (small-town election)

    Which is easy to do when the small town is dominated by the local chieftain.

    to millions (presidential election) ppl to vote the way they need.

    Which is certainly doable by a well-coordinated syndicate of local chieftains with a shared interest in a pro-local-chieftain candidate.

    With just a few percent of the victims testifying anyone trying to pull this off should find themselves in serious trouble.

    This is why vote anonymity is essential. If a ruler is powerful enough to impose the votes on a whole community, no one would be silly enough to risk their neck by openly testifying against them. This may look hypothetical today, but if you open the possibility for coercion in elections, its only a matter of time that it gets abused on a wide scale.

    --
    Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
  40. The election process is not the problem by Anonymous Coward · · Score: 0

    Other democratic nations have similar election procedures, but much higher turnout. The problem is therefore not with the process, but with the American electorate, which is uniquely ill-informed and disengaged. Try to find a way to fix that.

  41. Verifying a message vs. its contents by tepples · · Score: 5, Insightful

    As your employer, I'd like to see your randomly drawn ID, you know, to verify that you really voted during the two hours you were off.

    Here's the public part of a randomly drawn ID, plus a certificate signed by the election office. With the public part, you can verify that I voted but not for whom. For all you can tell, I voted for Mickey Mouse.

    1. Re:Verifying a message vs. its contents by Anonymous Coward · · Score: 0

      As your employer, I'm still going to need to see that full ID. Remember, this you are an At Will Employee.

      My point is that no matter how good the math behind the vote verification system, it's always going to be defeated by a $5 wrench, or a $5 reward if you voted like I told you. No system, except one that does not produce a voter-verifiable audit trail, can defeat those simple counter-measures.

    2. Re:Verifying a message vs. its contents by Anonymous Coward · · Score: 0

      Why not make it illegal to use any voting records for any non-official purpose? A felony or $10,000 fine per occurrence would minimize the number of people willing to get involved in illicit voter intimidation.

    3. Re: Verifying a message vs. its contents by MikeSyposs · · Score: 1

      Why not just give your boss a different ID that is not yours. How would they know?

    4. Re:Verifying a message vs. its contents by PetiePooo · · Score: 2

      As your employer, I'm still going to need to see that full ID. Remember, you are an At Will Employee.

      As your federal government, I'm investigating claims that you are asking for your employee's voting IDs. Remember, you are subject to the laws of the federal government, and the fine for this particular infraction will surely put you out of business.

    5. Re:Verifying a message vs. its contents by Hognoxious · · Score: 1

      HR policy is that you must show *both* parts. Why? Because it fucking is.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    6. Re:Verifying a message vs. its contents by radarskiy · · Score: 1

      As your employer, I count up the number of receipts I got vs. the number of votes the "correct" candidate got. If the former is greater than the latter then everyone gets punished.

      This is not a theoretical tactic.

    7. Re: Verifying a message vs. its contents by Anonymous Coward · · Score: 0

      Entire line of thinking is backwards. I vote the way my boss wants me to, then prove it to him voluntarily to earn extra favours over and above the guy in the next cubicle with their secret ballot.

    8. Re:Verifying a message vs. its contents by tepples · · Score: 1

      If everyone gets punished, then you will have no employees, and you will have no business.

    9. Re:Verifying a message vs. its contents by tepples · · Score: 1

      Why? Because HR wants to squander its resources by giving employees just cause to resign and claim constructive dismissal.

    10. Re:Verifying a message vs. its contents by gnupun · · Score: 1

      What if a mugger pulls a gun in an alley and asks this info? He could easily make $100 to $300 selling this info. What felony law is going to stop someone who makes a living breaking laws?

      A more sneaky way would picking your pocket or hacking your PC to get this info ID.

      Another worst part is the people who create and operate the voting machines would know who voted for whom. This is not democracy it's fascism.

      Non-anonymous voting = bad and UTTERLY STUPID

    11. Re:Verifying a message vs. its contents by Hognoxious · · Score: 1

      Do you understand the nature of "at will employment"?

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    12. Re:Verifying a message vs. its contents by tepples · · Score: 1

      An employer has the right to terminate any employee's employment (for reasons other than membership in a protected class) because there exist other employers. But an employer has the responsibility not to do so in order to prevent its best employees from defecting to other employers and adding value to other employers' products that they could be adding to its own products.

    13. Re:Verifying a message vs. its contents by Hognoxious · · Score: 1

      Shut up, you communist, and get out or I'll have you arrested!

      [to secretary] Put him on the blacklist. And pass it on to Joe at BigCo and Bill at MegaCorp. No, I'll do that myself, I'm playing golf with them this afternoon.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    14. Re:Verifying a message vs. its contents by tepples · · Score: 1

      I don't know about all countries, but the UK has laws against this sort of employer blacklist.

    15. Re: Verifying a message vs. its contents by PetiePooo · · Score: 1

      So the boss came to you with the offer, and you, being the weasel that you are, accepted. Conversely, he didn't go to the guy in the next cubicle, so he knows nothing about this, right? That's a messed up place to work. The guy in the next cubicle should find a place that's not full of weasels and let you and your boss dig your own holes.
      Not to mention that it's a good opportunity to strengthen whistleblower protections so that you can roll on your weasel boss without fear of retribution and loss of job/position...

  42. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    For this to have any effect someone would need to force 100s (small-town election) to millions (presidential election) ppl to vote the way they need.

    With just a few percent of the victims testifying anyone trying to pull this off should find themselves in serious trouble..

    So any of the top unions in the united states would have enough members to make this worthwhile? Say, the teachers union, at 2.5 million people. "We're giving all union members 2 hours to complete your voting using the designated computers we've set up in the cafeteria. Union officials will be present to answer any questions you might have, and including the union's position on the proposed legislation on today's ballot." It would be easy for the union to say they were facilitating higher voter turnout by supplying locations and resources for staff to complete online voting, but it would also be easy to glare menacingly and hover behind any staff you think are going to vote against the union's position. And if a rogue administrator set up logging on the network to track everyone's votes? Even if he were caught (note: if!), the union would disavow any knowledge of or responsibility for his actions.

  43. Uh... Biggest problem is low voter turn out? by colin_faber · · Score: 1

    The premise of this article is flawed. The biggest problem with the current electorate is low voter turn out? No, the problem is uneducated voters voting. If anything we have too many idiots casting ballots on issues they've learned about through entertainment tonight or TMZ.

    1. Re:Uh... Biggest problem is low voter turn out? by MagickalMyst · · Score: 2

      Actually the problem is that people don't vote for leaders they vote for puppets -boring, lying over-paid scoundrels who are connected to all sorts of nastiness, but out of touch with people. All the public really ever knows about these so-called 'leaders' is what the controlled media tells them.

      Politics, like banking, are very important in our culture but are designed to be boring and uninteresting to the masses. This allows them to have more control over the people and less oversight of their actions.

      --
      Political correctness is really just herd psychology pushed by insecure people who desperately seek social conformity.
  44. selling your vote versus the secret ballot by goombah99 · · Score: 4, Insightful

    The secret ballot has two purposes. one is it maintains your privacy and that's good for you. The other is it prevents selling your vote and that's good for the public. If I have a bitcoin ballot then I can easily transfer that coin to someone else to vote. thus I can sell my vote and the buyer knows for sure how it will be cast.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 3, Interesting

      one is it maintains your privacy and that's good for you

      This is asserted without historical proof. The open ballot worked fine in the US for 100 years. It's John Hancock, not Anonymous. It only changed when the country was in a civil war. In a stable country, open voting is better.

    2. Re:selling your vote versus the secret ballot by Millennium · · Score: 1

      Care to elaborate? Open voting in the modern age tends to be practiced by dystopian regimes, as a means of asserting control over the voter base. How is that even remotely better than a secret ballot?

    3. Re:selling your vote versus the secret ballot by Rich0 · · Score: 1

      one is it maintains your privacy and that's good for you

      This is asserted without historical proof. The open ballot worked fine in the US for 100 years. It's John Hancock, not Anonymous. It only changed when the country was in a civil war. In a stable country, open voting is better.

      Isn't that a bit like saying that slavery worked fine for 100 years? The US was hardly problem-free for the first century of its existence. Considering how many people couldn't vote at all, it was barely a democracy by today's standards.

    4. Re:selling your vote versus the secret ballot by Mr.+Slippery · · Score: 2

      The open ballot worked fine in the US for 100 years.

      Are you seriously referring to the era of American history when slavery and Native American genocide were at their peak, when women and those of the wrong skin color were deprived of the vote, when worker revolts were regularly put down by armed force, when violence at the polls was a regular occurrence, as a time when voting "worked fine"?

      Here's how we used to vote. Any claim that this system "worked fine" is disconnected from reality.

      The ahistoricalism of American political discourse never ceases to amaze me. Nor does the desire for technical fixes to social problems: to get voters to vote, we don't need on-line voting, we need better candidates, a reform of ballot access and campaign finance laws. (And a preference ballot and ad binding "none-of-the-above" option.)

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    5. Re:selling your vote versus the secret ballot by MobyDisk · · Score: 1

      In a stable country, open voting is better.

      Hypothetically, let me grant you that point. But once the country is no longer stable, can we switch back to the other voting system?

      Many institutions work really well if you assume things like honesty, stability, fairness, etc. But much of the U.S. is designed under the assumption that those things aren't there, in order to protect it from ever becoming so. This is because if those assumptions are violated, there isn't some kind of fallback where the people can change back to the old way. We can't ever say "okay, the police are abusing their power again. It's time to reinstate the 4th amendment."

      Surveillance is probably the best example these days. If we assume the "watchers" are not targeting anyone other than terrorists, then we should simply allow them full access to everything. This is the intention behind the phrase "There is no reason to hide if you have done nothing wrong." But even in a hypothetically "stable" country, honest law-abiding citizens may fight to keep their privacy, so that if and when the "watchers" become evil, they won't get control.

      Free speech and gun control are based on similar reasoning to the secret ballot. Perhaps, one day, once we have permanently eliminated racism, greed, and jealousy then we can switch to the "stable" system. In the mean time, let us err on the side of caution.

    6. Re:selling your vote versus the secret ballot by MobyDisk · · Score: 1

      Sorry to reply twice but I have a question: When did the US ever have an open ballot?

    7. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      So the first 100 years of the USA was a dystopian regime? If so, then it's a history argument, not voting argument you are looking for. If not, then you need to go argue with reality first, and come back to me when you've completed your agrument with reality. Let me know if you manage to get reality to change to match your personal preference.

    8. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      The level of voter fraud was low, even if you didn't like how they voted. The system was fine, even if the voters didn't vote the way you'd prefer.

    9. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      Hypothetically, let me grant you that point. But once the country is no longer stable, can we switch back to the other voting system?

      http://en.wikipedia.org/wiki/Secret_ballot#United_States The US switched from open (what the country was founded on, and operated on for about 100 years) to secret when the stability wasn't there. Though, they didn't do so during the open war, but after the civil war ended, and armed men would shoot you if you voted the wrong way in an open ballot (though they quickly moved to hangings, as bullets cost more than reusable rope). So secret ballots made them peek before killing you. And poll taxes were instituted to keep the poor from voting.

      But even in a hypothetically "stable" country, honest law-abiding citizens may fight to keep their privacy, so that if and when the "watchers" become evil, they won't get control.

      When you go for security clearance, being gay isn't disqualifying. Being a closeted gay is. Hiding the fact that you voted for Bush and lying about it is bad. Being proud of your vote, regardless of who for is good. When the information is open, it can't be used against you. Yes, I'm with 200,000,000 voters. You can pick out the ones you don't like, but do something large and sweeping against them, and in a stable (even if corrupt) country, the others will rise up. Hitler was the world's 9/11. No longer will (mostly) unarmed men hijack a plane. No longer will the social democrats sit idle while the Jews are lead away.

    10. Re:selling your vote versus the secret ballot by Yunzil · · Score: 1

      I can show you stories about people who literally got fired or were threatened with being fired because they were suspected of being Obama supporters. And in many states that's perfectly legal.

      Now let's imagine life under your scheme.

    11. Re:selling your vote versus the secret ballot by Anonymous Coward · · Score: 0

      There were gangs which would swing by and pick you up and make sure you vote the way they want. It is why it is secret and private. To prevent vote buying and vote coercion. I could see parents walking their 18 year old over to the voting booth and making sure they vote 'the same way'.

      Open voting also opens you up to things like what happened to the dude from mozilla. Basically run out of town on a rail because of what he 'voted'. There is nothing more close minded than a mob.

    12. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      So the gangs just go into the polls with you, and you show them the ballot before you cast it. Closed voting isn't any more secure.

    13. Re:selling your vote versus the secret ballot by Anonymous Coward · · Score: 0

      So the gangs just go into the polls with you, and you show them the ballot before you cast it.

      Then it's not closed voting at all. It's the open voting you're proposing.

    14. Re:selling your vote versus the secret ballot by fgouget · · Score: 1

      This is asserted without historical proof.

      Historical proof was provided when Chile switched from open ballots to secret ballots: Land and Power: Theory and Evidence from Chile.

    15. Re:selling your vote versus the secret ballot by Anonymous Coward · · Score: 0

      This is asserted without historical proof. The open ballot worked fine in the US for 100 years. It's John Hancock, not Anonymous. It only changed when the country was in a civil war. In a stable country, open voting is better.

      Actually, you are asserting that in the face of both historical and contemporary proof. All it takes is a quick look at authoritarian regimes where a single (crappy) candidate gets 99% of the vote... do you really think that Comrade Kim would stand a chance if there was a secret ballot in North Korea? Open voting has been abused by jackbooted thugs at every possible opportunity.

    16. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      All it takes is a quick look at authoritarian regimes where a single (crappy) candidate gets 99% of the vote... do you really think that Comrade Kim would stand a chance if there was a secret ballot in North Korea?

      Yes. They collect everyone's votes. Count the secret votes in secret rooms. The walk out and declare a 99% landslide. That's how secret voting works.

    17. Re:selling your vote versus the secret ballot by houghi · · Score: 1

      The problem isn't that they did not vote how I preferred it. The problem is that they (perhaps) didn't vote on how THEY preferred it.

      --
      Don't fight for your country, if your country does not fight for you.
    18. Re:selling your vote versus the secret ballot by david_thornley · · Score: 1

      Have you evidence that vote fraud didn't happen much, or is this another one of those ahistorical declarations?

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    19. Re:selling your vote versus the secret ballot by david_thornley · · Score: 1

      What happens around here:

      People come in to the polling place and either register at the polls or sign their name in the pre-printed book. They take their ballots, fill them out, and put them into the machine. No coercion is allowed at the polls. When the polls close, the machine results are accessed and reported on up, while the ballots are sealed in a box

      All of this is done in the presence of observers. Normally, both major parties will get people to observe every precinct, and other parties can also. If there were any partisan shenanigans going on, there would be somebody on the spot who could and would protest, and said protest would be followed up and investigated publicly.

      It is sometimes necessary to count the physical ballots. This is done with participation from both major parties, of course, and typically the different party observers have to agree on a ballot. A few precincts will be randomly audited to make sure there's no widespread problem, and in some cases it may be necessary to count all the ballots.

      Once the election is over, the complete precinct-level vote totals are published, and of course anybody can verify the arithmetic from there. As long as the precinct vote totals are accurate, the total count is accurate.

      There are things that can go wrong, but they go wrong in the open. Ballot boxes can be lost (one was in the 2008 Minnesota Senate election), but they will be known to be lost. There can be irregularities in ballot handling (one precinct in the same election), but such irregularities are reported. Any tampering of the process is going to be to the detriment of at least one major party, and therefore has to be done in the presence of an observer who will object (if intimidated at the moment, the objection might be delayed). Somebody could vote in more than one precinct, but that crime is not easy to cover up. I don't know that the ballots are shuffled (or cut) at some point in the process, but they could be, and in any case noting who voted in what order would be pretty obvious.

      Overall, it's secret and secure.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    20. Re:selling your vote versus the secret ballot by Millennium · · Score: 1

      So the first 100 years of the USA was a dystopian regime?

      It was a heck of a lot closer to one than it is now; that much is certain. And even if it were not, nostalgia for a bygone historical era is irrelevant in the face of current practice. The holes in non-secret ballots have long been exploited, and that genie is not going to go back into the bottle.

      Besides which, you have still failed to state why non-secret ballots are any better. What purpose do they serve, other than to make it possible to pressure people to vote the way that some other party wants them to?

    21. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      Read your own question. Do you have evidence that I didn't eat tacos last Tuesday? No, because that's impossible. Proving the negative after the fact is impossible. Though I do have plenty of evidence. The discussions in the states adopting the secret ballots in the US after the Civil War, none of them mention the widespread fraud before the Civil War. Had it been happening, there would have been some mention.

      And yes, I recognize that you refuse to accept reality when it doesn't agree with you. Can you prove there was widespread vote fraud when the US had open voting (prior to the war and civil unrest that caused its repeal)? No, you can't. You'll just throw out another ad hominem, or state that it's me who's required to prove my point, but you don't have to prove yours.

    22. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      That would be a problem if it happened, but it didn't.

    23. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      So, you are asserting that what you describe is what you'd expect to have happen in North Korea, should they move to a closed secret vote?

      From your other posts, you seemed quite out of touch with reality, but I didn't realize how much.

      Also, the system you describe assumes infallibility so much so that it doesn't work for any errors.

      If you think it has any error handling, please tell me what happens when a precinct-level result shows 80% votes for candidate A, when the exit polls show 60% for candidate B, and the total number of votes is twice the elligible voters (about 4 times the number who were marked off in the rolls as having voted)? In practice "around here" they count all the votes, and give the win to candidate A, knowing that most of the votes in the box *must* be invalid. It many be "Secret", but it is most certainly not "secure".

    24. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      And even if it were not, nostalgia for a bygone historical era is irrelevant in the face of current practice. The holes in non-secret ballots have long been exploited, and that genie is not going to go back into the bottle.

      And continue to be exploited. You left out that piece.

      Besides which, you have still failed to state why non-secret ballots are any better. What purpose do they serve, other than to make it possible to pressure people to vote the way that some other party wants them to?

      I've said it many times. The "purpose" is that it's the *only* way for a person to ensure that their vote was counted as they intended. In Florida 2000, they idenfitied some ballots that weren't lined up right. A mix of user error and bad design. And for some vote patterns the voter would think they had voted one way, and the ballot verification machines that are often used (but weren't for Florida) would have counted it as a "valid" ballot. But the vote wouldn't have been counted as intended by the voter.

      Such errors are common, and in a "secret" balloting, impossible to gauge.

      My question back is, "Why is secrecy more important than accuracy?" For a stable society, no "other party" cares enough to force people to vote a particular way. It just doesn't happen. And the places people point to to show tampering happened, most of them tampering wasn't illegal. If tampering is illegal, and that law is enforced at all, then open voting has much much less fraud and error than secret ballots.

      Congress is open ballots, and when 435 Representatives vote on a bill, never have they recorded 500 votes. Though that has happened in regular votes, where more votes were counted than registered voters. Open voting is 100% secure (for the recording of the votes). The problem of vote buying doesn't exist. The problem of coercion doesn't exist. And the people that insist that the US will change to make those common and accepted are the ones asserting irrational things without any evidence at all.

    25. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      Then we have open voting now. At least until naked voting is required by law. Otherwise, I can take a photo of a completed ballot showing how I voted as "proof" for a 3rd party. When I'm able to prove it to someone else, then it's not secret, right? So why do you prefer an open voting system called "secret" with all the fraud of both secret and open voting, over a "pure" open voting system that would eliminate all the frauds possible in a secret ballot system?

    26. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      Yes, in places where vote tampering is legal, an open ballot is much more likely to be abused. Or are you saying that the US political situation is no more stable than 1900s Chile?

    27. Re:selling your vote versus the secret ballot by fgouget · · Score: 1

      Yes, in places where vote tampering is legal, an open ballot is much more likely to be abused.

      There have already been attempts to sell votes in the US even though no one can prove how they voted. Once you make it possible to verify the temptation to sell and the pressure from the buyers is going to be that much greater. And making it illegal is not likely to be more effective than for drugs.

      Or are you saying that the US political situation is no more stable than 1900s Chile?

      Read the paper. It's 1958, not 1900. So it's not like it's old history. And at that time Chile had had a democracy for 26 years already. Also I think you greatly overestimate the health of the US democratic process: how long has it been since a party other than the Republicans or the Democrats has been in power?

    28. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      There have already been attempts to sell votes in the US even though no one can prove how they voted.

      I've not see any vote selling things reported on, though it's trivial to prove how you voted. Yes, even today, with secret ballots.

    29. Re:selling your vote versus the secret ballot by fgouget · · Score: 1

      I've not see any vote selling things reported on,

      Then let me help you in in this very difficult search.

      though it's trivial to prove how you voted. Yes, even today, with secret ballots.

      You will have to be a lot more specific for your assertion to carry any weight.

    30. Re:selling your vote versus the secret ballot by Millennium · · Score: 1

      And continue to be exploited. You left out that piece.

      Really? I thought I had that covered by "have long been exploited, and that genie is not going back in the bottle."

      My question back is, "Why is secrecy more important than accuracy?"

      Because the harm done by vote-forcing and vote-buying far outweighs the harm done by all but the most egregiously inaccurate counts. It takes little more than a cursory glance at modern societies facing these problems to see that.

      For a stable society, no "other party" cares enough to force people to vote a particular way. It just doesn't happen...

      At best, that assumption is extremely naive. Even in places that practice secret ballots, attempts at vote-selling and coercive schemes are common. In places with a free press, they make the news all the time.

      They don't tend to get very far, of course. But that's largely because it's impossible to verify that any given person actually voted in a particular way. There is no point in attempting to coerce someone to do something when all you have to verify that they've done what you wanted. There is no sense in buying votes when there is no way to verify that you've actually gotten the service you paid for. But for this to work, there must well and truly be no way to get that information.

      Legal and procedural safeguards are not enough. It must be actually impossible to get this information: in other words, the secret ballot. There is a tradeoff involved, in that counts become marginally less accurate, but given the alternative, this price is worth paying.

    31. Re:selling your vote versus the secret ballot by david_thornley · · Score: 1

      I wouldn't expect this to happen in North Korea. It depends on the ability of poll observers to make a fuss without being shot or suppressed. The system is not so much infallible as tamper-evident.

      In the case you mention, I have to wonder how the ballots got into the box. The whole thing was under the observation of at least one person representing candidate A and one representing candidate B from the start of voting to the sealing of the box. The voting machine made a tabulation of the results, and if that tabulation seriously exceeded the number of voters somebody would notice. If the ballot box proved that unreliable, the tabulation would be used. (In one close election, a ballot box had disappeared, and the courts accepted the tabulation instead.) The number of votes can be determined by the records kept at the voting place (it's a matter of legal record that I was given a ballot in the 2014 election, although what happened to it between my getting it and it going through the tabulating machine into the box is not recorded).

      Obviously, sufficiently determined people can stuff a ballot box. Equally obviously, they can be convicted of vote fraud, which is a serious crime around these parts, assuming they achieve their nefarious purpose before the police arrive.

      So, the security is in four parts. First, there's no opportunity to make any significant changes to the ballot box without observation. Second, with any cheating, at least one observer will be motivated to call the police and/or the media, and said observer's complaints would be taken seriously. Third, there's some redundancy built into the system. Fourth, potential vote manipulators face some deterrence from the legal system.

      It isn't foolproof, and it does rely on some aspects of society that don't exist in North Korea or the Crimea, but it's pretty darn secure.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    32. Re:selling your vote versus the secret ballot by david_thornley · · Score: 1

      You're arguing against the status quo. You want change, you document the reasons. Saying "the level of voter fraud was low" and substantiating it with a lack of discussion of said fraud isn't real impressive evidence. Did you know that, in the Venetian discussions of the relative merits of slave and free galley rowers, there's a surprising lack of people saying the slaves would be cheaper (from Guilmarten*)? Do you take that as evidence that slave rowers were just as expensive as free rowers?

      I don't have to prove there was widespread fraud to argue against open ballots. I'm defending the status quo, and don't have to provide strong reasons unless you have some against it. I also believe that the advantages of the secret ballot don't have to include a reduction in vote fraud for it to be a good idea.

      I recognize that you refuse to accept the realities of arguing for change, but you really do need to learn that "why not?" is a bad argument for major change.

      *I think the book was "Gunpowder and Galleys", but I may have gotten that slightly wrong.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    33. Re:selling your vote versus the secret ballot by AK+Marc · · Score: 1

      I have to wonder how the ballots got into the box.

      Ah yes, the "I can't think of how to crack it, so it must be perfect" defense. Once they are in there, what do you do? They aren't under observation 100% of the time, as the poll workers will occasionally take a break for biological needs (though that would still require a conspiracy), or you could stage a distraction. How they get in doesn't matter. The fact of the matter is, once they are in, the vote is provably invalid, but nobody cares.

      The number of votes can be determined by the records kept at the voting place (it's a matter of legal record that I was given a ballot in the 2014 election, although what happened to it between my getting it and it going through the tabulating machine into the box is not recorded).

      And it doesn't match most of the time. but nobody cares. And the times it's been bad enough off that discussions of re-votes were mentioned, the re-votes were found unconstitutional. Dead people have the right to vote. And if even a single person from the original vote is now dead (or otherwise an invalid voter), then the re-election would be invalid. So nobody has ever re-voted a provably spoiled election.

      It's dumb like that which proves (at least to me) that open voting is so much better than what we have now.

  45. Spare me... by Anonymous Coward · · Score: 0

    If you can't be bothered to go to your local polling place and vote then your opinion ain't worth shit anyhow, so spare us the net result of adding tens of millions of even-lower-information-voters to an election. We had one of those in 2008 and 2012, look what it got us.

  46. Re:That's nice.. by Anonymous Coward · · Score: 0

    That is the ultimate recipe for stagnation, no wonder China is surpassing you in leaps and bounds.

  47. Re:No. Hell No. Bad Idea. by RevWaldo · · Score: 1

    The people that can hold a financial gun to your head if you don't vote the way they want.

    Worse than the gun to the head, the free voting app from your party / union / special interest group / chamber of commerce that makes casting your vote simple! Just type in your ID, press the big red "Vote!" button, and we fill out the virtual ballot for you! No getting bogged down in details like names or offices or having to read those boring ballot initiatives!

    .

  48. Not a problem by magarity · · Score: 1

    Low voter turnout is NOT in and of itself a problem. Only people who care enough to inform themselves and are concerned should vote.
    Low voter turnout means people who don't give a hoot and have no idea have not participated. This is a good thing. The real problem is: How to turn them into people who give a hoot and have informed ideas of the issues.
    Furthermore, whether they've informed themselves they way the way you do or are concerned about what you're concerned about is a feature of democracy, not a problem.

  49. Overly dry air by tepples · · Score: 1

    89% agree that DHMO should be banned

    If you breathe it you'll DIE!

    Everyone will die. In fact, if there's not enough DHMO in the air you breathe, you'll die sooner. It's not about avoiding DHMO but about having the amount that the human body expects.

  50. Party line buttons by tepples · · Score: 1

    Electronic voting machines in use in my county still have "fill in all Democrats", "fill in all Republicans", and "fill in all Libertarians" buttons on the first screen.

  51. "If implemented correctly" by jpellino · · Score: 1, Insightful

    how is this in the same sentence as Bitcoin?

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  52. Important question! by Anonymous Coward · · Score: 0

    Will the value of my vote be as stable as the value of Bitcoin?

  53. Problem is by fredrated · · Score: 1

    Republicans are fighting hard to decrease voter turnout. Low voter turn out is exactly what they want. They will never vote for something that increases voter turnout.

  54. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    Its trivial.

    Play news channel of your choice as a hint to your servants. They you talk about how worried your are that if the vote doesn't go your way, you may have to start downsizing while reminding them about how tough things are and how lucky they are to have a job.

    And yes, I see it happening it business.

  55. False Premises by prefec2 · · Score: 2

    "one of the biggest problems in American democracy: low voter turnout." which is translated in the post to it is too hard to vote so people don't vote. However, this is a misconception. People don't vote because it has no purpose for them. They do not think that they are participating in a process which has any effect on politics. Therefore, the key problem is to ensure that every vote counts in a sense that it has effect on public policies.

    Furthermore, the key problem is not only to guarantee that every vote is counted as intended, but also to be able to verify this vote and vote counting by everyone. Every time where a computer is the only thing that counts, the count can be corrupted. To do the same with paper and crosses on papers is much harder and easier to figure out.

  56. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    Duress does not have to come in an overt form like a physical assault. If I were your employer and you voted against an issue that I was passionate about there are a myriad ways I could punish you that could never be tied back to your vote. I could increase your workload, I could limit your raises or promotion possibilities, I could give you terrible hours, I could even find an unrelated reason to terminate your employment.

    Or maybe I'm your neighbor and I disagree with your vote on a ballot question or a candidate you voted for. If I'm motivated enough I may take my argument out of the polling place and start to make your life hell at home through little things.

    With a secret ballot you can vote any way you want without me knowing how you voted unless you tell me. That protects you from both direct and indirect duress. I'm assuming you grew up in a country where the secret ballot is a reality and you've benefited from that without even understanding it.

  57. No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    Wrong. If this was a problem vote by mail would have intimidation problems. Oregon, Washington, and Colorado already vote by mail. These states are also ranked as some of the states with the least corruption.

    http://mic.com/articles/90963/the-10-most-and-10-least-corrupt-states-in-america

  58. There's not "a" reason people aren't voting. by jpellino · · Score: 1

    And the opposition majority congress thing swings in every modern-era mid-term election except one.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
  59. How do I said Haselton? by tepples · · Score: 1

    I've seen his surname misspelled in comments as both "Hazelton" and "Hasselton". How is it supposed to be pronounced anyway?

    1. Re:How do I said Haselton? by Anonymous Coward · · Score: 0
    2. Re:How do I said Haselton? by Hognoxious · · Score: 1

      How is it supposed to be pronounced anyway?

      Asshole ton.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:How do I said Haselton? by Anonymous Coward · · Score: 0

      There's no IPA notation in the current revision nor any of the previous three.

  60. Why do people not vote? by Flavianoep · · Score: 1

    The proposal of voting with Bitcoins has a flaw of trying to solve a problem that has not been posited. People who do not vote often choose not to. Most people vote for peer pressure, or by a sense of civic duty, which washes away if one doesn't need to get out of one's basement and meet the neighborhood, family and friends, to cast a vote. Voting online has already been tried in Switzerland and it did cause the turnout to decrease(http://www.nytimes.com/...).

    --
    Linux is for people who don't mind RTFM.
  61. Not everyone who didn't vote didn't care to by Anonymous Coward · · Score: 0

    Actually, not voting is essentially saying "Just take whatever everyone else says and strengthen it." If you wanted to say you can't have someone be your leader, you should go vote and do a write in for yourself for every candidate. One is an implicit denial and another is a explicit denial.

  62. wrong problem by Charliemopps · · Score: 1

    The key to increasing voter turnout is not about making it easier to vote.
    The key to increasing voter turnout is allowing someone to run that's worth voting for.

  63. Delegating your vote to The Walt Disney Company by tepples · · Score: 1

    "None of the above" is a perfectly valid option in an election, whether exercised via the write-in for "Mickey Mouse"

    Isn't voting for Mickey Mouse what got into this Copyright Term Extension Act mess in the first place?

    or by staying home on Election Day.

    Some countries make "staying home on Election Day" a crime for eligible voters.

  64. Blockchain != online voting by GrahamJ · · Score: 1

    Blockchain-based voting doesn't require users to be remote. Physical voting booths could run the software.

  65. Why bitcoin?? by Pallas+Athena · · Score: 1

    What exactly does Bitcoin do to help in reliable voting? If all you're interested in is a searchable public voting track record (and, others here have already given lots of reasons why you should NOT do that...) - then an old-fashioned relational database will do that job just fine - in fact, they are GREAT for this kind of stuff. If you are worried about the integrity of such database - how about the integrity of your blockchain? It depends on no one having a majority of the processing power, doesn't it? Processing power can be bought - and given the importance of the elections, it will.

  66. Re:That's nice.. by Anonymous Coward · · Score: 0

    American politics has morphed into one continuous election cycle with so much money being thrown around it is ridiculous. As soon as a president gets into power, it's like every policy decision has to be vetted incase it damages the chances of the next election. Whereas someone working for the people wouldn't care and just try to keep things progressing. I love to see little glimmers of rebellion like re-establishing ties with Cuba after so long, gives me some hope. On the flip side, Gitmo is still going, albeit at a reduced rate.. again, the opposite party blocking just so they can say - LOOK! He didn't keep his promise!! (ignore the fact that we blocked it)

  67. Re:That's nice.. by Anonymous Coward · · Score: 0

    It's extremely unlikely that most people who don't vote do so because there are only two choices.
    Most people probably don't vote because:
    a: They think it won't do anything - no matter how many are running.
    b: They don't believe they really have the time to bother.
    c: They are pretty happy with how things are and don't see that much will change.
    d: all of the above and more.

    I know some people don't vote because there are only two choices but I suspect most people don't vote because its simply easier not to.

  68. Original comment still correct by DoctorNathaniel · · Score: 1, Informative

    And now you don't have an audible trail: I can't be sure my ballot was counted correctly. The first comment above still holds.

    1. Re:Original comment still correct by Archangel+Michael · · Score: 4, Insightful

      And you are wrong. Once inserted into the blockchain, and since it is recored, it will be counted. Short of someone on the inside of the computer coded, secretly inserting miscounts (which become statistical anomalies) it would assure correct and accurate counts.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:Original comment still correct by AK+Marc · · Score: 2

      Then how do you know how it was counted? Whether it was counted isn't the question. But verifying that it was counted as intended was the question. Also, if you don't have to match a vote to a person, then you will move ballot stuffing to chain stuffing, and not change the largest single fraud in voting.

    3. Re:Original comment still correct by Archangel+Michael · · Score: 3, Informative

      You count the blockchain votes.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    4. Re:Original comment still correct by Anonymous Coward · · Score: 2

      How do you know today with a paper ballot how it was counted? I can't find my ballot again, and I can't tell how they counted it in the office. "Because paper" doesn't magically fabricate the things you are complaining about here.

      Moving to this system, I will be losing nothing and I will be gaining nothing.

      Oh, except that my boss has to watch me vote now or I will get fired. That part kind of sucks.

      Really guys - complain about the right thing, please.

    5. Re:Original comment still correct by PRMan · · Score: 1

      Stuffing becomes very obvious once the whole world can check for themselves. Hmm, in this district, candidate A got a similar number of votes as in surrounding counties (10% of the electorate), but candidate B got 90% of voters to come out for him. That's 9× as many as any other county. Hmmm.

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
    6. Re:Original comment still correct by AK+Marc · · Score: 1

      There have been proven cases in the US of more votes cast than eligible voters. It didn't work out the way you assert. When you stuff with your ballots in an "enemy" box, they'll have to count your votes, or throw out valid votes for the "enemy". So either way you win. We are happy putting innocent people in prison, but not passing on counting a valid vote, regardless of how many invalid votes must be counted to ensure it.

    7. Re:Original comment still correct by Anonymous Coward · · Score: 0

      That only lets you verify the total number of votes.

      Lets say the election of 10 citizens was a landslide for candidate A. Literally all 10 of them voted for candidate A. Externally we can see that 10 people voted, but elections works can see that it was 10 for candidate A and 0 for candidate B.

      Unfortunately, the elections officials were corrupt and counted 6 votes for candidate B and 4 votes for candidate A. The numbers add up (6+4=10) so the citizens are assured there was no ballot stuffing; everything was secure and free from corruption! Yay!

    8. Re:Original comment still correct by Anonymous Coward · · Score: 0

      Citation please? I'm not saying you're not correct, but it would be interesting to read about these cases.

    9. Re:Original comment still correct by kwbauer · · Score: 1

      Uh, if your boss has stated that he will fire you if he does not watch you vote and you are in the US, you have a huge case against your boss. Even the smallest shred of evidence beyond "I said it on the internet" will be enough to mount a federal case.

    10. Re:Original comment still correct by david_thornley · · Score: 1

      The boss doesn't explicitly tell you he'll fire you if you vote wrong. The boss makes sure you know the company line, finds out how you voted, and then you get laid off. The layoff notice doesn't say that you're laid off because you're the wrong sex, race, or political party.

      I know of one case in which a job candidate was told there was an offer underway, that the company needed his date of birth, and then didn't hire him. Said person reported this, and the company got away with it.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    11. Re:Original comment still correct by Archangel+Michael · · Score: 1

      The vote is in the BlockChain itself. Here is how you do it.

      Go to polling station. They check your name off the rolls (you voted), and you get your token (drawn by lots). You vote, the token you have records the vote and inserts it into the BlockChain. Polling machines count the Blockchain. You keep a record of the token, and can view the entire blockchain and read if your vote was recorded correctly at anytime.

      Nobody knows which token you have.
      Nobody knows which blockchain contains your vote (except you)
      You can verify that your vote was recorded correctly.
      And everyone can see if the votes were tallied correctly.

      It is much more secure than what is happening now, in all sorts of precincts. The Hanging Chad issue in Florida was evidence of vote tampering. It is almost impossible for a hanging chad to happen on properly tuned machines with single ballots. It is almost always possible when trying ballot stuffing, which is why they used punch based voting in Florida in the first play (trying to avoid ballot stuffing). But you won't find any of the (R) or (D) complaining, because they both do it and to expose the other is kind of like mutually assured destruction nuclear war.

      Yeah, the system is rigged.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    12. Re:Original comment still correct by AK+Marc · · Score: 1

      Florida 2000. There are many books and web articles about the irregularities. And the mismatch between the exit polls and vote result happens most in places with "extra" votes.

    13. Re:Original comment still correct by AK+Marc · · Score: 1

      The Hanging Chad issue in Florida was evidence of vote tampering. It is almost impossible for a hanging chad to happen on properly tuned machines with single ballots. It is almost always possible when trying ballot stuffing, which is why they used punch based voting in Florida in the first play (trying to avoid ballot stuffing). But you won't find any of the (R) or (D) complaining, because they both do it and to expose the other is kind of like mutually assured destruction nuclear war.

      Both knew both were cheating. Both helped both cover it up, because if the actual level of cheating was widely understood, then there'd be no confidence in the vote, and we'd need the UN to step in and monitor our elections.

      Though hanging chads are possible with properly functioning machines. The voter presses the pin through the hole and doesn't punch out the vote. They either think that a small touch is sufficient to mark it (never underestimate the stupidity of the voter), or they change their mind as they were voting. In either case, you can break one or more sides of the square. Then, when handled in the ballot box and for the recount, it's possible for the "damaged" chad to detach from two more sides, leaving it attached by only one.

  69. Pothead logic by Anonymous Coward · · Score: 0

    Only drug addicts, the primary users of Bitcoin, could come up with such a fundamentally flawed idea.

    Given that recent studies have proven marijuana use decreases IQ, perhaps drug users should re-think how much of their remaining grey matter they're really using when they formulate ideas such as these.

    You know what works? Paper ballots. Technology can't solve every problem, and pothead fantasies certainly can't solve anything.

    1. Re:Pothead logic by Anonymous Coward · · Score: 0

      you know what are easy to hide or throw away? paper ballots.

      keep using your shitty grey matter to keep having your shitty ideas, shithead. i'd rather have less grey matter than to have ANY of the shit in your head.

      moron.

  70. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    obviously there would be no searchable database where anyone could look up anyone else's vote..

    forcing someone to reveal his vote or forcing him to vote in a specific way would be a criminal offense

    It's certainly possible to come up with scenarios on how such a system could be gamed and I too agree the concerns are valid and need to be adressed.
    I'm just argueing that keeping the anonymity requirement more important than anything else is probably contra-productive.
    Ex.: with an online voting system it would be possible to implement "permanent voting"
    any representative could be recalled mid-term if 50%+ voters signal removal of their support for him.

  71. Elected Officials don't want voters to turn out... by Anonymous Coward · · Score: 0

    So, the presumption that more voters is something the "powers that be" wants is wrong.

  72. Re:No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    Not so much in practice ... I live in Oregon, where ballots are mailed out, to be returned by hand or by mail. The results have been good: higher voter participation and a low rate of problematic (fraud, coercion) behavior. One data point, (or several million, depending on how you look at it) ...

    By allowing people to vote without having to be "right here, right now", turns out a lot of people vote, and in my case more thoughtfully, dedicating a evening or two to mulling and researching issues and candidates as I mark the ballot. And it worked; pot is now totally legal here :-)

  73. isn't that a wonderful idea, the KKK would approve by iggymanz · · Score: 1

    Make owning some property be a requirement to vote, the KKK would be proud

  74. Man Show by Tokolosh · · Score: 1

    Reminds me of the episode collecting signatures for a petition to stop women's suffrage. Needless to say, the petition drive was very successful.

    --
    Prove anything by multiplying Huge Number times Tiny Number
  75. Youth by BradleyUffner · · Score: 1

    The republicans would never allow a change that would bring so many young people to the polls.

  76. Intimidation by sjbe · · Score: 1

    Why do we need all of this secrecy anyway? Because someone might retaliate if you don't vote for them?

    That is exactly why we have secret ballots. Intimidation used to be a routine occurrence in the US voting process prior to the secret ballot being introduced.

    There are many more problems with corruption and secret voting systems.

    I assure you that open ballots have worse problems in most cases when it comes to elections.

    If you truly support someone, then why not just say it out loud?

    Because some people will beat you or even try to kill you if you do not support their candidate. It's trivial to find examples. No one should have to fear for their safety due to a ballot.

    1. Re:Intimidation by MagickalMyst · · Score: 1

      "Because some people will beat you or even try to kill you if you do not support their candidate."

      Then they obviously aren't fit to lead.

      The biggest difference in the world between now and then is instant global communication.

      If candidate X is having his thugs harass people for not voting for him, it would get out pretty quickly. Then where would he be? Probably anywhere but in office.

      I am all for open voting. Say what you will, but I refuse to vote out of fear.

      This world is full of corruption and bullshit because most people are now too afraid to speak up, stand up, be open and loving.

      The hippies had it right back in the 60's: "Make love not war". That statement is not about sex per se; although it could be included. It is about love.

      --
      Political correctness is really just herd psychology pushed by insecure people who desperately seek social conformity.
    2. Re:Intimidation by sjbe · · Score: 1

      Then they obviously aren't fit to lead.

      Which is completely irrelevant. You think dictators get to rule because they were "most fit to lead"?

      If candidate X is having his thugs harass people for not voting for him, it would get out pretty quickly.

      You are naively assuming that it would matter. Voter intimidation happens around the world and often with impunity. You think people in years past didn't know about the thugs trying to coerce votes. Just because you know about it doesn't mean anything will get done about it.

      This world is full of corruption and bullshit because most people are now too afraid to speak up, stand up, be open and loving.

      That's really easy to say when you are posting quasi-anonymously on the internet. Let's see how brave you are when an armed thug is threatening you or a loved one directly, face to face. Maybe you really do have the courage of your convictions but I doubt it...

    3. Re:Intimidation by MagickalMyst · · Score: 1

      Been there done that.

      You should let go of your fear. It would serve you well.

      --
      Political correctness is really just herd psychology pushed by insecure people who desperately seek social conformity.
  77. Solution in search of a problem by Zontar_Thing_From_Ve · · Score: 1

    I'm American, so my opinion on this matter does count. We live in what is generally considered to be a free society. There is no legal requirement to vote. That's part of what being in a free society means. If you choose not to vote for any reason, good or bad, you have the right to do so. Frankly, a lot of governments that have no freedom at all require mandatory voting. Yes, I know that Australia does too. That is their problem, not ours. I vote regularly but I feel very strongly that anybody who doesn't want to vote should have that right too. That just makes my vote more valuable.

  78. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    if the rules is so powerful than noone except his minions are even allower to run for office...

    I'm just argueing that the possible improvement of not fully anonymous boting system need to be weighted instead of just fetishizing the anonymousness requirement.

  79. Blockchain voting by BitcoinBenny · · Score: 1

    This is a complicated topic, but one I wrote about six months ago here, http://www.digitalsuffrage.com...

    There are many countries that are trying to adopt digital voting technologies, and there are ways to preserve both anonymity and integrity for digital votes. Since the vote is individually auditable, it would be possible to physically retract misappropriated votes for example, which could guard against identity theft or other computer breach.

    I've said it before with respect to Bitcoin. Don't throw the baby out with the bath water. A universal ledger of fact-in-time information is a powerful tool for building applications such as electronic voting systems.

  80. Re:That's nice.. by Archangel+Michael · · Score: 1

    many of us don't want the government to "get things done"

    Most people are libertarians, and see government intruding every chance they get. The fact that they continue to vote for the two parties marching us down the same path to tyranny is beyond me. The problem is, most of these same people also say "there ought to be a law" without considering how these will impact everyone's liberties. Politicians love to stir up the passions of the people with "assault rifle" or "Terrorist" language and impose new restrictions on liberty in the name of security.

    And we all know how that works out in the end.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  81. stolen ballots? by Lisandro · · Score: 1

    AFAIK, none of those issues had anything to do with Bitcoins itself but a number of exchange sites which went belly up. BT might be a lousy currency (or not) but the protocol and its implementation is surprisingly well though out.

  82. Lower The Turnout by Anonymous Coward · · Score: 0

    How about everyone doesn't vote next election. What would happen if absolutely no one voted? Suddenly all the elected positions would be gone when the turn ends? Does any government have provisions for that? I know some places it's illegal not to vote.

  83. Vote by mail by Moof123 · · Score: 1

    We vote by mail here in Oregon. I like it. It give you a chance to sit down and research each issue (voter guide, google, etc). Compared to having to go to a polling place ONLY on a Tuesday I really prefer it. I just wish it was postage paid, or was mailable with just 1 Forever stamp.

    I know I will annoy some naysayers here, but I really would like to see the polls open from Saturday through Tuesday for non vote by mail states. I hated having to track down a polling place when I used to live in California. It had to be in the evening after work, and usually had a long line thanks to everyone else having similar schedules. Kind of a hassle.

    1. Re:Vote by mail by Megane · · Score: 1

      So you are implying that there is no other way to know what you are voting for than to have your freaking official ballot mailed to you? I can go to my county's elections website and get a sample of my specific ballot. Then I can figure out who/what I want to vote for before going to the voting site. Here in Texas, early voting is open Monday to Saturday for two weeks before the election (but not the day before the election), and any voting site in your county can let you vote the specific ballot for your district on an e-voting machine.

      (I used to be able to download my sample ballot directly just by knowing my district number, but now they make me enter my name and address. I guess too many people were too stupid to look up the number printed on their voter card. It also used to be a PDF of the OCR ballot, even with mostly e-voting machines in use, and now it's just an HTML list, though I seem to recall that the last time it was a PDF ballot again.)

      --
      #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
    2. Re:Vote by mail by Anonymous Coward · · Score: 0

      So you are implying that there is no other way to know what you are voting for than to have your freaking official ballot mailed to you?

      He isn't implying that, and you know it. Strawman arguments are lies.

  84. Re: That's nice.. by Anonymous Coward · · Score: 0

    You wish. Overcrowding, terrible pollution, increasingly taxed middle class, autocratic leaders.

    People like you claiming "China is teh bestest!" are as dumb as the people in the 90s claiming Japan was the next world superpower.

  85. Someone has a hammer... by H0p313ss · · Score: 0

    ... and everything looks like a nail.

    1. Perhaps Bitcoin has it's uses, but at the moment that seems somewhat dubious.

    2. I'm sure online voting will eventually be solved via cryptography.

    3. If the solution to online voting involves Bitcoin I'll eat my hat.

    --
    XML is a known as a key material required to create SMD: Software of Mass Destruction
  86. Trade offs by khallow · · Score: 1

    Basically, we have a tradeoff in advantages and disadvantages between the choice of leaving a vote accountable or secret. If the vote is accountable, then there's a means to force the voter to vote a certain way. If the voter is not accountable, then one can assault the vote counting mechanism itself.

    In the US, I gather we started with mostly public voting. That turned out to cause considerable problems due to widespread extortion, bribing voters, etc. That's the main impetus behind the argument to keep voting secret. OTOH, you don't have to worry as much about accountability for the same reason.

    Over time, the present physical-based vote counting systems have evolved to keep votes secret. The problem with them is that they're klunky and slow with plenty of opportunity for miscounts and other honest mistakes. But not so much reason to care about accountability due to the considerable overhead of gaming these system without getting caught.

    What has changed in recent decades is a move to electronic voting systems. While these have considerable advantages, they also have the huge disadvantage that they're easy to game by someone with sufficient access to just simply edit votes and vote tallies.

    My view is that has already been done in the 2012 Republican primaries (in a considerable number of states, including all the early primaries, Iowa, New Hampshire, and South Carolina) to select Mitt Romney as the Republican nominee for president and a different sort of electronic vote manipulation might have helped elect Bush in Ohio in the 2000 and 2004 presidential elections.

    This sort of suspected vote manipulation is what I think drives the current push towards accountability. Did your vote really count or did someone just replace your vote?

    My take on it is that being able to audit your vote does weaken vote secrecy, but it requires a lot more work to manipulate the vote this way than in the good old days of public voting. But what does concern me is that this might not actually do all that much to eliminate vote manipulation. If the computer says 80 people voted for candidate A and 100 for candiate B, then you'll need to come up with 81 people voting for candidate A or 101 people voting for candidate B to show that the tally doesn't match the vote.

  87. End-to-End Audible Voting Systems by plsuh · · Score: 1

    FFS, doesn't anyone do any research before posting stories? 60 seconds of research would turn up the Wikipedia entry on End-to-end audible voting systems. The problem of being able to verify that your vote is recorded as you intended without revealing the actual content of your vote has been solved by several teams. The ones that seem to have the best handle on things are Scantegrity, Pret-a-Voter, and Punchscan (the predecessor of Scantegrity) .

    Using Bitcoin (which in fact has anti-anonymity properties) as an engine for voting is like attaching a tractor to a horse carriage. It may get you where you want to go, but it's nothing like a proper motor vehicle.

    --Paul

  88. Re:No. Hell No. Bad Idea. by TubeSteak · · Score: 1

    The summary also makes the assumption that low voter turnout is a big problem. This is an oft-repeated claim but there's zero evidence to suggest that increased participation rates equate to better results.

    Low voter turnout breaks Democracy.
    There are parts of the country with 1% or less voter turnout for primary elections.
    This effectively means that only the most partisan candidates get onto the ballots.

    If you don't see how that's a problem, you probably haven't been paying attention.

    --
    [Fuck Beta]
    o0t!
  89. Verifying a message vs. its contents by bwashed75 · · Score: 1

    The machine should also issue a signed receipt: 'This (lottery/random) ID voted for X'

    The voter is free to choose to keep this receipt or destroy it. If he keeps the receipt he risks being harassed by the thug but he can also prove it if his vote was registered incorrectly at the official registry.

    The important point here is that as long as a fraction of the voters keep their receipt, any systematic fraud may be noticed. If a random 1/10 of the population keep their receipt then only ten(!) single votes can be me messed with in the election before someone is likely to step forward with a receipt pointing out the fraud: 'This receipt says ID12345 voted for X, but the official registry says ID12345 voted for Y. How come??'

  90. Re:morons by Anonymous Coward · · Score: 0

    -1 for pointing out the obvious. keep keeping yourselves ignorant, morons. "audit trail" = "not secret ballot". you're all idiots.

  91. Re: That's nice.. by kenh · · Score: 1

    How can your politics be so screwed up that both houses are run by the opposite party to the president in power.

    Because every candidate in the House is up for re-election every two years, accounting for 435 discrete elections, the Senate has 1/3rd of it's members up for re-election every two years, resulting in 33 discrete elections, and the Presidency is up for re-election every four years.

    Why would you imagine such a process would result in all three having their majority be the same party?

    --
    Ken
  92. At the risk of sounding like a Luddite... by Anonymous Coward · · Score: 0

    I believe there are places where services, processes, and procedures can be enhanced and improved by being "online".

    I don't think voting is one of them, at least not if the major problem we are trying to solve is "low voter turnout" (and saying that it's one of the "biggest problems in American democracy" is a very flimsy claim, IMHO).

    I can't see how someone who cares enough about issues and candidates in a given race is not inclined to do whatever it takes to make a physical vote.

    I understand that some people cannot make it to a voting location for a number of valid reasons (physically unable, out of country, etc). But my feeling is that those in this group who want to vote have already made provisions for it (mail-in ballots, absentee ballots, etc).

    I think providing this "online" won't help the "IDGAF" crowd who don't care enough to understand any hot-button issues or races. Will they start caring because now they don't have to leave Starbucks to vote?

  93. Online voting is a really bad idea by Dave+Hodgins · · Score: 1

    A low voter turnout is preferable to a vote that cannot be trusted. See http://www.velvetrevolution.us... Regards, Dave Hodgins

  94. Discriminatory by kenh · · Score: 1

    We are constantly told that millions of poor, minority, and women voters are incapable of securing and retaining photo ID to allow them to vote in an election that requires state-issued ID, how in the world will these same voters wrestle up the where-with-all to set up a secure Bitcoin identity, and be able to successfully vote by holding on to said Bitcoin identity?

    Will setting up your required Bitcoin identity require voters to prove their identity? That's RACIST!

    --
    Ken
  95. Re:selling your vote... by gatfirls · · Score: 1

    Well at least I can directly profit from my vote instead of giving it to an R or D to sell to the highest bidder.

  96. Low Voter Turnout is a FEATURE by logicnazi · · Score: 1

    Consider what low voter turnout does to the election process. If everyone voted the only thing that would matter is convincing 50% of the voters, no matter how little they care, that some issue (candidate, referendum etc..) was every so slightly more desirable. How much they care, the fact that 49% of the population might care intensely that something not happen while 51% only very mildly approve wouldn't matter.

    On the other hand, because people often don't bother to vote, not only how many people want something to happen but also how much they want it matters. For instance (hypothetically) imagine a state initiative legalizing same sex marriage where a minority cares very strongly about gays having the right to marry while a slight majority finds the idea unpleasant and sees no reason to change things but doesn't care very much. Currently, the fact that that minority would turn out in greater numbers when the issue is on the ballot (or candidates who support/oppose gay marriage are running) means that their greater concern matters.

    Isn't it better that, while everyone retains the right to vote whenever they want, a minority who cares greatly wields more weight on that issue than the indifferent majority?

    --

    If you liked this thought maybe you would find my blog nice too:

  97. The Blockchain is too slow by Findeton · · Score: 1

    I've contributed to the secure voting platform Agora Voting and from what I know they have already thought about using the blockchain, in part because bitcoin is sexy these days (as you can see from this article being in the frontpage of /.), but the problem is the blockchain can only process a limited number of transactions per second, it's messy. It's still a good idea, but it's not the end-all solution: for example a big problem is the census, you need a reliable list of secured voters.

  98. Re:That's nice.. by Anonymous Coward · · Score: 0

    Most people are libertarians, and see government intruding every chance they get.

    [citation needed]

  99. Re: No. Hell No. Bad Idea. by Anonymous Coward · · Score: 0

    If the data were in something like the blockchain someone would eventually create a method by which it would be searchable. In fact the very tool that you would be able to use to validate your own results were in the blockchain would be the first step towards building the capability to index the blockchain and make it searchable. If any breadcrumb exists to tie the voter with their vote so they can look it up it will be a key back to the voter.

    The major networks in the US used to given election updates throughout election day. It got to the point where they were projecting winners far before voting had even finished which caused people to stop going to the polls because they felt their vote no longer mattered. By publishing all votes in the blockchain you are in effect publishing the voting results as they happen. And, again any tool built to validate the blockchain would be able to index the results and give realtime updates of the election results. This will again skew results by influencing people negatively.

    Then there's simply the fact that any encryption algorithm can and will be broken. You might build a voting mechanism which keeps things secure for one or two cycles, but the simple fact that the technology to cast votes would be on end user devices all over the world means that people would be taking the app apart to figure out how it works. Given enough time and resources any bad actor can eventually break an encryption algorithm. Once they do so they can rig elections until someone updates the algorithm. And, don't say it won't happen. Just look at the last presidential election when a handful of people were successfully prosecuted for having cast other people's absentee ballots. They felt it was their right to cast those votes for other people.

    I don't care how noble the idea is. There is no way to guarantee the safety of elections either from duress, accidental skewing of results, or outright fraud if you use a distributed technology.

  100. It is not a bug, it is the feature by 140Mandak262Jamuna · · Score: 1
    You seem to think the low voter turn out is a bug and you are trying to fix it.

    Please sit down, it might come as a big shock to you.

    It is not a bug, it is the feature. Politicians do not want high voter turn out, they don't want informed voters either. The system is working as designed (by the politicians). How else can you square less than 20% approval ratings for congress with higher than 90% reelection rates for the incumbents?

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  101. Is low voter turnout even a problem? by Anonymous Coward · · Score: 0
    Is there evidence that shows that increased voter turnout would change election results?
    Off hand I think yes, since most non-voters are younger, and many old people don't like computers stealing their medication, so presumably there would be a higher ratio of younger voters that traditionally lean Democrat...

    But then, the electoral college system was put in place partly because most voters are fucking retarded. As I have seen nothing to refute that (and many "gee, he looks cute, I'll vote for him!" comments), it would seem to me that increasing voter turnout in general would just increase the volatility of the election process while increasing the effects of unscrupulous outside influence.

    That being said, nothing with the current system deters reasonable voters. The system is not broken in that regard. The submission claims

    Making it easier to vote by moving the action from a polling station to your pocket could only increase turnout, especially in the primarie

    How hard is it to pick up a pen and sign an absentee ballot? Lazy people that can't be bothered to do that aren't going to bother with signing up through some broken government site, checking their email for the activation code, and then returning to vote. Even if they do all that, do you think they're going to read the voter information material?

    So then, who does electronic voting target when it is claimed to increase turnout? The stupid & lazy. But really, how much effort on that front is truly beneficial to the country?

  102. You can't prevent vote-buying/blackmailing by Anonymous Coward · · Score: 0

    People have developed quite clever algorithms for secure audit trails, but they require that each voter has private use of a secure computer.

    That's the part that can't be solved technically. How can you prevent "I will pay you $x if you let me watch you vote for the correct candidate"? (Note that this was very common during the depression.)

    Or what if my parent or landlord threatens to kick me out if I *don't* vote while they watch?

    Not to mention the ample demonstrations of just what a large fraction of personal computers are running rootkits.

    I just don't see how the problem of vote disclosure with the assistance of the voter can be prevented technically.

  103. High Voter Turn Out != Better Elections by sdguero · · Score: 1

    The problem is apathy, not voter turn out. The media are shills for powerful candidates and people don't take the time to do the research required to vote intelligently. Making it easier to vote jsut means that more sheeple are going to vote for whoever their church, employer, or biased news channel told them to vote for.

    I'd prefer if it was actually harder to vote so less sheeple who don't really care won't make it to the polls and vote for another giant douche or turd sandwich. The less people that vote, the higher the chances of a third party candidate or someone who actually fights (vs paying lip service) for the underrepresented (IMO the middle class) gets into office.

  104. The problem isn't low voter turnout by Anonymous Coward · · Score: 0

    the problem is illegals voting, dead people voting, etc.

  105. Secret Ballot? by Anonymous Coward · · Score: 0

    This is already done by party affiliation which is public.

    If you're in the republican party, you'll probably vote for... republicans!

  106. This just in by tom229 · · Score: 1

    ghash.io has secured the presidency for [insert whomever paid the most].

    --
    If it ain't broke, don't fix it.
  107. Re: Secret Ballot yes by ElitistWhiner · · Score: 1

    BUT I devised a receipt that is traceable back to the ballot and the voter. It serves the function to ensure that every voter votes ONLY once and enables the voter to validate that his vote was included in the vote tally and counted.
    SO Bitcoin is just a ticket that makes the receipt service possible.
    BUT the ballot embodies the vote itself is blinded by a one way hash function irreversible is sent on to the tally count.

  108. Australia gets over 90% voter since 1946 by Anonymous Coward · · Score: 0

    Here's how to fix it. Do exactly what we do here in Australia. Make it compulsory for everyone to be on the electrol roll and have up-to-date details. Check this with tax file numbers, government payments, medical even door-to-door etc... Make it compulsory for everyone to vote and fine those who don't. Here's the voter turnout data for Australia.

  109. Voting by Anonymous Coward · · Score: 0

    Perhaps if we really had someone to vote for so we wouldn't feel we're giving a mandate to the lesser evil...

  110. Bitcoin: Inventing a nonexistent problem! by Chas · · Score: 1

    For their solution!

    I'm not saying that low voter turnout isn't a problem.

    But it's a problem of laziness, apathy and misinformation.

    Bitcoin is just flat-out NOT equipped for solving those problems.

    --


    Chas - The one, the only.
    THANK GOD!!!
  111. Does somebody have a BitCoin Hammer by Anonymous Coward · · Score: 0

    and just noticed a voting nail?

    The last time I looked into e-voting, David Chaum and others seemed to had already gone there raised a lot of relevant issues and proposed some interesting solutions that seemed to address the issues of verifying and counting votes the preserved anonymity and prevented such things as vote selling.

    TFA didn't cite that work. Is that work outdated/wrong or is the author not aware of current state of the art WRT e-voting.

    I'd be REALLY surprised if it were the latter.

    1. Re:Does somebody have a BitCoin Hammer by Anonymous Coward · · Score: 0

      Somebody (that would be me) should have previewed their comment prior to hitting submit. Hopefully the typos and grammar errors didn't make it unreadable.

  112. Digital voting, no chance. by Anonymous Coward · · Score: 0

    Even if a bug-free method for online voting is developed, unless the majority of people are able to protect, maintain, and personally trust their own computers and networks (in other words, have all the competencies needed to configure and debug them at a very low level), online voting will still be subject to the same common tricks used by malware and by governments for online spying. As such, digital voting will never be a good idea for the majority of people, who don't even notice when their computer is acting odd...

  113. Online voting does not increase participation by fgouget · · Score: 1

    Making it easier to vote by moving the action from a polling station to your pocket could only increase turnout, especially in the primaries.

    There are many professional elections that have switched to online voting in France and every time the E-Voting proponents trumpeted the turnout boost this would no doubt bring. Unfortunately they have essentially been wrong every time.

  114. Cryptographic voting has nothing to do wit bitcoin by Anonymous Coward · · Score: 0

    The block chain of bitcoin wold add nothing to online voting. It is only the inital cryptographic signature on the transaction request that matters, not how many peer-to-peer miners have subsequently signed that request. Bitcoin is designed so that anyone can create theor own anonymous account and sign transactions out of that account with their private key. Voting would neccesarily have to rely on a gov't provided identity to verify the eligiability of the voter.

  115. Blockchain is merely a component by nadass · · Score: 1

    I have dwelled on and architected a pair of solutions that leverage the blockchain and other crypto-currency ideas into an electronic voting platform -- and there's still work to be done on my part.

    From my research and analysis, the only pathway to success in the electronic voting space is to synthesize a core technology platform that is compatible across various political systems' core electoral rules. Then, apply the nuances of regional election laws and regulations to the adaptation of the core technology.

    The core technology would contain some form of blockchain, but only to cover the span of an individual round of elections among a finite set of candidates and voters. The encryption keys and underlying one-way salts should be in the possession of the institution staging the election (i.e. authority who would declare the winners) while the entire encryption scheme should be public knowledge as to develop trust among the voters that the tech is trustworthy.

    My proof of concept is already in the works at home... on my PC... which is turned off today... because I'm busy with my full-time job... sigh.

  116. re: ill informed votes better than none at all? by King_TJ · · Score: 1

    I don't really expect voters to be "experts" on the topics they're voting for. And at least in my own case, I often feel I'm vastly under-informed on what I'm about to vote on. (In reality, some of the people I'm asked to vote for haven't made any effort to publicize their views at all. This tends to happen with judges or folks in charge of treasuries or school-related positions pretty often. You'll often find someone standing near the polling place handing out a list of recommendations of who to vote for, for these things -- but that just tells you who wants to give the most money to the school or organization who made the flier.)

    Regardless, I usually feel relatively informed on at least a few of the issues up for vote that I'm most interested in. Therefore, I go to cast votes on those issues, and I may just skip over the ones I have no real opinion on.

    The problem I have is with apathetic voters who vote simply due to peer pressure. You can say all you want about them cancelling each other out (thanks to equal numbers voting for both sides of an issue) -- but I feel that every vote counted acts as evidence an individual supports the candidate the vote was cast for. When all of the candidates are lackluster or even guilty of previous corruption - I'd rather see them get very few votes on either side, then large numbers from all the disinterested and uninformed who just "pick one" at the polls.

  117. The real point is blocking vote-buying schemes. by Ungrounded+Lightning · · Score: 1

    ... electronic systems that let people track their own votes can be used by others to track those votes.

    The real point, and why it's illegal (in many jurisdictions) to show you how your vote was counted:

    If you can prove to yourself your vote was counted for candidate Foo, you can prove to candidate Foo's campaign machine that your vote was counted for Foo, and collect the vote-buying money or other rewards. (Also: Strong-arm operations, like crooked unions, organized crime, and/or political machines, could get you to divulge your vote with various threats.)

    But maybe it is time to ditch the secret ballot... at least for some things.

    Absolutely not. The point of voting being secret is to keep people from intimidating voters into voting for someone other than their personal choice.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  118. Re: The real point is blocking vote-buying schemes by bigpat · · Score: 1

    That is the selling point, but the reality has been that the secret ballot has facilitated stolen elections and does very little to prevent voter intimidation. It may not be worth the trade in every circumstance.

  119. Probably wont work, but there is a simple solution by Anonymous Coward · · Score: 0

    Im afraid online voting will likely never be the catch-all solution we are seeking for any voting issues. The major issue being coercion. Voting not done in a private secure area is not valid voting. Home is secure you say? Well what about the republican husband and democratic wife? Will he/she coerce him/her into voting differently? Thats why the booths are so important.

    This video is the best video I've ever watched on the issue, and could fix our entire system with a $5 hack.

    https://www.youtube.com/watch?v=1gEz__sMVaY

  120. No, the premise is that we want to avoid civil war by Ungrounded+Lightning · · Score: 1

    No vote is better than an ill-informed / non-informed vote.

    Ya know, I'm not so sure about that. The whole premise of democracy is that we are, collectively, smarter than any of us individually.

    Democratic and Repubican forms of government are NOT based on such a premise.

    The entire point of such forms is to avoid civil war. They do this by modelling the war - well enough that the faction that loses the election is convinced that, if they try to reverse the result by force of arms, they will lose that, too.

    Low voter turnout is . If people don't care enough about an issue to fight for one side or the other, (let alone not caring enough to even examine the sides), not voting for a side picked randomly, or on the basis of name recognition or the like, does no harm.

    Voting in such a circumstance may cause a lot of harm. Just like visibly corrupt elections, a visibly frivolous electorate reduces the ability of the election to convince the losers they've really lost. Further, it gives them the idea that they were cheated out of what they "deserved" and could win - giving them an opportunity to start a war AND claim the moral high ground in doing so.

    Conversely, not voting when you would fight is a vo

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  121. Re:No, the premise is that we want to avoid civil by Ungrounded+Lightning · · Score: 1

    The third paragraph should begin:

    Low voter turnout is not a problem.

    And that last should be:

    Conversely, if you would fight you should vote. Withholding your vote in such a circumstance also makes the election less convincing, increasing the destabilization of the government. An election boycott is a vote for genuine war.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  122. Anonymity by Anonymous Coward · · Score: 0

    Good god. This makes no sense whatsoever.

    You follow the politiciand through the year to arrive at informed decision. You don't listen to what they say, instead you find out how they voted on subjects. That's what they really think, or at least vote for, and that is what matters. You may select the ones you follow by listening to what they speak. Then cofirm they vote how they preach. Then remember one name or number.

    Also, don't know about you, but around here vote counting isn't some secret ritual that's forbidden for the common person. It's actually really easy to get to work as a volunteer counter yourself. How it works is all political parties assign counters and supervisors, and they are spread so they watch each others. Every ballot is verified by at least two persons from different parties. If they don't agree who the vote went for it gets examined further. The results from each ballot box are written down, verified by all counting parties, and then sent forward. From this point on it's all public, so you can't cheat after this, for everyone who was counting would know the numbers don't match to the numbers you counted. Basically I trust it because I KNOW what happens to the vote, and I could be counting it my self. And most likely, so could you.

  123. Start with a simpler ballot by Anonymous Coward · · Score: 0

    This. I had no idea how confusing american voting can be.

    Our national level votes (presidential and parlament votes) are never at the same time, are always public holidays (so almost anyone can vote. There is also absentee voting by mail and advance voting options), and you only write down one number. This is the number of the candidate you support. No other options, no confusion. If you can't figure out your candidates number it's better you don't vote. The voting booths have lists which list candidates by party, alphbetical, and ballot number orders. The numbers are also known before the voting day so candidates can let their voters know, so usually you already know the number you are going to write going in. Voting goes fast, usually no lines and no waiting time.

  124. Democracy is a skillset by jandersen · · Score: 1

    ...the biggest problems in American democracy: low voter turnout...

    Yes, I know, the subject is rather trite, but I think it sums up what the real problem in democracy is. For democracy to work, it isn't enough to get voters to vote; they have to understand what it is all about. You really need to educate yourself about what the different options are in an election, you need to understand - and agree with - the rules. How often do people actually know or care about what they are voting for or against? The way it works in America, most people prefer to vote with their 'gut-instinct', which is no more than the sum of vague prejudices, misunderstandings combined with passing whims and fads; those in power like it that way, because it means they have an easier time of it than the likes of mr Putin or the Chinese government. Power brokers fear nothing more than intelligent, well-educated people.

  125. Bitcoin IS direct democracy by Anonymous Coward · · Score: 0

    You don't need to vote, Bitcoin IS direct democracy by removing the most important pillar of brain control the governments have = FIAT currency.

    Laws don't mean much once you lose control over the populace complacency.

    Perfect timing with peak everything!

  126. Understanding cryptocurrency potential by Anonymous Coward · · Score: 0

    I've written this elsewhere. Two things that are absolutely essential for money - it must be scarce (eg, twigs and leaves won't do, but precious minerals work) and it cannot be falsified (eg hard to counterfeit, impossible to spend twice). Government issued currency tries to do this. There's always the risk that they will go printing a boatload of money (reducing scarcity, increasing inflation), but they try their best to make sure that the currency is hard to falsify - without this, there would be little to no trust in the currency. This is extremely simplified, but without those two predicates you cannot have a currency.

    Bitcoin (and other cryptocurrencies) solve these issues *for the first time in history* technologically. You no longer need a government that provides the scarcity and trust, as this is handled by how the coins are mined/minted, and the solving of the Byzantine Generals problem (preventing double spending). So, we have a currency without a government. But this doesn't mean we just get money out of it. We also get a new source of scarcity (which, ironically, is already quite abundant) and a new source of trust, the latter being dear indeed. The public ledger used by cryptocurrencies could also be used to sign agreements, record actions/discussions, all in the public ledger, all unfalsifiable and publicly verifiable. Rather than requiring a government bureaucrat to act as an independent, trustworthy third party, any and all details could be written to a public ledger over which no one entity has control.

    This opens a new possibility for self governance. A technical issue remains - pseudo anonymity and anonymity. The ability to transact some operations anonymously - eg purchasing an item for personal use, or pseudo anonymously - purchasing said item with an identity tied directly to that merchant (think loyalty program). Personal identifiable information would remain encrypted. Root identities could be used to sign pseudo identities and would be difficult (but possible) to tie back to the root identity - with all access logged into the public ledger, and with good reason (eg if a pseudo identity is involved in a transaction that was fraudulent). For voting (and sidenote - by this I don't mean for politicians - for fucks sakes people, politicians all lie or are incapable of surviving the corrupting factors inherent on *all* professional politicians, it's time we look at using randomly selected representatives (sortition) who get an approval vote *AFTER* they've actually done what they are given time to do, *after* any new laws pass muster for issues related to human rights, corruption, etc. Approval vote would serve not only as to ensure democracy, but to give a bonus to the randomly selected representatives to actually do a proper job) root identities could be assigned a capability to vote and anonymized in some sort of manner as well.

    Cryptocurrencies are revolutionary in that never before have the technological problems been solved. They open up entire vast avenues of removing third parties that existed solely for ensuring trust/scarcity (think stock/bond markets which act as authorized sellers for shares of corporations or debts, as another example). The *trust* built into cryptocurrencies is just as valuable, if not more, than the currency itself.

  127. Swiss election system by Anonymous Coward · · Score: 0

    For better and for worse, the Swiss are a direct democracy (I live in Switzerland with my Swiss husband who votes) and they are constantly voting on issues throughout the year.

    You receive in the mail your voting package which contains information about the issues that will be voted on written by each of the major parties. You can also go online and answer questions at election time and it will point out which candidate you mostly agree with. You fill out your voting material and drop it in any mailbox or at city hall (for free) and you are done. You could also probably walk somewhere and vote in person but I don't know anyone who has done that.

    Turnout for voting is usually large because it is so easy to be informed.

    http://en.wikipedia.org/wiki/Voting_in_Switzerland

  128. So, you really think that the Powers That Be.. by Anonymous Coward · · Score: 0

    ...want a incorruptable, transparent and true democracy? HA! Go back to sleep, slaves! Be happy with your food stamps and football (bread and circus).

  129. Mail in ballots work better by capsfan100 · · Score: 1

    Here in Colorado we just held an all mail in election. Every voter is mailed a ballot. You had roughly 3 weeks to do research and vote. I believe voter turnout was just over 70%. Certainly fewer excuses for not voting. Would also help fight voter fraud, if and when there is ever any evidence of this right-wing ruse designed to suppress voter turnout.

  130. IP liscences by Anonymous Coward · · Score: 0

    Might work better for something that can be shared and should be openly available, like patents.
     
    Link them to blockchain, update blockchain when ownership transferred or patent is used.
     
    Payments for use of patents in, you guessed it, blockchain.
     
    Internationalizes and standardizes patents and patent payment.
     
      The voting thing is simpler, people just need a serial number to look up their vote. Give them say 1j456tyr123 and when they get home they can look up that they voted for... "WHAT THE CONSERVATIVES!?!?!?!?! SOB! I didn't vote for them!"

  131. Three Ballot by Anonymous Coward · · Score: 0

    Lots of posts here about how electronic voting can not be done anonymously yet still remain accountable.

    Some research into the subject is recommended.

    My favorite is ThreeBallot.

  132. How about a partial-representative democracy? by TopherC · · Score: 1

    This got me to thinking: if we can invent a "good enough" electronic voting system, and in an age where communication is cheap and easy, why not go farther and consider a democratic system where every citizen is allowed to vote on any issue directly, if they choose, or a person could elect their own personal representative. So there would still be room for professional politicians. But some people would prefer to read blogs containing oppinions on issues, or decide on a per-issue basis to cast their vote independently from their chosen representative. Representatives would probably have a maximum limit of representees to avoid over-concentration of personal power. Political parties would either have no legal support or might even be legislated against. I don't know, I'm just thinking out loud so to speak.

    For me, the two biggest problems with US politics are (1) lobbying and campaign finances and (2) the effectiveness of propaganda. The power of lobbying would be weaker if citizens retained their right to vote directly and independently on any issue they choose to. That would also encourage legislators to blog about what they are supporting and why. This might help them gain representees as well as swinging independent votes. The effectiveness of propaganda is a much tougher issue to deal with, but I believe that disrupting a two-party system would help, as would the teaching of propaganda analysis as part of the standard curriculum at the high school level. Hopefully others have better ideas.

    And before you say "That'll never happen!" let me agree on that point but then refuse to let that stop me from dreaming. In modern times, what would a more effective democracy look like? The foundation of democracy is that people are intelligent and capable of self-government. Is that even a valid principle? If so, how could we implement it better?

  133. Why the low voter turnout? by Anonymous Coward · · Score: 0

    Is the process too cumbersome?
    Are people just apathetic?
    Do people think they don't know enough to voice their opinion?

    Or could it be that every fucking election is a choice between a turd sandwich and a giant douche?

  134. not so fast ... by Anonymous Coward · · Score: 0

    First of all: There is no evidence that online voting increases turnout. There have been several elections studied from which it has been concluded that turnout has not gone up at all. So the major premise of this post is false, and not true.

    Second: I don't know that I want to trust elections to something that has seen such up and down action as Bitcoin. It was designed for quite a different purpose. Can you guarantee anonymity? Can you explain exactly how anonymity and integrity are preserved? ... to Joe the plumber who may not even use email? If you can't make it absolutely clear how it works, then you are privileging those who can understand. But voting is a right, not a privilege.

    Finally: How are you going to deal with malware, denial of service, etc.? Or bugs in the code? Are you going to get all the updates to the software run through the certification process every time someone updates the code? Remember that a US presidential election is going to be a 2 billion dollar operation by 2016, with a whole lot more than that at stake in who gets the government contracts depending on who wins the election. Are we sure that we can defend that fat a target against any and all hackers?

  135. AND by NewYork · · Score: 1

    Voting in elections is NOT democracy;

  136. Low voter turnout is not a problem, it's a symptom by eric_harris_76 · · Score: 1

    There's a reason why people don't vote, and it's not because the choices on the ballot are all so wonderful it hardly matters.

    Reasons, actually.

    One that doesn't get much attention is the pre-printed ballot, where the government decides who is a "first-class" candidate and who can only be elected as a write-in (where not prohibited by law).

    This comes from a series of election "reform" laws enacted in the late 19th century, designed to make it harder for immigrants and their offspring, and other undesirables, to vote.

    Voter turnout and election competitiveness declined to our current low levels over the next several decades as engaged voters left the electorate through attrition.

    Details in "Why America Stopped Voting", by Mark L. Kornbluh. http://en.wikipedia.org/w/inde...

    --
    There's no time like the present. Well, the past used to be.
  137. Re:No, the premise is that we want to avoid civil by Hognoxious · · Score: 1

    Politics as a sublimated, ritualised substitute for war. Not sure I agree 100% (Clausewitz probably wouldn't) but worth thinking about nonetheless. Would mod you up if I could.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  138. e-Estonia by Anonymous Coward · · Score: 0

    e-Estonia has been doing this for years. It's old news for them. They don't even think about it anymore as it is normal.
    http://politics.slashdot.org/story/13/07/12/1830228/e-voting-source-code-made-public-in-estonia

    One cool thing about it is that you can vote as many times as you want until the deadline, but only the last vote counts. So if you vote on Sunday before Tuesday's close but then change your mind, you just go back and change your previous vote.