Slashdot Mirror


Finnish Court Accepts E-Voting Result With 2% Lost

Nailor writes "The Helsinki Administrative court accepted the municipal voting result in an election in which 2% of votes cast were not counted at all. We discussed this situation at the time. The court noted that the e-voting machinery has a feature, that should be considered as an issue. However, it also noted that 'a little over two percent failure rate can not be considered as such as a proof that the voting official would have acted erroneously.' Does this mean 98% of votes is enough to figure out how the other 2% voted? Electronic Frontier Finland has a press release about the court decision (Google translation; Finnish original)."

8 of 159 comments (clear)

  1. What's the margin of victory? by AuMatar · · Score: 4, Insightful

    If one person had 70% and the other 30%, the 2% won't matter and they should accept the election while fixing the problem for the next. If it's 51/49 victory, then its an issue now.

    --
    I still have more fans than freaks. WTF is wrong with you people?
  2. Non-electronic spoilage rate by profplump · · Score: 4, Insightful

    2% doesn't mean anything unless you know the spoilage rate for non-electronic voting. In the US 2000 elections, 1.94% of the ballots cast were spoiled, and most of those were not electronic. I don't know if Finland usually has similar spoilage rates, but if they do I don't see why this is any more or less a problem than the old method.

    1. Re:Non-electronic spoilage rate by getuid() · · Score: 4, Insightful

      I don't see why this is any more or less a problem than the old method.

      I do. It's because of why the spoilage occured.

      In the case of paper ballots, it's easy to imagine where the spoilage comes from: thousands of helpers handle millions of pieces of paper. Either they mis-count, they accidentally destroy bills... whatever. It's easy to imagine that there is some damage, and the most likely scenario is not a systematic error or a manipulation.

      In the voting machine case, it's different. There's a machine counting results. It's not supposed to miscount. There's also the machines adding the numbers and doing the math -- it's not supposed to be wrong. If it is wrong, then it's propably not because of 1000 small errors adding uncorrelated small pieces to the spoilage (like it would be in the case of the manual counting), but it's most probably because of one single error or manipulation in the system. Being one single malfunction, it is not at all likely anymore that it has nothing to do with manipulation on purpose -- on the contrary, this scenario is very possible, and more or less likely.

      An analogy with weapons, to clarify (not to justify) my points: if a bow+arrow wouldn't be able to hit a 1 foot target at 1000 yards distance, you wouldn't complain. That's the limits what a bow can do, after all... But if a high-tech sniper rifle missed the same target from the same distance, you'd have all rights to complain! The gun is supposed to work orders of magnitude better, there's no room for such a big error there.

  3. 2% by clarkkent09 · · Score: 3, Insightful

    I guess this is a question of whether it is possible to have a "perfect" user interface such that 100% of people who use it will get it right. Given the number of nincompoops out there, that is a pretty difficult problem. What is the percentage of mistakes with paper ballots? I bet there are 2% who manage to screw that up too.

    I looked at the demo of the voting machine user interface and it seems perfectly sensible. You put your voting card in and press the number of the candidate you are voting for. A message comes up with large friendly letters telling you something like "This is the candidate you are voting for: <candidate details>. Press OK to cast your vote. [OK] [CANCEL] Apparently, at this point 2% of the voters simply pulled their card out of the machine and walked out of the booth without pressing OK. If they didn't have the confirmation screen, then the same people would press the wrong number and vote for the wrong candidate, and then complain that they weren't given a chance to correct it.

    --
    Negative moral value of force outweighs the positive value of good intentions.
  4. Re:Failed to Finnish by Jurily · · Score: 5, Insightful

    Finnish municipal elections are always by the D'Hondt method, so the result can be strongly affected by a few additional votes.

    Doesn't really matter. If you let them vote, count all the fucking votes. It's that simple.

    I have my own problems with any voting system skewing the results in favor of the two candidates most likely to win ("Don't vote on the little guy, your vote will be lost!"), but this is ridiculous.

    Did they offer any reimbursement for the people whose vote they didn't count? I'd be pissed off if they did that to me. I'd also start screaming around about someone cheating, and likely sue as well.

  5. Re:Failed to Finnish by Anonymous Coward · · Score: 5, Insightful

    But it's not that simple. This e-voting debate has always been tainted by a complete lack of scientific logic, which your post typifies.

    No measurement is perfectly accurate. Counting votes by hand is not a perfectly accurate method. We expect computers to be perfect but the measuring system isn't perfect so the results aren't either.

    It doesn't matter. Our voting system has always had a margin of error, and always will. Thankfully one court in the world understands this and is bold enough to say 2% is an acceptable error.

    If the election is not close, it clearly has no effect on the end result. It can only matter if the election is close.

    And here's the thing - if the election is close enough, then no system will accurately measure the result. We have a situation, well understood in the world of science, where the noise is louder than the signal. The result of any binary discriminator in this situation is effectively random.

    Closely-called elections have always been randomly decided, and they will always be randomly decided.

    Let's just accept this and get on with the real debate which is, what is an acceptable margin of error? Do you agree with 2% or not? What would you like the error to be? How much are you willing to spend to reduce the error?

    You'll note that in this properly cast debate, anyone saying that only 0.000000% is acceptable counts as an extremist who won't be listened to.

  6. Re:Failed to Finnish by Jurily · · Score: 3, Insightful

    If the election is not close, it clearly has no effect on the end result. It can only matter if the election is close.

    It's the principle that matters. You're basically saying they should randomly not let people in the booth saying "You're the error margin, good bye."
    How would you feel?

    You'll note that in this properly cast debate, anyone saying that only 0.000000% is acceptable counts as an extremist who won't be listened to.

    Make a law saying anyone who didn't get their vote counted doesn't have to pay taxes until the next election. I'm sure they'll get it sorted out in no time.

  7. Re:Failed to Finnish by Jurily · · Score: 3, Insightful

    Given that 1% or even 0.5% is the limit where a party can ask for recompensation for their expenses (speaking about Germany)

    1% in Hungary.

    But that is not the real issue: the real issue is that nobody knows or can proof why which votes were lost, and the electronic voting systems make it completely impossible to find out even if 60% of votes were lost.

    No, it's not impossibe. We're talking about computers here, they can be audited.

    Also, I'd like to see, how

    votes[canditate]+=1;

    has an error margin of 2%.