Slashdot Mirror


Diebold Fails Again in San Diego

ptudor writes "An article in today's San Diego Union Tribune reveals nearly 3000 absentee ballots in the San Diego primary one month ago were miscounted. 'The miscounts occurred because multiple scanners simultaneously fed the absentee ballot data into the computer tabulation system. The large number of ballots and candidates on them overwhelmed the system. Diebold spokesman David Bear said the company has provided a software fix to the county for the new problem.' The irregularities were found in a routine post-election review." You can also read more about the problems on election day.

100 of 333 comments (clear)

  1. The Bug Revealed! by ackthpt · · Score: 4, Funny
    Where it really went wrong:

    Bob: "Hmm. The first republican got no votes, the Cthuluist candidate got 34% overall and we got all these crashes on people who voted for Clover."
    Jeff: "Jeff, it's base zero, not base one."
    Bob: "Oops."
    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:The Bug Revealed! by AuMatar · · Score: 4, Funny

      So- the problem is that Diebold employess are nuts who talk to themselves?

      --
      I still have more fans than freaks. WTF is wrong with you people?
  2. Just 3000? by Anonymous Coward · · Score: 5, Funny

    They really ARE using Microsoft Access ;)

    1. Re:Just 3000? by ackthpt · · Score: 2, Funny
      Who did they bring in to oversee the validity of their technology? Former patent examiners?

      IIRC...

      Jeb Bush

      Katherine Harris

      US Supreme Court

      "Our guy is in the lead, quick, close the polls!"

      --

      A feeling of having made the same mistake before: Deja Foobar
  3. Great! by Knight+Thrasher · · Score: 5, Funny

    Let's take a vote on who pays for all these mishaps, the taxpayers or the company!... no, wait...

    1. Re:Great! by ackthpt · · Score: 2, Funny
      Let's take a vote on who pays for all these mishaps, the taxpayers or the company!... no, wait...

      Sign on the door to California:

      California is currently out of money. Please move along to the next state. Thank you.

      --

      A feeling of having made the same mistake before: Deja Foobar
  4. Fully Tested... by orrigami · · Score: 5, Insightful

    I don't know about everyone else but we try to fully test our software before moving it to production. Seems like they should do the same... "During the March 2 election, one of the pieces of equipment used at polling sites was not fully tested, and it failed."

    1. Re:Fully Tested... by sumdumass · · Score: 2, Interesting

      Geesh.... didn't you know that a company as big as this beta test on the public. Look at all the games and microsoft operating systems.

      Wait untill your company gets as big as liebold......

    2. Re:Fully Tested... by nomadic · · Score: 5, Insightful

      Yep, you do, most people do, Diebold doesn't. They're a sleazy company with a right-wing president who's actively campaigned for the Republicans. I wasn't sure if they were just corrupt or incompetent, now I think they're probably both.

    3. Re:Fully Tested... by goon+america · · Score: 4, Insightful

      It doesn't matter. If the voter cannot understand how/if their vote was counted, then the voting system is broken. End of story.

    4. Re:Fully Tested... by nametaken · · Score: 2, Insightful


      I'm really not trying to be inflamitory, but what are the ramifications of Diebold's president being an active campaigner for Republican candidates?

      Are you suggesting that they're intentionally producing equipment that sucks ass? If so, to what end?

      Or are you just saying that Diebold got the contract because their president is a Republican? If so, that's funny. Every administration plays favorites... not just Republicans. Not to say that it's right, but I'd say it's the product of an election system that requires vast amounts of money.

      And seriously, it's Diebold. One wouldn't guess that they were exactly the least obvious for the job. Again, not that I think they're doing a good job or anything. :)

    5. Re:Fully Tested... by peeping_Thomist · · Score: 2, Insightful

      I wasn't sure if they were just corrupt or incompetent, now I think they're probably both.

      Well that's good news! Incompetent evildoers are better than competent ones.

      --
      Anything worth doing is worth doing badly -- G.K. Chesterton
    6. Re:Fully Tested... by nomadic · · Score: 4, Insightful

      Are you suggesting that they're intentionally producing equipment that sucks ass? If so, to what end?

      If he creates a corporate culture where a Republican ideology is prevalent, it's entirely possible that some low-level Diebold executive decides that the people in his jurisdiction wouldn't have really voted for that commie pinko hippie if they really knew about him, so why not change a few hundred votes here and implement the real will of the people...

      Or are you just saying that Diebold got the contract because their president is a Republican? If so, that's funny. Every administration plays favorites... not just Republicans. Not to say that it's right, but I'd say it's the product of an election system that requires vast amounts of money.

      And when the Democrats do it they deserve criticism too. I just don't think "well they all do it" invalidates criticism, and I certainly don't think the president of a prominent voting machine company should claim publicly that he is "committed to help Ohio deliver its electoral votes to the president next year."

  5. Huh? by Zebra_X · · Score: 4, Insightful

    How hard is it REALLY to count and store votes?

    I mean, there are sites on the net that conduct thousands of transactions in very short periods of time. It doesn't seem like this is really that hard.

    How can a company like diebold still be in business if they can't take data from some form fields, and put it into a database?

    1. Re:Huh? by flossie · · Score: 5, Funny
      there are sites on the net that conduct thousands of transactions in very short periods of time

      But they don't always do it well (164 %)

    2. Re:Huh? by microbox · · Score: 3, Insightful

      How hard is it REALLY to count and store votes

      I once did a university project that was an election system prototype. We had to write the whole thing in C++ (Qt), and it had to count votes Australian style, both Senate and House of Reps.

      It was easy. The hardest part was working out what the election rules actually are (for special cases). One prof at the university was a government appointee to interpret the rules in the case of a dispute at election time. We visited him to clarify certain things, such as

      computer programmer: Who wins if two candidates have exactly the same number of votes in the final count?
      prof: You do a recount
      computer programmer: And if they still have the same number of votes?
      prof: That will never happen

      Mmmm... not good enough if you're writing a counting algorithm. (We added a new condition into the results, which was "no result")

      Our system printed receipts for votes, had internationalization, allowed for various layouts of the ballot on screen, and made no assumptions as to how many candidates and parties there were. The ballot was configurable from a text file, and the computer could be switched off at any point during the voting process, and you could tell if the vote was counted or not... well there was an infinitesimally small chance that the power could go at just the right time... and the vote was counted before it was logged on the local machine. You'd probably have about a 1ms window to hit the power if you were trying to sabotage the system.

      The only trick (other than a smooth UI) is to get the user program to send the votes to a central location. The must have been a thousand programmers in Brisbane alone who would have had the skill to do that.

      These systems aren't rocket science, they're student projects. If I had to do it again, I'd implement the whole thing in Java with a SQL backend. The java could be compiled on a single system, and then downloaded by the client voting systems on startup. Thus the police only need to audit one machine. With a team of 10 people, the whole thing could be designed, implemented, tested and documented in 6 months. If you add in an engineering team to make beautiful custom boxes (running *NIX), with nothing but a monitor, ethernet port and power switch, it could be shipped as one purpose built product.

      Brazil has been using electronic voting for years. Diebold are obviously incompetent, and perhaps worse. The US boasts many technological breakthroughs, and many famous programers live and were educated there. What's going on?

      --

      Like all pain, suffering is a signal that something isn't right
  6. The Diebold machines are funked... by fudgefactor7 · · Score: 5, Informative

    Have you seen the "secret" video? Go here and take a look. I love how these things can't be trusted to add correctly.

    Pen and paper: the only way to vote. Say no to machines.

    1. Re:The Diebold machines are funked... by That's+Unpossible! · · Score: 4, Insightful

      Pen and paper: the only way to vote. Say no to machines.

      I know it's all the rage on slashdot to rattle your sabots, so I really hate to break it to you -- machines are already used to count votes made with pen and paper, all over the country. You complete the arrows with a pen, and then feed your card into a computer that reads and tabulates your vote.

      So instead of saying "no to machines," why don't we say "yes" to fixing the problems? #1 we need some redundancy built into these systems in case of problems. #2 we clearly need a better group of engineers working on the problem than those at Diebold.

      --
      Ironically, the word ironically is often used incorrectly.
    2. Re:The Diebold machines are funked... by On+Lawn · · Score: 3, Insightful


      I guess what I really like about paper voting is not only the paper trail but the fact that the whole process is viewable and hard-tooled.

      "Soft" ware is too changable to quickly. If there was a hardware only voting system (tres expensive!) with no firm or software I'd be all for it. It should not be changable except in very transparent ways.

    3. Re:The Diebold machines are funked... by nickos · · Score: 3, Interesting

      "I really hate to break it to you -- machines are already used to count votes made with pen and paper,"

      Yes but at least you can verify the results by having a human recount the ballot papers. If you replace the physical ballot papers with electronic voting you have to trust the voting system.

    4. Re:The Diebold machines are funked... by Frymaster · · Score: 4, Interesting
      Yes but at least you can verify the results by having a human recount the ballot papers.

      bingo! the real problem with electronic voting is:

      • no backup. in many cases the "e-vote" is all there is. no paper.
      • mutable format. ballots are hard to change, delete or add. little ones and zeroes are easy to change.

      if you developed a data centre with no backups and 777 perms on everything, no one would trust you.

    5. Re:The Diebold machines are funked... by pyros · · Score: 2, Funny

      sure they could. As the enter they overhear someone talking about those asshats (whom they did not vote for), and thus put the hats on their ass. So then we end up with crappy officials. Imagine what that would be like ... oh, wait

    6. Re:The Diebold machines are funked... by blincoln · · Score: 3, Interesting

      You know that a sabot is that little metal band that goes around a subcaibre bullet, right? Why would I rattle that?

      A "sabot" is a shoe, which is why the bullets and other projectile weapons have them.

      The sabot reference in the grandparent post is to "sabotage," where workers angry over automation replacing their jobs threw their wooden shoes into the machinery to destroy it.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
  7. Re:Real counting? by MBAFK · · Score: 3, Funny

    You mean write a patch for the President? Aren't you already using Mr Bush 2.0 or something :)

  8. Well by On+Lawn · · Score: 4, Interesting


    I didn't vote in San Diego, but I am close by and did vote on a Die-Bold system. I have to admit I was tempted to go to the registrars office and vote manually or pick up an absentee ballot. Just so I could have a verifyable paper trail. Its interesting to learn that the absentee's could get messed over just as well.

    I was suprised though while standing in line that the two people in front of me had absentee ballots and chose to vote via touch screen anyway.

  9. With electronics, there will always be problems by pholower · · Score: 5, Interesting

    Until there is a way to have two or three safety checks that are electronic, we are always going to see these problems. Have an electronic machine from one company send the vote to its database, and print a "receipt" for the vote out. Then, have they receipt scanned into a system built by a different company, and check the results. The voter can also look at the receipt and verify that is who they voted for, as well, as being double checked to veryify there are no "programming" errors.

    --
    -- johntracy.com, because everybody else is wrong.
    1. Re:With electronics, there will always be problems by On+Lawn · · Score: 3, Interesting


      with two different companies, while this is still possible, it is much more difficult.

      I was thinking about this when I was reading Federalist #51 (I've written on this in my journal which is linked in my sig). There Madison speculates that certain combinations of cause by motivations other than community threaten the rebublic more than everyone keeping after their own cause and establishing distinctive communities.

      Immediately the Cola Wars come to mind, and our hopelessly two party system (read Pudge's journal about how the two party system locks out third parties). I'm not sure any number of companies can really guarantee that they don't combine against some weaker entity.

      That said, more companies would probably provide more security. But probably not as much as a truely transparent and hard-tooled voting mechanism.

  10. 3000? by Havokmon · · Score: 4, Informative
    That would suck.. There was an actual TIE for Mayor of South Milwaukee on Tuesday.

    Of course, there were only around 6000 votes in the first place..

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  11. election to inauguration : 2.5 months by Anonymous Coward · · Score: 4, Insightful

    Americans don't let the rascals take office the day after the election. We don't need computer screen ballots. Paper with an X in the box is fine.

    Bettern punch cards.
    Bettern electronic.
    Cheaper too.

    The real problem with elections is voter apathy and the influence of big bucks. Making incumbents spend all their money and re-raise for the next election would help more than buying expensive, insecure voting machines. Letting people deduct $50 bucks from the top of their 1040 for contributions to legal candidates would help too.

  12. Voter fraud... by doorbot.com · · Score: 5, Funny



    "The irregularities were found in a routine post-election review."

    Oh, so that's what they're calling it...

  13. What? $32 Million and No Checks? by jedi-monkey · · Score: 5, Insightful

    If California government spent $32 million on this system that has been so controversial, I have just one question:

    Why wasn't there more quality assurance involved?

    Stupid people piss me off, stupid bureaucrats piss me off even more

  14. Yep, they found a race condition by Anonymous Coward · · Score: 5, Funny

    if ( voter != white )
    discard(vote);

  15. Paper. by BFaucet · · Score: 5, Insightful

    I still don't see why we can't stick to paper...

    My area usues well labled and hard to screw up fill in the circle sheets that you feed into the scanner yourself. It's reliable paper and offers very quick counting.

    Usually I'm all for using technology to make life easier, but this is one area where I think reliable is more important than easy.

    Yup.

    --
    -Derick
    1. Re:Paper. by PhilipPeake · · Score: 2, Insightful
      Yes, we have those in Oregon too. Even better, they are mailed to us at home, and we mail them back. Pols. hate this, because it means they can't do last minute blitzes of negative ads -- they just don't know when people are getting around to filling in the ballot and mailing it back.

      But this would never fly in Florida. Apparently, Florida democrats are incapable of knowing which end of a pen makes the mark on the paper, so 50% of them would be disenfranchised.

    2. Re:Paper. by shystershep · · Score: 2, Insightful

      Paper scanners are still not entirely accurate.

      AFAIK, that error is primarily because of user error -- i.e., improper marks, not properly filled in bubbles (or whatever), etc. Although you may get into "hanging chad" territory, inconclusive/inaccurate counting can be redone by hand, whereas it cannot be with voting machines such as these. Any security or hardware stability concerns with computerized voting could be simply eliminated, even with the buggy Diebold machines, by providing that hard copy for the back up of hand counting.

      Hardly an original insight, I know, but I think all of the technical solutions need to take a backseat to getting the simple stuff taken care of.

      --
      The bigotry of the nonbeliever is for me nearly as funny as the bigotry of the believer. - Albert Einstein
  16. I Vote NO on e-Voting. by blcamp · · Score: 4, Insightful


    "These performance failures are unacceptable," Ekard wrote. "Having a reliable and trouble-free voting system is absolutely essential to the county. Your failure to provide such a system in the March election was extremely troubling and any issues that remain must be fully resolved long before the November election."

    Problem is, it is no longer "long before the November election."

    I have commented on this subject before, and see nothing that changes my view; rather, it reinforces it.

    --
    The problem with socialism is that they always run out of other people's money. - Margaret Thatcher
  17. From the Daily Show last night by EvanED · · Score: 5, Funny

    Jon Stewart: "But these things can't be that insecure..."
    Some security researcher: "We broke into the board of elections and completely changed the result, erasing all of our traces and got back out"
    Stewart: "...um, but sure, you give a guy a day and..."
    S.S.R.: "We did it in 5 minutes."

    [Paraphrased, but the idea is here... Also, it's possible that the last statement by the SSR was not referring to the entire operation; the Daily Show appearso to have a habit of making deceptive cuts. But who knows...]

    1. Re:From the Daily Show last night by MarkGriz · · Score: 2, Insightful

      "the Daily Show appearso to have a habit of making deceptive cuts. But who knows..."

      What do you expect from A FAKE NEWS SHOW?
      Not saying the story isn't partially based on fact, but the intention is to be funny (and damn funny it is)

      --
      Beauty is in the eye of the beerholder.
    2. Re:From the Daily Show last night by SnappleMaster · · Score: 4, Informative

      "the Daily Show appearso to have a habit of making deceptive cuts"

      People who use a Comedy Central as a new source are not qualified to comment on the news!

      I love the Daily Show and I must admit that I use it as a news source. Therefore I am not qualified to comment on today's issues. Thank you.

      --
      Be happy. Nothing else matters.
    3. Re:From the Daily Show last night by Hiro+Antagonist · · Score: 4, Funny

      People who use a Comedy Central as a new source are not qualified to comment on the news!

      Why, it's more accurate than FOX...

      --

      --
      I Hit the Karma Cap, and All I Got Was This Lousy .sig.
    4. Re:From the Daily Show last night by EvanED · · Score: 2, Insightful

      See, the Daily Show isn't really fake news. That's the thing. What Stewart talks about is actually news. Usually when they are being outright false they are obvious about it, such as many of the "translations" they have. The problem, if there is one, is that many people use it as their source of news. Probably almost no one who saw this clip saw the actual interview it was from, and few heard details about that particular study.

      I guess what I'm trying to say is that even though they are not a serious news outlet, because they are baseing the show entirely off of actual events (and because a somewhat alarming number of people actually use it for their news), they have a responsibility in my opinion to not be deceptive, either by just presenting things as-is or in a blatently false manner.

    5. Re:From the Daily Show last night by Johnathon_Dough · · Score: 3, Funny
      John Stewart on the credibility of the Daily Show:

      "Our show is obviously at a disadvantage with any of the other news shows we're competing against, For one thing, we are fake. They are not. So in terms of credibility, we are ... well, oddly enough we're about even."

      --
      If you are one in a million, then there are six thousand people who are just like you.
  18. overloaded by 3000 votes? by Tumbleweed · · Score: 4, Interesting

    How is it something that can handle the amount of traffic Slashdot does with duct tape & bubblegum (MySQL & Perl), yet a Diebold machine can't handle 3000 absentee ballots? Friggin' amazing. To quote Weird Al, "What kinda chip they got in there, a Dorito?"

  19. Diebold... by Anonymous Coward · · Score: 2, Informative

    has ties to the republican party as one of it's largest donators. this whole thing stinks of day old feces.

    1. Re:Diebold... by 0x0d0a · · Score: 2, Interesting

      has ties to the republican party as one of it's largest donators. this whole thing stinks of day old feces.

      Technically, that could just be political corruption to ensure that they got the (extremely lucrative) e-voting machine contracts.

  20. Why are voting machines so complicated? by bleublue · · Score: 5, Interesting

    In all this talk about electronic voting machine failures, I still don't comprehend how the process can be so complicated that it has so many failures, requires full featured OS (i.e. Windows), etc... I mean all voting is a position, list of names, select 1 or more (depending on the type of election). Couldn't this all be done with code small enough to fit on a ROM or something that would be almost impossible to tamper with? Even votes could be somehow "burned" into a write-once type of memory. Simple network adapter to transfer the results.

    1. Re:Why are voting machines so complicated? by His+Shadow · · Score: 2
      The marketing monkeys at MS have been singularly successful in convincing damn near everyone that _nothing_ can get done on a computer unless it's a computer running Windows. The idea of developiong a program on a platform that incorporates only that software that a program requires to run doesn't even enter their minds.

      So, get used to electronic election result failures because Active-X is updated improperly, or the soundcard has a conflict.

      --

      Fiat Homos et Pereat Theos

  21. Re:What? $32 Million and No Checks? by On+Lawn · · Score: 4, Interesting


    Or tech support. Many machines were stuck in a wierd default state, having their firmware batteries run out for being so long in storage.

    There was not adequate tech support, and many districts had techie, unauthorized voters pitching in to help get the machines up. While I'm glad for their service (they could have just walked away) I worry about how problematic that could be in the future.

  22. Re:Real counting? by midol · · Score: 5, Interesting
    As a Canadian voter, I recommend the system in use here. All balloting is done with a pencil on paper ballots. All ballot boxes are brought sealed to a central tally point. One Elections Canada staff member counts the ballots. Every candidate has the right to appoint one scrutineer. Any scrutineer can contest any ballot. Any member of the public is entitled to watch the ballots being counted.

    I can't remember there ever being the kind of nonsense that Diebold has regularly caused.

  23. Re:Real counting? by sumdumass · · Score: 2, Funny

    I think it is more like .55. A back peddle revision to compensate for (unusable)bad code in the latest release.

    Bugs with simptons like sneezing cause nunmerous unintended effects like wars and mass unemployment neccesitated this fallback.

    Actually I'm a strong supporter of bush, but this was too easy to pass up.

  24. Re:Real counting? by lordsilence · · Score: 3, Insightful

    I suppose that turning things digital isn't always the best solution. These kind of issues proves that fact.

  25. Re:Table locking anyone? by jlechem · · Score: 2, Insightful

    Any database worth its salt that isn't complete shit should be able to handle multiple writes hitting it at the same time. If not the software should be able to recognize this and wait for it to be free before it just starts going all wonky.

    --
    Hold up, wait a minute, let me put some pimpin in it
  26. Slashdot the most damning on e-voting by 0x0d0a · · Score: 3, Insightful

    I think that it's a terribly damning sign that Slashdot generally condemns e-voting.

    Most Slashdotters are geeks, many hard-core computer geeks. They use computers far more than the typical person, to handle many, many aspects of their lives. Most of them were using email and IMing systems well before the general populace. Slashdot is almost universally enthusiastic about new technological advances (humanoid robots, organic computing, OLEDs, new storage technologies, mp3/ogg players, new operating systems, etc). And yet, standing WAY out among all this is e-voting, which Slashdot is overwhelmingly negative on.

    This is no more than one data point, but it's a very strong, influential, and *negative* data point against e-voting. A lot of people with interests in computer security read Slashdot -- if they feel that it isn't worth trying to trust e-voting, isn't it worth listening to them?

    1. Re:Slashdot the most damning on e-voting by Herkum01 · · Score: 2, Insightful

      I don't think that the problem is that /.ers are against e-voting. It is that the companies that are involved have been unable to produce accurate results and don't have any accountability for their actions. The whole point of e-voting was increased accuracy and get rid of stuff like the 'hanging chad.' Not technology for technologies sake.

    2. Re:Slashdot the most damning on e-voting by Anonymous Coward · · Score: 2, Insightful

      Actually, back in 2000 Slashdot editors and commenters were very enthusiastic about electronic voting.

      In general, slashdotters are in favor of pie-in-the-sky type advances. But when someone actually builds something (e.g. the Segway) or proposes a major project (e.g. replacement of the Shuttle by 2012), then they love to get all skeptical, and tear new ideas to shreds.

    3. Re:Slashdot the most damning on e-voting by Elwood+P+Dowd · · Score: 4, Insightful

      It's a little like the California energy "deregulation" debacle: The Cato Institute, a Libertarian think tank, was screaming bloody murder that the "deregulation" was horseshit and wouldn't help anyone.

      If the Libertarians are opposed to your "deregulation," maybe you need to take a few big steps back.

      --

      There are no trails. There are no trees out here.
  27. software has no place in voting by nickos · · Score: 4, Interesting

    The voting process demands openness and accountability, and for these reasons software cannot be used, even if it's open source. Voting must remain dependant on human countable physical ballots (or similar).

    One idea I had would be as follows:
    In an election with 4 candidates there would be 4 transparent tubes, each coated with an opaque wrapper. Voters would insert a coin-shaped plastic token into the cylinder representing their favourite candidate, and when the votes need to be counted the opaque wrapper would be removed to simply show which candidate had won. It's obvious, completely transparent and recounts are unnecessary because the winner should be obvious to all.

  28. Re:Real counting? by easter1916 · · Score: 3, Funny

    This whole administration has been in public beta since day one...

  29. Unacceptable. by red+floyd · · Score: 5, Informative


    I used to write mission critical software (as in, you-screw-up-and-your-user-can-die) for the US Army (Artillery Control). We had to pass internal unit test, integration test, system test, FQT, fielded IOT&E. At each point (past developer level integration), if an anomaly occurred, a trouble report was generated. All priority 1 and 2 reports HAD to be addressed and resolved. Priority 3 needed to be resolved or have a formal waiver.

    1 - Failure to perform, user at risk
    2 - Failure to perform, no workaround
    3 - Failure to perform, workaround available
    4 - Irritating/annoyance
    5 - other

    In the voting arena, I would say that problems with inaccurate counts would be priority 2 (since nobody dies directly). There should be NO WAY any fielded system should have those sorts of trouble.

    --
    The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    1. Re:Unacceptable. by xlyz · · Score: 2, Insightful

      In the voting arena, I would say that problems with inaccurate counts would be priority 2 (since nobody dies directly)

      are you sure?

  30. Two Things by His+Shadow · · Score: 5, Insightful
    First off, maybe it's about time the US separated it's Presidential vote from the 256 initiatives about potholes.

    Secondly, just use paper ballots and be done with it. If you need to see how it's done, come to Canada.

    --

    Fiat Homos et Pereat Theos

  31. Ha! - I reviewed their stuff by Devi8R · · Score: 4, Funny

    When a consultant I reviewed their product suite as well as other vendors such as Votec. They use MS SQL Server and Visual Basic. How funny. I knew their products would fail. Their off the record breagging involved hyping their M$ team and saying they got some of the best minds in the MCSE market!!!! As well they felt my ideas with using Transaction servers with their product suite for verification was a bit a farfetched. Uh huh!! Anyways - it is funny. Cheers

    1. Re:Ha! - I reviewed their stuff by Saeed+al-Sahaf · · Score: 2, Interesting
      They use MS SQL Server and Visual Basic.

      At least they used MS SQL, Diebold uses Access and VB.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  32. Re:Real counting? by AKnightCowboy · · Score: 3, Interesting
    I suppose that turning things digital isn't always the best solution. These kind of issues proves that fact.

    Digital doesn't mean bad, they just have a stupid buggy system. How do the SATs and other standardized testing services handle millions of those scantron sheets without problems? Instead of poking holes in a piece of paper and leaving hanging chads, have people use a friggin pencil and bubble in a box. If you don't follow the instructions and the computer can't read your bubble for whatever reason then your vote simply is discarded. Humans should not be involved in deciding who the vote was "supposed" to go to because they can be influenced.

  33. Slashdot readers, examine carefully that article by 0x0d0a · · Score: 4, Funny

    Read the last paragraph on that article you linked to. I ask you, Slashdotters, is there *not* a great election conspiracy afoot? :-)

  34. There is ALOT to this by Devi8R · · Score: 2, Informative

    There is something like 2000 pages on regulations and cirtification requirements your product most go through in order to be cirtified by the US Governement. The spec is unreal. I was invovled in this but can't say where. I will say Diebold was a competitor. Local governments don't have the same necessary must have requirements. The main issue is each state has separate laws for voting. You basically need to write software Helen Keller with a 20 IQ can use. That is tough.

  35. Problems with receipts. by Liselle · · Score: 4, Insightful

    Careful!

    If a voter can walk off with a receipt, that means that their vote can be verified to outside parties. This means that votes can be bought, which is definitely a bad thing. I assume you meant that the paper receipt would be "eaten" by the scanning machine, but it's an important distinction.

    --
    Auto-reply to ACs: "Truly, you have a dizzying intellect."
    1. Re:Problems with receipts. by jtownatpunk.net · · Score: 5, Informative

      The receipt doesn't have to be given to anyone or even leave the machine. This has been discussed many, many, many, many, many times.

      Run the printout under a plexiglass window and have the voter look at it and verify that the information is correct. Then run it through a second printer that gives it a confirmation or rejection code depending on how the voter responded to the "is this right?" querry. After that, it gets run into the takeup reel. The entire printing mechanism can be sealed in a tamper-proof box that can't be opened by anyone on the premesis, reducing the chance of tampering at the polling place by volunteers.

      That takeup reel can even be OCR'd for 100% verification checks by a third party. None of this "spot checking" crap. Again, this reader can be built into the printing mechanism. If everything passes, toss the recipts in a cave somewhere for long-term storage. If they don't match then it's time to crack the seal and check by hand.

  36. Re:Real counting? by spuke4000 · · Score: 3, Insightful
    I'm a Canandian, and I made the same comment some time ago on /. It was pointed out to me that elections are *much* simpler in Canada. We vote for MPs in federal elections, MPPs/MLAs in provincial elections, and for one city councilor and one schoolboard trustee in local elections (approximately). In states they vote for Judges, Sherriffs, city controllers, and lots of other positions that I have no idea about. In that sense the US is much more democratic than Canada.

    The point is, if you only have to count one vote per ballot it's easy to do by hand, if you have to count 10 or 20 votes per ballot, things get more complicated.

    --
    This post cannot be rebroadcast without the express written constent of Major League Baseball.
  37. When is civil disobedience justified? by revscat · · Score: 3, Interesting

    I have been wondering lately if phsyically damaging these machines is not justified in a system that is supposed to cherish democracy to such a high degree. Civil disobedience is justified in some cases, and I believe that the use of unverifiable electronic voting machines with known vulnerabilities is just such a case.

    Remember, Americans: Bring your voter registration card, and a sledgehammer for Diebold. They are stealing our freedom to vote, the very democracy over which so much blood has been spilled, and the corrupted political process is encouraging it via awarded contracts and almost silent acquiescence.

    This crosses political affiliations and affects all Americans. I strongly believe that this must be stopped it by all means necessary or we will lose the ability to collectively affect the policies of our country, no matter how small your individual voice might be. This is zealous, without a doubt, but not all zealotry is bad. "Extremism in the defense of liberty is no vice."

    Live free or die.

  38. I have a better solution by moltar77 · · Score: 2, Interesting

    Have college professors give the task of writing voting software as a group assignment. Tell them it's work 40-50% of their grade. I'm sure we would get far better results than what the Diebold people are making. Also, cost to taxpayer: $0. Then hire some competent (and way in debt) grad students to do maintenance.

  39. Worst Software, Evar. by butane_bob2003 · · Score: 2, Insightful

    There really is no excuse for this kind of bad engineering. It's not as if computer science is not well understood (we created it after all). Do the government and Diebold both have no idea how to engineer and test a relatively simple vote counting system? How did it get 'confused' by a large number of candidates/votes? How was this system tested?

    --


    TallGreen CMS hosting
  40. Re:Real counting? by Roger+W+Moore · · Score: 5, Interesting
    Sigh... here we go again.... Est. Population (2004) of Canada: 32,000,000 Est. Population (2004) of US: 294,500,000 Area of Canada (in km^2): 9,970,610 Area of US (in km^2): 9,363,520 Canda Population Density per sq km (1997): 3 US Population Density per sq km (1997): 29 Got it?

    No - the UK has almost exactly the same system as Canada (where do you think they got it from?) and likewise has seen no problems with it over the last century or so. However the UK has about twice the population density of the US (~60 million people in less than 10% of the area) and it still works (well, it did elect Blair but that can't really be blamed on the system :-)

    So no excuses - you could fix it with a system that works if you wanted to!

  41. The Computer Ate My Vote by The+Queen · · Score: 2, Informative

    I didn't see this in anyone else's reply, but if it's there and I missed it, pardon my redundance... The Computer Ate My Vote

    --

    The House Between - Original Sci-Fi Series
  42. Another article on problems with Diebold systems by whoever57 · · Score: 2, Informative

    This article highlights problems also. In the follow-up it appears that Diebold still claims that their systems work, despite evidence to the contrary.

    --
    The real "Libtards" are the Libertarians!
  43. Scantron? by moankey · · Score: 4, Insightful

    What about Scantron? That thing never broke down, even though there were a few times I wish it would have.
    We put enough faith in it to tally the aptitude and academic future of our youth it should be good enough to tally the leaders of tomorrow.

  44. Diebold Fails Again..... by Anonymous Coward · · Score: 2, Interesting

    for the voters reading /. here is an excellent site showing all the troubles with this company and others. share the link with others.
    http://blackboxvoting.com

    this should be setting off alarms for anyone who remembers the Florida fiasco. Florida's hanging-chad solution....move to Diebold boxes....AHHHH!!!HERE WE GO AGAIN!!!

  45. That needs to be televised by qtp · · Score: 3, Insightful

    It's great that the clip is available online, but it has become apparent to me that the knowledge of the voting machine problem is not widely known. Even at the two tech conventions that I recently attended, one of which was oriented to non-profits including political action groups, most of the attendees that I spoke with had little knowledge of who Deibold is, of the problems with computerized voting that have already occurred, or of the inherent design problems that could be used to corrupt the election results using these machines.

    What would it take to get that clip televised?

    --
    Read, L
  46. Re:What? $32 Million and No Checks? by orrigami · · Score: 2, Funny

    The Indian call centers couldn't understand the CA valley accent.

  47. Re:Real counting? by yiantsbro · · Score: 2

    As a voter in the former Iraqi regime I recommend the system we had. One person, one candidate, one vote. Cast wrong vote, one less voter to worry about next time.

  48. I wrote the core code that Diebold needs.... by Wister285 · · Score: 3, Funny

    Here it is, they better take it before I GPL it.

    while (ballots > 0) {
    if (vote == republican)
    republicanCount++;
    else if (vote == democrat)
    democratCount++
    else
    cout "Threw his vote away" endl;
    }

    1. Re:I wrote the core code that Diebold needs.... by LMCBoy · · Score: 4, Funny
      That's actually the code they use, but you forgot the variable declaration, which is critical:
      char democratCount(0);
      long int republicanCount(0);
      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
  49. Fix the real problems by theEd · · Score: 3, Interesting
    What's really "funny" about this whole issue is that the voting machines are not the problem, it's the process.
    1. The electoral collage needs to be abolished . At one time it may have made sense, but in today's world it's just another problem in the system. Now, some analysts have stated that the electoral college system is good because it encourages the canidates to visit less populous states. The reason, which is a bit convoluted, is that the vote of a person in those states basically counts more than a vote of a person of a "larger" state. Well that's just bull**it. Everyone's vote should count the same. I don't care if you live in a luxury apartment on fifth ave in New York or in a tent on a mountian near Missoula, MT. What happened to the "truths that we hold self-evident" like the fact that "all are created equal".
    2. Any elected official should be elected by a majority, not a simple plurality. In the past three presidential elections no canidate has taken more than 50% of the popular vote. So, for the past 12 years, we have had a president in which most people did NOT vote for. Am I the only that has a problem with that? I think it's time for instant runoff voting. Now, initially I was apprehensive about IRV, not knowing the mechanics, but after I read more about IRV this is the way to go. It fixes the "problem" of spoiler candidates, like the Gore vs. Nader in 2000. It's actually quite simple, and if you look at the process, it is still possible to vote the "traditional" way. Thus, persons who don't fully utilize IRV while voting would not be at any less of a disadvantage than if they voted in a simple plurality. On top of that we are guarenteed that our officials must capture a majority of the electorate, while we only have to visit the polls once.
    --
    "And now you shall learn the secret of boot to the head"
    1. Re:Fix the real problems by slothman32 · · Score: 3, Interesting
      I normally wouldn't bother replying but you make two good point that shouldn't be implemented ever. The EC, I think, is even more needed now when our population is over 300 million. If it weren't there your vote would only be 1 in 300,000,000 chance of changing the outcome. With it it's less because you are more likely to change your state.

      IRV should never be used and is worse than plurality. It violates the all important monotonicity principle. That means if you vote for someone they could lose. Approval is better and easier for people, dumb in general, to use.

      --
      Why don't you guys have friends or journals?
  50. Still Problematic by blunte · · Score: 2, Interesting

    Fill in the blank doesn't even work.

    I remember during some of the analysis of the 2000 Florida election disaster that one of the recount counties gave facts about the number of ballots that had multiple votes. IIRC, dozens had at least 2 votes, many had 3, some had 4, and a couple even had 11. This means some voters are either completely hopelessly confused, or they're screwing around.

    Also, remember the election officials in each county have great capacity to screw things up.

    As with most problems, the root of the failure is lack of education. There are just a lot of ignorant people out there. This may or may not be their fault. They shouldn't be voting if they can't understand the words "MARK ONLY ONE".

    --
    .sigs are for post^Hers.
  51. WTF ? by Tsiangkun · · Score: 2, Interesting

    I could write a piece of voting code that reports results into a central database after each voter,
    doesn't leave a paper trail, and ensures one use per voting card in an election.

    This seems so trivial, I wonder how they screwed it up, and why aren't they being prosecuted as terrorist who are trying to hijack american democracy with an electronic attack on our election outcomes.

    Why are the governments paying for the priviledge of being hijacked, and why aren't they demanding a full refund for the machines ?

    Imagine if Abduhla Musctaffa owned the company making these machines . . . and he had promised to deliver the election to their party. Would the US government be equally lazy about investigating the potential tampering with the system ? Would the voters be equally complacent ? I suspect that they would [ be lazy] , but that doesn't mean I'm not outraged by the whole fiasco already.

    --Tsiangkun
    ***---***
    I'm Tsiangkun Tzu and I authorised this sig

  52. Re:Real counting? by Dopescuzz · · Score: 2, Interesting
    So no excuses - you could fix it with a system that works if you wanted to!

    While I would never go quite as far and say that 'our system works well', I would also disagree with your generalization that the problem is a simple fix, i.e., the 'British Example'. One of the main sticking points with our system is the number of items we vote for within our Federalist system (dog catcher, State Supreme Court Judge, Mayor, trustee, the list goes on and on.) In essence we have AT LEAST three complete, distinct, and seperate layers of government to vote for [not including counties, which exist at the behest of state governments, but typically act independently]. Additionally, election laws in each municipality and state were influnced by the progressive era, a time in our history when we wished to 'run out political bosses and corruption.' The laws themselves dictate common sense, but also make local elections that much harder to maintain. Now, I will never claim to know the inner workings of your political system better than a citizen of the UK (yourself), but from what I understand (from a single intro poli sci class I took so like I said, I'm no expert) your system is much more centralized, even with the push for what we call 'local rule'.

    So, what the hell is my point? Well, nothing easy is ever simple. Our government, by design, was created to be inefficient (cliche: Moussolini made the trains run on time). Our voting system's complexity cannot be explained away easily by pointing to population density, or sweeping generalizations, rather, it has become the miasma that it is because of history, politics, competing/independent entities and inertia. I assert that it would be much more difficult to 'fix' our current system than many (including and especially companies such as Diebold) simply because there is no other system in the world like ours.

    Of course, what the hell do I know, I'm just a Joe Sixpack.

  53. ramifications... by zogger · · Score: 5, Insightful

    ... I don't know you tell me. In the last general elections, we were the first state to go all computerised voting, diebold machines. We had all the normal pre elction poll numbers. We also had the real time election day poll numbers. What we got was an "upset" election that defied all the poll numbers, and put an R in the governors seat for the -> first time since the civil war -, along with some other interesting race "upsets". In the morning,election day, there were a boatload of news flashes about people reporting irregularities with the machines, by mid afternoon most of those stories not only stopped coming, they disappeared from places that were initially reporting them, drudge report being one of them, because I know I checked his page before leaving to vote, when I got back around an hour later, it was gone, and that just do not happen on his page all too often. At least I never saw it happen before, they scroll away, but don't get actually removed. Local news on the TV downplayed the heck out of it, and by the next day it wasn't talked about. The term is "spiked" the stories got spiked.

    coincidence?

    The ramifications are, they can be programmed to give any results they want, and you can't tell. They can be reprogrammed on the spot with a card, or done over a modem. You tell me if you think they are secure, accurate and unbiased, because there's no way anyone who doesn't work for diebold can tell. Before, we had paper ballots, you could eyeball the results, anyone who could see and count could verify a result at the end of the day, now... the machine spits out whatever, there is zero, repeat zero way to verify what the real numbers are. And tell ya, it only takes alteration of a few numbers to REALLY change things.

    but it's NEW and SHINY, so it must be better, right?

    Tell me, what is the worth, in dollars, a guess, of CONTROLLING a state office like a governorship or a national office like a Rep, Senator or a Presidency? Really, what's the worth, then think on what people do for much, much, much less potential "reward", how far human beings will go for just a few thou? Criminals do a very poor risk/reward ratio when they do a crime. But, what are the risks of getting caught if BY LAW AND DESIGN only a few people really know what's going on with some black box, when your naked eyeballs aren't enough to verify a tally, when no paper trail exists, when the black box has several ways to access it, and when the potential rewards for any criminality can run into sums of figures that are planet earth mind boggling large? When the power that can be accrued by skewing a tally includes literally the getting handed the power of life or death over entire other nations? What is the risk/potential reward ratio then?

    Lotta questions, so far the only answers we have point to A-serious incompetence or delibarate malfeasance with voting computers, and B the people involved are connected to extremely radical elements in the political military industrial complex within a single political party, an extreme faction of that party.

    I know what my analysis of that tells me

    1. Re:ramifications... by nametaken · · Score: 2, Interesting

      I'm particularly interested in the part about the reporting all just disappearing. ESPECIALLY from Drudge. Like you said, that sort of thing never seems to happen. But of course, how could one ever prove it did? And if so, why? Does it all add up to conspiracy? Perhaps. I don't know. I would never say that it's outside the boundaries of possibility, just probability. I agree, criminal behavior is usually not completely rational. On the other hand, I also suspect that Diebold management is smart enough NOT to choose such a public venue if they're going to engage in "deliberate malfeasance". So basically, I'm inclined to believe it's serious incompetence. But then, maybe mine is the sort of attitude that let the aliens kill Kennedy, and get away with it. :)

  54. Complex? Maybe, but... by fiannaFailMan · · Score: 2, Interesting
    Well in Ireland they use Single Transferable Voting where you vote for multiple candidates. It's all done on pencil and paper. It's simple for the voter, but damned complicated for the number crunchers who have to count the votes. Counting can take days and it can take nearly a week to find out which parties are going to form a government.

    The big advantage is that it's totally secure. Sure it's a bit more complicated than marking X in the box for a single candidate like in the British system, but it should remain a manual process regardless of the cost. Democracy is too important to be left to companies who are 'determined to deliver the next election to George Bush.'

    --
    Drill baby drill - on Mars
  55. Re:Real counting? by Catbeller · · Score: 3, Insightful

    "Digital doesn't mean bad, they just have a stupid buggy system. "

    No, I disagree. The system may be buggy, but the concept of a digital computer counting votes is unfixable.

    You don't know what code is running. If you magically do know, you certainly won't grok it all, especially as they patch constantly even during elections. And although you may have some certain knowledge of the boxen in front of you, you've no idea what the other ten thousand machines across the country are doing.You don't know if the computer is working properly. You don't know if the data is being altered enroute to a central counting machine. You don't know if the code or the data is being modified from second to second. The process is pretty much a setup to cheat, and I've no doubt plenty of people are lining up to alter future elections. And we'll never know about it -- the ultimate fault. They is no ability to detect fraud. No trail. Nothing but bits.

    The paper and pencil and human counter is flawless. A neutral counter. Monitors appointed by each candidate watch the count. And if there is dispute, it is settled firstly at the counting table, and in extremis the entire vote can be recounted until every vote card is vetted and agreed on.

    This very process was occuring in Florida when the Supreme Court Five shut it down. And they were getting it done in days . No problems -- all the whining was being settled at the tables. It was working, and working perfectly, and would have given Gore the win had they been given more than 30 minutes before the "deadline" to restart the recount.

  56. Its all so clear by t_allardyce · · Score: 4, Insightful

    I think the choice of action the fedral government should take is pretty obvious:

    1. Demand that all Diebold voting machines are recalled immeadiately and that Diebold refunds all states in full.

    2. As a temporary measure, reinstall the previous voting machines/methods or simple cards in all states.

    3. Assign a task force made up of experts in a wide variety of fields, ensuring that the group isnt biased towards any corporate or political parties. The general rule should be that the system is as simple as possible, only uses computers if it will actually provide an advantage, is open!

    (obviously any corporate members will point out that its not fair that the system be open. This is one of the most important systems in the country and its vital for democracy that its open to the public to look at, if it isnt there is simply no way you can call the system democratic in anyway)

    4. Given that the new system will be designed by geeks, it will require a fraction of the budget of Diebolds spagetti crap, donate the old Diebold machines to schools.

    If Bush can go to war on a whim he can do this, and if he doesnt do this right now he is a dictator, its simple.

    --
    This comment does not represent the views or opinions of the user.
  57. It was worse than I had expected by dbk25 · · Score: 5, Informative

    I live and vote in San Diego. I used the touchscreen devices; my wife used an absentee ballot. After using the Diebold boxes, I thought my wife had found a way to evade their problems. From today's article, it looks like I was wrong.

    When I went to vote in the morning, at about 8:30 AM (well after the polls were scheduled to open), the machines were still non-functional (you've no doubt already heard the details) and the polling workers couldn't say when the help they requested would arrive. They suggested waiting or going to another polling location to submit a provisional ballot. (At this point, feel free to ponder why these were not tested by the vendor beforehand. Isn't that what YOU would have done?)

    Nothing makes democracy feel real to you like being turned away from a voting booth.

    When I returned in the evening, the missing cables were provided, instructions corrected and the devices functional. But not well.

    In California, each voter receives a balllot information booklet before the election. With the old punch-card paper ballots, the booklet and the ballot were laid out in exactly the same way. You could transfer your decisions from booklet to ballot trivially. The touchscreen display, on the other hand, had the same visual look as the booklet, and the screen was laid out in pages, but page layouts did not correspond to the booklet. Candidates were in different locations on the touchscreen and the booklet. Matching up the two were a pain, and it took a very careful attention to detail to avoid error! Considering that the visual cues implied that that they should correspond, and that they did correspond in the old punchcard system, and I'd be very surprised if it didn't contribute to incorrect selections. (It was at least as bad, probably much worse, than the Florida butterfly ballots.)

    Now, if you are replacing an existing system, isn't Rule #1 finding out how the existing system works, so that you know which functionality needs to be replicated?

    The last page of the ballot is a vote summary. (Good idea.) It was multi-column on a virtual page that was one screen wide but much, much longer vertically than the physical screen. This is an atrocious user interface. (Imaging reading a PDF of a three-column, 8-1/2" x 11" page on a normal portrait monitor.) Prior to this summary page, the entire previous program was logical page = physical screen, with a horizontal prev page/next page paradigm. So, a bad user interface that's inconsistent with the rest of the application's UI.

    Is that how you like to design YOUR software?

    Finally, there's the fact that there's no paper record or physical trail of the votes. I can't begin to imagine how this passed Day One of requirements review!

    All in all, it did not feel like the polished, professional effort that I want democracy and the control of our nation to depend on.

  58. Re:Real counting? by Deadstick · · Score: 2, Insightful
    How do the SATs and other standardized testing services handle millions of those scantron sheets without problems?

    By not letting you check the results?

    rj

  59. Must be nice to be friends with a president... by Genda · · Score: 2, Interesting

    I would just about kill, to have a job like Diebold. It'd be totally wonderful to have a job, where you could fail over and over and over again, while receiving millions of dollars worth of federal (your tax dollars at work) business. All without the slightest bit of concern that somebody somewhere might ask... "Do you guys actually have any clue what the heck you're doing?"

    So far, all I see is security failures, operational failures, service failures, and a huge progression of operational and technical SNAFUs. I'd prefer not having to stand on my head to vote... (I'd like easy and simple as much as the next person), but if I can't trust the results of the process... then for all intents and purposes, I cease to be participating in a republic. Either we eliminate the faulty process (up to and including the elimination of the offending service provider), or we eliminate the people who won't eliminate the faulty process.

    Genda

  60. Re:Real counting? by Pakaran2 · · Score: 2, Informative

    Actually, if you suspect you were counted wrong, you can pay some small fee to have your original answer sheet recounted by hand. If there's any discrepancy, they refund your seven bucks, and your score is updated.

    Do you expect Diebold to do that?

  61. The biggest problems aren't getting attention by adamsc · · Score: 2, Interesting

    It's pretty scary to see how little the local Registrar of Voters cares about having any sort of verifiable voting system. The official FAQ even has two entries regarding reliability (how do I know my vote was counted accurately after casting it, what happens if there's a recount) and studiously avoids answering either one - in the first case they simply stop after describing a bunch of irrelevant steps which happen before you cast your vote and in the second they pretend that a generated image file stored on the machine is somehow more valid than the stored vote record on the same machine.

  62. Re:Real counting? by Anonymous Coward · · Score: 2, Interesting
    Dont get me started on these people..

    They then use flashcards to move the votes from the voting machines to a single machine connected to a landline, which uploads the votes to another machine.

    Having worked for these bastards IN San Diego, I can tell you that EVERY machine has a modem. Yet they chose this "secure" scheme. (The OS is WinCE.)

    Diebold's rep was the sleaziest guy, lied to people in the eye, their hiring agency was no better - I've seen 4 people come to work on their first day and say "This is bullshit!" cuz they were expecting something entirely different.

    Talk about security. They must have "misplaced" around 400 sticks of 128MB CF cards (around $30 a piece) with software updates, Im not even talking about the flashcards that grant local admin level acccess to the machines, work hours were manipulated left and right, people werent getting paid, etc etc etc. Took me a coupla days to figure out who was I dealing with. Still waiting for that check, btw.

    ANYWAY.

    Dont expect fair elections if these guys are going to be involved.

  63. Vancouver uses computers for multi-votes by darkonc · · Score: 3, Informative
    I have no problems with Vancouver's computer-counted voting system because it has a human-readable paper trail.

    Here in Vancouver, BC (Canada, again) our civic elections are reasonably complicated. It is a true multi-party system with independants allowed. We normally vote for 7 parks board trustees, 9 school board trustees, 12 city councillors (=~trustees), 1 mayor and a handfull of referendum questions.. Thing to note here is that for the 7, 9 and 12 seat positions, each voter gets to cast (up to) 7 9 and 12 votes out of all the candidates. Each of the parties (there are usually 3 or 4 parties running) usually fields a full set of candidates, and there are often independants, so it's not at all uncommon to be voting for 12 out of 50-60 (4*12+N) alderman candidates (as an example). It's not uncommon to also have between half a dozen (and up to 20) mayoral candidates. Then there are the referendums.

    Voting is currently done on OCR... They are originally counted by computer, but if there are any questions, it's always possible to recount the paper ballots by hand (and it is done, from time to time). It's pretty easy to audit the computer results by picking a random polling station or two and comparing the computer reported count to the manual count. The system could easily handle a single-transferable vote system (like in Ireland) and have the machine counted results out before morning.

    Much like in federal and provincial elections, candidates and/or parties can have scritineers at the ballot locations to ensure that everything goes as it should.

    Because the system has a human-readable paper trail, I've never had any real quams about letting computers do the initial count. The technology is trivial (by today's standards) and well understood. None of this whiz-bang

    "oops -- we have 3 times as many votes as voters, but we think we know what went wrong, so let's just divide by 3 and call it all even OK?"
    bullshit.
    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  64. Re:Real counting? by Darby · · Score: 2, Insightful

    Unless you believe the rumors that he ordered surveilence of Bin Laden's 'friends' cut back because his Saudi relatives were complaining)

    That isn't a rumor, it's a fact.
    John O'Neill resigned as Deputy Director of the FBI in protest over that.

    As for him 'reading a book to a bunch of kids', that's not such a bad thing. I mean, it's not like he helped plan the 9/11 attacks (did he?). My worry is that it may be his actual reading level.

    The worrying thing about that is that had he instead ordered planes scrambled, the second tower would not have been hit. Instead of doing that, he sat around with a bunch of kids letting the "Pearl Harbor" required by the Project for a New American Century occur.

    Both of those are acts of treason in my book.
    No ad hominem needed.