Slashdot Mirror


US's First Internet Votes To Be Cast This Friday

longacre writes "If you thought online voting in America was a distant pipe dream (nightmare?), think again: the nation's first Internet-based voting system goes online this Friday, just days after the release of the Damning Report On Sequoia E-Voting Machine Security we discussed yesterday. In the first real world run of the Okaloosa Distance Ballot Piloting (ODBP) test program, election officials from Okaloosa County, Florida have set up kiosks in Germany, the UK and Japan where 600-700 absentee voters — mostly military personnel — are expected to cast ballots. Security experts still have many questions, of course, particularly on the potential for interception of voting data while it travels across oceans (via 'secure VPN'), the security of the kiosks ('hardened laptops' with no hard drives and other sensitive components disabled) and the security of the three data centers (one of which is itself housed overseas, in Barcelona, Spain), not to mention the fact that Florida doesn't exactly have a stellar record when it comes to vote counting. Florida's Dept. of State also has a fairly detailed outline of ODBP's components and processes [PDF]."

143 comments

  1. First by Shikaku · · Score: 1, Funny

    Vote!

    1. Re:First by moderatorrater · · Score: 4, Funny

      Sorry, they've already registered 200 votes for some nigerian guy and another 150 for penis enhancements.

    2. Re:First by alexj33 · · Score: 3, Funny

      var myVoteInstance = new votingObject();
      var publicMediaInstance = new publicMediaObject();

      while (publicMediaInstance.areTheyWhining() == true)
      {
      myVoteInstance.vote(youknowwho);
      }

  2. Floriduh by Anonymous Coward · · Score: 2, Insightful

    It's been two election cycles, everyone still thinks Florida is the only state with voting problems. Get over it.

  3. And if they get 500 votes for Ron Paul ... by Ungrounded+Lightning · · Score: 4, Funny

    ... they'll claim it's a crack even if they were legit. (Does the system accept write-ins?)

    Now if they get 500+ votes for Mitnick...

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:And if they get 500 votes for Ron Paul ... by Anonymous Coward · · Score: 0

      BAD IDEA.

    2. Re:And if they get 500 votes for Ron Paul ... by Ungrounded+Lightning · · Score: 3, Insightful

      BAD IDEA.

      Which? Ron Paul, or Mitnick?

      The Internet balloting is primarily servicemen. If there is a way for them to legitimately vote for Ron Paul (either he's on the ballot or there is a way to write him in) they MIGHT get some large number of LEGITIMATE votes for him.

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    3. Re:And if they get 500 votes for Ron Paul ... by Anonymous Coward · · Score: 0

      It will be a big surprise. Everyone knows CowboyNeal is going to get 1700 of these votes.

    4. Re:And if they get 500 votes for Ron Paul ... by theaveng · · Score: 2, Interesting

      >>>George Bush: The Republican Jimmy Carter.

      Actually Bush is more like Richard Nixon - an unpopular president during an unpopular war and a crumbling economy.

      BARACK OBAMA will be the next Jimmy Carter - inheriting a royal mess and unable to clean-it-up in just four years time.

      --
      FOX NEWS.com should be BANNED from television and internet. Have the Congress take it over and give us Truespeak.
  4. WTF?!?? by jddj · · Score: 4, Insightful

    How can internet voting be both guaranteed "secret" - as in "can't tie the user to the choice of candidate", and at the same time ensure that individuals (never mind bots) aren't casting more than one vote?

    1. Re:WTF?!?? by sakdoctor · · Score: 5, Informative

      Using encryption, exactly what you asked for can be done.
      I suggest you start your reading by looking at blind signatures.

      Of course, it won't be implemented correctly, but e-voting is mathematically possible.

    2. Re:WTF?!?? by KDR_11k · · Score: 1

      It marks you as having voted but not for whom?

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    3. Re:WTF?!?? by CaptainPatent · · Score: 4, Informative

      I think you misinterpret what the intention is. While voting is cast back to the US via the internet, these are still electronic voting machines in a designated location for military serving overseas to vote at. Registration is still subject to the same checking procedure and you can't just do this from home. What the worry is deals with the addition to internet encryption / security and not registration checks.

      --
      Well, back to rejecting software patent applications.
    4. Re:WTF?!?? by Penguinoflight · · Score: 1

      Quite simply. Maintain a database of registered voters, send the voter registration number with the request to add a vote in the votes database. If the database responds that the registration is legitimate, the voting terminal is allowed to send the candidate. There's a few ways you could mess up this sort of transaction implementationally, but it is possible to do it correctly.

      As the description dictates that the votes are still being done at voting centers, the registration verification could be done on-site instead.

      --
      "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
      1 John 4:14
    5. Re:WTF?!?? by IceCreamGuy · · Score: 4, Interesting

      Dude, RTFA, even just read the summary, it's not like they pull up a website from their living room and click a fucking "vote here" button, the only place to vote is on secured laptops over a VPN from a specific location. Clearly the big "if" is "if they can do it correctly," however I think the idea that it can't be done is just paranoid and ignorant of the technology discussed in the article.

    6. Re:WTF?!?? by sakdoctor · · Score: 5, Informative
    7. Re:WTF?!?? by Rude+Turnip · · Score: 1

      As long as the voter doesn't yell out "LOL, you just got pwn3d OLD MAN!" I think the vote will remain secret.

    8. Re:WTF?!?? by JesseMcDonald · · Score: 3, Informative

      Well, let's look at how a traditional absentee ballot works:

      To begin with, you have a list of eligible voters and some way of identifying each of them. This is easy enough to duplicate with public keys, passwords, whatever.

      The ballot itself consists of an inner part, containing the actual selections, and an outer part, containing the voter's ID. The inner part is sealed, and remains that way until the ID portion has been stripped away.

      The same thing can be done with encryption. Create the digital equivalent of an anonymous ballot, indicating your preferred candidates. Encrypt that ballot (with a "salt" value to ensure uniqueness) with the public key designated for the purpose. Sign the encrypted ballot with your own public key and submit it.

      When the voting authorities receive your ballot they simply validate the signature and store it for later use, still in its encrypted and IDed form. If you change your mind, or the original ballot was submitted under duress, etc., you can submit a new ballot later or show up in person on the day of the vote, and the old ballot will be discarded unopened.

      When it's time to count the votes -- after deleting the obsolete ballots of anyone who showed up in person -- the ID information is discarded (permanently) and the raw ballots are decrypted and counted. The tricky part is ensuring the complete destruction, or at least disassociation, of the ID data, but that's just a matter of developing the proper policies. The same concern applies regarding current absentee ballots.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    9. Re:WTF?!?? by pfbram · · Score: 4, Insightful

      Not really, it's arguably a regressive/recursive problem. Even if the encryption is 100%, the OS could have a back-door and the private key might leak out. There are potential weaknesses at all levels on the layered network model (for instance, the OSI model). I spent some time on this problem myself, designing a concept in which the machines would: (a) print out a receipt to the voter, containing the vote itself -- as well as a unique session/hash number. (b) print the same data on an internal paper-based receipt which is visible through a window (the voter could visually inspect it, and match it with his print-out or complain to the election judge immediately that there was a mismatch). This internal copy/spool would be retained for manual recounts. (c) retain it electronically. But in the end you have a system which is a LOT more complicated and expensive than an ordinary paper-based system, and therefore more easily corrupted in the end anyway. You also have a system which probably can't handle write-ins, without complex handwriting analysis, it would be implemented by a vendor with heavy political connections to the party in charge (basically a truism), etc. I genuinely believe it to be a regressive/recursive human/machine problem.

    10. Re:WTF?!?? by ScrewMaster · · Score: 1

      Of course, it won't be implemented correctly, but e-voting is mathematically possible.

      Kinda like DRM, in that sense.

      --
      The higher the technology, the sharper that two-edged sword.
    11. Re:WTF?!?? by jddj · · Score: 1

      Yeah, looked at the summary, looked at TFA later.

      The summary says "Internet Votes". Doesn't say "non-Internet Votes" which more accurately describes the situation (as TFA describes). Not really Internet Voting at all...

      DC

    12. Re:WTF?!?? by lilomar · · Score: 1

      You also have a system which probably can't handle write-ins, without complex handwriting analysis[...]

      Wait, what? isn't that what we invented keyboards for? (in this case, probably a virtual keyboard, but still...)

      Just because they are called 'write-ins' doesn't mean you have to physically write them.

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    13. Re:WTF?!?? by lilomar · · Score: 1

      DRM is actually mathematically impossible.

      You cannot keep data from pirates, and still give it to consumers, because the DRM cannot tell the difference between them. Many times, there is no difference between them, that is, they are the same person.

      --
      The creator of this post (Jacob Smith) hereby releases it, and all of his other posts, into the public domain.
    14. Re:WTF?!?? by gad_zuki! · · Score: 1

      That's fine, but even paper systems have lots of flaws and a high level of spoilage. A lot of people hold up paper voting as the best form, but that really isnt true. Focusing on theoretical flaws in digital voting isnt the same as exposing real life flaws.

      >Even if the encryption is 100%, the OS could have a back-door and the private key might leak out.

      In paper voting there could be a guy with a gun outside making sure that I voted the way he wanted me to vote. Or an election commissioner throwing away a bag of votes from a distinct that votes a way he doesnt like. Nothing is perfect. We can always come up with worst case scenarios.

    15. Re:WTF?!?? by filesiteguy · · Score: 1

      I just saw the article today...

      Actually regular ballot voting isn't exactly "secret" -

      A given registrar will have a list of voters for a given precinct. You belong to precinct x and use ballot with a group number 123 (which is known because you were sent a sample). There will be - at most - 1,000 ballots cast for that precinct. When you vote, you sign your name alleging that it is you and you've registered. You're then given a unique ballot with a stub as a receipt.

      Now - the registrar can (but probably wouldn't) track down who voted for a given candidate by looking at the ballot getting the group number, comparing the ID number on the ballot to the roster record (the thing you signed in on) for that group and seeing your name there on the record.

      It is a lot of work, but it can be done.

    16. Re:WTF?!?? by jddj · · Score: 1

      I've voted in a bunch of elections and that's not been my experience. Since it's the responsibility of states and localities to run them, practices can and do vary.
      In several elections, I've been handed an anonymous chit that tells the guy guarding the machines: "this guy is registered and legit to vote". The chit is reused by other voters. In Georgia's current touchscreen system, the chit is an electronic card, and it is handed to me between the time I've had my registration checked and the time I get to the machine - without being shoved in a machine to add my identity to the chit. Probably secret here too. (note: I'm not defending paperless voting: paper trail is the only sane way to go, IMO).

      I suppose you could do a statistical analysis of the time at which I got to the machine and what time votes were cast, but honestly, why not just rig the election, take over, scrap the constitution and throw me in Gitmo for complaining?

  5. First? by DoofusOfDeath · · Score: 5, Funny

    US's First Internet Votes To Be Cast This Friday

    How do we know that Internet voting hasn't already occurred, if we can't see Diebold's source code?

    1. Re:First? by tomcode · · Score: 1

      And release the spambots in 3... 2... 1...

      --
      f u cn rd ths u cn gt a gd jb n cmptr prgmng
    2. Re:First? by clam666 · · Score: 4, Insightful

      The fact that government officials are even considering internet voting, e-voting, early voting, or any other changes to voting show how much they want to control people and absolutely remove the concept of a government elected (and deriving it's powers) from the populace via representative government chosen accurately and freely.

      We have all sorts of voter fraud, deception, dead people voting, and tampering with a voting system based on paper ballots which could be shoved in a box and counted in front of witnesses, and a solution is to shove MORE of the mechanisms of voting into the shadows? Having the algorithms and technology being used hidden from any eyes and oversight? I'm not talking the "source code" that's shown to people, but what's actually installed on the box. Stuffing 2 paper ballots instead of 1 by a person adds slightly little to the total votes, and to manipulate the vote successfully requires a large number of people, duplicate voters, bussing around people from location to location, etc., which decreases the ability to hide a secret collusion to at least a small degree. To change it so one person can change thousands of votes with a simple UPDATE statement or any other security violation technique required, is a much worse proposition.

      This clearly shows to me that both political parties are doing absolutely as much work as possible in order to remove control from the electorate and transfer it to a political class, on the basis that they all support these types of systems and do nothing to secure true votes from the people (with the possibility of it being at the expense of their own power).

      I'd like to think that there is a secret altruistic reason for doing this, such as an acknowledgement that when a government falls towards democracy it will inevitably destroy itself and transform into a dictatorship or tiny ruling political class (like an apartheid government). I'd like to think this is a secret attempt to control the voting to a level that would prevent the American republic from falling to a real democracy and mob rule, however this would require me to expect a lot more from the people in government than is possible, including intentions to preserve freedom, altruism, and politicians not spending millions of dollars for a job that pays little and expects bigger quiet "payoffs".

      I think the reality is that we've already passed that point, and this is a move straight to a dictatorial style of government, and controlling the vote is, as always, necessary to move to a single party system (to remove any choice by the citizens).

      There is no vote-safe electronic/internet voting technology that could be implemented safely and absolutely be correct and not subject to manipulation. Anyone telling you it is possible has an agenda, knows nothing about politics and elections, or is thinking purely in a tiny technology box and not the abuses or security issues of such as system. The only possible way it COULD work would not be electronic voting; it would be electronic creation of the paper ballot for purposes of removing hanging chads, validating that the person didn't vote for two different people for a particular job (which disqualifies a vote currently) , which is printed out and verified by the voter in a human readable form (I voted for "SMITH" for president, yes, that's what I picked), and then submitted to be counted by humans for humans.

      --
      I'm a satanic clam.
    3. Re:First? by Yvanhoe · · Score: 1

      Mod it funny, but this really is the beginning of the end. Just wait for a decided man (or woman) to understand what could be possible through this system. 2008 will see the more expensive presidential campaign, the next one could cost just a few millions to the right people. That is a problem. It will cause dictatorship. Don't think that "because this is America" it won't happen to you.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    4. Re:First? by DoofusOfDeath · · Score: 1

      Yeah, actually I wasn't expecting to mod my post as "funny". I was expecting/hoping for Insightful.

    5. Re:First? by Anonymous Coward · · Score: 0

      There ya go.

    6. Re:First? by rtfa-troll · · Score: 1

      If you can't laugh, sometimes you would have to cry.

      --
      =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
  6. President-Elect Pr0n and VP Penile Enhancement! by Anonymous Coward · · Score: 0

    Shit, cross site scripting! I voted for a pop-up!

    Anyone else think this is the worst idea yet?

    1. Re:President-Elect Pr0n and VP Penile Enhancement! by ScrewMaster · · Score: 1

      Shit, cross site scripting! I voted for a pop-up!

      Anyone else think this is the worst idea yet?

      Oh, I dunno about that. I think Smilin' Bob would make a fine President.

      --
      The higher the technology, the sharper that two-edged sword.
  7. Cough - Florida - Cough by Haoie · · Score: 0, Redundant

    Don't screw it up again, you guys!!

    --
    If each mistake being made is a new one, then progress is being made.
  8. Postback Problems? by TheNecromancer · · Score: 1

    I can see the headlines now:

    "Postback problems cause some voters to vote hundreds of times for Obama"

    or

    "Postback problems cause some voters to vote hundreds of times for McCain"

    (whatever your political leanings are)

    --
    Attention all planets of the Solar Federation! We have assumed control! - Neil Peart
    1. Re:Postback Problems? by ITJC68 · · Score: 0, Troll

      The bigger issue is how to prevent people from voting more then once. With the Acorns out there you never know. The whole election process is screwed up if people can vote more then once. It is fraud and people caught doing it should be banned from voting for the rest of their pathetic lives. They can't secure their own networks in government and we all know how they can screw up the most simple things. *sigh* this will be another hanging chad that will be fought in court I fear....

    2. Re:Postback Problems? by zippthorne · · Score: 1

      The first will not be a headline, even if it occurs. The second might be, even if it doesn't, but it will be largely ignored anyway (even if true).

      --
      Can you be Even More Awesome?!
  9. security is irrelevant. by Anonymous Coward · · Score: 5, Insightful

    electronic voting is not bad because of either real or imagined security issues. That is totally irrelevant.

    Electronic voting is bad because the procedure can not be verified by any layman. That should be the first requirement for any voting procedure.

    Paper ballot procedures are easy to verify and anybody can do it. Simply keep an eye on the ballot box from the initial sealing of the box until the actual voting.

    With electronic voting that is not possible. A paper trail comes close, but voters can screw that up by not putting there tag in the box, or any other random piece of paper in its place.

    Bottom line: voting is about TRUST in the procedure first, the actual results second.

    1. Re:security is irrelevant. by Anonymous Coward · · Score: 0

      counting.... until the actual counting ....

    2. Re:security is irrelevant. by The_Noid · · Score: 1

      Bottom line: voting is about TRUST in the procedure first, the actual results second.

      Almost. voting is about verifiability of the procedure. When verifiability is replaced by trust you know something is wrong.

    3. Re:security is irrelevant. by geekmux · · Score: 1

      electronic voting is not bad because of either real or imagined security issues. That is totally irrelevant.

      Yes, especially those imaginary ones, let's keep those off the table for a moment.

      Electronic voting is bad because the procedure can not be verified by any layman. That should be the first requirement for any voting procedure.

      By comparison, show me a log file of any Operating System that is easily read by the layman. This is why you have testimonial by Subject Matter Experts in the field, which after validating that person as a credible source we have little issue to not believe.

      Paper ballot procedures are easy to verify and anybody can do it. Simply keep an eye on the ballot box from the initial sealing of the box until the actual voting.

      Yeah, we see how well that worked out for Florida and the infamous "hanging chad" incident. Toss in a few stories about "missing" ballot boxes for good measure.

      With electronic voting that is not possible. A paper trail comes close, but voters can screw that up by not putting there tag in the box, or any other random piece of paper in its place.

      So you find a way to increase the validation footprint. Ever since the birth of the ATM card, it's been two-factor validation (card and PIN). Somehow, I've managed to avoid issues for almost 20 years with that design. It CAN be designed right.

      Bottom line: voting is about TRUST in the procedure first, the actual results second.

      Wrong. ANY form of voting is about trusting those in CHARGE of it. Greed and Corruption will win every time IF you allow it in ANY system. Again, this is where two-factor could come into play, with a non-partisan 3rd party (and even perhaps a 4th) providing some form of validation. As with most transactional parts of our lives going online, it will be only a matter of time before this process IS electronic.

  10. What could possibly go wrong? by David+Gerard · · Score: 1, Funny

    MAN ON FIVE, Cook County, Monday -- The McCain campaign is looking at an Electoral College strategy heading into the final two weeks that has virtually no room for error.

    "Democrat voting fraud is famous since Tammany Hall," says Republican strategist Karl Rove. "So we'll win without votes."

    Voting machines have been remotely reset and the counts adjusted. "Diebold have come to the party big time." Touch screen machines for West Virginia early voting offer voters "McCAIN" or "REPLY HAZY, TRY AGAIN LATER."

    The rolls will be thoroughly checked for voter fraud. "If the typeface or font size is different on their driver's licence, Social Security or the voter roll, that's obvious blatant fraud. A typical Liberal knife to the heart of democracy."

    The party will check for dead voters as well. "We're making the safe assumption that all registered Democrats are dead. If they're not, we'll correct that." Governor Palin has long dealt with Democrat moose in Alaska. "You betcha!"

    All residents of properties whose mortgages were underwritten by Fannie Mae or Freddie Mac will be assumed to have voted Republican. "We own the houses, of course we own the votes. It's nonsense to say otherwise."

    Finally, under USA-PATRIOT, Obama supporters will be deemed associates of associates of terrorists. The offence will carry a penalty of one day's imprisonment: November 4th.

    Mr Rove is confident in the future of our democracy. "One man, one vote. That man being me."

    --
    http://rocknerd.co.uk
    1. Re:What could possibly go wrong? by pcolaman · · Score: 1

      Wow, you aren't biased one bit. Got any bridges for sale?

    2. Re:What could possibly go wrong? by sumdumass · · Score: 1

      With all the things to legitimately criticize Rove for, why do you have to make shit up? Voter fraud is a serious issue. But you stepped way over the line here. Does your world actually believe the crap your spouting?

    3. Re:What could possibly go wrong? by David+Gerard · · Score: 1

      Also, Rove eats kittens. Big juicy fluffy ones.

      --
      http://rocknerd.co.uk
    4. Re:What could possibly go wrong? by sumdumass · · Score: 1

      Good, Kittens really piss me off.

      Maybe you should ask your uncle dad to see if his HMO coverage with pay for you to see a shrink.

    5. Re:What could possibly go wrong? by Anonymous Coward · · Score: 0
  11. Florida, always Florida by Anonymous Coward · · Score: 0

    what could possibly go wrong?
    sigh.

  12. Here we go again! by UncleMantis · · Score: 0

    And the red states have it at the last minute folks! Sure they where all blue but hey, you folks spoke!

    --
    Uncle Mantis
  13. It's probably better... by nsayer · · Score: 3, Informative

    ... than the alternative

  14. Rick the Vote! by FourthLaw · · Score: 4, Funny

    How long before some one hacks them to write in Rick Astley?

    --
    Skilled in differentiating ravens from a writing desks.
    1. Re:Rick the Vote! by ScrewMaster · · Score: 1

      Hey, is it in bad taste to cast 5,000,000 votes for yourself?

      --
      The higher the technology, the sharper that two-edged sword.
  15. libertarian by barv · · Score: 5, Insightful

    If banks can securely (with ~ 99.999% security) transfer thousands of dollars online, then the technology exists to securely permit voting online.

    Anything that speeds up voting encourages greater participation. Our present voting system originated in the dark ages. The fastest communication was by horse, it took several days for a horse to get from one side of the USA to the other, or about 2 months by boat to get from UK to Australia.

    If the internet had existed in the time of the founding fathers, I feel sure they would have used it to give the people greater oversight of the legislative process.

    1. Re:libertarian by enbody · · Score: 5, Insightful

      If banks can securely (with ~ 99.999% security) transfer thousands of dollars online, then the technology exists to securely permit voting online.

      No, you miss an important difference between dollars and votes.

      If a dollar is lost, it can be replaced by another dollar so banks figure in a loss rate and charge for it somehow.

      A vote is unique, secret, and anonymous so if a vote is lost, it cannot simply be replaced by another (because you don't know what the vote was). In addition, a vote should be verifiable, e.g. there needs to be some way to check that the voting method worked (e.g. with a recount).

    2. Re:libertarian by zermous · · Score: 1

      The technology exists, but the competence and willingness and sheer HONOUR required to correctly implement that technology does not exist.

    3. Re:libertarian by rtfa-troll · · Score: 3, Informative

      Two things; a) banks can't. Fraud is a serious problem.

      More importantly; b) banks get to try again. Most electronic cash transfers have two ends. It's in the interest of each one to check it goes right. If one end is committing fraud then the other end will complain. You can then reverse the transaction (if you have correctly identified the parties) or at least take security measures so it doesn't happen in future.

      Voting is different. In order to avoid vote buying it has to happen in secret and for the most part if you can check your own vote you can also show someone else how you voted. This is much harder than securing most financial transactions.

      --
      =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
    4. Re:libertarian by pcolaman · · Score: 1

      Well if many votes are supposedly bought and sold, is there really a difference?

    5. Re:libertarian by pcolaman · · Score: 1

      I think the lack of competence to vote with reason, intelligence and logical thinking far outweigh the lack of competence and willingness and sheer honor to correctly implement the technology.

    6. Re:libertarian by Anonymous Coward · · Score: 0

      Right, but if very few votes are lost, it won't change the ratio of the votes for any candidate.

    7. Re:libertarian by zermous · · Score: 2, Insightful

      Well, we are supposed to assume, as a starting point for these kinds of discussions, that voting is good and that more accurate elections are more good. If this goodness is overwhelmed by the tragedy of the votes being cast by imbeciles for malicious people, then that is a problem to solve another day.

      But quite apart from all that, it is also generally assumed that support for an election is more important than which particular candidate is elected. A more accurate election facilitates belief in the democratic process which keeps countries from dissolving into chaos or autocracy.

    8. Re:libertarian by zippthorne · · Score: 2, Insightful

      I've seen schemes presented to slashdot that would appear to solve the anonymity and verifiability problem. But I haven't seen any that are simple enough for the average voter to understand well enough to be confident that that has occurred.

      I say that as an average voter, who's read some of the plans, and after a good deal of thinking couldn't find any holes, but also wasn't positive I just wasn't smart enough to think of 'em.

      --
      Can you be Even More Awesome?!
    9. Re:libertarian by barv · · Score: 1

      I believe that if each person could check his own voting record online, and the vote tally procedure was open source, then most of the issues you raise are negligible.

      In answer to your killer ap, that vote buying must be impossible. If votes were modifiable, then sighting a person's vote would be meaningless except during the final tally.

      Like Socrates, I agree that perfection is impossible, but that should not stop us from trying to improve on what exists.

    10. Re:libertarian by revjd909 · · Score: 0

      AND dollars are fluid. The treasury can just decide that there will be more and introduce a few more to adjust the system. You can't just introduce a few more votes into the pie... Oh wait. That's what electronic voting is all about.

      --
      *** once i really listened, the noise just went away. -liz phair
    11. Re:libertarian by syousef · · Score: 1

      If banks can securely (with ~ 99.999% security) transfer thousands of dollars online, then the technology exists to securely permit voting online.

      If a dollar is lost, it can be replaced by another dollar so banks figure in a loss rate and charge for it somehow

      So what you're saying is that if 99.999% of votes are secured, it's still not good enough? You think the current system is perfect and tamper proof? You can't be that naive can you?

      I'd argue electronic voting done well would increase participation, by decreasing the inconvenience you have to go through when you vote. Where I am (Australia), voting is compulsory (actually turning up is, it's quite easy to put in a blank ballot). Where you are it's voluntary and participation is important enough that I'd think you'd be all for this.

      --
      These posts express my own personal views, not those of my employer
    12. Re:libertarian by Anonymous Coward · · Score: 0

      Two things; a) banks can't. Fraud is a serious problem.

      More importantly; b) banks get to try again. Most electronic cash transfers have two ends. It's in the interest of each one to check it goes right. If one end is committing fraud then the other end will complain. You can then reverse the transaction (if you have correctly identified the parties) or at least take security measures so it doesn't happen in future.

      Voting is different. In order to avoid vote buying it has to happen in secret and for the most part if you can check your own vote you can also show someone else how you voted.

      this is absolutely asinine. Are you saying if vote fraud happens, then one side will not complain?

      You try to dodge this by adding the condition that it happens "in secret", but wtf? How does one check a paper ballot that has been cast? Do you get to dig through a box stuffed with thousands of anonymous ballots in order to find yours? If somebody steals and changes, adds to, or removes boxes of paper ballots after they've been cast, how on earth are you ever going to find out about it?

      what does that even have to do with financial tansactions, which, for the most part, you can't do any of the things you state, either?

      Arguments like this, along with the "every vote is a unique and special snowflake" arguments are absolutely absurd. Recounts are mandatory in most places if the margin of victory is within a certain threshold. Do you know why? It's because voting, like any foray into statistics, has an inherent error rate.

      Voting has never been, is not, and never will be 100% secure nor correct.

    13. Re:libertarian by mattwarden · · Score: 1

      Banks don't have a requirement of anonymity of the source of the money without increasing the chance of fraud.

    14. Re:libertarian by barv · · Score: 1

      All banks need to know is that:

      Incoming money has been received by the bank before that money is credited to an identified account.

      Outgoing money has sufficient funds in the properly identified transferees account to cover any proposed payment.

      Everything beyond those basic requirements is legal or police state gobblededook, and does not add directly to the security of the bank's money.

  16. Gee, What could possibly go wrong? by cpu_fusion · · Score: 1

    [Insert facepalm ascii art here.]

  17. Pipe dream? by Drooling+Iguana · · Score: 3, Funny

    If you thought online voting in America was a distant pipe dream (nightmare?), think again

    So I guess now it's a tube dream.

    Or possibly a series of tube dreams.

    --
    ... I'm addicted to placebos
    1. Re:Pipe dream? by jez9999 · · Score: 2, Funny

      It's NOT a big truck.

  18. Remember the disclaimers that apply by dkleinsc · · Score: 5, Funny

    1. Don't complain about lack of options. You've got to pick a few when you do multiple choice. Those are the breaks.
    2. This whole thing is wildly inaccurate. Rounding errors, ballot stuffers, dynamic IPs, firewalls.
    3. If you're using these numbers to do anything important, you're insane.

    --
    I am officially gone from /. Long live http://www.soylentnews.com/
    1. Re:Remember the disclaimers that apply by El_Oscuro · · Score: 1

      Why wasn't this modded informative?

      --
      "Be grateful for what you have. You may never know when you may lose it."
    2. Re:Remember the disclaimers that apply by Anonymous Coward · · Score: 0

      Does this mean there will be a CowboyNeal option?

  19. Cost Effective? by Torinaga-Sama · · Score: 1

    How does the state rationalize the cost of a Kiosk for 5 or 6 hundred voters? Part of automation is recognizing when it is not cost effective (or sensical) to install an automated solution.

    Someone in Florida has the techno-madness.

    --
    (/local/home/curiosity)-#who -u|grep thecat|cut -c 44-49|xargs kill -9
    1. Re:Cost Effective? by omnipresentbob · · Score: 1

      They aren't trying to automate the entire election. My guess is that this is a sort of closed beta. And the small size of voters makes it easy to guarantee that there's minimal, if any, fraud.

    2. Re:Cost Effective? by Torinaga-Sama · · Score: 1

      But how does this set up save any money? It's not like there has been a huge public outcry for more automated voting systems. It seems like someone got some money to buy a flashy new toy to to the job that could have been done in a safe and verifiable manner with paper ballots.

      Most implementations of electronic voting are flawed because they don't provide a way to verify that a person honestly voted a certain way. It's super messed up because the right is pushing to automation and validation and the left is pushing for anonymity and privacy and the compromise we have been getting is usually of dubious quality.

      --
      (/local/home/curiosity)-#who -u|grep thecat|cut -c 44-49|xargs kill -9
    3. Re:Cost Effective? by AK+Marc · · Score: 1

      It's not like there has been a huge public outcry for more automated voting systems.

      Yes, there has been. The reason that electronic systems were mandated in the first place is because of the people that were, for whatever reason, unable to cast a ballot with paper/pen systems without assistance. I see hundreds of people on here complaining about electronic systems all the time because it might possibly be gamed to reveal the vote of some person. Yet, they have no problem with all the disabled people having to vote with the assistance of someone else that will necessarily know their vote. I'm not saying it's right, wrong, good, or bad, but that it was something that was demanded by people with disabilities and the millions that care for and about them.

    4. Re:Cost Effective? by sumdumass · · Score: 3, Insightful

      It isn't really the costs of the voting at issue here. In the 2000 and 2004 elections, overseas ballots somehow got held up in the mail and even though the postmark was before the deadline, the state already tabulated the votes and didn't want to count the late arriving ones. Most of the over seas ballots are military personnel and for whatever reason, if it is no fault of their own, anyone potentially in harms way should have their votes counted.

      So no, the cost isn't as important as counting the votes of the military and civilians in the immediate areas of the military personnel. In the 2000 elections, it actually took a lawsuit to get the voted counted. In 2004, they brought up the results of the 2000 lawsuits to for the count. This wasn't isolated to Florida either and the mail wasn't all held up in the same places. It had more to do with the increased volume of mail then any conspiracy but the result was people who probably should have their vote counted the most (it could literally be life and death for them), ended up almost not having it counted at all. This is an attempt to avoid that situation.

    5. Re:Cost Effective? by Torinaga-Sama · · Score: 1

      So you are saying that to fix a problem with procedure where someone (or some group) was obviously either breaking, misinterpreting, or ignoring the existing law (ballots postmarked by x date WILL be counted), is to stop doing things in a way that works as designed so long as no party is trying to actively break, misinterpret, or ignore the law by replacing it with an untested, unverifiable, expensive way of doing things that will PROBABLY work so long as some party isn't trying to actively break, misinterpret, or ignore the law?

      --
      (/local/home/curiosity)-#who -u|grep thecat|cut -c 44-49|xargs kill -9
    6. Re:Cost Effective? by sumdumass · · Score: 1

      No, what I am saying is that Cost effectiveness isn't a motivation as much as legally counting legal votes.

      Don't interpret this as my support for or against it. Interpret is as a motivation for actions taken by a government office.

      Personally, I think it can be done securely without having to worry about fraud. I don't know if they are taking those steps or not and it doesn't really matter in this context.

    7. Re:Cost Effective? by Anonymous Coward · · Score: 0

      You are correct that this is part of an overall effort to end de-facto military disenfranchisement, but your specific facts are a little bit off here. Being active duty, I'm a little bit more familiar:

              The problem wasn't that Florida didn't want to count late ballots that were postmarked on time. The problem is that many of the military ballots weren't postmarked at all because military personnel serving in certain parts of the world get free postage. Back then, the envelopes simply weren't stamped or postmarked and the post-office would move them along because of the return addresses (APO or FPO with particular zip-codes). Knowing that the military regularly votes Republican by about a 3-to-1 margin, Democratic lawyers got over 1500 military ballots thrown out in Florida on the technicality that they were not postmarked by the deadline, even though some of them had arrived well before the postmark deadline. I still vividly remember a video that went around of Democratic lawyers and staffers cheering and chest-bumping (yes, literally chest-bumping) in the hallway outside of a courtroom when someone came out of the courtroom to announce the decision (and yet some people are still surprised when I tell them how heavily Republican the military leans). Basically, the military lost that lawsuit, they didn't win it. In response, the policy on handling the free postage was changed. Now, when I am deployed in a region where I get free postage, I hand my letter to the guy behind the postal counter and he puts a free stamp on it and then post-marks it. They always have a big supply of first-class stamps behind the counter for exactly that reason.

              I'm registered to vote in Nevada, so my problem is a little bit different: unlike Florida, Nevada election law doesn't have a postmark date requirement, but rather an arrival date requirement: absentee ballots must be received no later than 1900 on election day. Nevada (or at least Washoe County, where I vote) also tends to send out absentee ballots about three weeks before election day. It doesn't take a genius to figure out that a ballot isn't going to make it to persian gulf and back in three weeks. As a result, I've managed to get my absentee ballot in on time only once since I left home at the age of eighteen ten years ago. This year I happened to be home for a friend's wedding during early voting, so I voted in person for the very first time in my life. An internet-based voting system like the one described would allow me to participate in every election instead of less than half of them.

  20. Can I connect... by rhiorg · · Score: 1

    ...to ODBP via ODBC?

  21. Cowboy Neal for President! by kadehje · · Score: 1

    It looks like Cowboy Neal/Hanging Chad ticket will wind up with 27 electoral votes after taking 88% of 35 million votes cast in Florida. Any other states want to endorse his candidacy by putting their elections online?

  22. address by Anonymous Coward · · Score: 0

    ... and IP address?

  23. US's First Internet Votes To Be Cast This Friday.. by Subm · · Score: 3, Funny

    US's First Internet Votes To Be Cast This Friday...

    George W. Bush to be declared winner Saturday.

  24. Internet voting is stupid and unneeded. by FireStormZ · · Score: 4, Insightful

    Absentee ballots via the US mail work just fine... This is just smoke an mirrors to make people think there has been progress in fixing the American balloting system..

    --
    "Ahh! Arrogance and stupidity in the same package, how efficient of you!" --Londo Molari
    1. Re:Internet voting is stupid and unneeded. by sumdumass · · Score: 1

      No, in 2000 and 2004, the increased volume of mail caused delays which almost cost the counts of votes. In 2000, it was actually part of the never ending lawsuits in Florida. Absentee ballots inside the US work just fine. Outside the US which is where this electronic voting is targeted, still has some undesirable problems.

    2. Re:Internet voting is stupid and unneeded. by Anonymous Coward · · Score: 0
      In 2000, the democrats tried to have the abentee ballots thrown out because they knew that would tip the scales towards Bush 43, and away from the "father of the internet" (Algore), since there is a substantive military component to the Florida population that votes absentee. So since the dems turned absenteee ballots into a political pawn (remember the dems' chant, "Count every vote," (uh, unless they're absentee ballots). Perfect example why absentee ballots do not work, "just fine."

      Although others have correctly commented that Florida does not have a stellar vote counting mechanism, Okaloosa county was one of the countys held up as an example of one of the better ones in 2000. The same Supervisor of Elections is finishing up her last term, and given her history of running a tight ship, I expect this foray into electronic voting will go reasonably well.

    3. Re:Internet voting is stupid and unneeded. by noidentity · · Score: 1

      They work especially well for buying/selling votes.

    4. Re:Internet voting is stupid and unneeded. by DavidD_CA · · Score: 1

      ... except for the millions of dollars wasted on paper, ink, postage, return postage, and tabulation.

      Just because there is no good solution currently does not mean the current system needs to be replaced.

      That's a bit like saying the abacus works just fine, who needs calculators?

      --
      -David
  25. The problem with electronic voting by shock1970 · · Score: 1

    List votes = machine.getVotes();
    for (Vote vote : votes) {
    vote.setSelection(Candidate.MCCAIN);
    }
    machine.setPaperTrail(null);

    1. Re:The problem with electronic voting by pcolaman · · Score: 1

      Everyone that I've heard on Slashdot seems to claim that Obama's campaign is more up-to-date on technology and the use of the internet and computers. It seems more likely that something like this would be engineered by their campaign rather than McCain's campaign.

    2. Re:The problem with electronic voting by shock1970 · · Score: 1

      IMHO, Obama doesn't need to cheat to win in this election. And McCain on the other has taken to the tactics that worked so well for Bush in the past, which is Lie, lie, lie and eventually people will believe you. So given that he's using Bush tactics, and has voted for the guy 9 times out of 10, it seems to reason that he'll also follow in the footsteps of Bush by fixing the elections.

    3. Re:The problem with electronic voting by pcolaman · · Score: 1

      lie? Lie about what? And you mention he voted with Bush 9 times out of 10. How's that much different from Obama, who has voted with Bush 8.5 times out of 10? Something doesn't smell right in here. Perhaps it's the bullshit piling up. If you think Obama is any better than McCain, you are certainly going to make a nice lemming for Obama if he gets into office.

  26. Encryption vs ID Theft by bendodge · · Score: 1

    Personally, I'd be far more concerned with ID fraud than attacks on the encryption scheme. How do they determine who's using the 'hardened laptop'?

    --
    The government can't save you.
    1. Re:Encryption vs ID Theft by sumdumass · · Score: 2, Interesting

      They probably has poll workers or a senior officer in charge who gives the person access to it based on their military ID and checks their name off a list so they can only use it once.

    2. Re:Encryption vs ID Theft by petershank · · Score: 1

      Personally, I'd be far more concerned with ID fraud than attacks on the encryption scheme. How do they determine who's using the 'hardened laptop'?

      Maybe they do the same simple thing that we do at the good old fashioned polling place where I work each election in King County, Washington. Before we allow them to mark a paper ballot with a pen (or step up to the electronic machine, if that's their preference) we ask to see their government-issued ID. Your state election laws may vary.

  27. Botnets of Voters by chfriley · · Score: 1

    Just what we need botnets of voters. :-)

  28. Not an Encryption Problem by boatboy · · Score: 3, Insightful

    I agree it's possible to separate a user's choice from their identity and still provide an audit trail, but wouldn't any encryption scheme require that the 'user' provide some sort of identity - be it a public key, id #, etc.? Even if that identity was in no way tied to a particular vote, it is still considered a civil rights violation in many states to require id cards/drivers license/etc. In my state, you give your name, which is crossed out in a big book- and efforts to do otherwise have been called "racist" and "voter intimidation". In other words, you get to log in by providing any username and no password. Without reliably establishing identity, you can't verify that a person hasn't voted twice.

    1. Re:Not an Encryption Problem by pcolaman · · Score: 4, Insightful

      Not requiring an ID in my opinion allows for the realistic possibility of voter fraud on many levels. Who's to say that the person is that name? Who's to say they are a legal US Citizen? Who's to say they have voting privileges (Convicted Felons have their voting privileges taken away for a specific period of time)? Who's to say they haven't voted under 10 names already that day? Having a system where you can categorically say that this person hasn't voted yet and is eligible to vote will allow for a more fair system. Is it fullproof? Nope. Is it better than what you described. Fuck yeah. Crossing names out of books? WTF?! That's just asking for fraud.

    2. Re:Not an Encryption Problem by sumdumass · · Score: 2, Informative

      I imagine it would work similar to the way it works in the states where these remote machines will be staffed and you will be issued a card based on your identity that gives three shots at casting one ballot. If you attempt to show up a second time, your name is checked on a list that says you already cast a ballot and the staffers would refuse to give you a card.

      Absentee voting should all be provisional votes in my opinion. This means that your vote is in essence tracked so if it becomes challenged, it can be removed from the totals. There are anonymous ways of doing this or should I say ways of keeping your vote secrete even though someone could technically find out. These ways might include where enough people in the know will be notified is someone attempts to access your vote. If it is electronic, I think it should automatically yank your ballot, notify you and monitors that are independent from the state as well as the state election officials too. This way when someone attempts to check on your vote, then need a legitimate reason that can be justified to you, the state, all the candidates involved and so on where fraud can be detected and dealt with appropriately. If an employer or public official uses the information against you, there should be mandatory jail time along with severe civil damages. But this is just my opinion.

      Sadly, we already have people in Ohio attempting to hijack absentee ballots and it is probably going on in other states. On the news last night, a woman reported that someone came to her door claiming to be the Official absentee vote collector and told her she needed to finish filling it out and give it to them. She supposedly claimed that she didn't believe them and it was at work so he would have to come back later and someone actually called her saying that was the way they are collecting absentee votes and she was supposed to give it to the worker who stops by. We have out of state college kids renting houses specifically to case votes while claiming to live there, they were actually back into other states going to school and comming back on weekends or in between classes to establish residency. They are currently under investigation by the Franklin county prosecutors office and my understanding is that they have word on others homes like that in other counties.

      It is a shame that people want to game the system like that. It is more of a shame that they feel they need to do that in order for their candidate to win. I guess Ohio is doomed to have their will hijacked by out of town people supporting a candidate other then what they choose. I know who they are supporting but we will leave that out because a lot of people will excuse them for some reason.

    3. Re:Not an Encryption Problem by SpiderClan · · Score: 1

      I imagine that on military bases they have less issues with fraud of that nature, and also that people are generally more amenable to showing ID when asked, since anyone who needs to know can find out who you are, anyway.

    4. Re:Not an Encryption Problem by Lakitu · · Score: 1

      Not requiring an ID in my opinion allows for the realistic possibility of voter fraud on many levels. ... Crossing names out of books? WTF?! That's just asking for fraud.

      how are these two related at all? Where I vote, in the USA, on location, my ID is checked and I fill in bubbles next to a candidate's name (or provide a write-in style vote) or next to a "yes" or "no", similar to standardized school testing. The ID check compares your name to an address in whatever precinct you live in, and after it is done, your name is crossed off the list.

      How is crossing a name off a list "asking" for fraud? I mean, honestly, how do you ensure ANYONE doesn't vote more than once? Just about every system providing something similar is essentially "crossing names off of a list", unless you go as far as dipping a finger in a long-lasting dye.

      Fraud is a problem moreso because corruption exists, not because it is possible to commit fraud. The system used here could, honestly, be done in an even less secure fashion and still be completed without any fraud, simply because it would both be so easy to combat and because it is so unlikely to happen in the first place.

    5. Re:Not an Encryption Problem by pcolaman · · Score: 1

      Apparently you misread my post. I was critical of a policy of asking someone's name and crossing it out of a book, as opposed to asking for someone's ID and registering the vote based on, basically, the honor code that they are who they say they are. The poster I replied to basically indicated that in some districts this method is used because it is somehow considered racist to ask for ID in order to certify that someone is legitimately voting and has the legal authority to do so.

    6. Re:Not an Encryption Problem by pcolaman · · Score: 1

      Ok hurray for not proofreading before hitting submit. My second sentence should read: I was critical of a policy of asking someone's name and crossing it out of a book, based on the honor code basically, as opposed to asking for someone's ID and registering their intention to vote and cross referencing this with a list and/or database that will help to certify that they have indeed not voted yet and are eligible to vote.

  29. internet voting is just lobby-budget driven by Anonymous Coward · · Score: 2, Informative

    we have had paper trail voting every year the last hundred years. i costs very little, all votes are counted by 02.00 AM, with the last voter leaving the voting booths around 18. A second count is then done (by different people) which is done by lunchtime the next day.

    all papers are stored forever in a deep mountain storage facility. we have all our votes stored over the last 100 years. if you would like to go count, say 1974's votes, just go ahead.

    ~80% of our population goes voting. (US today is 40% i believe)

    i live in sweden.

    1. Re:internet voting is just lobby-budget driven by Anonymous Coward · · Score: 0, Interesting

      In the Florida dispute, there were several news organizations that recounted the votes time and time again. Even the very liberal New York Times declared that Bush won, but all we've heard since then from the Democrats is that Bush "stole" the election. Nothing, I repeat NOTHING, will ever satisfy the Democrats if they don't win. They just can't believe that they could ever lose. With all the Democrat perpetrated voter fraud, a Republican has to get at least 60% of the vote to officially win.

    2. Re:internet voting is just lobby-budget driven by Anonymous Coward · · Score: 0

      I watched much of the recount, and most of the hearings in the Florida legislature about this. Hundreds of citizens(can't remember exact number) complained about various issues with polling places, ballots, being turned away, etc. etc.

      My list of reasons why you still hear that stuff, not that I nescessarilly believe the election was stolen, but still.
      1. Legitimate voters turned away at the polls.
      2. Hanging fucking chads/write ins, did you watch any of that recount? I could tell from Massachusetts what the voters intent was on some cards and the republicans succesfully disputed many of them.
      3. Non standard ballots. Every fucking county had different ballots, many were confusing to intelligent people, nevermind older voters or others.
      4. With the republican candidates brother being the governor of Florida, and promising to deliver Florida, you should be able to understand some suspicion with all the above crap happening.

    3. Re:internet voting is just lobby-budget driven by FrameRotBlues · · Score: 1

      I seem to recall that the actual turnout of 110 million United States voters in 2004 was 56% of the 215 million eligible to vote. 56% is still pretty pathetic, though.

  30. Finally!!!! by Anonymous Coward · · Score: 0

    I vote IPv6! err, wait..

  31. I support E-voting by Anonymous Coward · · Score: 0

    But going from paper straight to internet is leaping way too far.

  32. Voting should always be done secretly by shazzle · · Score: 3, Insightful

    Don't forget that after one can vote from home, or better yet, cellphone, votes can be sold MUCH easier. I don't think blackmail is out of question either.

    Also, once daddy has made up his mind who the family is voting for, he can observe his family-members vote for the 'right' candidate.

    It is still necessary to go to give your vote in a voting booth and for the sake of democracy, I suggest that voting should remain as easy and uncomplicated as it is. This is one of the only things I pride myself on being conservative of.

    1. Re:Voting should always be done secretly by mattwarden · · Score: 1

      If we followed your suggestion, you would effectively remove my right to vote. For the last two elections, I have only been able to vote thanks to Ohio absentee voting procedures, and I do not expect the situation to change any time in the near future.

      The requirement need only be that the voter have the option of voting in private.

  33. Fucking Joke by sexconker · · Score: 1, Insightful

    Why are voting early?
    Why are we voting electronically?

    Fucking print a form, hand it to people, and have them mark their selections. Later, count them (in parallel).

  34. Paper Trail Still a Good Option by Jherek+Carnelian · · Score: 2, Interesting

    Without thinking too deeply about it, it seems like even internet voting could make use of paper ballots. The thing to remember is that the best way we've come up with to design an in-person voting machine is to use the computer to make it easy and clear which candidate the user is voting for. But print a paper ballot with those (and just those) selections so that the user can visually verify that the ballot matches their choices with no ambiguity.

    So to do the same with internet voting would require a printer, a camera and at a minimum a clock for each 'internet voting machine.' The user fills out the electronic ballot and then remote end prints the paper ballot in full view of the camera with a clock also in frame with the ballot so that the user can verify the paper ballot reflects their choices. If all is good, the user clicks 'submit' and watches the paper ballot go into the ballot box, if he clicks 'cancel' it goes into the trash and the user goes back to filling out the ballot.

    Now the reason for the clock being on camera too is to raise the bar for replay and impersonation attacks. It certainly isn't fool-proof, but no system of anonymous voting has ever been fool-proof. The goal is simply to make voting fraud en-masse prohibitively expensive. We will always have onsie-twosie fraud, but in the big picture that kind of fraud doesn't usually matter.

  35. Electile Dysfunction by gsgriffin · · Score: 1

    Florida! Really, you're going to start with the state that has the highest percentage of Electile Dysfunction and try to prove that it works. Does it come with a blue pill?

    --
    jsut athnoer menagiensls ltitle psrhae for you to dcoede. Why do we wtsae our tmie dnoig tihs?
  36. CNN and al-quaeda by Ace905 · · Score: 1

    Now CNN is reporting that Al-Quaeda is attempting to "somehow" mess with the US elections. Finally, a reason to turn people away from the polls and enforce strict laws in swing states.

    The US elections are a joke, your leader is a fascist dictator.

    --

    Ace
  37. Not the first Internet election in the US by Anonymous Coward · · Score: 1, Informative

    This isn't the frist election in the us to be on the net

    the first one was in 2000 in the arizona primary

    http://people.reed.edu/~gronkep/webofpolitics/projects/onlinevoting/arizona.html

    1. Re:Not the first Internet election in the US by IchNiSan · · Score: 1

      primary's aren't real election.

  38. RON PAUL FTW by boogerme0 · · Score: 1

    All I can say is,I hope someone hacks the system and makes Ron Paul win.

  39. AYVABTU by Muckluck · · Score: 1

    All your votes are belong to us. Make your time...

    --


    --I like turtles...
  40. Andrew Appel. by Irvu · · Score: 2, Insightful

    I would point out that at least one of the systems mentioned on that page has been defeated by Andrew Appel (see here) the author of the top-linked Sequoia study.

    And, ultimately, as much fun as these systems are they often ignore the far more real problem of vote observation and intimidation. This isn't an indictment of the algorithms per-se but the reason that we have a closed voting booth is that voting in the open lends itself to voter indimidation (i.e. show me you vote the right way or I'll fire/kill/pay you) which has been a real problem in the U.S. Granted this problem also exists with absentee ballots and "everyone vote absentee" methods like Oregon's Vote By Mail, but in the rush to develop auditable systems this often gets ignored.

    Additionally, at least the end-to-end systems that I have viewed suffer from the problem of auditability, no means to confirm the end message with the local understanding, and a problem that the connected server can itself be compromised meaning that wired in votes can be miscounted with no means to audit them.

    1. Re:Andrew Appel. by Irvu · · Score: 2, Informative
  41. wtf, voter turnout depends on tallying speed? by jonaskoelker · · Score: 2, Interesting

    Anything that speeds up voting encourages greater participation.

    How long does it take the average voter to cast his or her vote, in your guesstimate? How long has it taken you? From my vague memory, it takes me transportation [2 x 2km by bike] plus five to ten minutes. If you mean to talk about tallying speeds, you're saying that some people go "I could vote, but because I'm going to have the result in $n days instead of... still getting the result in $n days, I'm not going to".

    I don't know much about voter registration in the US [in Denmark, you get a card mailed to you that you hand in at the voting hall in exchange for an empty ballot], but I suspect that this is the real culprit. I remember John Taylor Gatto (.com) say in one of his talks that he sent some of his students (\in K-12) out on the streets handing out voter registration forms. People came running and screaming for them.

    I think the danish system works very well. Voter turnout is still too low in my opinion (http://en.wikipedia.org/wiki/Voter_turnout says it's 87%), but at least the bar is fairly low; if people abstain due to apathy or a busy schedule, that's not really something you can fix by forcing them to turn up [and cast a blank vote].

    But I agree with your view; actually, an overarching one: making voting easier makes more people do it.

    If the internet had existed in the time of the founding fathers, I feel sure they would have used it to give the people greater oversight of the legislative process.

    s/legislative process/all of government/. All power must be kept in check.

    1. Re:wtf, voter turnout depends on tallying speed? by barv · · Score: 1

      By participation, I also meant that more legislative questions could be referred to the people.

      For instance, if say 10% of voters signaled for a public vote on a particular piece of legislation before the parliament, then that piece of legislation would have to be put to the people for a decision. A bit like the Californian "propositions" system.

  42. different than early voting? by Dare+nMc · · Score: 1

    Not any different than mail in ballots or provisional ballots, IE the container has to be identifiable all the way to a "authorized person" where the outer layer is stripped away (hopefully, since it is un-verifiable to the voter) then counted. At least with the digital layers it is trusting a machine (hopefully, and verified by a qualified group, since it is un-verifiable to the voter).

    which is the other option for absentee voting.

  43. I hope this will be hacked by religious+freak · · Score: 1

    Truly... seriously...

    If these elections are truly "secure", they shouldn't mind hackers (of course they will) trying to hack it. The fact that we haven't had someone say "hey, everyone we're going to have an election - just try to screw it up!" to test the procedure tells me people are still living under the illusion that this will be 100% secure.

    Sure, every vote is important, but I think a relatively small number of evotes should be used to show that evoting can be tampered with.

    CowboyNeal in '08! I think he should get every evote... in fact even more than that!

    --
    If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
  44. My rickroll by dbcad7 · · Score: 1

    McCain makes Obama cry.

    --
    waiting for ad.doubleclick.net
    1. Re:My rickroll by FourthLaw · · Score: 1

      If elected, I pledge to never, under any circumstances, let you down or give you up.

      --
      Skilled in differentiating ravens from a writing desks.
  45. Bot voting by Anonymous Coward · · Score: 0

    The robot ballot is open....and the robot vote is in. Nixon wins!!!

    This is what we get when the Cray is made available to the public at a low, low price.

  46. And the winner is.... by Anonymous Coward · · Score: 0

    Jenna Jameson

  47. what's this Internet vote from 10.10.200.15? by swschrad · · Score: 1

    I got a write-in, Jimmy, who the hell is HAL-2000?

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
  48. Re:US's First Internet Votes To Be Cast This Frida by TheRaven64 · · Score: 1

    If history is any guide, GWB will be declared winner on Thursday.

    --
    I am TheRaven on Soylent News