Slashdot Mirror


Virginia Begins to Worry About Voting Machines

nonsecurity writes "Remember the unheeded stories about possible fraud with new electronic voting machines? Well it seems that someone is finally now taking notice. The Commonwealth of Virginia has been ready to take the leap with electronic voting machines, which many experts say are wide open to potential voting fraud. Like other jurisdictions, Virginia had been shrugging off the concerns. But the Washington Post is is now reporting that Johns Hopkins Computer Scientists have been studying the issue and have found that the machines might be easily hacked and election result tampering is a very real concern. And apparently Virginia is listening. With next year's elections promising to be full of fireworks, it's good to see that people are finally taking notice of the issue."

386 comments

  1. Solution by swordboy · · Score: 4, Interesting

    Why not simply anonimize the data but leave the potential for anyone and everyone to verify the results?

    --

    Life is the leading cause of death in America.
    1. Re:Solution by Novus · · Score: 5, Insightful

      Anonymising the data makes it hard to ensure that everyone casts only one vote. Consider Slashdot polls an example.

    2. Re:Solution by Zarhan · · Score: 5, Informative

      Anonymising the data makes it hard to ensure that everyone casts only one vote. Consider Slashdot polls an example.

      There are possible ways around this, based on cryptographical methods. Take a look at this, for example.

    3. Re:Solution by Suhas · · Score: 2, Insightful

      And pray, how do you think one person one vote is enforced right now?...The Voting machines are intended to register votes, not verify people...WAY Wrong Analogy

    4. Re:Solution by arvindn · · Score: 4, Informative

      That is far easier said than done. See, for instance, Bruce Schneier's explanation of why secure electronic voting is a hard problem.

    5. Re:Solution by tetra103 · · Score: 2

      Voting seems like a strange issue to track. You need accountibility for each person casting only one vote, yet you need a method to hide ones identity. I think it's the anonymous issue is what causes all the loop holes.

      Even with the current voting system, sure only registered voters can vote, so that's suppose to limit multiple votes from one person. But have you ever thought that after you pulled the levers and made your choice that your choice was actually recorded? Am I the only one paranoid about this? There's no way for me to go back after 5 days and say, "I want to see and verify my ballot".

      The problem is trying to preserve that anonymous status. I think all ballots should be tracked backed to each individual. Granted, you may loose those rights of casting an anonymous vote, but in the case of running a fare election, I don't see another way. It's a trade off.

    6. Re:Solution by iCoach · · Score: 1

      But then we are back to where we started. The original problem of voter fraud. Who cares if everyone can count the votes. Cryptographical methods despite their best intents will be based on code, human code. That code will have bugs and the crypt will be broken.

      -Coach

      --
      "Never upset a goalie, getting hit with a blocker is an unpleasent experience - facemask or not." -Me
    7. Re:Solution by Anonymous Coward · · Score: 3, Funny

      Why not simply do a vote electronically one night, and then do another vote with paper a week later (not announced until the first results are in). If anyone wins by a landslide in the first, but loses in the second, they get a bullet in the head.

    8. Re:Solution by cshark · · Score: 1, Informative

      I did some work in this area a few years ago, and it seems to me that if governments would put the amount of thought into this, that they have put into regulating digital signatures, this would be a non issue.

      Another part of the problem lies in the auditing process. There really is no standard, or security regulation of any kind, except for maybe the promise of security by the vendor. No one ever really checks these things for security until it's too late.

      --

      This signature has Super Cow Powers

    9. Re:Solution by finallyHasANickname · · Score: 3, Funny
      Anonymising the data makes it hard to ensure that everyone casts only one vote. Consider Slashdot polls an example.

      Hey! That reminds me...

      :::::searching:::::: :::::cutting, pasting:::::

      Which would you rather have?

      An serious-minded, experienced and respected Chairman of the Armed Services Committee

      An eager, qualified challenger with new ideas

      Cowboy Neal

    10. Re:Solution by tetra103 · · Score: 4, Interesting

      I read that artical, but what the author doesn't admit to is that paper ballots are just as suspect as a computer ballot.

      He does key on one aspect and that is banking vs voting. Computer banking works because transactions can be traced. Because you can't track a computer vote is why it won't work. But think of it, you can't track an anonymous vote whether it's computerized or not. So in it's current form, the voting system we have/use is broken and always was.

      I suppose you could implement the concept of a vote reciept. Say you register and you cast a vote, then you recieve a reciept with a transaction number (ie: vote record). At any point, you should be able to use that transaction number to verify your vote. That may work for individuals having a piece of mind in casting a ballot, but there would still be a void when trying to vallidate an election. The problem centers around the "anonymous" vote. No matter how a system is designed, once the ballot becomes anonymous, you loose all tracking ability and hence leaves a large hole for hacking or rigging an election. This has nothing to do with computers mind you. It's just the nature of performing an anonymous transaction. Encryption doesn't help. The flaw is in the transaction design, not it's implementation.

    11. Re:Solution by Anonymous Coward · · Score: 0

      Am I the only one missing why the vote has to be anonymous???

    12. Re:Solution by Ugot2BkidNme · · Score: 1

      So I am confused are we talking about Electronic Voting or Internet Voting. Internet Voting is in itself not very Secure. However Electronic voting is as secure as it the current voting systems are however there is just a way faster count. The one thing I think is rather funny is Internet voting may one day be impossible if the Government has its way. if all IP addresses must resolve to a Phone number like they are attempting to do well then votiong via the internet gives up that annonymity. As for the actual Electronic Ballet system its simple in one table you store every SSN that votes. in the other table you store the votes themselv there is no correlation between the two tables other then a verification whether that SSN has been used before. if it hasn't let teh person vote away. Otherwise don't its not really that hard to do.
      Now once all the voting has been done you then take the removable drive out and bring it to the local counting center. there the drive is inserted into a machine and the data is transfered. Closed system means safer system right.

    13. Re:Solution by RLW · · Score: 2, Interesting

      A good solution is to make each voting machine stand alone and produce a human readable output in magnetic ink. This way the voter may check the results on the vote slip be fore turning it in. The vote reading machine would be something like a check sorter. If there's a problem with the results then the votes can be read by people and tallied by hand. This eliminates the hanging chad and other problems with punch cards and prevents hacking from an out side source. It also means that if someone wanted to rig the election they would need access to the vote reading machine which would be much more difficult as these would be much more tightly controlled. A bit 20th century perhaps but it produces a paper trail which every auditor likes to have.

      To make it even easier for the voter the results could be color coded so that each party has its own traditional color. Red for Republicans, blue for Democrats, Green for Ralph Nadir, etc.

      Example voting slip:
      Offices for election:
      President of the United States: Ralph Nadir (G)
      Congressional District 2: Joe Bob Brigs (R)
      Senate Seat: Samuel Adams (D)

      State Constitutional Amendments
      Proposition 7: Yes

      so on and so forth...

    14. Re:Solution by tetra103 · · Score: 3, Interesting
      Am I the only one missing why the vote has to be anonymous???

      No, it's quite understandible why a voter would want to be anonymous. Just pointing out how it leaves open the possibility for a rigged election.

      It's not just voting. It's any transaction where the parties are kept anonymous. The protection that being anonymous offers creates the problem of transaction accountibility. If you can't account for a transaction (ie: someone is anonymous), then there's always the risk of corruption. But because you can't track the transaction, you can't even prove if there is any corruption. Yes, being anonymous is important, but is it worth the price of a corrupt transaction?

      Seeing as how you posted Anonymously, you must fear the thought of persecution.

    15. Re:Solution by Ugot2BkidNme · · Score: 1

      I take that back internet voting can be secure however it would be a very complex endevor and very expensive.
      First off lets say that they had an unlimited budget they would need to first do an eyeball scan of course this Eyeball would need to be linked to a person say by SSN. Meaning for yo uto vote your eyeball must currently have a record that the governement knows about As well as your fingerprints. once your Eyeball is scnaned then you woud be required to put on a glove or device. now this glove would then scan your fingerprints as well as take your vital signs to see if you are under duress. If you are not under duress and your finger prints are then validated you would then need to cast your votes. This system itself woudl then require to send the Eyeball scan the finger print records your SSN and your vote to be sent in intervals to the Datacenter. this would need to be done by have a intermediary datacenter that woudl have to pool the records sepereatly and then send the information. The intermediary datacenter would be required to do a double check of records recieved once this is done then they would send batches to the final datacenter.
      Now this would of course be a way of doing a secure online vote but the cost woudl be astronomical. as well as people who do not have at least one finger and have at least one eyeball would tehn be excluded and there for the system would be problematic for them and would not work.

    16. Re:Solution by Novus · · Score: 4, Insightful

      The usual mechanisms (e.g. checking your ID at the voting station and checking off a list) protect only against voters trying to vote several times. They do not protect against any fraud by those involved in the collection and counting of votes. Right now, you have lots of pieces of paper to count, and a lot of people looking over your shoulder to make sure you don't cheat. With an automated system, it's hard to ensure that the system prevents anyone involved in the voting system (programmer, network technician, admin, et.c.) from changing other people's votes.

    17. Re:Solution by ball-lightning · · Score: 2, Interesting

      It's perfectly possible to create a secure voting system thats still anonymous, just seperate the process of counting the votes, and choosing who to vote for. Think of the scenerio:
      You get into the voting booth, and you are greeted with a nice, graphical display of people to vote for. You select your canidate of choice, the machine asks you if you're sure, (etc and so on) and finally prints out a slip of paper. This slip of paper you then feed into a machine (vending machine style) which counts the votes. As an added security measure, each slip could have a serial number, and if you're really paranoid, each booth could deactivate after a vote is cast, with a person working the booth having to press a button (wherever they are sitting) to reset the booth. This would leave a paper trail, while still having a computer count the votes, and making it harder for people to claim they voted for the wrong person (as its still a nice easy interface)

    18. Re:Solution by gfody · · Score: 3, Funny

      why even worry about people voting twice? if they care that much then let their vote count as two, or three.. I'm sure there are zealous voters for the other side to counter the effect.

      --

      bite my glorious golden ass.
    19. Re:Solution by Jordy · · Score: 2, Interesting

      This problem has been beaten to death. It is not hard to keep votes anonymous while at the same time providing the ability for an individual to verify their vote was counted accurately.

      Step 1. Take random number generator.

      Step 2. Take name, social, etc. and tack on random number. Hash. Toss random number. Run through an algorithm with built in forward error correction or other conversion to allow machines to check the number is valid/accurate without connecting to a central server.

      Step 3. Mail number to individuals.

      Step 4. Have machines ask for number.

      Step 5. Hash the votes for an individual with the number. Cryptographically sign and print on a receipt for the voter.

      Step 6. Provide a database of number -> vote record so that individual can validate their result after the fact. The receipt number should match the one in the database. If it does not, you have verifyable proof that there was tampering (instead of relying on a person's word).

      --
      The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
    20. Re:Solution by Novus · · Score: 2, Informative

      Two votes instead of one may not be bad, but consider a corrupt official putting in 1000 votes for his favourite candidate.

    21. Re:Solution by R2.0 · · Score: 2, Interesting

      Step 1: Choose your Candidates. Voting machine is a touch screen with Names (choose language at start of session), Pictures (for the illiterate), and a No Vote choice. Navigation is by Next, Back, etc.

      Step 2: Review On Screen

      Step 3: PRINT OUT BALLOT!! Ballot is both machine readable (bar code?) and plain text. All offices are listed, with candidate of choice or No Vote, so people can't say "I missed that one."

      Step 4: Review Printed Ballot

      Step 5: Insert Printed Ballot into machine that reads and tabulates.

      Now you have 2 running tallies - touch scrren and machine read ballots - that can be cross checked throughout the day. If the tallies disagree at the end of the day, BOTH are chucked and the printed ballots are hand counted. If a recount is requested, run through the machine reader again or hand count.

      No one gets to bitch about not being able to understand the ballots. Voter gets plenty of review. And if the shit hits the fan, the paper ballots are the only ballots for record.

      I mean, how hard is this?

      It seems similar to when GM bought EDS back in the 80's and expected the Miracle of Computers to increase production automatically. States want a solution that is 100% reliable, 100% accurate, and will eliminate recounts, protests, manual vote tabulation. Not gonna happen.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
    22. Re:Solution by gfody · · Score: 1

      hes not corrupt if voting multiple times is allowed.. he simply cares 1000 times more than everybody only voting once

      --

      bite my glorious golden ass.
    23. Re:Solution by tetra103 · · Score: 1

      Still with this approach, at best you could track a vote back to a serial number. Such a system would provide a means for the voter to verify their vote actually counted, but there's still no means for a canidate to verify that the ballot box wasn't rigged. They could verify the correct number of votes, but there would be no way for them to verify those votes weren't tampered with. Even with the reciepts and vending machine approach. All could be hacked. The only absolute best way to verify an election would be if a canidate could do a random sample of the ballots and verify that 1) the ballot does indeed belong to a voter and 2) the voter did indeed vote as indicated on the ballot. Once we separate a voter from the ballot, we introduce the ability to tamper with the transaction. No paper trail means no audit can be made on validity. It's just a fundimental flaw of anonymous voting. It has it's merrits, but it also has it's obsticles that can not be overcome.

      We could introduce a means of encryption to hide ones identity. But as others have noted, encryption can be broken, keys can be stolen, identities can be compromised.

      I for one thing we should go ahead with internet voting. I don't see it any more insecure than the method we have now. One could argue that it's more easy to hack/rig an election, but weighed against the ability to immediately tally results and not have ambiguous ballots (ie: like the chat crap in Florida). I think it's worth the trade off. Besides, the current voting booths can be tampered with just as easily as any computer system. Whether it's a punch card or a machine, we have to trust the operators of the election to be honest.

      In the end, if we started using instant internet voting, we may be able to vote on more than just our idiot canidates. We may be able to start voting on individual issues. If done propperly, we may even get rid of the stupid outdated electoral college. It'll never be perfect, but I think the advances in using the technology far outweigh the outdated system we have now.

    24. Re:Solution by dzelenka · · Score: 1

      It may have been beaten to death, but you were not paying attention. You overlooked the problem of voters being coerced to vote a certain way. Read the numerous comments above for a full explanation.

      --
      Bah!
    25. Re:Solution by snolan · · Score: 4, Insightful
      That cranor.org site is very interesting, but the authors (who write a very good brief to be sure) keep missing one type of election fraud: keeping legitimate registered voters from legally voting.


      A voting system is both inaccurate and vulnerable if it allows corrupt officials to deny voting priviledges to those who are eligible.

    26. Re:Solution by bjtuna · · Score: 1

      Wrong. See my previous posts:

      http://slashdot.org/comments.pl?sid=72311&cid=6524 117

      http://slashdot.org/comments.pl?sid=61340&cid=5769 144

      By the way, Ms. Cranor spoke as a guest lecturer while I was taking Dr. Rubin's course (the source of all these evoting security reports). Very smart lady.

    27. Re:Solution by ??? · · Score: 1

      "paper ballots are just as suspect as a computer ballot."

      Please explain this completely unsupported statement.

      "I suppose you could implement the concept of a vote reciept... At any point, you should be able to use that transaction number to verify your vote."

      Which allows you to be sure that in a published list of votes, that your vote is marked correctly. It says nothing aboput the accuracy of the tally and tabulation. You see your vote, surrounded by a couple million other votes, which might or might not correspond to legitimate voters.

      The receipt, or serial number, or comparable verification options are not only useless at preventing fraud, they damage anonymity. If a voter can choose to abandon anonymity and prove his vote, the election is further opened to vote-buying and intimidation. There is no market for votes that you can't verify were cast as sold.

      "No matter how a system is designed, once the ballot becomes anonymous, you loose all tracking ability and hence leaves a large hole for hacking or rigging an election."

      This statement is untrue. A paper system where:

      - Ballot box is inspected before polls open by interested parties with diametrically opposed interests (namely candidates' representatives)
      - Ballot box is sealed in the view of candidates' reps, poll clerks, in such a way that ballots can be deposited, but not removed.
      - Ballot boxes kept in a location where candidates' reps and poll clerks can see them at all times during the conduct of the election.
      - Poll clerks receive xx number of paper ballots, individually serialled on a removable counterfoil.
      - Poll clerks hand out ballots sequentially and enter voters names in a record sequentially.
      - Poll clerks initial the counterfoil before handing out the ballot.
      - Voters mark the ballot, verifies that it is marked the way he wants to cast his vote.
      - Poll clerks confirm that the ballot came from them (their initials on the counterfoil, serial number matches one out).
      - Poll clerk removes counterfoil without unfolding ballot.
      - Voter inserts ballot into box.
      - At end of voting, doors are locked, ballot box is unsealed and counted by poll clerk and candidates' representatives.

      Now - votes cannot be tracked to elector once in the box, and counterfoil removed. We are assured that:

      1) The voter is confident that his intent is accurately indicated on the actual instrument of voting. (No MITM attack between the voter and the ballot, as is possible with DRE machines.)

      2) Ballots have not been removed from the ballot box during the course of the election. (The box has been in plain view, and sealed throughout.)

      3) The box has not been stuffed with multiple ballots from one source. (The box has been in plain view. The poll clerk knows how many ballots out, knows s/n's of counterfoils, will not allow a ballot he didn't hand out to go into the box)

      4) The election is anonymous - we cannot verify individual voters' votes with or without their participation.

    28. Re:Solution by ??? · · Score: 1

      Please actually go out and read something. Go to http://www.notablesoftware.com to read Dr. Mercuri's writings on the subject. Go to http://www.blackboxvoting.com to see Bev Harris' take on the very real problems with DRE/ Internet / purely electronic voting. Take a look at http://www.free-project.org to see why somebody who has actually tried to write such a system has decided to terminate the project and campaign against purely electronic voting.

      The problem is nowhere near as simple as you suggest

    29. Re:Solution by squiggleslash · · Score: 1
      No, it's quite understandible why a voter would want to be anonymous. Just pointing out how it leaves open the possibility for a rigged election.
      Of course, the converse is true. Bribery is much, much, easier in an environment where someone can easily prove they voted for the briber, and theoretically much more profitable.
      --
      You are not alone. This is not normal. None of this is normal.
    30. Re:Solution by ragefan · · Score: 1

      Except as mentioned in numerous posts the clerks do not check ID over voters coming in to vote. Say I had a list of registered voters that I knew would not be voting in a certain city. I could visit different places and vote multiple times, and as long as I gave a valid names and address the clerks would mark the given name and give me a ballot. So in the end, how is this form of fraud different than changing the ballot after it is entered.

    31. Re:Solution by spun · · Score: 1

      Someone else already said it, but I will briefly explain voter coercion. Your boss says, "vote for my candidate or I'll fire you." In the present system, there is no way for your boss to know if you did or not. With your system, your boss says, "bring me the piece of paper to prove it." See the problem?

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    32. Re:Solution by ??? · · Score: 1

      How much effort does it take to change 1000 e-ballots? How much effort does it take to add 1000 paper ballots? How likely are you to be personally apprehended if someone you thought wasn't going to vote does vote before you get there?

    33. Re:Solution by aebrain · · Score: 1

      +1 Insightful.

      The question is, do you have more trust in an open-source program on an open-source OS compiled by an open-source compiler on a standard non-proprietary machine, followed by a tamper-proof anonymous record, or an inherently tamper-proof paper ballot which is then easily forged?

      Both require some degree of trust, somewhere. Personally, I think it's far easier to fake ballots and stuff them in pre-prepared substitute ballot boxes than to have a vast secret conspiracy to get a hold of the WORM disks, crack the encryption, and substitute duplicates. Others have a "touching faith" in paper, while having a healthy distrust of electronics. I myself think Open-source isn't enough, you need testing out the wazoo.

      All I can say is that e-Voting using Open Source systems has been proven to work despite legal challenges.

      The post is insightful because it shows that no matter how you do it, paper or electronically, the situation is inherently insecure as there's no audit trail from voter to vote. Even with paper. Especially with paper.

      --
      Zoe Brain - Rocket Scientist
    34. Re:Solution by Jordy · · Score: 1

      Uh. Well ok, but today it is also impossible for an individual to verify that their vote was properly accounted for.

      If you are willing to give up the ability to do that with an electronic system, then simply skip the receipt step and you have a system nearly identical to the paper version with the added benefit of much faster results.

      --
      The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
    35. Re:Solution by ball-lightning · · Score: 1

      You are absolutely correct. If the people running the polls are currupt, well then we're screwed :/

      I beleive it was Stalin who said, "It's not the people who vote that count. It's the people who count the votes." "

    36. Re:Solution by tetra103 · · Score: 1

      I couldn't finish reading your post because it seems quite obvious you didn't finish mine. Either that, or you completely missed the point.

      Really, all you had to do was read the bold faced words. Guess you missed that or just don't understand. The flaw in the voting process is in it's design, NOT ITS IMPLEMENTATION. Meaning, it doesn't matter how a vote is cast, because once you disconnect the vote from the voter, there's no way to perform an accurate audit. All the dumb ass reasons you gave in support of paper is completely bogus. Even hear of ballot box stuffing? Maybe a crocked poll operator? You may cast your paper ballot, but the fairness of an anonymous election all boils down to trusting the operators. Whos the say they aren't on someone's payroll.

      Now, before you go piss and moan again. I'm not saying that removing anonymous status will solve all issues with voting. On the contrary, it just opens up many other issues. The point is it's a trade-off. You want to vote with anonymous status, then you take the chance of running a crocked election (ie: it can be hacked with no accountibility). Counting physical ballots doesn't mean a thing if you can't verify those ballots are actual votes from living people.

    37. Re:Solution by tetra103 · · Score: 1
      I beleive it was Stalin who said, "It's not the people who vote that count. It's the people who count the votes." "

      Thankyou for that quote. I think it sums up the voting system quite accurately.

    38. Re:Solution by ??? · · Score: 1

      There are paper systems that do not require trust of the election operator. I outlined just one such system in my post. This is the system in use for Canadian federal elections, and it works because the ballot box is observed by voters, candidates' reps and poll clerks from before the doors are opened on election day.

      The box is inspected and sealed before the voting starts, the box is in plain view throughout voting, and the box is opened and counted in plain view at the polling station when voting ends.

      Because the system is transparent from end-to-end, and because of the competing interests of the candidates' representatives there is almost no opportunity for ballot-stuffing.

    39. Re:Solution by aminorex · · Score: 1

      > "paper ballots are just as suspect as a computer ballot."

      > Please explain this completely unsupported statement.

      Well, take a look at the history of paper balloting.
      Far, far more fraudently derived election results
      have been the result of paper ballots than of
      electronic ballots. Printing up ballots and
      injecting them into the counting system is not
      rocket science.

      --
      -I like my women like I like my tea: green-
    40. Re:Solution by aminorex · · Score: 1

      I can easily do this with a cellphone camera.

      --
      -I like my women like I like my tea: green-
    41. Re:Solution by aminorex · · Score: 1

      > In the present system, there is no way for your boss to know if you did or not.

      This is where you err: My little samsung cellphone
      will gleefully report to my boss the exact contents
      of my ballot, whether it is electronic or engraved on a stone tablet. And if you add up the kickback
      for all of those little votes, it easily pays for
      the phone, too!

      --
      -I like my women like I like my tea: green-
    42. Re:Solution by spun · · Score: 1

      Doh! Yes, of course. I hadn't even thought about photos! Someone should write an article on this, it's potentially a big issue.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    43. Re:Solution by Anonymous Coward · · Score: 0

      Lol, that still is no solution. Besides, if I care zero for the opposite party, then I care infinitely more for the other party: infinity votes.

    44. Re:Solution by squiggleslash · · Score: 1

      Finally, someone's found a use for them!

      --
      You are not alone. This is not normal. None of this is normal.
  2. Big Advantage by patch-rustem · · Score: 5, Insightful

    The big advantage is that electronic voting will make election fraud, much easier to hide and so, less embarrassing for the free world's leading democracy.

    --
    Karma: Bad due to google bombing - Robert Watkins woz 'ere.
    1. Re:Big Advantage by HermanAB · · Score: 1

      Leading democracy??? India is the leading democracy, with about 4 times more voters than the US...

      --
      Oh well, what the hell...
    2. Re:Big Advantage by Ominous+Coward · · Score: 0, Flamebait

      Yes, leading. While India is the democracy with the largest population, the United States of America is much more of a world leader, with a longer history of democracy. While you may not like the USA, you should at least be able to admit that the USA is the world's leading democracy. This may change in the next 20-30 years, though, as our freedoms get whittled away and other countries step up.

      --
      Ceci n'est pas une sig.
    3. Re:Big Advantage by sharkey · · Score: 1
      the free world's leading democracy

      And what country is that? This is talking about US elections, and the US is not a democracy.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    4. Re:Big Advantage by GQuon · · Score: 2, Insightful

      And what country is that? This is talking about US elections, and the US is not a democracy.
      Yes, yes, you are a flaming Republic. I'm sick of hearing it.
      By that standard there are hardly any democracies in the world, since most of them have constitutions, laws and courts.
      A total democracy, where two wolwes and a sheep votes on what to have for dinner, is bad, because everybody belongs to some kind of minority.

      --
      Irene KHAAAAAAN!
    5. Re:Big Advantage by Anonymous Coward · · Score: 0

      Hmm, Plato wrote his treatice 'The Republic' about 300BC. And the UK created the Magna Carta in 1200AD. So, the US democracy is very young and tender still...

      ...and as for 'leading', I prefer countries that seek peace not war.

    6. Re:Big Advantage by Anonymous Coward · · Score: 0

      "Hmm, Plato wrote his treatice 'The Republic' about 300BC. And the UK created the Magna Carta in 1200AD. So, the US democracy is very young and tender still..."

      Irrelevant. "The Republic" was not the Constitution of ancient Greece. If someone writing a book "makes it so", then the US has colonies on Mars because Ray Bradbury wrote "The Martian Chronicles".

      The Magna Carta was a building block, but not anything like democracy itself. In fact, it was more about limiting the power of government (which includes limiting the power of democratic governments) than it was about democracy.

      "...and as for 'leading', I prefer countries that seek peace not war."

      Yes. "Peace in our time" a la Neville Chamberlain? No, things are not that simple. The US leader is seeking peace by removing the root causes of war (such as the Axis of Evil dictators).

    7. Re:Big Advantage by Anonymous Coward · · Score: 0

      as apposed to US democracy:

      You can choose between Coke or Pepsi when all you wanted was a cup of coffee.

    8. Re:Big Advantage by bigpat · · Score: 1

      "Yes, yes, you are a flaming Republic. I'm sick of hearing it.
      By that standard there are hardly any democracies in the world"

      Seems like you are correct about the term democracy, which according to one dictionary at least can mean an elected government. Seems sad to water down the term so much so. Soon will freedom just mean 'well fed' and truth mean 'what we tell you'? Isn't true traditional Democracy still the ideal of an enlightened society? Otherwise what are our laws based upon, but a house of cards?

      The town meeting form of local government is as close to a true a democracy as is probably possible, it is not perfect and I disagree a lot with the decisions of my neighbors, but I feel like I am involved. With the US Federal and even state governments do you feel involved or just ruled?

      "By that standard there are hardly any democracies in the world, since most of them have constitutions, laws and courts."

      Laws and courts are executive in nature, meaning they execute the laws. In a true Democracy there is usually seperation between lawmaking and execution of the law.

      "A total democracy, where two wolwes and a sheep votes on what to have for dinner, is bad, because everybody belongs to some kind of minority."

      Don't you think that what to have for dinner should be a personal choice? That is what a meta law (ie constitution) is for, to restrict the scope and jurisdiction of the laws that a group may make. A constitution is crucial to a true democracy, since there must at the very least be agreement on what a majority is and how it is to be determined and I would add that you must also need to know what you are able to vote on.

    9. Re:Big Advantage by snolan · · Score: 1
      Dude! I can't believe you actually posted the truth! Now you have to hide, before the government agents show up!

      ROTFLMAO!

    10. Re:Big Advantage by GQuon · · Score: 1

      "A total democracy, where two wolwes and a sheep votes on what to have for dinner, is bad, because everybody belongs to some kind of minority."

      Don't you think that what to have for dinner should be a personal choice?


      The wolves vote to eat the sheep for dinner. The point I was making, is that the "Republic" is a constitutional democracy.
      The wolf example describes a total democracy, where all matters were voted on online. Including a vote to kill people the majority doesn't like. What I would call the tyrany of the majority.

      As you say, the U.S. and other constitutional democracies have checks and balances to counter-act such abuses from the majority.

      --
      Irene KHAAAAAAN!
    11. Re:Big Advantage by bigpat · · Score: 1

      "What I would call the tyrany of the majority."

      yes, the tyranny of the majority is a well established argument against democracy. However your argument applies equally to a Republic and a true Democracy. As in a democratic Republic the will of the majority is still expressed through representatives. So, the wolves have two representatives in Congress and the sheep one. Or in the case of redistricting, the wolves have 3 representatives and the sheep none. So, if they are still voting on who is for dinner, how is the situation different? The wolves will likely vote for their wolf constituents and let dinner ensue. A representative form of government does nothing to counter the tyranny of the majority. It is only by a constitution which can be changed only by super-majority that limits the authority of the government with respect to individual rights which can counter the tyranny of the majority. But the point is that such a constitution can apply to a true democracy as well as a republic.

      "As you say, the U.S. and other constitutional democracies have checks and balances to counter-act such abuses from the majority."

      I still disagree with the watering down of the word democracy. Democratic Republic is how I would describe the form of government in the US. The Federal System is Democratic in that people vote for something, but it is not a Democracy. Constitutiuon as a description of government is irrelevent, since nearly all forms of government have some type of constitution, some good some very bad.

      Also, a declaration of rights or mere acknowledgement of rights is not a constitution, and if you read it carefully the US constitution does not declare rights either. It acknowledges them and limits the United States government from infringing upon them. Just compare the UN's "Universal Declaration of Human Rights" found here to the US Constitution
      To someone unconcerned with language they may appear like they would have similar effect, but any computer programmer that can read english should be able to tell you that one of these documents is meant to be put to work and the other is meant to be looked at.

    12. Re:Big Advantage by GQuon · · Score: 1

      I totally agree with your first paragraph.

      Democratic Republic is how I would describe the form of government in the US. The Federal System is Democratic in that people vote for something, but it is not a Democracy.

      This is what baffles me. I believe a Democratic Republic is both a Republic and a Democracy.
      If the power is "vested" in the people, then it's a Democracy. In the U.S. there is no monarch and people sharing power. All power comes from the people.

      Is there some kind of bad history about the word "Democracy" in the U.S?

      --
      Irene KHAAAAAAN!
    13. Re:Big Advantage by bigpat · · Score: 1

      "I believe a Democratic Republic is both a Republic and a Democracy."

      I believe Democracy should be strictly defined as people voting for their laws. Voting to elect someone who then votes to establish a committee that then votes for that law might be democratic, but I wouldn't call that a democracy. And that is what exists at the federal level in the US. I believe "Representative Democracy" is an oxymoron. Democracy does exist in the US in the form of local town meetings, during which all people vote on the laws and spending of the town within the rules that have been agreed upon and can be changed by the people.

      "Is there some kind of bad history about the word "Democracy" in the U.S?"

      Yes, there is a bad history with the word Democracy in the US. Those of us that wish more power and responsibility in the hands of individuals are told that 'we already have a Democracy, so what else do you want?' 'Just shut up and vote for who we tell you' and then they will represent "us."

      So, sure we have democracy... If when I vote for my congressman and there is no one else on the ballot, that is democracy. Or when I vote for my state legislator and I have one choice, that is democracy? But when I go to my town hall and vote on each of the laws that will effect me, what is that? I would prefer to call that Democracy and the rest something else. Or I think maybe it is just more pleasant to say we live in a Democracy rather than to actually do so.

    14. Re:Big Advantage by GQuon · · Score: 1
      I believe "Representative Democracy" is an oxymoron. Democracy does exist in the US in the form of local town meetings, during which all people vote on the laws and spending of the town within the rules that have been agreed upon and can be changed by the people.

      As long as there's no legal impediment for anybody (except children, convicts and the mentally insane) to run as candidates, I don't see an oxymoron.

      So, sure we have democracy... If when I vote for my congressman and there is no one else on the ballot, that is democracy. Or when I vote for my state legislator and I have one choice, that is democracy?

      That is what they would call democracy in Soviet Russia, or in Saddam Hussein's Iraq. But if the lack of candidates is due to lack of interest, then perhaps people wouldn't care about showing up to vote for the laws either?

      The reason we have legislative representatives, instead of direct democracy is because
      1. It would take too much time to keep up with the cases. It is a full time job.
      2. All people from far reaches of the country can't travel to the capitol.
      3. Having a permanent legislature helps keep the rest of the government in check.


      Communication technology has come a long way since the colonial days, so reason 2 could be solved today. What about setting up a "senate", where people can go to their local tow hall and be in contact with town halls from all over the country? They could then vote over new laws over the Internet.

      When it comes to the executive branch, we almost have to have a representative system. The executive representative would be the highest "boss" of the various departments.

      But when I go to my town hall and vote on each of the laws that will effect me, what is that?
      Direct democracy. The problem is, that direct democracy rarely involve all the people. In ancient Rome, free male citizens were able to participate, but not the slaves or the women.
      In a canton in Switzerland, up untill last year, elections took place by raising hands in the town square. There wasn't room for the women. When the elections were moved from the town square to ballot boxes, and the women were allowed to vote; was that more democracy, or less?
      --
      Irene KHAAAAAAN!
    15. Re:Big Advantage by GQuon · · Score: 1

      When the elections were moved from the town square to ballot boxes, and the women were allowed to vote; was that more democracy, or less?
      I should point out that they still vote for individual laws at the ballot box.

      --
      Irene KHAAAAAAN!
    16. Re:Big Advantage by bigpat · · Score: 1

      Alright to keep this going a bit... There seem to be basically two threads to our sub discussion here.
      The original one was that the Definition of Democracy
      should be a "big tent" including forms of government which have
      elections to pick representatives versus my contention that the
      term Democracy should be reserved to describe a system of government
      where laws are directly voted upon by the people. I don't think
      we can agree on this point, but maybe we can agree that the definition
      of Democracy while today includes the forms of government
      you say, did not previously and originally mean a representative elected government.
      I think this is largely because of politcal marketing by the parties that control government,
      but this watering down of the definition could have occured through less insidious circumstance.

      "The reason we have legislative representatives, instead of direct democracy is because"

      "1. It would take too much time to keep up with the cases. It is a full time job."

      I agree that is a reason not to have direct voting on laws, but
      it is not a good one from my perspective. Basically democracy tends
      towards simple laws, while full time representative government clearly
      means the elaboration of laws since they have more time to spend devising them.
      So are Elaborate laws better than simple ones? I don't believe
      they are. I think if people voted on laws directly they would tend
      to be simple, understandable and by definition would have broad
      public support. Far too often I see laws proposed that have broad
      public support in summary(like the current calling cry of lets make things safer), but then
      the specific laws are enacted without much public notice and the
      specific law or regulation has onerous and harmful consequences. Perhaps it is a good
      thing to sneak by with a law, if you agree with the law, but how can anyone who cares about
      Society, let alone Democracy, be okay with the fact that some laws
      have very little public support. When the laws have no support
      from the people then that is a recipe for violent disorder or a
      violent imposition of order.

      " 2. All people from far reaches of the country can't travel to the capitol."

      We agree that technology and telecommunications today might make
      it more possible to support Democracy over larger areas and larger
      numbers of people. I also agree that it was not possible in times
      past, which is why Democracy was and still is a more local phenomena.
      I would say that democracy is not practical form of government for populations in excess of a few tens of thousands

      But originally the Federal and even State systems in the US implicitly
      understood that local control was good because it was more democratic,
      but over the years more and more local control has been ceded to
      State and the Federal Governement and coincidently our collective understanding of what democracy is has been modified to fit the new reality of cenralized control and party politics.
      This only leads to a less Democratic basis for US law and in any other states that have followed the same trend.

      " 3. Having a permanent legislature helps keep the rest of the government in check."

      No more than direct Democracy would, perhaps less. ouldn't the executive and judicial
      parts of government be cowed by a legislative branch that was the
      people. If anything, a representative government keeps the people
      in check by diluting their voice in government while still giving them
      outlet to express their frustrations.

      I agree that an Executive by nature is best a person whom is elected
      to administer the employees of the government and direct their actions
      according to the expressed will of the citizens. The town meeting
      form of government elects such a person and I would consider this
      a Democracy. In some ways the Judicial is also executive in nature
      in that it applies the law to individula cases. So, my d

    17. Re:Big Advantage by GQuon · · Score: 1

      I don't think we can agree on this point, but maybe we can agree that the definition of Democracy while today includes the forms of government you say, did not previously and originally mean a representative elected government.

      I can neither agree nor disagree with that without studying this some more.
      Is it a case of the meaning of a word being changed, something I don't want to contribute to; or is it a case of different implementations of the concept of democracy, majority rule?

      As an example of changing of the meaning of a word, consider the word "gay". It no longer means "happy", does it? That makes for misunderstandings, particularly when reading old texts, and represents some sort of abuse of the language.

      As an example of a different implementation, consider the word "discussion". We are having a discussion, but when the word "discussion" was first used, nobody had any experience of the Internet. The essence of meaning remains though.

      I think this is largely because of politcal marketing by the parties that control government, but this watering down of the definition could have occured through less insidious circumstance.

      I think it is because "democracies" is the only name I can think of to describe a collection of countries ruled by the majority. It might consist of republics, countries with parliamentary systems, or direct democracies, all ruled by the people in different ways.

      I think if people voted on laws directly they would tend to be simple, understandable and by definition would have broad public support.

      I guess they would. I used to say that government could either be fair or expedient. The simple solutions championed by "populist" politicians tend to be simple, but unfair in my view. But of course, in many cases the simple solutions are also the fairest.
      For those laws that have to be complex, the representatives of today could rather inform the public and try to convince people of what the best choice was. Then people could choose wether to take the advise when they vote.

      Far too often I see laws proposed that have broad public support in summary(like the current calling cry of lets make things safer), but then the specific laws are enacted without much public notice and the specific law or regulation has onerous and harmful consequences.

      Me too. People should pay more attention to what their representatives are doing.
      One problem with direct voting would be people voting only for laws in which they have a special interest. Let's say a massive tax cut is enacted. Later, a large MediCare program is voted for by a majority of the voters, while those cheap bastards who annulled taxes didn't vote this time. The votes are incompatible.
      Perhaps people had to vote for all laws in a year, or their previous votes would be annulled?

      " 3. Having a permanent legislature helps keep the rest of the government in check."

      No more than direct Democracy would, perhaps less. Couldn't the executive and judicial parts of government be cowed by a legislative branch that was the people.


      Well, they could. Provided that the advances of communication technology are taken advantage of, and we have people who literally pay attention. That could be the press, special interests, etc. Also the executive and judicial should keep the people informed of how they are applying the will of the people.

      I agree with your thoughts on the judicial and executive.

      As to your point about democracy not inlcuding all the people, sure it did. It included all those that it considers citizens.
      True. True. My point was that there had to be ROOM for all citizens. Again, technology can help us.

      Oh and I also disagree vehamently that "mentally insane" and "convicts" should be deprived of a vote. It is far too easy to call someone crazy or to throw them in jail when they have persepective and views that are not your own.

      I was referring to the h

      --
      Irene KHAAAAAAN!
  3. Electronic Voting = REPUBLICAN MANIPULATION by Anonymous Coward · · Score: 0, Flamebait



    From the fraud in 2000, to the Republican Voting Manipulation in 2004 - they will win at any cost.

    The highest cost being the integrity of the United States.

  4. SlashVote by RevDobbs · · Score: 3, Funny

    I don't understand the worries about electronic voting machines; they are just so convenient. I'm building one myself that uses the "poll" section of SlashCode, so that my fellow neighbors can vote (and comment) with out leaving their webTV's.

    As they say in Hudson County, NJ... "Vote early, vote often".

    1. Re:SlashVote by Anonymous Coward · · Score: 4, Insightful
      I don't understand the worries about electronic voting machines; they are just so convenient.

      Voting has never been about convenience, it's about doing your civic duty. American citizens have very little responsibilities in this country other than voting, paying taxes, and serving jury duty. Being lazy and not voting should result in an instant STFU award for the rest of the term. If you don't vote then I sure as hell don't want to hear you whining about the people running the government.

    2. Re:SlashVote by Blue+Stone · · Score: 1
      "Voting has never been about convenience, it's about doing your civic duty."

      Well how about the politicians doing their duty and genuinely representing the electorate?

      When we do vote, the politicians reneigh on their election promises, they reverse their previous positions on matters (opposed to what they once were for, for what they once were against) they lie, they cheat, they use resources that are supposed to serve the public, to lie to the public; they do as they please and throw a bone or two at any people who are snapping at their heels, if it seems to be causing a greater disenfranchisement in the larger electorate, and then they go back to doing what the hell they want: rubbing butts with the real people they wish to represent: with an electorate who simply grows more and more disenfranchised, and then stop voting: stop seeing the point of voting.

      It's not vote or shut up, it's vote and get screwed.

      As for voting poceedures, of just as much concern to me as the fraud hole in the electronic voting system, is the complete and utter lack of security in postal voting, which was a supposed 'great success' in the UK, recently.
      In Italy, they were banning people from taking mobiles with cameras into voting booths, because organised crime wanted to validate that the leaned-on citizen was voting for the mafioso's corrupt politician-of-choice, but with postal votes, the process of political intimidation and vote fraud is so much more.... convenient.

      It's widely trumpeted as a way of invigorating the political involvement of people, by the UK govt. but it's another, IMO, unacceptable means of voting (in addition to electronic means.)

      Pen and paper, shove it in a box, and then really, and LEGALLY hold the politicians to account.
      For starters, anyway.

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    3. Re:SlashVote by Blue+Stone · · Score: 1
      "rubbing butts with the real people they wish to represent"*

      *Corporate money, obviously.

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    4. Re:SlashVote by IM6100 · · Score: 1

      If you pay taxes, you have a right to a say in how those taxes are spent, wether or not you buy into a fraud-prone 'election' scheme for deciding which lackeys will rubberstamp the spending decision that government bureaucrats decide upon.

      I am tired of political activists saying 'you better STFU if you didn't vote.' That's like saying I can't think softball is a stupid game unless I play it regularly.

      --
      A Good Intro to NetBS
    5. Re:SlashVote by matt-fu · · Score: 1
      Being lazy and not voting should result in an instant STFU award for the rest of the term. If you don't vote then I sure as hell don't want to hear you whining about the people running the government.

      Yeah, great logic there. What about those who vote Democrat in Texas (for instance)?

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

      Don't vote (it only encourages them).

  5. In other news... by Anonymous Coward · · Score: 5, Funny

    In an amazing upset, the winner was not even running. It appears that Linus, maker of the well known Linux operating system has won the Presidential election. Of special note is how he received four hundred billion votes...

    1. Re:In other news... by cshark · · Score: 1

      Well, it's a nice thought, but in order to qualify for something like that, you need to have been born in the united states. I could be wrong, but wasn't linus born in finland?

      --

      This signature has Super Cow Powers

    2. Re:In other news... by ihummel · · Score: 1

      Oh wait! Despite the landslide victory in the popular vote, Linux looses in the electoral college. His miraculous four hundred billion votes were almost entirely contained in California, Oregon, and Washington State.

    3. Re:In other news... by Waffle+Iron · · Score: 1
      Of special note is how he received four hundred billion votes...

      That was a bug caused by an endian conversion issue. The real total is supposed to be a more plausible 37 million. It's fixed in the current tree.

    4. Re:In other news... by Misch · · Score: 1

      We hacked the constitution too. It was easy, they had the data on a IIS server.

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
    5. Re:In other news... by cshark · · Score: 1

      Nice. Next time you do, make sure to add an amendment that says I don't have to pay taxes. :)

      --

      This signature has Super Cow Powers

    6. Re:In other news... by Anonymous Coward · · Score: 0

      Too bad they didn't use signed ints.

  6. Stupid Question by Todd+Fisher · · Score: 5, Insightful

    Why are these machines connected to the outside world? Why can't all the polling locations be on a LAN?

    --


    --I'm not talking about dance lessons. I'm talking about putting a brick through the other guy's windshield.-
    1. Re:Stupid Question by IFF123 · · Score: 2, Insightful

      because it would be hard to "ensure" that the "correct" political figure would win. Repeat after me: my vote counts....

      --
      Who took my tinfoil hat?
    2. Re:Stupid Question by grug0 · · Score: 1

      Because the L in LAN stands for local. Virginia ain't that small.

    3. Re:Stupid Question by danormsby · · Score: 5, Interesting
      I completely agree.

      I don't know why someone is trying to invent these anyway. What is wrong with an ATM system as a template? Send every voter an ATM card that is one vote in credit. Surely we view ATMs as secure?

      --
      Omnis amans amens
    4. Re:Stupid Question by KillerHamster · · Score: 1

      Maybe Al Gore refused to run unless they use his invention?

      Wait a minute, I forgot, do we like him?

    5. Re:Stupid Question by finkployd · · Score: 1

      Wow, that is a pretty damn good idea. Imagine if ATMs could pull double duty as voting booths on election day. (it would suck tryng to get any money on this day, but still, a good use of existing infrastructure)

      Finkployd

    6. Re:Stupid Question by Queuetue · · Score: 4, Interesting

      Good idea, but I wonder how much those cards would go for on ebay. It'd be a good way to redistribute wealth down to the homeless, though.

    7. Re:Stupid Question by Ominous+Coward · · Score: 1

      What I always thought would be a good idea would be to have removable, certified media that is sent from the central government to the local areas, and then after polls close, the media are removed, and sent back to the central government in a physically secure manner. Computerized, but not hackable, as the machines aren't networked. If the media are lost, it's the same as though the local authorities were withholding the results of their districts' votes. Basically, keep the system similar to the way it is now, except that votes are recorded electronically.

      --
      Ceci n'est pas une sig.
    8. Re:Stupid Question by Anonymous Coward · · Score: 0

      One problem the ATM network isn't cut off from the larger Internet. Don't you recall the slammer worm taking down a load of Bank of America's ATMs?

    9. Re:Stupid Question by wizardmax · · Score: 1

      Hm, hm, correct? You mean the least incorrect, right? Cant wait for Arnold to win! The bill will be BACK!

      --


      Free speech is getting expensive...
    10. Re:Stupid Question by slimak · · Score: 1
      If it could somehow be a smart card that contains some biometric data on the rightful holder that must be matched to use the card then selling/giving/... could be slowed or stopped.

      Naturally this information (i.e. fingerprint) could be used to identify who voted for whom, but if it was only used to verify that the voter has the right to use the card anonymity could be maintained.

      Granted we would need everyone to willingly contribute some unique identifier, which is a whole other issue.

    11. Re:Stupid Question by avdp · · Score: 1

      I think he's refering to every voting location would have its own lan (with a server tallying the votes), not the whole state.

    12. Re:Stupid Question by Anonymous Coward · · Score: 0

      It should be a fantastic idea, except do you remember the worm in January that took down Bank of America ATMs? One wonders what they were doing on the internet in the first place and if any others are vulnerable to DOS on "election day"?

    13. Re:Stupid Question by Tokerat · · Score: 1


      Whatever happened to WANs, anyways?

      --
      CAn'T CompreHend SARcaSm?
    14. Re:Stupid Question by Lechter · · Score: 1

      While this is an interesting thought, I believe this is constitutionally illegal. That was the basis of shutting down all the websites and lists dedicated to "Nader Trading*" before the 2000 election.

      No, the only way the Franchise can be bought and sold in the US is through hiring better defense lawyers in felony cases.

      *"Nader Trading" - When Gore supporters in more conservative states traded votes with Nader supporters in swing states, so that Gore could beat Bush in the swing states and Nader (who never had a chance anyway) could have a stronger showing in the percentages.

      --
      credo quia absurdum
    15. Re:Stupid Question by MntlChaos · · Score: 1

      no. hook up all the computers at a polling place to a LAN. then have a program generate a printout which the election workers take to a central location for scanning (Or a CDR would work, too, to store more paper trail info). The point is that none of the election computers should have any connection to the internet directly until all election data is replicated to at least 3 different media (so as to prevent tampering/make it obvious when it is)

    16. Re:Stupid Question by Joe+Wagner · · Score: 1
      There is a very important difference between voting and ATM transactions. With ATMs the system is designed to track the transaction for every step of the way, with a full and very robust audit trail and a reasonable level of security. Voting on the other hand, while it too has to be secure and auditable, it must also be anonymous -- and that's the stickler. ATM networks are not a good model for electronic voting for that fundamental reason. ATM networks show transaction paths from end user initiation-of-business start to final-tallying finish.

      It is hopefully clear to most people why one would never want a system that provides a voting receipt that shows how a voting ticket was filled out, as some have suggested. Hint, think how that would facilitate vote purchasing and/or voter intimidation...

  7. But, by grug0 · · Score: 4, Funny

    If these machines really are insecure, then the John Hopkins researchers should just hack themselves into the Governor's office. Then it would be a simple matter to introduce better voting machines.

    1. Re:But, by AragornCG · · Score: 1

      And a major benefit for the State of Virginia. We've suffered under a string of subpar governors for goodness-knows-how-long, both republican and democrat.

    2. Re:But, by RickHunter · · Score: 1

      And a simple demonstration of just how insecure the machines are. (And the winner is... Dr. Security Researcher, of John Hopkins university, by three million write-in votes. Hey....!) Of course, the problem there is that they could then immediately be slapped down with the DMCA AND nailed by the Republicrats for election fraud. Do not underestimate the fury of a company that sees millions of dollars of free money from government contracts slipping from their grasp or a political party that sees its nice one-party system threatened.

      Of course, it'd be really nice to see these machines scrapped and the makers sued into bankruptcy for fraud. But in today's corporatist America, that's not gonna happen.

  8. the same but different ? by maharg · · Score: 2, Funny

    All machines had the same password hard-wired into the code. And in some instances, it was set at 1111, a number laughably easy to hack, Rubin said.

    Go figure.

    --

    $ strings FTP.EXE | grep Copyright
    @(#) Copyright (c) 1983 The Regents of the University of California.
    1. Re:the same but different ? by Anonymous+Custard · · Score: 1, Funny

      All machines had the same password hard-wired into the code. And in some instances, it was set at 1111, a number laughably easy to hack, Rubin said.

      How do you hack it? The number 1111?

      Seriously, I can't figure it out. No matter what I try (DoS, social engineering, beating it with a stapler), I can't seem to change that number so that instead it reads llll.

    2. Re:the same but different ? by Anonymous Coward · · Score: 2, Funny

      the best I could do was to reorder it to be 1111

    3. Re:the same but different ? by squiggleslash · · Score: 1

      1111? Ha. I knew I was right setting the combination on my luggage to 1234.

      --
      You are not alone. This is not normal. None of this is normal.
  9. Voting by Anonymous Coward · · Score: 0

    Virigina is somewhat advanced in the way of politics. For example, in virginia beach, they have "no bad language" signs that have "#*$!" with an X through them. To have this, they must be proactive in politics. Now, with voting machines, just use embedded Linux or BSD and they'll be fine.

    1. Re:Voting by StillNeedMoreCoffee · · Score: 2, Funny

      But won't that require a $699 per machine license fee?

    2. Re:Voting by Queuetue · · Score: 1

      I suspect it's probably easier to get unconstitutional censorship laws passed when only a few crackpots and thier pet sheep vote, as opposed to an actual educated, voting public.

  10. power to the people... by Connie_Lingus · · Score: 5, Insightful

    All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs.

    --
    never bring a twinkie to a food fight.
    1. Re:power to the people... by Lord+Kholdan · · Score: 2, Interesting

      All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs.
      By that logic, wouldn't it be better to abandon electronic voting and leave system as understandable and inspectable by all instead of small technological (programmers) or byrocratical elite?

    2. Re:power to the people... by Blue+Stone · · Score: 1
      " All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs."

      But how do you ensure that the community audited, and declared-sound software, is actually what ends up on each machine?

      --
      Corporation, n. An ingenious device for obtaining individual profit without individual responsibility. - Ambrose Bierce
    3. Re:power to the people... by Anonymous Coward · · Score: 0
      All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs.

      Your argument is so compelling that it helped me make up my own mind on the matter. The way to do this is with paper, and anyone who forges the official paper ballots is subject to Big Trouble. Putting data on the paper is not so difficult. Neither is automation of the reading of the paper. South Dakota is simple, and its sparse diffuse population would naturally "disfavor" paper balloting, but it works out ok.

      Look at how things turned out with a Florida-2000 like potential.

      There is virtue in simplicity.

    4. Re:power to the people... by lynx_user_abroad · · Score: 2, Insightful
      All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs.

      Opening the source to scrutiny does little to help here. Open source allows you to verify that the software you are installing on your computer does what you think it does. That's all. The voting machine problem is different.

      Can every voter verify the correctness of the software? How does one know the compiler is not compromised? How does one ensure the hardware is not compromised? How does one ensure that the binary created from trusted source is actually the one installed on the voting machine? (You can say something like "MD5 sums..." but then how do we know the program generating the MD5 sums has not been compromised?) In the end, all we really need to know is that each vote is recorded as the voter wanted, and as long at that happens it doesn't really matter if the hardware/software being used is open or closed, legit or corrupt.

      Using computers to assist voters may be a good idea, if it makes voting more convenient, or allows some (eg. handicapped) people to exercise their vote more easily. Trusting a vote to the integrity of some nameless and faceless programmer is insanity.

      --

      The thing about things we don't know is we often don't know we don't know them.

    5. Re:power to the people... by Odin's+Raven · · Score: 1
      "All voting software and results should be subject to scrutany by the OSS community. All fraud is shallow when subjected to so many eyeballs."

      But how do you ensure that the community audited, and declared-sound software, is actually what ends up on each machine?

      Every voting machine will be shipped with an OSS developer and a copy of Gentoo 2.0 LiveVote on CD-ROM, doubly-encrypted using DNA from the developer and a copy of Metallica's latest album.

      The DNA encryption ensures that the designated OSS developer (or at least a portion of the developer) is present for the software installation. The Metallica encryption layer ensures that the wrath of RIAA will be unleashed against anyone who attempts to crack or even copy the CD while it is en route. (Vengence is far too important to leave to mere government agencies.)

      Once on site, the OSS developer merely has to bootstrap the machine with the CD, type "emerge apps-govt/voting-booth", and *presto* -- seven days later the machine is ready for use.

      --
      A marriage is always made up of two people who are prepared to swear that only the other one snores.
  11. next year!? by Anonymous Coward · · Score: 0

    whaddya mean, "next year?"

    Arent there elections this coming November? and isnt california having some emergency ballot this October - something about their governer?

    1. Re:next year!? by Ominous+Coward · · Score: 1

      Maybe for some small elections. However, senators and congresspersons are elected on even years. I can't say for certain that I know when the governor of Virginia is elected.

      --
      Ceci n'est pas une sig.
    2. Re:next year!? by Anonymous Coward · · Score: 0

      Governor's race is the year AFTER the Presidential.
      Plus every ODD year the whole House of Delegates and 1/3 of the Senate is up for grabs.

  12. It's not all that serious by mao+che+minh · · Score: 3, Informative
    I live in Virginia, and to my knowledge, these machines are only being used at one or two voting facilities (I know, it sounds bad that I forgot what the places that you vote at are called.....). Although some of the old voting machines have been destroyed, there are still plenty left.

    But, it does make for a good story.

    1. Re:It's not all that serious by Anonymous Coward · · Score: 0

      Polling place.

    2. Re:It's not all that serious by boogy+nightmare · · Score: 2, Funny

      i think you will find that they are called polling stations mate :)

      Simon

      --
      Kingdom of Loathing (www.kingdomofloathing.com) Addicted is me
    3. Re:It's not all that serious by Nyrath+the+nearly+wi · · Score: 1

      Well, my state of Maryland thinks that it is serious enough situation to warrant ordering a review, to decide if it will go ahead with purchasing $55.6 million dollars worth of these machine or cancel the order


      Voting machine review ordered
    4. Re:It's not all that serious by mink · · Score: 1

      Ohio is doing almost the same thing, but it looks like the Ohio people have the earworms all ready. They say they dont expect the security audit to turn up anything that would delay use of the machines.

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
  13. Why bother? by Pig+Hogger · · Score: 1, Interesting

    In a place where everyone and their dogs don't vote, what difference will it make if the results are screwed with???

    1. Re:Why bother? by Psyx · · Score: 1

      "In a place where everyone and their dogs don't vote" My dog gets to vote? In a rural location such as this, things could change real quick. I think it's best that we keep this a secret for now. Then again, as long as they don't know how to hack the voting machines, I guess I'm ok.

    2. Re:Why bother? by josquin00 · · Score: 1

      Here's an idea to get people out to vote: combine voting with the lottery. Put up a big enough sum to get people's attention, then have one lucky, randomly chosen individual win it all. Have the money come from the various political parties (every party that had 5% or greater share of the popular vote in the last election). This won't help with the security issue (obviously), but it might combat voter apathy.

    3. Re:Why bother? by Anonymous Coward · · Score: 0

      What difference would it make? How does this sound:

      In a major scandal, it was revealed that Microsoft caused the Florida voting problems in their hacking efforts to see President Bush elected, knowing that he would be easier on corporations and more likely assist in Microsoft's anti-trust case...

      Sounds serious now, doesn't it?

  14. High Level of Human Intervention Required by BinaryOne · · Score: 5, Interesting
    NPR just did a story on this. The issue with the system is that there are a number of security steps that the poll workers are required to follow. Failure to follow all the steps exactly as prescribed will open the system to fraud.

    Sounds alot like every other voting system.

    My experience with poll workers is that they are serious and committed folks. But they are not the most savvy with computers and that may be the biggest security challenge.

    1. Re:High Level of Human Intervention Required by Phosphor3k · · Score: 2, Interesting

      Last year in Montgomery County, Maryland we had all electronic voting. *All* of the poll workers were IT staff from the County and local City governments. Seemed to work out nicely except for the fact that I had to wake up 4 hours early that day to be at one of the polling stations. =(

    2. Re:High Level of Human Intervention Required by tundog · · Score: 1

      Yes they ARE serious and comitted folks, but that doesn't mean that they are'nt biased. Once while voting at the local voting place, the 'helpers' were not only helping people figure out the process, but also helping them decide to vote for. "Oh you don't want to for him deary, he's the one who approved that landfill on Maple St." This is illegal, but goes on in small towns all across America.

      --
      All your base are belong to us!
    3. Re: High Level of Human Intervention Required by Black+Parrot · · Score: 2, Funny


      > Seemed to work out nicely except for the fact that I had to wake up 4 hours early that day to be at one of the polling stations. =(

      Yeah, getting up at 10AM is a bitch.

      --
      Sheesh, evil *and* a jerk. -- Jade
    4. Re:High Level of Human Intervention Required by ihummel · · Score: 1

      Which is why we should go back to using paper. A pen and checkboxes will prevent hacking and will prevent hanging, dimpled and pregnant chads.

    5. Re:High Level of Human Intervention Required by Anonymous Coward · · Score: 0

      Montsnobbery county sucks. There is not one good thing about that place...unless you like high taxes, no freedom, and nazi police officers. ...oh yeah, and lets not forget the overpopulation of liberals.

    6. Re: High Level of Human Intervention Required by Anonymous Coward · · Score: 0

      You dont vote much do you. He probably had to get up at 2 or 3 AM.

  15. paper receipt tape by mwilliamson · · Score: 5, Interesting

    Why not just install cheapo receipt printers into the voting machines and keep a paper tally that would be easily verifiable if need be. This would be good for an audit, and a statistically proper number of voting machines could be audited to insure valid electronic reporting. Although crude, a paper record is nice in it's resistance to tampering (at least electronically). At work we've got a dot matrix printer hooked to the door's ID card reader. There ain't no hacking that without physical access.

    1. Re:paper receipt tape by AKnightCowboy · · Score: 3, Interesting
      Why not just install cheapo receipt printers into the voting machines and keep a paper tally that would be easily verifiable if need be.

      Why keep the votes in electronic form at all? Just print them out on the receipt printer with a bar code. Take all the receipts from the election day, run them through a reader and tally the votes. It'd let people verify their vote and be in the most computer readable format without relying on electronic storage.

    2. Re:paper receipt tape by pentalive · · Score: 2, Interesting

      Yes AND have the printer print out 4+ copies of the voter's vote, only one of which gets stuffed in the ballot box. Two others can go to "disinterested" parties for an "un biased" paralell count. the final can be retained by the voter.

    3. Re:paper receipt tape by Anonymous Coward · · Score: 0

      Retaining the vote opens the way for vote selling/extortion. It should be impossible for anybody to prove how they or anybody else voted in the booth.

    4. Re:paper receipt tape by _aa_ · · Score: 1

      Though I hate to admit it, I think a paper trail is absolutly neccesary. Though one has to consider the anonimity of the voter. A timestamped printout of each tallied vote could compromise the privacy of some voters. Perhaps instead a printout of a vote tally at a constant interval, say every 15 minutes.

    5. Re:paper receipt tape by praedor · · Score: 1

      No no no! This implies SAMPLING rather than a hard, vote-by-vote count when a recount is called for. Not acceptable to the Republicans, as has been made obvious by their opposition to sampling to provide accurate census data.


      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
    6. Re:paper receipt tape by JayAndSilentBob · · Score: 1

      the printer would make noise every time it printed your candidate's name. As it is dot matrix, the noise's length will vary with the length of what's being printed. "Arnold Schwarzenegger" will make a bit more noise than "Grey Davis" and the secrecy of your vote will be lost. It also couldn't be too hard to "accidentally" look at some recent results when fixing printer jams and refilling ink/ribbon.

      --


      Love,
      Jay and Silent Bob
    7. Re:paper receipt tape by lynx_user_abroad · · Score: 1
      Just print them out on the receipt printer with a bar code.

      Why print them in (bar)code? It's more important that people be able to unambiguously determine if it's a vote for candidate "A" or "B". If that means the computers have to work a little harder at counting them, so what?

      --

      The thing about things we don't know is we often don't know we don't know them.

    8. Re:paper receipt tape by lynx_user_abroad · · Score: 1
      ...AND have the printer print out 4+ copies of the voter's vote...

      What does that buy you? If there's a discrepency between the number of votes for a candidate according to the ballot box versus the number of votes for a candidate according to one of the "disinterested" parties, which one takes precedence?

      ...the final can be retained by the voter.

      Can't do that in a system if you're concerned at all about vote selling. It's a tricky line; you have to do everything in your power to prove to the voter his vote has been cast as he wanted without offering him any evidence that his vote has been cast that way.

      What good is my copy of my vote, if the ballot box count is authoritative any way. And if I'm sure the slip in the box is the same as the slip in my hand, why do I need the slip in my hand again?

      --

      The thing about things we don't know is we often don't know we don't know them.

    9. Re:paper receipt tape by GQuon · · Score: 1

      The first problem can be dealt with by using candidate numbers.
      The second problem is harder. Even if you seal the printers, one can figure out who voted what by remembering the sequence of voters.

      --
      Irene KHAAAAAAN!
    10. Re:paper receipt tape by PMuse · · Score: 1

      There are lots of receipt printers that are both fast and silent. They are quite capable of printing a timestamped receipt that lists every issue, the name of each candidate selected, and a corresponding bar code for machine-assisted recount purposes.

      For instance, you could give one copy to the voter, put a second copy in a ballot box in case the results need checking, and use the electronic data for fast reporting of election results.

      --
      "We reject as false the choice between our safety and our ideals." --The American President (20.1.2009)
    11. Re:paper receipt tape by slimak · · Score: 1

      print like
      ***Arnold*Schwarzenegger*** = 27 chars
      ***Grey*Davis************** = 27 chars

      which is good until prince has a kid named "*"

    12. Re:paper receipt tape by Tokerat · · Score: 1


      Is this 1986? What about the thermal transfer recipt paper that's used in everything from ECRs to gas pumps to electronic label makers? That only makes a paper scroll noise, and if each vote gets one line, then no one can tell based on mechanical sound.

      To solve the problem of peeking (and also recipt storage), simply have the paper spool from one roll, past printer heads, and back around a second roll, much like film in a projector. This would more than likely not require any human intervention, other than paper change, and could be contained internally by the voting machine.

      Want to verify the results of the paper against the computer-counted votes to ensure accuracy? Print bar-codes instead of names and simply feed the recipt paper through a reader which will tally and compare. Each voting machine could have a different numbering scheme for the candidate list, making forgery of the paper more difficult, and overall forgery much harder, as one would need to falsify not only the electronic media, but also the paper recipt.

      --
      CAn'T CompreHend SARcaSm?
    13. Re:paper receipt tape by AKnightCowboy · · Score: 1
      Why print them in (bar)code? It's more important that people be able to unambiguously determine if it's a vote for candidate "A" or "B". If that means the computers have to work a little harder at counting them, so what?

      Because you get a fiasco like what happened in Florida during the last Presidential election. How about we compromise and print the bar code AND the candidate's name on the receipt?

    14. Re:paper receipt tape by lynx_user_abroad · · Score: 1
      Because you get a fiasco like what happened in Florida during the last Presidential election.

      Which part of the Florida fiasco are you referring to? The "hanging chad" problem was mostly about voting machines which produced indistinctly-marked ballots: both machine and human had difficulty deciding what each ballot meant. (one answer to this is to offer a pre-validation machine to voters which reads a ballot and displays how it would interpret the ballot; the voter can then decide to submit the ballot or have it voided and replaced.)

      The "butterfly ballot" problem had to do with the user interface for selecting a candidate. Barcodes would not affect this type of problem.

      How about we compromise and print the bar code AND the candidate's name on the receipt?

      If the Candidate's name says "Gore" and the barcode says "Bush", who gets the vote? If I'm intending to vote for Gore, I'm only likely to read the candidates name; the machine is only going to read the barcode. But if we force the vote tabulator to read the human readable part, then it doesn't matter how compromised the e-vote machine is; if it generates a ballot saying "Bush" when I'm wanting to vote for "Gore" the ballot will get voided and replaced.

      --

      The thing about things we don't know is we often don't know we don't know them.

    15. Re:paper receipt tape by mikewolf · · Score: 1

      Why not just get rid of the whole idea of using the voting booths to tally the votes... let the voting booths print out ballots that can be read in by a computer but also visually verified by a person, and use those to tally the votes. Then, the ballots are anonimous, every person can verify their own ballot, and we don't introduce any new security issues. The main issue with paper ballots, as i understand it, is that tallying the votes was not precise (with hanging chads and the like). The secondary problem with paper ballots is that the user-interface is sometimes a problem (as seen in the FL elections). I think this would solve both problems while allowing for increased tallying speed, allowing for recounts, and not introducing any new security concerns.

      oh, and by the way, who in the hell would build a secure scalable system on MS Access? I think that diebold should be put out of business for that alone.

    16. Re:paper receipt tape by Anonymous Coward · · Score: 0

      You don't want to do this. If I walk out with a paper receipt proving how I voted, I either get the money promised by the [name your bogeyman here] for voting "their" way, or I get kneecapped for *not* voting their way. In either case, the outcome is not good.

    17. Re:paper receipt tape by snarfer · · Score: 1

      The key to this is that the voter look at the paper to verify that is shows what the voter did.

      This solves every problem with these machines. If the vote in even one machine doesn't exactly match the paper, you know something's going on.

    18. Re:paper receipt tape by snarfer · · Score: 1

      You can't allow the voter to take a record out. This opens up the possibility of vote buying, which is a common problem.

  16. Actually.... by JaredOfEuropa · · Score: 5, Funny
    In an amazing upset, the winner was not even running. It appears that Linus, maker of the well known Linux operating system has won the Presidential election. Of special note is how he received four hundred billion votes...
    Hmm, I hope someone will actually hack into a voting machine and do something similar... if the tally shows votes for 'Linus', '1RL33T', 'BuTtMunCh' and 'Pwn3d', I bet the rest of the world will take notice of the problems with these machines. Oh, and throw in a negative total # of votes for some actual candidates as well... fun!
    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    1. Re:Actually.... by Anonymous Coward · · Score: 0

      Yeah, it's all fun and games until you find yourself in court facing confictions for forgery, election falsification and perjury.

    2. Re:Actually.... by TPFH · · Score: 1

      Hmm, I hope someone will actually hack into a voting machine and do something similar...

      What if the "hacker" was a fan of Bill Gates instead of Linus?

      Be careful what you wish for.....

      --
      This signature used to contain a cute kitty virus with ansii art. Please set the slashdot editors on fire. Thank you
  17. Maybe you need Indian Technology by cnb · · Score: 5, Informative

    India's been using electronic voting since
    years and the next general election will
    be all-electronic with 800,000 electronic
    voting machines.

    http://sify.com/news/politics/fullstory.php?id=1 32 01701

    1. Re:Maybe you need Indian Technology by BooRadley · · Score: 5, Funny

      November 5, 2004 Washington:

      In a stunning upset, Indian Prime Minister Shri Atal Bihari Vajpayee has been unanimously elected President of The United States of America. In an interview this morning in New Delhi, President-Elect Vajpayee stated that his first order of business would be to persuade Canadian President-Elect Pervez Musharraf to stand down on his quest for weapons of mass destruction, by force if necessary.

      --

      -- lk t lv ll th vwls t f wrds. T svs lts f tm t wrt bt ts pn n th ss t rd nd mks m lk lk cmplt dpsht.

    2. Re:Maybe you need Indian Technology by ihummel · · Score: 1

      You'd think that Musharraf would at least take over Russia if Vajpayee was going to president of the US. I wonder where old Pervez stands on independence for Quebec.

    3. Re:Maybe you need Indian Technology by PetWolverine · · Score: 1

      I lk t lv ll th vwls t f wrds. T svs lts f tm t wrt bt ts pn n th ss t rd nd mks m lk lk cmplt dpsht.

      I actually had to type like that for a while--either that, or type slowly, search-and-peck style. I broke my left wrist a couple of weeks ago, and before I got a splint, I couldn't type with my left hand. Since I use the Dvorak keyboard layout, that pretty much meant no vowels.

      Search and peck isn't really an option, because I've rearranged the letters on my keyboard (stealing from another keyboard in the process) to spell the following:

      `3.1415926535
      my-wrongly[]\
      vanquished'
      waxed/fork

      --
      I found the meaning of life the other day, but I had write-only access.
    4. Re:Maybe you need Indian Technology by pmz · · Score: 1

      In a stunning upset, Indian Prime Minister Shri Atal Bihari Vajpayee has been unanimously elected President of The United States of America.

      What is scary is that it really is possible for a foreign leader or political activist to be eligible to become a U.S. President, as long as he/she meets the eligibility requirements, right?

      What if two random Americans, eligible in every respect--except presently comotose--were elected to President and VP via electronic voting. Imagine a presidency, where the third-in-line gets the oval office right off the bat (I bet the eligibility requirements are more lax for this person, too).

    5. Re:Maybe you need Indian Technology by dtidrow · · Score: 1

      Only native-born American citizens over 35 are qualified to be President, so this scenario is impossible. I suspect that the qualifications still apply for anyone suceeding to the presidency, ie. the Speaker of the House (who would suceed if the VP can't) could be a naturalized citizen, but he would be ineligible to to become President.

    6. Re:Maybe you need Indian Technology by Chris+Mattern · · Score: 1

      > What is scary is that it really is possible for a foreign leader or political activist to be eligible
      > to become a U.S. President, as long as he/she meets the eligibility requirements, right?

      Er...one of which is that you must be a native-born US citizen.

      Chris Mattern

    7. Re:Maybe you need Indian Technology by pmz · · Score: 1

      Only native-born American citizens over 35 are qualified to be President, so this scenario is impossible.

      It is certainly possible (though certainly unlikely) for a native-born US citizen to go nuts, become an enemy of the state/organized criminal/expatriated loony, commit mass electronic election fraud, and really mess with the system, in general.

      You know, U.S. citizens have been terrorists, too. It isn't just those for'ners over there. This also happens to be why TIA is so dangerous--it turns Americans against themselves, which is just insanity, IMO.

  18. A great open-source project! by tigre · · Score: 5, Insightful

    If we truly believe that open-source tends to provide better security, we should be developing open-source voting software. I'm sure it would take a while to get much notice from the government, much less "certification", but we could start a grass-roots campaign for adopting it through, say, universities in student body elections (a target screaming for being hacked) or maybe even local elections.

    1. Re:A great open-source project! by wavecoder · · Score: 1

      Definitely; anybody want to set this up? If you want something done right, you gotta do it yourself.

    2. Re:A great open-source project! by tigre · · Score: 1

      Maybe we should get those Johns-Hopkins computer scientists to throw in some time on this.

    3. Re:A great open-source project! by ??? · · Score: 1

      Go out and do your research before you post. The GNU FREE project (www.free-project.org) has been around for ages. Why don't you visit that site and see why it is that development on the project has halted in favour of education and lobbying against purely electronic voting?

    4. Re:A great open-source project! by aebrain · · Score: 1

      Someone wrote :

      Go out and do your research before you post.
      Or just see previous /. posts on how an open-source e-voting system, running on an open-source OS, compiled with an open-source compiler, has actually been used in government elections before. And where to get the source.

      Of course, it wasn't in the USA, so hasn't had any publicity.

      --
      Zoe Brain - Rocket Scientist
  19. what are you talking about? by TrekkieGod · · Score: 4, Interesting
    The "data" is anonymous now. It's possible to tell who voted and where, but not which person you voted for (which is the meaningful data). The votes are secret to prevent abuse of the type that existed before they were secret (employers telling employees to vote for a certain candidate or lose their jobs, etc.)

    I'm pretty sure the parent of your post meant something similar to this method: you go vote very much the way you do now (by presenting your id and signing a sheet of paper)...then you assign your vote to a number (that is not associated with your name in any record) and you make those numbers public, so that you can check against them. I think this system is also good because you can check certain numbers (for example 10,354 voters showed up at this voting location, so there should have been exactly 10,354 vote numbers assigned)

    --

    Warning: Opinions known to be heavily biased.

    1. Re:what are you talking about? by tetra103 · · Score: 3, Informative
      I'm pretty sure the parent of your post meant something similar to this method: you go vote very much the way you do now (by presenting your id and signing a sheet of paper)...then you assign your vote to a number (that is not associated with your name in any record) and you make those numbers public, so that you can check against them. I think this system is also good because you can check certain numbers (for example 10,354 voters showed up at this voting location, so there should have been exactly 10,354 vote numbers assigned)

      This method works for voter accountibility, but it doesn't work for election accountibility. Who's to say that somewhere along the line, some of those 10,354 votes don't get changed? Someone may suspect that the vote was rigged, so they go back to the ballots and can trace the votes back to a ballot id. How could they ever know if that was a valid ballot or one that was hacked?

    2. Re:what are you talking about? by Zak3056 · · Score: 5, Insightful

      I'm pretty sure the parent of your post meant something similar to this method: you go vote very much the way you do now (by presenting your id and signing a sheet of paper)...then you assign your vote to a number (that is not associated with your name in any record) and you make those numbers public, so that you can check against them.

      I agree that a system like thisis a MUST when it comes to verifying electronic voting. My big problem with it is that because of the paper trail, the individual VOTER may trouble.

      Consider, we have a secret ballot for a reason--for example, to prevent your boss from pressuring you to vote for a certain candidate at the cost of your job, or to keep the local klansmen from going after folks who dared vote for a black candidate.

      Under the current system, only you know who you voted for--you can always lie if pressured by someone to know how you voted. With a public paper trail, people with leverage can demand to know your receipt number, and CONFIRM what you tell them. This is BAD.

      --
      What part of "shall not be infringed" is so hard to understand?
    3. Re:what are you talking about? by tetra103 · · Score: 1
      What part of "shall not be infringed" is so hard to understand?

      Being anonymous is great at the cost of a corrupt voting system. Not to say it's bad....but being anonymous does have it's cost. That's what you need to understand. Being anonymous isn't a right....it's an excuse.

      The examples you pointed out are note worthy though. But don't you think if someone lost their job over voting that there wouldn't be some legal action that could be taken?

    4. Re:what are you talking about? by Novus · · Score: 2, Interesting

      The important part is not knowing who cast a specific vote. What we want to know is that every single vote was cast by someone who had the right to do so; i.e. nobody voted more than once.

      One way to do this is to send everyone entitled to vote a randomly-generated private key, which they can then sign their vote with. The corresponding public keys can then be published together with the corresponding votes, which can then be verified. The keys must be hidden from whoever distributes them (e.g. using a sealed envelope) to prevent someone from forming a key-to-voter table. Getting the keys to the voters can be done using a similar process to that used currently for ballot authentication devices (stamps et.c.); i.e. transportation overseen by a sufficiently large amount of different people (which is currently considered sufficient to prevent tampering; most paper-based systems rely on this anyway).

    5. Re:what are you talking about? by Zak3056 · · Score: 1
      What part of "shall not be infringed" is so hard to understand?


      Being anonymous is great at the cost of a corrupt voting system. Not to say it's bad....but being anonymous does have it's cost. That's what you need to understand. Being anonymous isn't a right....it's an excuse.

      Just to clarify, that was my sig, even though it seemed to blend in with the rest of the post. It's a reference to the 2nd amendment.

      --
      What part of "shall not be infringed" is so hard to understand?
    6. Re:what are you talking about? by Anonymous Coward · · Score: 0
      My big problem with it is that because of the paper trail, the individual VOTER may trouble.

      What if there's no official paper trail? Like..."here's your number...if you want to write it down, do it now".

      This way...if you're pressued into giving out a number...you can go and look at the people who voted...chose a random number that voted for the person you're being pressured to vote...and give that number to the "people with leverage" since there will be no official paper for them actually to be sure that the number you gave them is *really* the number you were assigned.

    7. Re:what are you talking about? by Feztaa · · Score: 2, Interesting

      One way to do this is to send everyone entitled to vote a randomly-generated private key, which they can then sign their vote with.

      The problem there, of course, is that whoever is mailing out the private keys can "peek" and see who got what key.

      I think the best way to do it is this: You show up at the voting place, and along with scratching your name off the list of registered voters, you pick up a private key out of a big tub of private keys (it could be stored on a USB keychain storage device or something).

      You then head over to the voting booth, and plug your USB keychain storage device into the voting terminal, which then gets your private key (nobody can know which key you got, and the computer can't know who you are, only what key you have). Then you make your vote, it's signed and encrypted.

      Finally, on your way out, you put your USB keychain storage device into a "used" tub, that nobody is allowed to pick from. Afterwards, all the votes are tallied, making sure that each one was signed with a different key.

      I think that would be pretty foolproof... can anybody find any flaws?

    8. Re:what are you talking about? by spun · · Score: 1

      Could someone tie the time that you voted to the time a particualr key was used? if they could, they would have a pretty good idea of who voted for whom.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    9. Re:what are you talking about? by Feztaa · · Score: 1

      Well, the voting polls shouldn't be video monitored, and the list of voters doesn't have the time you voted marked on it, just that you voted. I guess you could be extra careful and remove all clocks/watches from the room, too. But they'd have to remove any kind of date stamps on the crypto signatures and such, as well.

    10. Re:what are you talking about? by aminorex · · Score: 1

      Give them a different receipt number. As long as everyone can see all the results, anyone can supply whichever receipt number they like, to anyone who is
      willing to commit several felonies by extorting a specific vote.

      But frankly, I think your fear is absurd. I could demand that my employees vote a certain way right now. I could even demand a photo of the ballot as
      evidence, or make them wear webcams into the polling station. I'd also be looking at several years in Leavenworth.

      --
      -I like my women like I like my tea: green-
  20. Easier to read Re:Complete Text of Article by Anonymous Coward · · Score: 5, Informative

    Jolted Over Electronic Voting
    Report's Security Warning Shakes Some States' Trust

    By Brigid Schulte
    Washington Post Staff Writer
    Monday, August 11, 2003; Page A01

    The Virginia State Board of Elections had a seemingly simple task before it: Certify an upgrade to the state's electronic voting machines. But with a recent report by Johns Hopkins University computer scientists warning that the system's software could easily be hacked into and election results tampered with, the once perfunctory vote now seemed to carry the weight of democracy and the people's trust along with it.

    An outside consultant assured the three-member panel recently that the report was nonsense.

    "I hope you're right," Chairman Michael G. Brown said, taking a leap of faith and approving Diebold Election System's upgrades. "Because when they get ready to hang the three of us in effigy, you won't be here."

    Since being released two weeks ago, the Hopkins report has sent shock waves across the country. Some states have backed away from purchasing any kind of electronic voting machine, despite a new federal law that has created a gold rush by allocating billions to buy the machines and requiring all states, as well as the District of Columbia, to replace antiquated voting equipment by 2006.

    "The rush to buy equipment this year or next year just doesn't make sense to us anymore," said Cory Fong, North Dakota's deputy secretary of state.

    Maryland officials, who signed a $55.6 million agreement with Diebold for 11,000 touch-screen voting machines just days before the Hopkins report came out, have asked an international computer security firm to review the system's security. If they don't like what they find, officials have said, the sale will be off.

    The report has brought square into the mainstream an obscure but increasingly nasty debate between about 900 computer scientists, who warn that these machines are untrustworthy, and state and local election officials and machine manufacturers, who insist that they are reliable.

    "The computer scientists are saying, 'The machinery you vote on is inaccurate and could be threatened; therefore, don't go. Your vote doesn't mean anything,' " said Penelope Bonsall, director of the Office of Election Administration at the Federal Election Commission. "That negative perception takes years to turn around."

    Still, even some advocates of the new system are thinking twice. The Leadership Conference on Civil Rights, which pushed for electronic machines to help visually impaired and disabled voters, says the Hopkins report has given them pause. They're calling on President Bush and members of Congress to convene a forum of experts to hash it out. "We have become concerned about these questions of ballot security," said Deputy Director Nancy Zirkin.

    Her group and others supported passage of the $3.9 billion Help America Vote Act in November. Of the $1.5 billion appropriated so far to replace old machines, rewrite outdated equipment standards, encourage research to improve technology, train poll workers and update registration lists, about half has been released. And that has all gone toward buying electronic machines, which cost as much as $4,000 a piece.

    "These vendors are everywhere," said David Blount, spokesman for Mississippi Secretary of State Eric Clark. "They're besieging everyone."

    The remaining money is to be released once an Election Assistance Commission is appointed. By law, the board was to have begun work in February. But the names of the four commissioners, two from each major party, have yet to go to the Senate for confirmation.

    The stakes are high. The 2000 Florida presidential election showed the shortcomings of the current system.

    A subsequent Cal Tech/MIT report found that of more than 100 million votes cast nationwide, as many as 6 million weren't counted because of registration errors or problems with punch-card and lever machines. One study found that of 800 lever machines tested,

    1. Re:Easier to read Re:Complete Text of Article by aethelferth · · Score: 1

      When are they announcing that Haliburton has purchsed Diebold?

  21. The real shortcomings of Florida system by Anonymous Coward · · Score: 5, Insightful

    "The 2000 Florida presidential election showed the shortcomings of the current system."

    The main shortcoming of the system is that it allowed Florida State Supreme Court justices to try and change the election rules after the election occured, and it allowed lawyers to lie in court in a wasteful attempt to overturn the election.

    It works. The only thing we have to accomplish is prevent the sore losers from trying to mess things up.

    1. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 2, Insightful

      Rules are one thing, but when they change the intent of the electorate then something is wrong.

    2. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 2, Interesting

      " Rules are one thing, but when they change the intent of the electorate then something is wrong."

      How do you determine intent? By actual votes, of course. Not stray marks on ballots, or bumped chads.

      Where does it end? "I was disenfranchised. I intended to vote for Nader, but I never got out of the house on Election Day because I had to wait all day for the cable guy who missed his appointment. But I intended to vote for him!!!!"

    3. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0
      "The main shortcoming of the system is that it allowed Florida State Supreme Court justices to try and change the election rules after the election occured, and it allowed lawyers to lie in court in a wasteful attempt to overturn the election."

      What rules did the Florida Supreme Court try to change? The law of Florida states that if the intent of the voter can be clearly determined than the vote counts. And I agree about the lying in court bit. Of course, it was the Bush lawyers that filed the first law suits when it looked like the rioters they bussed in might not be enough to intimidate the election boards.

      Curiously enough, the head of this legal team (Bush consiglieri James Baker) is defending our "friends" the Saudi Arabian governement in lawsuits over the Saudi role in 9/11. And the Bushies are refusing to declasify the portions of the 9/11 report (which they held up for months) having to do with Saudi financing of the 9/11 terrorists). Imagine that.

      I can understand being happy that your preferred candidate became President. (I'll never understand why some people preferred the AWOL, self-righteous, failed businessman, corporate welfare, fiscal nightmare candidate.) But the number of conservatives that pretend that what happened in Florida was no big deal astonish me.

      Posted anonymously because I moderated.

    4. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      "I'll never understand why some people preferred the AWOL, self-righteous, failed businessman, corporate welfare, fiscal nightmare candidate.)

      The AWOL is an urban legend. Show me the criminal record. Corporate welfare? No more or no less than Clinton. The biggest example of it, airline subsidies, was supported strongly by Democrats, and would have likely been passed over Bush's objections. Self-righteous? A vague insult; could apply to anyone. Fiscal nightmare? No, not at all. He has been trying to get us out of the Clinton recession, and the Democrats have blocked him every step of the way.

      " But the number of conservatives that pretend that what happened in Florida was no big deal astonish me."

      Because what actually happened in Florida was no big deal. If fraud had happened, of course it would be a big deal.

    5. Re:The real shortcomings of Florida system by Ugot2BkidNme · · Score: 1

      Seriously its ratehr amusing when I listen to people talk about the Whole Florida thing. Plain and simple according to the system Bush won.
      I have a major Problem with stupidity especially when it comes to the general public.
      how many people here have taken a scantron examination. and when given said instruction are told to completely fill in the box and only mark the box when you are absolutly sure because and erasings might cause the system to give you an incorrect mark.
      I would say most of you have had experience in somethign like this whether with standardized testing SAT's general school exams. If you don't follow the rules your vote doesn't count. OMG that is Criminal(sarcastic) Please give me a break if you can't read or follow the instructions properly shoudl you really even be voting. Now the design of that one ballot being confusing. Well hell it was designed and given the OK by a Democrate. So who yo ugoing to blame there.
      Basicaly teh whole issue is not even an issue its a load of crap just another whinny example of Americans not taking responsibility of their own actions.
      Now if you don't like what happened thats fine. You think that Gore should have won well thats fine as well I suggest you attempt to Get President Elections away from the Electoral College and changed to Popular vote. But then again that would give California and New York even more power then they currently have considering they get 12 and 4 respectivly less votes then they are suppossed to based on the electoral college and all the smaller states even less power. But I am sure they would be ok with that.
      But you really have to Wonder if the guys Home state Even voted for Bush thats gotta tell you something abotu the guy.

    6. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0
      "I was disenfranchised. I intended to vote for Nader, but I never got out of the house on Election Day because I had to wait all day for the cable guy who missed his appointment. But I intended to vote for him!!!!"

      Actually, Nader is the candidate who would most likely try to force cable companies to give you an actual appointment time. Perhaps there was a conspiracy by the cable companies to keep Nader voters imprisoned in their houses for the whole election day.

      (Actually, at one point I went several years without getting cable largely because I didn't want to waste a whole day waiting around for the cable guy. They lost hundreds of dollars of revenue because they couldn't figure out how to schedule an appointment. Idiots.)

    7. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      "How do you determine intent? By actual votes, of course."

      Exactly.

      The electoral college did not represent the public intent accurately as more "per person" votes actually went to the candidate that lost the election.

      It's not the noise (as you put it "stray marks on ballots, or bumped chads") that concerns me as that noise should cancel itself out. It's the measurement process that rounds off results to the nearest 3+ votes that concerns me.

      Also, I don't think it's fair that the votes of those who live in smaller states should count almost three times as much as those in larger states.

    8. Re:The real shortcomings of Florida system by laird · · Score: 1

      You mean the sore losers who called for a recount as provided for in Florida law (Democrats) or the sore losers who opposed the recount in Florida "on principle" while demanding (and getting) a recount in North Dacota (Republicans)?

    9. Re:The real shortcomings of Florida system by Politburo · · Score: 2, Interesting

      Hi. Most people talk about Florida not because of the ballot design or electoral college, but because of the way the Supreme Court went against almost all of its prior precedent and trumped state law in a state matter, based on an insignificant deadline that was arbitrarily set.

    10. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      "I have a major Problem with stupidity"

      Well that's obvious.

    11. Re:The real shortcomings of Florida system by jdcook · · Score: 2, Interesting
      You're right, of course. Bush wasn't AWOL. He actually deserted (because he was gone for so long). He had nothing to hide regarding his military record. So he chose to not release it (unlike Gore and McCain). Still, the records exist.

      I didn't bring criminal convictions up but since you asked, Bush's DUI conviction in 1976 courtesy of the Smoking Gun. I don't personally think it is that big a deal but you seem sensitive on the subject.

      It's ceratinly true that all major political candidates favor corporate welfare of one kind or another. (Though I do want to point out that the Clinton administration's stance on trade was far more market oriented than the pandering of the Bush administration. Look at steel tariffs.) Bush was unusual in that he personally profited from corporate welfare.

      "Self-righteous" is definitely an eye-of-the-beholder thing.

      The Clinton recession? That's good. Clinton certainly benefitted from a strong economy while he was at the helm. And a downturn of some sort was inevitable. But he did the most important thing: he didn't derail the economy. The Bush tax cuts, which Bush claims is a "jobs stimulus", have created nothing but defecits as far as the eye can see while the economy sheds tens of thousands of jobs each month.

      There was fraud in the election. The Bush team pressured Florida election boards to count invalid absentee ballots. But even with it, under every plausible recount scenario (with the hugely ironic exception of the one favored by the Gore team), Gore received more votes in Florida than Bush.

      --
      Q:How many libertarians does it take to stop a Panzer division? A:None. Obviously market forces will take care of it.
    12. Re:The real shortcomings of Florida system by Salgak1 · · Score: 1

      "Arbitrarily set" ? Perhaps, but by the law and the Constitution, both established LONG before the election of 2000. An elector HAD to be certified by the Florida Secretary of State in enough time for his/her name to be formally sent to Washington to the Registrar of the Electoral College.

    13. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0


      "But [Clinton] did the most important thing: he didn't derail the economy."

      Yes he did: it started during his term

      "The Bush tax cuts, which Bush claims is a "jobs stimulus", have created nothing but defecits as far as the eye can see while the economy sheds tens of thousands of jobs each month."

      The tax cuts are making the defecits lower, by helping economic growth. The problem is that the tax cuts are not big enough. Bush proposed tax cuts that would have made a big different in short order, but the Democrats in Congress whittled them down in order to prevent recovery.

      "But even with it, under every plausible recount scenario (with the hugely ironic exception of the one favored by the Gore team), Gore received more votes in Florida than Bush [failureisimpossible.com]."

      You are conveniently forgetting the recounts which had been done so far: Gore lost those. Seems that Gore wins every recount except the ones that are done and the one he wants. Wow....

      Also, you can do better than the site you are linking to. It a Democratic Party site that has insults and lies right on the front page. It is not a news site. A pile'o'pundits is not a source of facts: at best it is like a Howard Dean campaign speech.

      The whole thing amounts to rolling the dice. With such close numbers, the margin of error was such that the count would be different every time things were added up, perhaps enough to make a difference.

      It was like Gore was rolling a die, and wanted a 6. The die had been rolled a few times already, no 6, and he wanted to keep rolling until he got the 6 (at which point he would have of course immediately changed and opposed any further recounts, and Bush likely would have asked for more). "Let's keep holding recounts until we find one where I win"

    14. Re:The real shortcomings of Florida system by samweber · · Score: 1

      I'm afraid this is not true. The Florida law was intended to punish slow election board members, and contradicts other laws which allow both recount and protests. As was pointed out by the court, when one law says that recounts are permitted, and another law gives no time for which said recounts to be performed, the two laws are in conflict. It is the duty of the court to decide between conflicting laws.

      To claim that the law said that there was a certain deadline, but omit that the law also said that recounts must be allowed, is deceptive.

    15. Re:The real shortcomings of Florida system by Salgak1 · · Score: 1
      The problem the Florida Supreme Court caused, however, as in supporting selective recounts. As much as I disliked the federal Supreme Court getting involved, they DID have a point: in a recall, you're not allowed to cherry-pick: you have to recount ALL ballots cast.

      And as an ex-GI, I was more than a little peeved at the Democrats' efforts to have the presumably Republican-leaning military absentee ballots invalidated.

      Incidentally, from my experience, while the Officer Corps runs about 80-90% Republican, the much larger Enlisted Force runs about even on the R-D split. And considering geographic origins and voting/Tax predilections of the Officer Corps (hint: not a lot with Florida cits, but tons of Texas, Georgia, Pennsylvania, and other tax-code-military-friendly states), the overall impact of Military ballots was likely to be a wash. . .

    16. Re:The real shortcomings of Florida system by samweber · · Score: 1

      Gore actually offered a full recount to Bush, but Bush refused. Unfortunately, the required procedures make it difficult to ask for a full recount, so Gore tried to get the most "bang for the buck", as it were.

      As to the military absentee ballots, the New York Times had a simply amazing report on them. At the moment, I can't find it on their web site anymore, but here is a link to another news article about it: 680 Military Ballots Invalid. The NYT had pictures of ballots that were accepted and rejected. It was VERY obvious that the Republicans were getting away with counting military ballots that were highly improper -- postmarked far after the election, for example, while the same rules weren't followed for other ballots.

    17. Re:The real shortcomings of Florida system by jdcook · · Score: 1
      Point 1: You offer no evidence.

      Point 2: You offer no evidence. Bush, btw, got more than 90% of the total tax cuts he has sought thus far. Is it your position that it is the failure to get that last 10% that has the economy in the dumps? Is it your position that if taxes were lowered enough, say to zero, that the deficit would go to zero?

      Point 3: Actually, I believe only one county completed its hand recount and Gore picked up votes in that count. Rerunning the machine counts when it is the accuracy of the machines themselves that is at issue deliberately obscures the issue (i.e. who got more votes). The page I linked to (I assume you mean the failureisimpossible.com page) is almost entirely a collection of links to news sources. What are the lies? What are the insults?

      Obviously we won't convince each other. But does anything about the mendacity of this administration bother you?

      --
      Q:How many libertarians does it take to stop a Panzer division? A:None. Obviously market forces will take care of it.
    18. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      " Point 1: You offer no evidence."

      The economic recession started during the middle of Clinton's last year in office.

      "Point 2: You offer no evidence. Bush, btw, got more than 90% of the total tax cuts he has sought thus far."

      From CNN about the tax cut passed in April:
      Amount requested by Bush: $726
      Amount passed: $350.

      That is less than 50%.

      "But does anything about the mendacity of this administration bother you?"

      It is the lack of mendacity, especially compared to the Clinton administration, which is quite impressive.

    19. Re:The real shortcomings of Florida system by Salgak1 · · Score: 1
      Having BEEN a voting assistance officer in the past, I can tell you that certain rules do not apply to military absentees.

      1. Postmark: Military post office services aren't always available. This is especially common in the Navy on smaller ships. So they get postmarked when they come ashore to the nearest MPO. Despite having been in the mail pipeline for days, or even weeks. . . .

      2. Signature. Witness signatures are not required on the Federal Absentee Voter Form: in fact, as I recall, there was only one signature line involved at all, on the envelope you stuck it in, certifying you had obeyed the election rules.

      3. Form: A lot of the rejected ballots were on the Federal Form. While a State CAN reject the form by passing a law to do so, none have.

      Anyway, military voting was something of a sore subject with me: I'd have been VERY P.O.'d if I found out that, while deployed overseas, my ballot was invalidated for a bogus, political reason. . . I know, because I WAS deployed once, over an election, and my vote WAS not counted because it got home too late, despite me throwing it into the mailbag on or about October 1st. . .

    20. Re:The real shortcomings of Florida system by jdcook · · Score: 1
      Come on, I double dog dare you: Say one thing that doesn't sound like Rush's hand is up your ass.

      The recession officially begins in March 2001 and ends in November 2001. Feel like a recovery to you?

      This tax cut was about 50% less than requested. But it was the third in 3 years (though the 90% figure is far too high; a rough check makes 70% look more likely). The way the phase-outs are designed, the real tax cut is well over a trillion dollars. Mostly for extremely rich folk. Why not cut some payroll taxes so everybody can get some relief?

      And I forget, exactly how many US soldiers died because Clinton got a blow job and lied about it?

      --
      Q:How many libertarians does it take to stop a Panzer division? A:None. Obviously market forces will take care of it.
    21. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      "And I forget, exactly how many US soldiers died because Clinton got a blow job and lied about it?"

      Not very relevant. It is better, however to word it as Clinton lying about a sexual harassment case (in which he later admitted committing the harassment)

      Soldiers dead because Clinton lied: 0.
      Solders dead because Clinton told the truth about Bosnia: Yes, there were some.

      Soldiers dead because Bush lied: 0.
      Soldiers dead because Bush told the truth about Iraq: Yes, there were some.

      " the real tax cut is well over a trillion dollars. Mostly for extremely rich folk. "

      How deceptive. Most of those who get fair and proportal tax relief under the Bush plan are non-rich. It is in fact a little more honest to call it a "tax cut for gays and lesbians", because more gays than rich people get a tax cut.

    22. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      Anyone who says there was a clear winner to that race is a jackass...Statistically, claiming there is a winner is like saying you can measure the thickness of a piece of paper with a ruler. Yeah, someone won, but only because they were arbitrarilly chosen by the courts and not by any gauge of the will of the people.

    23. Re:The real shortcomings of Florida system by jdcook · · Score: 1
      Do you not think Bush lied about WMDs, an Iraq- al Quida connection, the aluminum tubes, yellow cake, the hydrogen trucks? The rationale of the administration for going to war was the "imminent danger" posed to the US by Iraq. No amount of post-invasion moving of goalposts can change that. Maybe the administration lied to us because they didn't think they could get support for just getting rid of Saddam because he was a very bad guy (which he was/is). But they did lie. And more than 1 coalition soldier dies in Iraq every day.

      Oh and for what it's worth I commend your characterization of Bosnia in this context and withdraw the Rush comment.

      I think by "fair and proportional" you mean cuts in income taxes for those that pay income taxes? Although huge percentages of the tax cuts are dividend and inheritance tax cuts that very few (and very rich) people pay. Why not cut payroll taxes?

      And speaking of deceptive, you talk about percentages of people getting "relief" as opposed to percentage of "relief" going to which people. As for the gays versus rich people, that's a new one on me. Where does that come from?

      --
      Q:How many libertarians does it take to stop a Panzer division? A:None. Obviously market forces will take care of it.
    24. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      "The recession officially begins in March 2001 and ends in November 2001."

      Nope. MSNBC is hardly a reliable source. Try here

      From the article - The official start date of any U.S. recession is based on the consensus of the dates when production, employment, income and sales peaked. Of these, the two key indicators are nonfarm jobs, which peaked in March 2001, and industrial production, which peaked in September 2000. The broadest measure of sales -- real manufacturing and trade sales -- peaked in August 2000.

    25. Re:The real shortcomings of Florida system by Anonymous Coward · · Score: 0

      Remember that the Supreme Court decision that counted was 7-2, NOT the 5-4 that most people think. Not exactly all conservative now was it?

  22. Wasting money on failure by Anonymous Coward · · Score: 0

    "Couldn't the money the commonwealth is putting into this be better put to use in the failing school systems?"

    That's the problem: subsidizing failure. If the system is shot, more money won't fix it. Spend the money better on vouchers and charter, magnet schools, and bypass the moneyed special interests entrenched in the Virginia public schools that enrich themselves and short-circuit any reform attempts.

  23. Good ol' encryption tech is good enough for me.. by Creepy+Crawler · · Score: 3, Interesting

    I dont know why they'd implement a vote DB using Microsoft Abcess. Still, if they REALLY wanted to, they could implement this system.

    1: DB exists with basic vote rules.
    2: User walks up to votebox.
    3: Person hired to do polls check idetity (so that they can legitly vote)- enables 1 session for user
    4: The votes are tallied by unsigned long int incrementation counter for each "Politican". Be aware, the machine knows exactly what this user votes for.
    5: An MD5sum is made for the whole vote session, along with printing the md5 and votes cast on 1 small piece of paper.
    6: The MD5 checksum is stored in concurrent use of the data.

    Some people may think there's a security hazard in step 3-5 as the poll worker can probably see what the MD5sum might be. That could be solved by saying to the user 'press any key at random. this is NOT part of the vote"

    Just an idea.

    --
  24. What's wrong with... by Malc · · Score: 2, Insightful

    ... paper and pen? Put an X or a check by the candidates name. Real paper trails are easier to debug for tampering than the digital equivalent.

    1. Re:What's wrong with... by lovebyte · · Score: 2, Interesting

      Nothing is wrong with pen & paper. I entirely agree with you there. I think this electronic thing is simply stupid. What's the reason for it? You'll get the results faster. Whoa! Who cares.
      When I lived in the Netherlands, I voted there for the European elections on an electronic machine. I hated it. It left me with a taste of unfinished business. In France, I voted with paper, then in the evening went back to sort and count the votes. It was fun and symbolic of democracy in action.

      --

      I'll do it for cheesy poofs.

    2. Re:What's wrong with... by quaxzarron · · Score: 1

      What 'trail' exactly? Okay so you 'trailed' back to a sheet of paper? What then?
      ~!nrk

      --
      .sig(Anarchy Rules)
    3. Re:What's wrong with... by Anonymous Coward · · Score: 0

      Absolutly. If I can't make a carbon smudge on some pulped organic matter, I don't want to know. Old tech is the way to go; shove your fancy pants E-Voting and iElectorate systems!

    4. Re:What's wrong with... by Malc · · Score: 1

      Think about the practicalities of ballot stuffing if you have to move around several thousand pieces of paper versus being able to do something electronically. Think about disposal of evidence - much easier in the electronic world. Just think about it. Sure, it's all very possible in the physical world, but the electronic is "more possible" (excuse my English), IMHO.

    5. Re:What's wrong with... by quaxzarron · · Score: 1

      Good point,
      --
      Ballot stuffing is difficult because of limited papers and limited volume in the box

      Cant we implement the same in a digital sense? Limit count(*)
      --
      Trail exists in paper world because I know WHO has voted, HOW many have voted and privacy because i dont know WHAT everyone voted.

      Implement the same digitally - two tables one user table and one vote table. Continuously compare 'count(*) where' from both...?
      --
      Paper world has a check because I can trace back to voting centers.

      Do the same with each voting center receiving separate IDs
      --
      Difficult to tamper with voting boxen because it is so simple any tampering will be GLARING...

      Do the same with your voting boxes. Dont put dell boxes with windows xp and network enabled, use an embedded system, running a custom linux which can only generate a screen and accept clickys from thouse mousy things.
      --
      'I cannot sit in my room and hack into a metal box in the voting booth'

      Do the same electronically. Use only Booth wide LANs, with IDS and network monitoring turned on. Once voting is on, use periodic updates to the nationawide central server in a specified, atomic, roll-backable transaction and not continuous real-time updates. This gives greater control, smaller hack window and another 'trail'.
      --
      It is simple waaaahhhh!!

      what the difference betweek a paper and a tft screen, a pen and a mouse?
      --
      dont attribute lack of thought to a fundamental inapplicability of the digital process

      warm regards,
      ~!nrk

      --
      .sig(Anarchy Rules)
  25. Computer Voting Expert Ousted From Elections Confe by aethelferth · · Score: 5, Interesting
    Mercuri's page on e-voting problems: http://www.notablesoftware.com/evote.html

    http://www.scoop.co.nz/mason/stories/HL0308/S00014 .htm

    Computer Voting Expert Ousted From Elections Conference
    Lynn Landes
    freelance journalist
    www.EcoTalk.org

    Denver CO Aug 1 - Dr. Rebecca Mercuri, a leading expert in voting machine security, had her conference credentials revoked by the president of the International Association of Clerks, Records, Election Officials, and Treasurers (IACREOT), Marianne Rickenbach. The annual IACREOT Conference and Trade Show, which showcases election systems to elections officials, is being held at the Adam's Mark Hotel in Denver all this week.

    Mercuri believes that her credentials were revoked because of her position in favor of voter-verified paper ballots for computerized election systems. "I guess in a very troubling way it makes sense that an organization like IACREOT, that supports paperless computerized voting systems, which are secret by their very design, would not want computer experts who disagree with that position at their meetings."

    Dr. Mercuri said that her credentials were approved for the first three days of the conference. She attended meetings of other groups and visited the exhibitors hall. But it was only on Thursday as she sat down to attend her first meeting at the IACREOT that President Marianne Rickenbach took Mercuri out of the room and told her that her credentials were being revoked. Rickenbach said that Mercuri had not filled out the forms correctly. Mercuri protested, but was refused reinstatement.

    David Chaum, the inventor of eCash and a member of Mercuri's 'voter-verified paper ballot' group, had his credentials revoked on the first day of the conference. On the second day his credentials were partially restored. Chaum was allowed to visit the exhibitors hall, but not attend the IACREOT meetings.

    Rickenbach was unavailable for comment as of this report. Mercuri can be reached at the Adam's Mark Hotel through Saturday.

  26. Vegas seems to have this problem licked.. by theguru · · Score: 4, Insightful

    Let's give the voting machine contracts out to the makers of the slot machines. If anyone knows how to make an electro-mechanical device that is fraud resistant, it's those companies. Plus, just for fun, they could leave the little wheels with pictures of fruit on it. :)

    1. Re:Vegas seems to have this problem licked.. by BooRadley · · Score: 2, Interesting

      Yep, unless you consider the odds of a payout being statistically heaped in favor of the house as "fraud resistant." Personally, I'd rather stick with the uncertainty of incompetence than have a company in charge of our electoral system whose mission is to rig thier machines.

      Diebold fits the bill for the incompetence argument.

      --

      -- lk t lv ll th vwls t f wrds. T svs lts f tm t wrt bt ts pn n th ss t rd nd mks m lk lk cmplt dpsht.

    2. Re:Vegas seems to have this problem licked.. by pmz · · Score: 1

      Plus, just for fun, they could leave the little wheels with pictures of fruit on it.

      No, I get enough of this just watching presidential press conferences (if you look really closely, you will see that two lemons came up in the pres' eyes).

  27. SlashVote Part 2 by AtariAmarok · · Score: 2, Funny

    Democracy could run under the Slashdot system. Let each of the candidates post a response to the news item "Presidential Election 2004".

    Then, moderate away on each candidate's post. The +5 Interesting ends up in the White House, the -1 Troll can hit the lecture circuit.

    --
    Don't blame Durga. I voted for Centauri.
    1. Re:SlashVote Part 2 by Jeremy+Erwin · · Score: 0

      How do you know that slashdot management won't rig the pool of moderators on that day, or any other?

    2. Re:SlashVote Part 2 by sharkey · · Score: 1
      Democracy could run under the Slashdot system. Let each of the candidates post a response to the news item "Presidential Election 2004".

      You're just in love with the idea of a grammar-challenged President, aren't you?

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    3. Re:SlashVote Part 2 by legojenn · · Score: 1

      Isn't that the current sit-ye-ay-shin?

      --
      I make a reasonable middle-class wage by going to work and not spamming blogs with scams.
  28. Voting, yeah... by Creepy+Crawler · · Score: 0, Redundant

    This whole thing is wildly inaccurate. Rounding errors, ballot stuffers, dynamic IPs, firewalls. If you're using these numbers to do anything important, you're insane.

    --
  29. Why don't they... by heyitsme · · Score: 4, Insightful

    Print out receipts.

    That way, you vote electronically, you have your receipt, and you throw it in a box before you leave. Random audits of polling stations with those results compared to the receipts.

    Just another failover idea..

    1. Re:Why don't they... by Ominous+Coward · · Score: 1

      As mentioned before, a voter should not have a record of their vote. Otherwise, you could have trouble in which an employer/mobster/meanie could force someone to vote their way. "You voted for Tony, right? Lemme see your reciept."

      --
      Ceci n'est pas une sig.
    2. Re:Why don't they... by laird · · Score: 1

      There's no guarantee, of course, that the machine stores the same result internally as it prints out.

    3. Re:Why don't they... by Anonymous Coward · · Score: 0

      I beleive the poster assummed that any data identifying the voter wouldn't be on the recipt, just the choices they made...Exactly as the ballots are now. The advantage is that you can use the electronic half of the system to accuratly and quickly cound every single vote...but still be able to verify the validity of the electronic data using a random sampling of the recipts (which could be more clearly marked than the perforated cards where the chads eventually fall out yet more easily protected than data sitting on a harddrive somewhere)

    4. Re:Why don't they... by Anonymous Coward · · Score: 0

      that is exactly the point why you do need some kind of paper trail! Otherwise you cant tell if the choice you made really was what the computer recorded. If you have all the "recipts" that the voter verified when they finish voting, you can check (to within a certain degree of statistical accuracy) if the electronic data has been tampered with electronically.

    5. Re:Why don't they... by laird · · Score: 1

      The point I was making is that a paper trail on an electronic voting system doesn't prove anything, because there's no assurance that there's a relationship between the vote recorded internally and the vote printed on the paper receipt. This could be addressed by printing a receipt in duplicate (as in, an impact printer on multi-level 'carbon' paper, like credit card receipts) where one paper strip goes into a secure box, and one paper strip goes to the voters. then you could audit a machine by matching the paper tape against the reported total.

      Oddly, none of the systems for sale support this (that I know of).

  30. Re:Good ol' encryption tech is good enough for me. by Anonymous Coward · · Score: 0

    Some people may think there's a security hazard in step 3-5 as the poll worker can probably see what the MD5sum might be. That could be solved by saying to the user 'press any key at random. this is NOT part of the vote"

    And then you'd be amazed how many typical voters will get confused looking for the ANY key.

  31. I've been wondering... by wavecoder · · Score: 5, Insightful

    Somebody (cue 200 replies) help me out here: why wouldn't you go open source for something like this? Other than some company with hands in the governer's pockets (and vice versa), I don't know a single good reason to give a private corporation control over the methods used to conduct democratic elections. Hacking and fraud by voters aside, what about fraud by programmers? Debugging tons of code is hard work - stealing an election is just a matter of a couple of "errors" in the right procedure; that 6% difference in a close race (or .2%, as in the last Presidential election) could be made to disappear, with nobody the wiser.

    As for paper audits: if the perpetrators are smart, nobody would ever even suspect that we needed to audit an election...

    My $.02

    1. Re:I've been wondering... by Zabu · · Score: 1

      Because if it is open source there is nobody to blame (financially) if it doesn't work as planned

      --
      It's all good.
    2. Re:I've been wondering... by wavecoder · · Score: 1

      True, but how much is an election worth (financially)? Aside from the obvious costs of cleaning up the mess, the damage to the state or nation and parties (both political and individual) affected could be immeasurable. Even if a candidate was innocent, tampering could ruin his or her career.

      Theory may be simpler than practice, but one shouldn't put bad theories into practice just to avoid complexity. Proprietary software has its uses, as does OSS, but mission-critical parts of the democratic process call for democratic participation, not privatization.

    3. Re:I've been wondering... by dentar · · Score: 1

      ..so, has Microsoft actually ever been held accountable when windows doesn't work as planned?

      --
      -- I am. Therefore, I think!
    4. Re:I've been wondering... by Anonymous Coward · · Score: 0

      Indeed. Its not as though a rival company can pick up your code and undercut you by running it on some generic PC; the customer has to purchase your hardware to run the software. Thats no lose to the producer of the voting machine, and in many ways would be a saving simply because all of the voting machine companies could colaborate on a single codebase, saving themselves the cost of duplicating effort.

      It'll never fly of course. The CEO's probably heard from Microsoft that Open Source will make all your hair fall out and your company to go bust.

    5. Re:I've been wondering... by Fratz · · Score: 1

      I'm not sure this will happen until they use their closed system and it leaks out that previously unknown candidate #1$!I0^%^@^@ was elected due to buffer overrun.

      --
      -- Fratz, human
    6. Re:I've been wondering... by Cyno · · Score: 1

      I don't know a single good reason to give a private corporation control over the methods used to conduct democratic elections.

      Its the capitalist way. A few corporations will make the world a better place. All capitalists know this. It will just take time for all the competing mom & pop shops to die off so we can have our monopolies and be in a position to do some real good for the people this time. We really mean it this time. Trust in your friendly monopoly. They love you(r money).

    7. Re:I've been wondering... by Anonymous Coward · · Score: 0
      I'm usually not a consipracy theorist, but two things about these new electronic voting machines make me very nervous:
      1. The code is proprietary. We are being asked to trust a private company--who might have political biases of their own--to count our votes accurately, but they will not allow us to see exactly how they do it.
      2. The companies are actively fighting against a paper receipt, so if something goes wrong (mechanical or software problems) there will be no way to count the votes.

      I was worried about the new system before, but after reading this I'm downright paranoid, and you should be, too.
  32. Only 1 way to fix this. by tundog · · Score: 2, Funny

    Some enterprising White Hat has to hack one of these machines before election day so that all votes are registered to Alfred E. Newman. Then all we have to do is watch the fireworks.

    --
    All your base are belong to us!
    1. Re:Only 1 way to fix this. by MrEnigma · · Score: 1

      Then magically their pristine hat turns black.

      --
      GeekWares - Buy and Download Today!
  33. wrong focus ? by selderrr · · Score: 3, Insightful

    IMHO, anyone intending to fraud the elections would be aiming his ammo not at the voring machines, but rather at the counting machines. I can imagine that those are far easier to secure, but it's easier to bribe/bypass/eliminate 5 or 10 security guards at the center of the system rather than a few hundred guards at the leaves of the system... Why doesn't anyone ever question the security of the center of the system ? Especially with the most corrupt people being exactly there...

  34. Indian Technology - Kwik-E-Vote by AtariAmarok · · Score: 3, Funny

    In a stunning upset, Apu Nahasapeemapetilon of Springfield, USA has been unanimously elected President of The United States of America. In an interview this morning , President-Elect Nahasapeemapetilon stated that replacing the ATM machine in his Kwik-E-Mart was the best idea he had since deciding to serve green Squishee's.

    Springfield citizen Homer Simpson was asked what he thought of the new voting system, but apparently he entered the Kwik-E-Mart to vote, and then saw the hot-dogs and forgot why he was there in the first place. "Mmmmm. 3 day old frankfurters [drool]" was his only comment.

    --
    Don't blame Durga. I voted for Centauri.
  35. Trust the cowboy by AtariAmarok · · Score: 1

    " How do you know that slashdot management won't rig the pool of moderators on that day, or any other?"

    shhhh. trust the cowboy.

    --
    Don't blame Durga. I voted for Centauri.
    1. Re:Trust the cowboy by Jeremy+Erwin · · Score: 1

      shhhh. trust the cowboy.
      It was a lot easier to trust him when I was receiving packets of 10 mod points, every 3 days.

  36. Re:Good ol' encryption tech is good enough for me. by LostCluster · · Score: 1

    You're also hackable at step 3. Insert a corrupt poll worker and that voter can get multiple sessions...

  37. Pen and paper by ozric99 · · Score: 2, Insightful

    What's wrong with good old pencil and paper? No issues with 'chads', with electronic tampering, with software backdoors etc. Works fine here in the UK. Yes, I know there are more voters in the US, but surely the relationship or voters to overseers is linear?

  38. But how else will W win in 2004? by Anonymous Coward · · Score: 1, Funny

    It would be embarrassing to have to get the SC to select him AGAIN. It's so much easier just program in the results.

  39. Why so complicated by Anonymous Coward · · Score: 5, Insightful

    Why do americans have this obsession about making everything more complicated. If you want a reliable solution to a problem use Occams razor. The simplest solution is usualy the best.
    Voting on paper is cheap, reliable and it's very difficult to commit fraud, (a large number of people has to be involved), if you set it up right.

    1. Re:Why so complicated by HermanAB · · Score: 1

      Exactly. Also, the US population is ageing nicely, so there is no shortage of old geezers and grannies to do the counting. These old people have only a few years to live and absolutely no interest in committing fraud. This works everywhere else in the world, so what is wrong with the US? Their old people never learned to read/write/count at school?

      --
      Oh well, what the hell...
    2. Re:Why so complicated by wavecoder · · Score: 3, Interesting

      Very true. The question, though, is how to set up effective, mass-scale, voting systems, because counting paper ballots is becoming increasingly difficult. Think what will happen in China and India as democracy develops further and more people vote: we're seriously talking about more than 800 million votes! That's a system that's doomed to break down. In a close election, stealing the race through electronic balloting isn't hard, but it is harder than bribing a couple local officials to change a 5 to a 6, or a 7 to a 4...

    3. Re:Why so complicated by Hung+Chow · · Score: 3, Interesting

      Because we Americans want it NOW. We want to see the results minutes, not days after the polls close.

      The media feeds the hype by the forcasting the winners by use of exit polls, with scores of pundits discussing the ins and outs of every race. We have come to expect this and a move to return to paper ballots might dampen everyone's 'fun'. A paper ballot that could be reliable scanned, and non-refutable could work, but putting such a system in place has to run the gauntlet of every special interest group not to mention the politicians and government departments (Boards Of Elections) and workers who oversee such systems. (I worked county govt. IT for many years, and the BOE officials and workers were no more or less typical than any other govt. agency).

      Make it cheap, reliable, difficult to defraud AND fast... then we have something to push hard for.
      HC

      --
      ...because ideas have consequences.
    4. Re:Why so complicated by pmz · · Score: 1

      If you want a reliable solution to a problem use Occams razor.

      An alternative simple approach would be to hold a national contest, where mathematicians and computer scientists get to pull out all their formal methods to PROVE an electronic voting method. If a voting algorithm can be proven secure, even in light of its implementation, then we can give the go-ahead for electronic voting.

      Simply hiring some very green college graduates via Diebold to hack together an electronic system is far from adequate.

    5. Re:Why so complicated by lynx_user_abroad · · Score: 1
      ...counting paper ballots is becoming increasingly difficult.

      No it isn't. It's no more difficult to count a single paper ballot today than it was 200 years ago. And with the aid of mechanically reproduced printed paper ballots and optical scanners, it's probably easier.

      What I think you mean to say is elections today generally involve more ballots, which increases the complexity of counting them all, hence the need for a system of tabulating the ballots cast which can scale effectively.

      But the scale affects both the counting of the ballots and the casting of them. If we can cast on paper, by hand, 800 million ballots, why can't we count on paper, by hand, 800 million ballots. Both operations scale equally well.

      --

      The thing about things we don't know is we often don't know we don't know them.

  40. Perhaps... by executebusiness.com · · Score: 3, Interesting

    ... we have just to develop a better overall system of government selection. Based on credentials and the ability to serve? Based on ethics?

    Perhaps just dump voting for people for voting on policy. With today's tech, there is no reason we couldn't have a system of government that let's everyone have direct say in policy and lawmaking.

    Basically trade a system that doen't work for one that could... for a distributed government system, where voters make policy, instead of corrupt individuals influenced only by money and power.

    1. Re:Perhaps... by socrates32 · · Score: 1

      That would turn the US from a Republic into a Democracy. No one in power wants the power to rest with the people.

      --

      -- "Quidquid latine dictum sit, altum sonatur."
      - Whatever is said in Latin sounds profound.
  41. SC didn't select him in the first place by Anonymous Coward · · Score: 0

    " It would be embarrassing to have to get the SC to select him AGAIN. It's so much easier just program in the results."

    No, the Florida voters elected him (and put him over the top in the national electoral totals). The SC did not select him. In fact, the SC changed nothing except the timing:

    SC vote Bush's way: Bush wins do to earlier vote counts.

    SC vote Gore's way: Bush still wins because he comes out ahead in the vote that Gore asked the SC for in the first place.

    Since the SC was irrelevant to the results, it would be just as true to say that the SC "selected" Clinton and Carter and Nixon too (aht is, not true at all)

    1. Re:SC didn't select him in the first place by Anonymous Coward · · Score: 0

      The SC didn't "select" him. They "annointed" him.

      The florida election was rigged. Why else would the exit polls have so vehemently disagreed with it?

      Katherine "Eye Liner" Harris is sitting pretty in congress now (Well, not literally pretty..)

    2. Re:SC didn't select him in the first place by Anonymous Coward · · Score: 0

      Why else would the exit polls have so vehemently disagreed with it?

      You forget that the networks declared both Gore and Bush the winners at least once on election night based on exit poll data. Obviosly the exit polls "vehemently disagreed" with everything else.

  42. Re: Virginia Begins to Worry about Voting Machines by CaptainTux · · Score: 3, Interesting
    Here's an idea:

    1) Encrypt everything and place everything on a WAN that is not connected to the outside world.

    2) Generate a unique/random PIN for each voter at the moment they walk into the polling station. Lock out that name/SSN from any further votes once a vote has been cast.

    3) Utilize a small in-station camera that can be matched against a vote in case of alledged fraud.

    While I know that item #3 will cause some privacy concerns, all image data could would be removed once the polling station closes.

    Tux
    Check out the great Linux PC I'm selling!

    --
    Anthony Papillion
    Advanced Data Concepts, Inc.
    "Quality Custom Software and IT Services"
  43. The Johns Hopkins study isn't the worst of it by Anonymous Coward · · Score: 5, Informative

    The Johns Hopkins study isn't the worst of it. There is apparently a second report by some people who took a more detailed look at how the software stores data. It turns out that the format is MS Access, security is based on obscurity and that audit log entries aren't numbered.

    http://www.equalccw.com/voteprar.html has links that go into more detail on this subject.

    Cheers,
    Coward 132-213

  44. Education is key by teamhasnoi · · Score: 0
    I love the looks on people faces when I tell them that the result of elections using 'voting machines' are suspect and why. The nice thing is that so many have had child pornography/spyware/trojans/virii placed on their computers without their knowledge; they have had first hand experience at being 'hacked' and are ready to believe.

    I think that the US should use that excuse for having Bush in the White House.

    "I didn't do it! The computer must have had a virus!"

  45. Re: Virginia Begins to Worry about Voting Machines by w.p.richardson · · Score: 2, Insightful
    3) Utilize a small in-station camera that can be matched against a vote in case of alledged fraud.

    While I know that item #3 will cause some privacy concerns, all image data could would be removed once the polling station closes.

    Thanks for the idea, Stalin, but no thanks!
    --

    Curb CO2 emissions: Kill yourself today!

  46. Re:Good ol' encryption tech is good enough for me. by Creepy+Crawler · · Score: 1

    That's why there's usually 2 or 3 parties at EACH poll place.

    And also, that's NOT a technological step. That's a human problem.

    Of course, it's easily solved by capturing retinal (eyes, guys) images of EVERYBODY and then linking the retinas to MD5's (which the md5 is lonked to votes).

    If that happpened, everybody would scream bloody murder, and rightly so.

    --
  47. They're online beginning to worry? by JFMulder · · Score: 1

    Since the day after the fiasco in Florida I started to worry that this horror might end up to Canada. :p They should have started to worry the day after this thing happened. There's little chance that it happends tough, we get our national election results 2 hours after the election ends, so having computers crunch the votes for us is not really interresting. Plus I'm sure that designing a system like this would cost more in the short AND long run, since you'd have to hire a lot of people you'll have to pay a fews ten-thousand dollars for two years to make the thing, then test the hell out of it (let's add another 6 months). Then you'd have to buy a lot of highly secure hardware (argumenting that our'll be saving money using Linux instead of Windows on a 30000$ machine is pretty pointless, as Windows only costs 299$ of the total price) to keep the votes, plus add lot of terminals to vote.

    1. Re:They're online beginning to worry? by Anonymous Coward · · Score: 0

      Luckily, elections in Canada don't matter...
      =D

  48. You gotta have the paper... by sheldon · · Score: 4, Insightful

    I'm as much of a technophile as the next guy, but there are still things in this world that require the paper trail.

    One has to ask, what is the problem that we are trying to solve with electronic voting? Is it cost? I don't think so. Elections only happen once a year and the results are far too important to cut costs while lowering quality.

    What we want to do is increase the quality of the elections by assisting the voters in filling out the ballot correctly. With the automated UI the voting results can be checked against business rules... that is, if you're only allowed to vote for two judges then you can only check off two on the ballot, etc. It provides instant instructions and instant feedback.

    But regardless, you need a paper backup to do audits on the election. And most importantly, as we learned in Florida, that ballot must be in a human readable form which can not be easily damaged through normal handling.

    The best solution I've seen suggested is to have an automated UI which queries the voter for responses, but the end result is then printed on a laser printer to a ballot sheet. The ballot sheet lists the names, with markers that are filled in(or line drawn between two arrows) to clearly identify the selections.

    The voter may then review their ballot to insure it is marked as they wished it to be, and if so take it to a secure optical scan machine just like we use today.

    One benefit of this system is that it provides a backup mechanism in the event of failure. That is, if the machines are not working the voter can still cast their ballot with the good old fashioned pencil. The automated UI system is there only as a convenience item.

    Any system which only records results in an electronic manner is subject to corruption. The results have to be on paper for auditing and verification purposes.

    Cost shouldn't be an issue, this is far to important to the stability of our democracy.

    1. Re:You gotta have the paper... by Anonymous Coward · · Score: 0

      Right, so why not just drop the complicated, redundent system and use a pencil?

      I mean damn, how complicated can this be?

    2. Re:You gotta have the paper... by ojQj · · Score: 4, Interesting
      One important advantage of electronic voting is the ability to eliminate option order advantages. All other things being equal, people have a statistically significant tendency towards choosing certain positions from a ballot. Electronic voting can present the options in a different order for each voter to eliminate the psychological effect of option position.

      I agree with you though that paper's the only way to persist the voter's choice. If speed is so important, we can create a preliminary election result from electronic data. We can even do an automated machine count of the paper ballots. But we still need at least the ability to do a proper hand count of the paper ballots, at least until the technology for pure electronic voting is much more proven than it currently is.

    3. Re:You gotta have the paper... by PMuse · · Score: 2, Insightful
      What we want to do is increase the quality of the elections by assisting the voters in filling out the ballot correctly. With the automated UI the voting results can be checked against business rules...

      Yes, yes, yes, yes, yes. Electronically, we can present a much better User Interface than the black-and-white paper ballots that have been used for years.

      Apply business rules, e.g. "vote for not more than two"

      Show summary to voter at end of session

      Unlike punchcards, mistakes can be revised without obtaining new a ballot.

      A paper receipt can be given to the voter.

      A printed vote is more durable than a punch-card during recount.

      A printed vote can be made more human-readable than a punch-card for recounting.

      Present candidate photographs so that english literacy can finally be eliminated as a requirement for voting. (Whether this is a good or bad thing can be debated, but at least now the capability is there and we can have a real debate about whether to use it.)

      The UI will readily lends itself to adapataion for use by the blind.

      Touch screens are physically easier to use than push-pin systems, especially for arthritis sufferers and others with low manual deterity. For instance, they do not require grasping a small object.

      Surely, there are other benefits possible.

      With electronic systems, we can achieve (1) faster count, (2) more accurate recount, and (3) better UI. Now, we just need to find people to build good systems.

      --
      "We reject as false the choice between our safety and our ideals." --The American President (20.1.2009)
    4. Re:You gotta have the paper... by Cyno · · Score: 1

      It doesn't matter.

      There will always be a human counting and managing the software or the paper. And I don't trust that human. So no matter how much we spend trying to create a fair voting that we can all trust. It will never be trustworthy, ever. I don't care if you have a paper trail, I'll never get to look through to see my vote.

      What I want is an ongoing voting system. A voting system that makes use of modern technology like the internet and calculus. If every person could connect to voterrighthere.gov or whatever to look at their vote and modify it any time they choose during the year, then perhaps we could get closer to a fair and balanced system. But that would still require that the backend tally up the votes properly, which we'd still have no proof on its accuracy.

      They counted all those votes in Florida, but how acurate do you think that count was? Not any better than an electronic system. Human error is why we can't even vote properly.

      Humans fuck everything up. Capitalism is a perfect system if we honest hard-working good people running it. But the people we have running it don't care about their employees, they care about money and their share holders. So our greedy human nature has a way of destroying capitalism. Same thing with communism. You know what the real problem is? We think its okay to join groups like the Republicans or the Democrates or the Chirstians. These groups cause the problems because they carry more power than the individual and use that power at the whim of their leader. "Your either with us or against us".

      So if you belong to a group, you just might be a Nazi.

      But how do we fix this system? We don't. We'll go on building new voting systems, creating new laws, telling people the system works. All the while we watch it sink slowly into the ocean, until we finally realize that we're just dumb. We had the oportunity to fix it if we could only settle our differences for enough time to open the proper discussion with intelligent people and put it on National TV. But that would cost too much. The US elections have never been based very much on debate or real issues. We just want it to continue with the status quo, whatever that means.

      I bet a country of 200 people and a computer with internet access could fix their voting system in a couple weeks. But our country with our billions and tons of technology will never be able to fix it because we forgot how to communicate. But don't worry, your parental government will make everything better.

      Have faith in the government.

      I dunno. I'm just sick of it all. I wish we were responsible and free enough not to need a parental government. I wish we could stop being children, just this once, for something as important as this.

    5. Re:You gotta have the paper... by sheldon · · Score: 1

      If speed is so important, we can create a preliminary election result from electronic data. We can even do an automated machine count of the paper ballots. But we still need at least the ability to do a proper hand count of the paper ballots, at least until the technology for pure electronic voting is much more proven than it currently is.

      Absolutely!

      The voting machines could maintain a tally of results thus far. But the real result would be performed by an optical scanning machine. We use these today in many precincts, and they aren't rocket science. You insert the ballot, it is scanned and then secured in a locked box underneath.

      Now you have two electronic tallies, and they can be compared against one another. The two different machines could come from two different sources. We could have a Federal standard for ballots to insure compatibility. Now you have these two different tallies, and you can compare them to make sure the results are similar.(you'll have a certain difference due to hand entered ballots into the optical scanner)

      One can also compare the total tally of votes cast to the registration records. (i.e. 1200 people showed up to vote, we have counted 1200 ballots)

      Then you have the paper ballots as a fall back in case of dispute.

      Oh another thing... Exit polling provides another statistic to maintain trustworthyness. If the exit polling shows one candidate clearly ahead, but the tally shows something different, that's a flag to pull the paper ballots out and count them by hand.

    6. Re:You gotta have the paper... by alispguru · · Score: 1

      One important advantage of electronic voting is the ability to eliminate option order advantages.

      Then you print each ballot fresh, right before it gets handed to the voter. The printing program could handle shuffling the order of the choices.
      --

      To a Lisp hacker, XML is S-expressions in drag.
    7. Re:You gotta have the paper... by Morosoph · · Score: 1
      Give America the Leadership it deserves...
      On the contrary, America should have competent leadership! If everyone got what they deserved, we'd never get anywhere!
  49. Spaceship Earth by Anonymous Coward · · Score: 0

    ""There are no passengers on spaceship earth. We are all crew.""

    Awright, then I'm the captain. Swab the deck, matey (er, swab Australia). Arrrr!

  50. Momma always said 'Stupid is as Stupid does' by oldstrat · · Score: 4, Interesting

    Georgia Secreatary of States Position on H.R. 2239

    Cathy asked that I pass on her message to you. Please do not hesitate to call if I or Cathy can be of any service.

    Ann Rosenthal
    Campaign Director
    404-728-NNNN

    Mx. Xxxxx,

    Thank you for your e-mail regarding proposed H.R. 2239.

    The passage of this legislation would be extremely damaging,
    both to Georgia?s new electronic voting system and to those
    which other states around the country are putting into
    place. The legislation is based on a lack of understanding
    of the operation of our machines and the software which
    supports them. In fact, in discussing this legislation with
    Congresswoman Denise Majette, I suggested that it should
    more accurately be called the Voter Delay and Loss of
    Integrity act.

    After you touch the names of all candidates you wish to vote
    for, the computer itself gives you a summary of your choices
    and enables you to change those choices before you leave the
    voting booth. That summary screen is the opportunity for
    voters to verify their votes, and adding a paper receipt,
    which presumably would be printed out while the voter waits,
    would add delay (as printers are very susceptible to
    breakdowns, paper and ink shortages, and other problems).
    Additionally, after a paper receipt is printed, the voter
    would have no ability to make further changes to their vote
    without a very complicated adjustment to the voting machine,
    which most poll workers would not be well-equipped to
    accomplish. Additionally, placing a paper receipt into a
    voting box or other instrument would add tremendous
    potential for fraud, as pieces of paper have been known to
    disappear from voting boxes in overnight and can otherwise
    be very easily manipulated. Such ease of manipulation does
    not exist with the new voting machines.

    The second primary objection to the proposed legislation in
    H.R. 2239 is that all software used in the voting machines
    would be disclosed and available on the internet, which
    would open up the integrity of our voting systems to every
    interested hacker around the world. Once it is disclosed,
    any hacker, any person interested in manipulating the
    machines, would have access to all of the security built
    into the software code and could then with ease manipulate a
    state or county?s system if they could gain access to the
    equipment. We have the source code available in a secure
    escrow account, and our office can access it any time we
    need to check the integrity of our systems. And each and
    every unit used for voting in Georgia -- more than 22,000
    individual units -- is individually submitted to logic and
    accuracy testing before every election.

    Please do not hesitate to contact me if I can answer any
    additional questions on HR 2239

    Cathy

    1. Re:Momma always said 'Stupid is as Stupid does' by Anonymous Coward · · Score: 2, Interesting

      Maybe you could ask Cathy this question for me:

      How does she believe that keeping the source code closed increases the overall security of the system, when in fact years of Computer Science study and security experts the world over continually advocate that it decreases overall security? Could Cathy perhaps enlighten us on her Computer Science and Security credentials here, as she clearly believes to know better than the vast majority of the Computer Science establishment?

  51. Casting doubt on the 2000/2004 elections ... by burgburgburg · · Score: 2, Funny
    means that the terrorists have won. After all, the President was fairly selected by a clear majority of the SC. And the election results we've pre-programmed for 2004 are a landslide.

    You've chosen to post your terroristic musing as an "Anonymous Coward". Fortunately, we solved that problem months ago, so prepare for Enemy Combatant status. Hello Guanatanamo.

  52. The fallacy of Occam's Razor by Anonymous Coward · · Score: 1, Insightful
    "The simplest solution is usualy the best."

    "Simple" is typically a subjective evaluation that has little to do with the appropriateness of a solution.

    Lets apply Occams Razor to public policy. We can start with crime. Here are some simple solutions to stop crime:
    Kill all the criminals
    "Get rid of all laws. Without laws no crime


    Both are simple. Is either solution anywhere near appropriate?

    Occam's razor is not a safety blade.

    1. Re:The fallacy of Occam's Razor by Anonymous Coward · · Score: 0

      The only fallacy here is that neither grandparent's original invocation, nor either of parent's examples, has anything to do with Occam's razor. It's not "the simplest solution is the best"; it's the principle that the least elaborate explanation of a phenomena that doesn't contradict known facts is preferred until contradicting facts come into evidence (sometimes phrased as "Don't multiply entities needlessly").

      The idea is, if you have simple explanation A, and complex explanations B, C, D, E, and F, and all explanations are consistent with all known facts, then explanations B through F do not provide any utility over explanation A; furthermore, a given complex explanation (B, for example) is more speculative -- that is, less supported by the evidence -- than the simple explanation.

  53. Get over it. Bush won by AtariAmarok · · Score: 2, Troll

    "After all, the President was fairly selected by a clear majority of the SC. And the election results we've pre-programmed for 2004 are a landslide."

    Get over it. Bush won the same way all the other ones did: he won enough states to get enough electorai votes. The SC did not matter; their decision on the matter (which was to let the actual vote stand) just made sure things happened as usual.

    --
    Don't blame Durga. I voted for Centauri.
  54. This will be fixed by onyxruby · · Score: 3, Insightful
    This problem will be fixed the day that Al Gore wins a presidential election he didn't run in. Unfortunately I can't see anything short of a non-candidate winning that will get Joe Sixpacks' attention. Nothing short of that will get the kind of public scrutiny needed to make this go away. I don't like it because I view the vote as something sacred, but somebody somewhere is going to do this to make the point. It's fundamentally no different than MS ignoring yet another security flaw and finally an exploit gets released to force them to do so.


    The article talks about one problem that was their 5 years ago and was still there when reviewed. This was claimed to be fixed years and in fact was never fixed. Without open source voting machines, there is no way to gain the absolute confidence of the public, and a hacker somewhere is going to prove my point. You may think the newest version of an operating system is a big target, but it's nothing compared to the vote that decides who runs the worlds lone superpower. The only question is who will get the most votes in 2004, mickey mouse or daffy duck?

    1. Re:This will be fixed by nadaou · · Score: 1

      who will get the most votes in 2004, mickey mouse or daffy duck?

      The pressing question who will get the most votes in 2003?

      * Ah-nold
      * Garry Coleman
      * Larry Flint
      * Gilligan

      Welcome to the future! Reality TV meets Salvador Dali meets your paycheck.
      Who needs voter fraud when you can have constitutional fraud!

      (Q: is Mr. T running? I'd vote for him over Arnold. He wouldn't take any shit from Karl Rove, fool.
      What about Hank the angry drunk dwarf. He's got experience running a winning campain*)

      *People Magazine's beautiful person of the year award 2001(?). [online voting]

      --
      ~.~
      I'm a peripheral visionary.
  55. Voters elected Bush by Anonymous Coward · · Score: 0

    " The SC didn't "select" him. They "annointed" him."

    If there was anything like annointing, it was inauguration day.

    "The florida election was rigged."

    Sore loser. Get over it. Move on. Your guy loses, so you make up stuff. Hint: all of the counts of actual votes showed Bush winning in Florida.

    "Katherine "Eye Liner" Harris is sitting pretty in congress now (Well, not literally pretty..)"

    We've really come so far to the point where what really matters about a woman is how she looks.

    1. Re:Voters elected Bush by Anonymous Coward · · Score: 0

      So, in a vote where the winner won by 300-ish votes, and 17000 votes were thrown out because they were unreadable, most (14000) of the owners of which claiming they voted for Gore, this doesn't seem odd?

    2. Re:Voters elected Bush by Anonymous Coward · · Score: 0

      Had you read the link the AC posted, you would note that the election was rigged BEFORE the voting, -NOT- after.

      The elimination of thousands of African americans' names from the voter rolls, for having names that soundexed just like names of felons, was racist and morally reprehensible. The press here in the US suppressed it because of their conservative bias and cowardice to face what really went on.

    3. Re:Voters elected Bush by Sxooter · · Score: 2, Informative

      Ummm. Are you aware of the fact that over 100,000 voters in Florida had their constitutional right to vote recinded by a Governer who hired a GOP run auditing firm to remove names from the roles?

      That prior to the last election, this list was generated for about $80,000 or so, and each county had to individually remove people from the list after verbally affirming they were the right people? i.e. names were only removed after verification?

      That the firm hired to remove names this last time was paid over $2,000,000 to remove the names, and the county clerks were told this list was accurate and to remove ALL the names without confirmation?

      That this list contained names of people convicted of MISDEMEANERs in texas (Florida only removes the names of convited felons, and only while they are still serving their time or on probation?)

      That over 80,000 names are known to have been removed that should not have, and the majority of these were democrats?

      We don't have to worry about the machines just yet, as long as Jeb can get away with this and folks like you don't even notice.

      But hey, your guy got elected, and that's all that really matters, huh?

      http://www.gregpalast.com/

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
    4. Re:Voters elected Bush by Anonymous Coward · · Score: 0
      You have any links to back that up?

      ("pics or I call BS")

  56. Sampling is much less accurate by Anonymous Coward · · Score: 0

    " This implies SAMPLING rather than a hard, vote-by-vote count when a recount is called for. Not acceptable to the Republicans, as has been made obvious by their opposition to sampling to provide accurate census data."

    No, the Republicans are holding out to keep the census more accurate. It is more accurate if you only count real people. "Sampling" allows lazy census counters to not even bother to count people; just sit in the office and use trendy subjective "statistical techniques" to pad census numbers with imaginary individuals.

    1. Re:Sampling is much less accurate by praedor · · Score: 1

      Sure. Objective, hard data, and empirical statistical experience proves that sampling is superior to person-to-person enumeration. This is simple fact. The reason the Republicans were against it was that it would lead to a more accurate count of minorities and underpriviledged individuals, not their natural constituency - people more likely to vote Democrat - so they wanted to squelch it.


      Statisticians KNOW how to do accurate counting more than any politician. Leave it to adult experts rather than the wild-eyed, fanatical right-wing zealots.


      Statistical sampling is the underpinning to virtually ALL valid, empirical science by the way. It is accurate and less prone to error than terribly inaccurate head counting.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
  57. W was selected by the SC by burgburgburg · · Score: 1
    Scalia and company decided that Bush won and then declared that allowing recounts would cast doubt on the legitimacy of their selection.

    W lost the popular vote and a real recount would have indicated that he lost the EC also.

  58. W was elected by voters by Anonymous Coward · · Score: 0

    " Scalia and company decided that Bush won"

    No, the Florida voters decided this

    "declared that allowing recounts would cast doubt on the legitimacy of their selection"

    huh? There already were recounts.

    "W lost the popular vote and a real recount would have indicated that he lost the EC also."

    1) The popular vote never has mattered. Check the Constitution. It might suck, but it is the law.

    2) There were several real recounts. W won each one (hence EC victory). He even won the count that Gore asked for and was denied. The only way to have Gore win is to count ballots without Gore votes on them as being Gore votes.

  59. Voter apathy - Re:What's wrong with... by Malc · · Score: 4, Insightful

    1) How fast does it really need to be? Most paper counting can be done by that night, or at least the early hours of the next morning. It allows people to get worked up with anticipation for a while ;)

    2) I agree with your comment about getting people involved with the counting. I've thought of this myself: the more volunteers involved in the counting, the more people who are actually involved with the election. I see involvement like this as a means to help fight increasing voter apathy. In the long run, I think electronic voting will increase voter apathy, and thus decrease democracy.

    1. Re:Voter apathy - Re:What's wrong with... by CausticWindow · · Score: 1

      How fast does it really need to be?

      To make more americans vote, we'll have to have televised realtime counters, so that people can see that their votes actually make a difference (of course it's just an illusion, but the US needs more voters to justify calling themselves a representative deomcracy).

      --
      How small a thought it takes to fill a whole life
    2. Re:Voter apathy - Re:What's wrong with... by Anonymous Coward · · Score: 0

      "but the US needs more voters to justify calling themselves a representative deomcracy"

      There's enough votes for that. The ones who do not vote basically approve whatever happens by not bothering to participate to move the process in any direction.

    3. Re:Voter apathy - Re:What's wrong with... by wfberg · · Score: 1


      2) I agree with your comment about getting people involved with the counting. I've thought of this myself: the more volunteers involved in the counting, the more people who are actually involved with the election. I see involvement like this as a means to help fight increasing voter apathy. In the long run, I think electronic voting will increase voter apathy, and thus decrease democracy.


      Maybe the US could do with some sort of voting duty.. Every, what, 4 years, twelve people are picked at random to decide who will be, beyond reasonable doubt, the next president, and that's that, no more vote counting needed.

      --
      SCO employee? Check out the bounty
    4. Re:Voter apathy - Re:What's wrong with... by Anonymous Coward · · Score: 0

      Who cares about voter apathy!

  60. Re:Complete Text of Article by Anonymous Coward · · Score: 0

    What, you were afraid that The Washington Post was going to get /.'d? C'mon, people - show some common sense.

  61. morons voting with their wallets by Anonymous Coward · · Score: 0

    there's some notion that there'll be no genuine elections, as the Godless georgewellian felons know that they may step from being the driving farce behind the unprecedented evile, into one of our finest fudderoll prisms, should they allow themselves to be unseated.

    as to the free unlimited energy plan, as the lights come up, more&more folks will stop being misled into sucking up more&more of the infant killing barrolls of crudeness, & learn that it's more than ok to use newclear power generated by natural (hydro, solar, etc...). of course more information about not wasting anything/behaving less frivolously is bound to show up, here&there.

    no matter back on task again.

    cyphering how many babies it costs for a barroll of crudeness, we've decided to cut back, a lot, on wasteful things like giving monIE to felons, to help them destroy the planet/population.

    no matter. the #1 task is planet/population rescue. the lights are coming up. we're in crisis mode. you can help.

    the unlimited power (such as has never been seen before) is freely available to all, with the possible exception of the aforementioned walking dead.

    consult with/trust in yOUR creator. more breathing. vote with yOUR wallet. seek others of non-aggressive intentions/behaviours. that's the spirit, moving you.

    pay no heed to the greed/fear based walking dead.

    each harmed innocent carries with it a bad toll. it will be repaid by you/us. the Godless felons will not be available to make reparations.

    pay attention. that's definitely affordable, plus you might develop skills which could prevent you from being misled any further by phonIE ?pr? ?firm? generated misinformation.

    good work so far. there's still much to be done. see you there. tell 'em robbIE.

  62. common sense - Wash Post locked content by Anonymous Coward · · Score: 0

    " What, you were afraid that The Washington Post was going to get /.'d? C'mon, people - show some common sense."

    The Washington Post content is locked out by one of those idiotic newspaper registraction systems. Rather than make everyone go through the hassle as registering as Elmer Fudd from zip code 90210 born in 01/01/1799, this person kindly posted the text in Slashdot.

  63. The Hair Club for Microsoft Executives by AtariAmarok · · Score: 2, Funny

    "The CEO's probably heard from Microsoft that Open Source will make all your hair fall out and your company to go bust."

    The first has happened to Ballmer. Is it only a matter of time for the company?

    --
    Don't blame Durga. I voted for Centauri.
  64. Re:Good ol' encryption tech is good enough for me. by sdibb · · Score: 1

    That could be solved by saying to the user 'press any key at random. this is NOT part of the vote" What are you talking about? That IS how I vote!

  65. Send the Eyeball by AtariAmarok · · Score: 1

    "... This system itself woudl then require to send the Eyeball"

    Do you recommend priority mail, packed with a good long-lasting freezer pack? Sure better insure the lil' orbs too.

    I can't imagine what things would look like once the Datacenter was caught between a staffing shortage and a huge influx of last-minute mail. They'd be finding eyeballs under the edges of desks for weeks.

    --
    Don't blame Durga. I voted for Centauri.
  66. I still think the lever machines beat anything by mwood · · Score: 3, Insightful

    The good old mechanical lever-type machines we had (:-( )in Marion County since time immemorial still look like better security design *and* better user interface design than anything else I've seen, be it paper or electronic. Definite visual and tactile feedback, Braille- and multilingual-capable, no electricity required, no system crashes, no possibility of erroneous multi-marking, and the counters locked inside a steel case -- what more is needed? (Okay the counters could be electronically readable via authenticated secure channel from a central tally office, but what *else* would you have?)

  67. Re:Good ol' encryption tech is good enough for me. by LostCluster · · Score: 1

    My point is, an MD5 hash ballot is no more secure than a paper ballet when it comes to voter fraud, it still depends on the honesty and fairness of the poll operators.

    Ballots as bytes are a bad idea. I have no problem with a computer helping people fill out their ballots, but the end result should be a human-readable piece of paper that ends up in the ballot box for counting and recounting.

  68. Voting by Anonymous Coward · · Score: 0

    As much as I love computers, I think they are fraught with problems. I would feel very uncomfortable if my state's voting were done online.

  69. Rigged shmigged by Anonymous Coward · · Score: 0

    "The elimination of thousands of African americans' names from the voter rolls, for having names that soundexed just like names of felons, was racist and morally reprehensible. The press here in the US suppressed it because of their conservative bias and cowardice to face what really went on."

    - The vote cleaning system was put in place by a Democrat.

    - The felon names were cleansed regardless of race

    - The allegations of problems with it have been reported all over the press.

    - The press has a slightly more left-wing (not conservative) bias, considering the LA Times, NY Times, USA Today.

    1. Re:Rigged shmigged by Anonymous Coward · · Score: 0

      "- The felon names were cleansed regardless of race"

      If what you mean by "regardless of race" is that over 93% of the voters removed from the were not white, then yes, you're right.

  70. Wisconsin has already decertified touchscreens by bmasel · · Score: 4, Interesting

    In January, 2002 the State Elections Board approved two closed source touch screen voting systems, the ES&S Votronic DRE and the GBS Accu-Touch EBS 100 DRE.

    This spring I raised the system integrity issues with the Board, and persuaded them to revoke the certifications.


    --
    Ben Masel: 51,282 votes for US Senate in the Wisconsin Democratic Primary
    1. Re:Wisconsin has already decertified touchscreens by normal_guy · · Score: 1

      Thanks for looking out for us here in Wisconsin. I'll write a few letters today as well...

      --

      Linux: Free if your time is worthless.
  71. All the Republican whining in the world ... by burgburgburg · · Score: 2, Insightful
    isn't going to change the fact that W was NOT elected to be President. He was declared fait accompli by the SC and they weren't going to let the will of the people or the reality of the situation get in the way. W is going down in the history books with an big red asterisk. Get used to it.

    1. Re:All the Republican whining in the world ... by Anonymous Coward · · Score: 0

      Oh Boy,

      As much as I LOVE these debates I think it's time to let off some steam.

      Ok, I'm Canadian so I never voted Republican or Democrat and I don't care to. I have also studied the florida elections to a degree that I am sickened by them. (Please don't point out the fact that I'm reading this voluntarily, I know).

      Anyway, from what I have read from the Democrats (Bush stole the election by his buddies in the SC) and the Republicans (Democrats are just sore losers because obviously Bush was the winner because he is in the white house and therefore reflects the will of the people.) Both have equally valid points. However those points are usually not very valid, so don't take them to heart.

      So, who won in florida? I'll tell you that the true winner is not Gore. Also the true winner is not Bush. As far as I'm concerned, they're both losers. The final result came down to the SC deciding if they liked a monkey or a lizard better. The monkey won because at least he wore a diaper. This election was a piece of crap. From the Republicans asking for a list of felons so they could bar anyone with a SIMILAR NAME to those felons from voting, to the Democrats holding things up at the end when it was obvious that the true results would bever be known, both sides did not deserve to win that election.

      I was wondering why they just didn't hold a revote in Florida. I know some states would be up in arms about it, but when an election was botched so bad SOMETHING needed to be done.

      But I digress, my point is, I'm sick of hearing these arguments. Some people say that the Republicans are the winners. Some people say that the Democrats should be. I am saying (mod me flamebait if you must) that in this circumstance, there were no winners, but everyone involved, the american voters included, are the losers.

    2. Re:All the Republican whining in the world ... by Anonymous Coward · · Score: 0

      the Republicans asking for a list of felons so they could bar anyone with a SIMILAR NAME to those felons from voting

      Actually, it was a Democrat who asked for this list. Florida Elections Supervisor Ethel Baxtor (a Democrat) comissioned ChoicePointe to create this list in 1998.

    3. Re:All the Republican whining in the world ... by ??? · · Score: 2, Informative

      Which would have been fine (and was required under the law of the land) were it not for the meddling of Republican Secretary of State (And George W. Bush campaign co-chair) Harris, and Jeb Bush in setting the rules for this purge. The decision to use Soundexes, the decision to purge based on similar names, the decision to ignore middle names completely, the decision on how many points of coincidence, the decision not to include SSN's as matching criteria were required to be considered a match were decisions made by Bush and Harris.

      Jeb Bush decided to _ignore_a_Supreme_Court_ruling_ and illegally deny registration to up to 90,000 individuals who had been convicted of felonies out-of-state, and had their voting rights restored in their state of origin before arriving in Florida.

      So, yeah, a Democrat may have commissioned ChoicePoint to do the job, but the Republicans set the rules.

    4. Re:All the Republican whining in the world ... by Anonymous Coward · · Score: 0

      Wrong. Per Florida law, the lists were enforced by local county election officials. Jeb Bush and Catherine Harris didn't have anything to do with who could and could not vote.

    5. Re:All the Republican whining in the world ... by ??? · · Score: 1

      The lists were enforced by county officials, but were produced by and had the rules for their production set by state officials. The Sec. of State set the rules for the production of the lists, then handed the lists to the county officials with instructions to scrub those names from the lists. A few counties did, actually, check the accuracy of the lists. These counties refused to use the lists.

      The 90,000 people who were illegally denied registration (they were not scrubbed from the list, they were just not allowed to be added to the list) were denied registration because of actions from Bush's office, directing registration officials to deny these individuals registration - in direct contravention of a Supreme Court decision.

  72. Remember the last "election"... by Anonymous Coward · · Score: 0

    That's nice, but all it takes is for one state to ignore problems in its voting system for the election to swing one way or the other.

  73. You go ahead and believe that by Anonymous Coward · · Score: 0

    Heh. Go ahead and believe that Bush was not elected to be President, and in fact Gore is in the White House.

    Maybe that will mean you will stay home next November, complacent that your man is President, and the Bush re-election landslide will be even bigger.

    This also means that if Gore comes out of retirement and wins the Presidential election in 2008, we can't reelect him in 2012 since he has already been elected once and has served one term.

  74. What are *you* talking about? by ivan256 · · Score: 2, Informative

    you go vote very much the way you do now (by presenting your id and signing a sheet of paper)...

    I don't know where you live, but everywhere I've voted in the US, it's gone something like: Show up, tell one of the people overseeing the voting what my name and address are (no ID check). Watch to make sure they cross off the right name on the list (no signing anything). Vote (by whatever method the district uses. I've lived in districts with lever machines, paper ballots, and electronic ballot readers). Tell the person on the other side of the room what my name and address are on the way out (no ID check and no signing anything).

    I've been registered and voted in 5 different districts in two states and I've never had my ID checked. In fact when I tried to present it last year they looked at me like I was nuts and told me they don't need to see it...

    1. Re:What are *you* talking about? by IM6100 · · Score: 0, Flamebait

      Its actually illegal to require people to show their ID at the polling place. That would discriminate against candidates who couldn't be elected without massive 'get out the vote' efforts and other forms of voting fraudl.

      --
      A Good Intro to NetBS
  75. Hysterical decisions by b-baggins · · Score: 3, Insightful

    This just goes to show you what you get when you let hysteria drive your decisions.

    Punch card voting machines are very reliable and secure, but because of some whipped up hysteria and misinformation, we're scrapping a perfectly good system for a nightmare boondoggle.

    --
    You can tell a great deal about the character of a man by observing those who hate him.
    1. Re:Hysterical decisions by gmhowell · · Score: 1

      This just goes to show you what you get when you let hysteria drive your decisions.

      The USA PATRIOT act is what you get when you let hysteria drive your decisions. Electronic voting systems barely register on the scale of that abomination.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    2. Re:Hysterical decisions by b-baggins · · Score: 1

      No, the fear, paranoia, and general conspiracy theory kookiness of people like you in response to the Patriot Act is what you get when you make decisions based in hysteria.

      --
      You can tell a great deal about the character of a man by observing those who hate him.
  76. Belgium by Councilor+Hart · · Score: 1
    In Belgium we are experimenting with this.
    This is how it works in Belgium.

    The government announces new elections.

    Everyone gets by mail a voter-card. Voting is obligatorily.

    Everyday people are selected to chair a voting-house/place. (sorry, don't know all the english words). They summon others, or ask friends to assist them in their task.

    The city/town where you live provides the place and necessary equipment.

    Voting-day

    You go with your voting-card to the voting-house.

    You give your voting-card and your national ID card (yep, scream hell. /. we have national ID cards. wooheoo, scary...) to the person sitting there.

    Two persons check their list with names (every person is assigned a voting-house, you don't get to choose where you vote) and tag your name.

    Another person gives you the actual voting-card (different from the one you got at home. That one was a piece of paper. This new is some kind of smart-card)

    You go to the vote-booth.

    you insert the card into the voting-machine

    you vote (it's impossibly to make mistakes. You can vote white space/blank)

    You take your voting-card.

    you go out of your vote-booth

    you insert the card in a big recipientbox, which also counts the votes for faster and easier processing

    Now remember tinfoil head wearing /.ers The smart-card was given to you randomly. It doesn't hold information relation to you. They are no camera's mounted that watch into the voting-booth. They are several people voting at the same time.

    You go to the next person, who gives back your national id card and your voting-card. There is now a stamp on it, and it's your proof that you have voted.


    Now the voting-house is closed.

    The box containing the smart-cards is sealed and send to the countinghouse.

    The countinghouse also is staffed by people from the people. Belgium is the only place in the world - so I was told - where the elections are completely held by the people. Yes, most people try to dodge serving, but every time enough people are found.

    The machines give their numbers - if necessary you recount the smart-cards.

    all votes are counted, the parliament is elected.

    Now in the voting-house and countinghouse, there are always representatives from the parties present.

    Foreigners are also present, to watch/control the elections. They, or the party reps can always raise hell, if something goes wrong. This has happened. Some districts even had to go vote again. Yes, you see. We don't fight it out in court, we revote.

    Now you go home, and visit the site of the government and go over the code used. (try: www.belgium.be)

    Now with all systems, digital, paper or otherwise. Trust and confidence in the system is needed. I, for one, have more confidence in the belgium system then in the american one.

    After you voted, you can re-enter the card in the machine and see if it has registered you vote correctly. Changing it is impossible. If a smart-card is malfunctioning, you are entitled to a new one.

    In the last election there was a trial-system. After voting, the machine would print you vote on a piece of paper.

    this piece of paper, not containing any personal information, would also be collected and counted. To verify the electronic votes. Don't know what happened with that. The elections where right before the exams.

    Now, this can't seem al that difficult to your technological high american society. Hey, you can build precision bombs, and find WMD with a sat.
    Yeah, I know. the last few lines is trolling, but I just can't resist.

  77. how much to fund an open system? by hopeless+case · · Score: 3, Interesting

    The article mentions $3.9 billion that was appropriated by the Help America Vote bill, and that Virginia is spending $55 million on 11,000 voting machines, which works out to $5000 per machine. That seems a bit pricey for a computer with a touch screen, doesn't it?

    I assume that the Help America Vote law leaves it up to the states to procure their machines how they see fit.

    How much could it possibly cost for university researchers (like the ones at John's Hopkins) to write an open source system for voting that could run on commodity hardware?

    Perhaps the government should take $10 million of that $3.9 billion, fund the research, and GPL the result. Let the code be vetted in public.

    Am I missing something?

    1. Re:how much to fund an open system? by david614 · · Score: 1

      But your suggestion has the problem that it would actually work! What about the lost profits of Diebold and company? What are you, some kind of communist? :)

      --
      ELITISM: It's always lonely at the top. Uninvited company is rarely welcome.
  78. Agreed by JediTrainer · · Score: 2, Insightful

    Canada does this. And it works. Perhaps takes a bit longer to report the results, because they all have to be counted by hand, but the system works well. It's also not confusing. No punch outs, no complicated UIs to learn. Simply put a checkmark in the circle next to the candidate's name. Just to make sure, they put an example of what the checked box should look like, right on the top of the ballot.

    All ballots are put in a securely-sealed box, which is opened up in front of officials representing the parties and counted.

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
  79. MODERATE THIS CLOWN DOWN by Anonymous Coward · · Score: 0

    Not only is his spelling atrocious but his entire message is just one huge piece of flamebait.

  80. Moneymakinig proposition by SavoWood · · Score: 1

    In that I live in Virginia, it's nice to know there's an option that I can simply hack the records, vote 117 times, and totally skew the results.

    Wouldn't it be interesting to have a person elected by a majority of more than the entire population of the state? Just consider the implications! I could have my cat vote as well. I know there are a few thousand felons in the state (we DO border Washington DC ya know) who currently can't vote who might pay big money to be able to have 20 or 30 votes.

    I think I've found the next economic boom!!!

    --
    Plant a tree in a developing country.
  81. I want a receipt by mwood · · Score: 2, Insightful

    If they're going to take my vote down on electrons, I want to get something I can take away which records that vote, so that it can be compared to the official records in case of an investigation. (For that matter, I could authorize an unofficial tally organization to recount my vote -- if enough people did that, irregularities might become apparent.)

    There's lots of technicalities about signatures and timestamps and encryption and such, but the point is that if they're going to take away the property that my vote has a *visible* path through the system and can be *visually* verified and audited at each step in the process, then that's not OK and I want a way to make them prove that the vote tallied for me is the one I cast.

    1. Re:I want a receipt by Crolis · · Score: 2, Insightful

      I believe that the generation of a physical chit representing a vote is something that introduces irregularities into the process. That's what we saw in Florida in 2000 when all these punch cards were being hauled around the state and counted. The existance of a physical chit for each vote coupled with human error or malice could result in misplaced, sabotaged, improperly counted or machine mangled ballots. In Fairfax County, VA, our old system never produced a chit for each vote, but recorded a tally on a machine with a good track record. Were there errors? Yeah, there is no perfect system (count discrepancies, people pressing the commit button before they make all choices, etc.) but recording electronically along with certification at the precinct level rather than the county level really helps to reduce errors. -Crolis

    2. Re:I want a receipt by mwood · · Score: 2, Interesting

      You misunderstand.

      I don't want to generate paper for the vote counters. That'd be a step backward from our mechanical registers. I want *something* -- scribble it on a diskette, store it in a smart card, print an encrypted packet on paper, whatever -- that *I take away with me*, independent of how the machine reports votes to the tally office. Something that can be compared, unambiguously and as many times as necessary, with the official records so that disputes can be resolved.

      It won't do much for the total, since a lot of people would either not bother or not be able to justify the expense of the medium, but it would help those who do use it to feel secure that their individual votes were accurately recorded, which a system carried out largely by invisible means makes very difficult. I trust the mechanical system because every aspect of its operation is observed and tested by several people with divergent interest in the results, and they (theoretically) keep each other, and the system, mostly honest. How are they gonna do that with a system which cannot be observed?

      I must agree that the punch card system used in Florida was, um, lacking both in security and in user-interface best practices. In fact, if I were asked to design a system to cause the maximum amount of confusion and miscounting, I can imagine nothing "better" than a manual punch card system.

  82. Experiences from the Inside... by Crolis · · Score: 3, Informative

    I have worked as an Chief Election Officer for the past several years and have a few thoughts on our transistion to the new machines.

    For those who don't vote in Fairfax county, the machines we have been using in most precincts is the Shouptronic 1242, which was phased out last recently due to new voting regulations that stipulated minimum accessibility requirements (for the visually impaired) that the Shouptronic couldn't meet as well as maintenance issues for the aging machines.

    I am certainly wary of the new machines we have coming down for the next election in November, which use the WinVote software and appear physically as large laptops.

    The initial checking in of voters won't change the next time around. They will still have to state their name and current address, be assigned a number (for counting purposes, not associative purposes) and be issued a colored state sealed "machine enterance index card" which is relinquished to the officer supervising the machines themselves before they are allowed access to the machine.

    The new machines use a phone line (modem) to remit results to the registrar and are portable enough to allow us to physically move the machine to the curb to assist physically-challenged voters (curbside voting law).

    The number of conditional paper ballots we'll have to use will be lessened -- a good thing and I see that for the most part it will help in accuracy.

    I see problems in a couple of areas however. Most people vote maybe once every one or two years, so their familiarity with the machines wanes over time. Completely change the machine and there will be a lot of people with a bunch of questions and uncertainty, which will initially present an appearance of confusion (and may be enough to get some lawyers on the case if they see an opportinuity). Secondly, with untested technology, it will be difficult to gauge the number of problems with the machine -- misaligned touch screens, software crashes, static discharge, space aliens, seasoned citizens, ingenious fools, etc.

    In a month or two I'm going to be going back for training on the new equipment. I also believe for those citizens voting in Fairfax county, the Government Center has a sample machine available for those who want to become familiar with it.

    A system for securly transmitting certified results to the county should work well, but I am really concerned with any kind of Internet voting. That's where I believe the greatest potential for fraud exists.

    -Crolis

    P.S. I got a heck of a lot of comments after 2000, since my first name is "Chad". :)

  83. Why is Virginia Worried ? by Goody · · Score: 1

    Or anyone for that matter ? If things go awry, the courts will appoint the next President, like our last presidential election. Problem solved.

    --
    Tired of being "punished" by the Slashdot $rtbl since 2002. I'm now over at http://soylentnews.org/ .
  84. should be relationship OF voters to overseers by ozric99 · · Score: 1

    As subject: typo

    This is where I have to type something to get round some kind of lameness filter in the slashdot code

  85. Hacking? Too Much Trouble by mobileskimo · · Score: 1

    You don't need to hack one of these to abuse it.

    Just be a politician who backs the company that sells them like here

    --
    "Last one in is a rotten goblin!" - Kepp
  86. Re:Offtopic : "Is the filthy critic really dead?" by Anonymous Coward · · Score: 0

    hehehe somebody wasted mod points on an offtopic meta-comment. w00t.

  87. In that spirit: by burgburgburg · · Score: 1

    What part of "A well regulated militia, being necessary to the security of a free state" is so hard to understand?

    1. Re:In that spirit: by Zak3056 · · Score: 1

      What part of "A well regulated militia, being necessary to the security of a free state" is so hard to understand?

      The above is very easy to understand. To sum up the 2nd amendment in simple english:

      A well regulated militia is neccessary to the security of a free state... --therefore-- the right of the people (you know, the folks that actually comprise the militia, who would look pretty silly showing up for muster without weapons) to keep and bear arms (generally speaking, guns suitable for military use, though it includes other things) shall not be infringed.

      Seems pretty simple to me.

      Or are you suggesting that somehow "the people" mentioned in the 2nd amendment is a different "the people" than that mentioned in the 1st, 4th, 9th, and 10th?

      --
      What part of "shall not be infringed" is so hard to understand?
    2. Re:In that spirit: by Anonymous Coward · · Score: 0

      Ok, so what part of "bear arms" is so hard to understand?

  88. Conspiracy by Anonymous Coward · · Score: 0

    I postulate that Democratics _want_ widespread election fraud, or at least the perception of it. They don't believe in voting, especially since the vast majority of voting (and even greater percentage of non-voting) public has turned against them.

    If anyone remembers, three years ago the Union was almost dissolved because the Democratic Party and The Media estate thought that their exit polls were more accurate than the official vote, and that ignorance of time zones was a valid way to disenfranchize voters, and everyone else was too stupid to know how to fill out a multiple choice quiz.

    1. Re:Conspiracy by Anonymous Coward · · Score: 0

      WELL SAID! The Dems are ALWAYS the ones who are against voter ID. Why? Because it would make stealing elections almost impossible. Case closed. Shut the fuck up, Dems.

  89. What's wrong with scantron? by jjh37997 · · Score: 1

    What's wrong with using scantron voting ballots?

    The voter fills in the little bubble for the person of their choice. They insert it into a reader and its checks to make sure the voter didn't do anything stupid (voted for multiple individuals, etc...). If there was a mistake it spits the ballot out while making a loud buzzing sound and informs the user about the error. If the user corrects the error or if there was no error to begin with the voting machine accepts the ballot and issues a receipt. This way we get the convenience of a machine count but with a paper trail that can be scored by hand if needed.

  90. The analysis is available online by SWroclawski · · Score: 1

    You can read the paper I believe they are making reference to in the article at http://www.avirubin.com/vote/

  91. Why is voting anonymous? by Anonymous Coward · · Score: 0
    I have been bothered by the lack of security around voting transactions for a long time, electronic voting is no more and no less verifiable than paper voting or mechanical levers. They all suffer from the same problem, without being able to trace how I voted, there is no way to guarantee that I only voted once.


    So why is voting anonymous?


    I already run websites explaining how I plan to vote and how I already voted. I have campaign issue signs on my lawn. I talk to people in the halls at work and on the street - people largely know my voting intentions - so what are we protecting voters from?


    Frankly, I think America lives in far too much fear and we should all vote openly and have our votes reviewed. I would no longer have any doubts that despite my pressing the button for Harry Browne in the last Presidential election - my vote was counted as one for Shrub the lessor. I do not know that my vote was mis-counted, but then, I don't know that it was counted correctly either. Hell I know nothing - because the damned system is so private.

  92. Who Owns These Companies by Anonymous Coward · · Score: 0

    http://www.talion.com/election-machines.html

    Who does own the voting machine companies?

    A work in progress -- I started with the biggest company, ES&S, which handles at least 56 percent of the vote counting in the U.S. For the other companies, I've got sketchy information, most of which comes from swapping research with reporter Lynn Landes. See her web site for more: http:www.ecotalk.org.

    Election Systems & Software (ES&S)
    * = potential conflict of interest, see conflict section

    Election Systems & Software operated under the name American Information Systems from its inception in the early 1980s until around 1998.

    * = It was founded by Todd and Bob Urosevich, originally under the name Data Mark.

    * = The Urosevich brothers obtained financing from the Ahmanson family, who took a 68 percent controlling interest.

    The investment group related to the Ahmansons sold their shares in 1987 to the McCarthy Group (35%) and the World-Herald Company, Inc. (45%)

    * = Involved with the McCarthy Group: Michael R. McCarthy, Chairman [See McCarthy Conflicts -- FEC document photocopy: McCarthy is designated Principle Campaign Committee of a Candidate]

    * = Senator Chuck Hagel: According to the Congressional Quarterly, Republican senator Chuck Hagel was Chairman of American Information Systems. [See Hagel Conflicts -- Document photocopies for Senator Hagel; He lists the McCarthy Group as an asset, valuing his investment in McCarthy at up to $5 million, and omits mentioning that he was CEO and Chairman of the Board for the voting machine company, American Information Systems / ES&S.]

    Omaha World-Herald Company:
    Employees own approximately 80%. Of the 280 employees, only 28 currently own more than one-half of one percent. World-Herald employee stockholder maximum is 15%, so under the ownership rules, it is possible for just a few shareholders to hold significant sway in voting.

    * = ? - Two of the 28 main shareholders (John Gottschalk and A. William Kernen) are on the Board of Directors for the Omaha World-Herald and ES&S. In 1995, both went public with an effort to reoganize the company so that they could concentrate less on the newspaper and more on other World Company investments. The reorganization was blocked in a lawsuit, which later settled.

    * = ? - The Omaha World-Herald also owns: World Investments Inc., World Marketing Inc., World Events Inc., World Diversified Inc., World Newspapers Inc., MBS (a New York database marketing company), ACE Mailing Services (Atlanta, Georgia), Art & Technology (Omaha), Lee Marketing Services (Dallas, TX), World Technologies Inc. (Omaha), World Marketing Integrated Solutions, Total Fulfillment (Tempe AZ), The Rylander Company (Chicago IL), Redstone Communications (Omaha).

    Other ES&S owners: In 1997-98 American Information Systems acquired Business Records Corp., a Texas-based election company originally called Cronus Industries. Twenty percent of the stock of the merged company was given to BRC owners. Among the owners of BRC/Cronus:

    Caroline Hunt, of the Hunt Oil family, through her investment group (Rosewood Financial Partners)

    Alex Sheshunoff, a financial data publisher

    The late P.E. Esping, formerly of Omaha, founded First Data Merchant Services

    Charter Oak Partners, an affiliate of Rothschild Realty Inc., which is an affiliate of Rothschild, Inc.

    C.A. Rundell, CEO of Integrated Securities Systems, Inc., associated with Dallas-based Renaissance Capital Group Inc.: Renaissance U.S. Growth & Income Trust P.L.C., known as Rusgit, and Renaissance Three.

    Ed Belanger president and CEO of CDS Technologies

    Buttonwood Capital Corp -- Bass brother billionaires, I think.

    L.D. Brinkman Corp. Its Vice-President and General Counsel Thad R. Finley also worked for Hunt International Resources Corporation.

    William D. Oates of InterPro

    All this, but we still don't know the names of the owners of ES

  93. It is better to count than to guess by Anonymous Coward · · Score: 0

    "Sure. Objective, hard data, and empirical statistical experience proves that sampling is superior to person-to-person enumeration. This is simple fact."

    It is superior if you want fudged data. However, if you want more accurate data and want to make sure every person you count is a real person, then person-to-person enumeration is the way to go. No guesswork: just facts.

    "Statisticians KNOW how to do accurate counting more than any politician. Leave it to adult experts rather than the wild-eyed, fanatical right-wing zealots."

    As long as they are left-wing zealots (the ones damanding fudged counts), it is OK with you?

    "The reason the Republicans were against it was that it would lead to a more accurate count of minorities and underpriviledged individuals, "

    No, it would lead to a less accurate count, since it would pollute the numbers with made-up individuals. Minorities? This has nothing to do with it; I think you are being racist.

    Let's leave the guesswork of statisticians out of it: just count the people.

    "Statistical sampling is the underpinning to virtually ALL valid, empirical science by the way"

    All statistics is guesswork. Come on, this is basic Statistics 101 !!!. All statistical guesses at numbers are inferior to actual counts.

    The Constitution explicitly asks for exact accurate counts, not fudging. Too bad for you zealots, that dratted document is in your way again. You will have to write the "Replace Counts with Politically-Motivated Guesswork" amendment to change things.

    "There are lies, damn lies, and statistics"

  94. tyranny of the majority by Anonymous Coward · · Score: 0

    Some very smart people that setup the US government were very aware of the dark side of a democracy which is often referred to as the tyranny of the majority. This is a well known dark side of a "true" democracy is often no better than a dictator to those in the minority. This is one (of many) reasons why the US is a Republic, not a Democracy.

    Jefferson (and many of the US founders), instead favored the concept "consent of the governed" where you were allowed to throw the bastards out if you don't like them (through non-violent revolution or elections). The main reason is that people as a collective group can often be misinformed, stupid, have short memories, and often later regret their decisions. The founders thought it would be better to have a system where representatives made the decisions, but let the people indirectly judge how they were doing with many checks and balances, elections.

    Even the election of the representatives weren't necessarily trusted to the people in the original US constitution, the state legislatures were the original people who chose senators (until constitutional amendments changed that) and are still the ones who choose the president (through the electoral college).

    Let's see how this recall in california ends up working out. Perhaps leaving a democratic free-for-all is something that will remind people to watch over their elected officials more carefully...

  95. Links to back it up. by Anonymous Coward · · Score: 0

    " You have any links to back that up?"

    He won't have a single valid link. Instead, he'll post sites by anti-Bush activists that are nothing but rants, with no news. There will be no information or anything to back it up from an objective, non-partisan site. Nothing from any actual journalists.

    Instead, you will get wild accusations sandwiched between "Chimp", "Dubya", "Commander in Theif", etc. If the sites represent a group rather than an individual, they will be connected to the Democratic Party, left-wing special interest groups, or the CPUSA (as in ANSWER).

    Again, nothing but people with an interest in getting rid of Bush by any means necessary, even if it includes making up cute stuff about Florida.

    1. Re:Links to back it up. by Sxooter · · Score: 1

      So, did either one of you einsteinian genuises check out the one and only link in my article?

      Wow, if IQ was dynamite, you two couldn't blow your own noses.

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
  96. Florida deadline by Anonymous Coward · · Score: 0

    "To claim that the law said that there was a certain deadline, but omit that the law also said that recounts must be allowed, is deceptive"

    The recount deadline needed to be extended to allow the Democratic Party officials in the counting rooms to punch out enough new chads so there would be no doubt that Gore won. They were already well under way, removing large numbers of chads (showing up on the floor in photos and news footage of the counting rooms).

  97. What I'm wondering... by zx75 · · Score: 1

    Is why does the US use this punch-card system anyway? Its needlessly complex and too prone to error.

    Up here in Canada, we have a very simple system. You get a black card with the 4 or 5 candidates on it in white boxes. Each box is connected to a white 1.5cm circle. You scribble an X in the circle you want to vote for.

    There are also instructions to tell you to get a new card if you accidentily X'ed the wrong circle (don't erase, destroy and redo)

    Then its very easy to check the votes, no mark, 2 or more marks, or a non-X all get thrown out. The ballots with a single X then get counted.

    Simple, no?

    --
    This is not a sig.
  98. simple, no? by Anonymous Coward · · Score: 0

    "connected to a white 1.5cm circle....Simple, no?

    How many inches is that?

    1. Re:simple, no? by zx75 · · Score: 1

      Like I said, I'm Canadian... so its somewhere between 0 and 100... I think.

      --
      This is not a sig.
  99. I'm just wondering why ... by burgburgburg · · Score: 1
    groups that oppose gun control leave off the first half of the Second Amendment and ONLY quote the second half (you only included the last quarter with an implied reference to the third quarter).

    Most people would agree that the militia cannot be considered to be well regulated if it is not fully aware of the number and/or sort of arms that the component members have. And it also could not be considered to be well regulated if it did not have a full accounting of the training and capabilities of those constituent members. If it didn't know their names, locations, et. al. And since "well regulated" was the first major thing that the founding fathers threw into this Amendment, it's irksome that people gloss over it or abandon it wholesale because it doesn't fit in with their ultimate goal: no regulation.

    1. Re:I'm just wondering why ... by Zak3056 · · Score: 1

      groups that oppose gun control leave off the first half of the Second Amendment and ONLY quote the second half (you only included the last quarter with an implied reference to the third quarter).

      It was the only reference I could make to the 2nd amendment in my slashsig that would a) fit into the character limit, and b) make my point. I agree, we'd all be much better off if both sides of the debate were to reference the entire amendment instead of selected portions. That said...

      Most people would agree that the militia cannot be considered to be well regulated if it is not fully aware of the number and/or sort of arms that the component members have. And it also could not be considered to be well regulated if it did not have a full accounting of the training and capabilities of those constituent members. If it didn't know their names, locations, et. al. And since "well regulated" was the first major thing that the founding fathers threw into this Amendment, it's irksome that people gloss over it or abandon it wholesale because it doesn't fit in with their ultimate goal: no regulation.

      An obsolete definition of "regulate" (which was common useage at the time our constitution was written) is "in reference to a body of troops: well trained." I think it's farly obvious that if not "well trained" the meaning of regulate the founders would have attached would have been "to put in good order," and not "to pass laws."

      Regardless, what you've written IS correct: The militia of today is NOT "well-regulated" by any of the two definitions I proposed--indeed, congress has been QUITE lax in its duty to both arm and train the militia, concentrating only on the organized militia (what would have been called a "select militia" in the 18th century, and what we generally refer to as the National Guard today) and all but ignoring the unorganized militia, which consists, by law, of every male between the ages of 17 and 45 years of age (and that's not some archaic 200 year old law, either--the last time the Militia Act was updated was in the 1950s.)

      Congress has essentially abandonned its duty to arm and train the militia (the only remnant being the Civilian Marksmanship Program which is mostly targetted at younger shooters) and abandonned the idea of a well regulated militia along with it.

      BUT--and this is a big but--that doesn't mean that the right to keep and bear arms is buried with the militia. The well regulated militia is the offered reasoning behind the right of the people to keep and bear arms--but absent that reasoning, the right remains.

      By the way, VERY few of us have as our ultimate goal "no 'regulation'" (regulation as in laws.) Believe it or not, the National Rifle Association wrote the NICS (National Instant Check System) component of the Brady law. In general, gun owners agree that "the wrong people" (people convicted of violent crimes, for example) should not have the right to bear arms--they forfeited it (just like they forfeited their right to vote) upon their convictions. We just disagree with the laws that explicitly go after the law abiding (Chicago, DC gun bans, for example) while doing NOTHING to reduce crime--the stated reason why all these laws exist.

      --
      What part of "shall not be infringed" is so hard to understand?
    2. Re:I'm just wondering why ... by Anonymous Coward · · Score: 0

      Wrong. Back in the day it was written, "well regulated" meant "well trained". Remember that the tactics of the day meant that men stood shoulder to shoulder and fired their weapons in a volley. It took training and practice to move, load, fire, and be somewhat accurate. The original plan was for the United States NOT to have a standing army; the militia would be called up to defend the country. The only training the militia would have is that they did on their own.

  100. You miss the point again. by Anonymous Coward · · Score: 0

    If you don't like guns, don't own one. Butt out of the affairs of those that choose to exercise their rights.

  101. That was not a link to back it up. by Anonymous Coward · · Score: 0

    " So, did either one of you einsteinian genuises check out the one and only link in my article?"

    Of course. It was a personal site be a left-wing columnist. Again, not a real journalist.

    He's just another extreme ranter. He has many links to rant sites and books, one of which is accompanied by "Courageous reporting - read this book!" -Michael Moore.

    Another perfect example of one of those links sites that claims to back stuff up with editorializing and bile-filled rant. It is as bad as posting links to George Will or Rush Limbaugh. They are NOT news.

    The only conclusion to come to from links like this is "Oh. This web-guy has the same ideology as the guy who suggested the link, and shares his opinions".

    1. Re:That was not a link to back it up. by Sxooter · · Score: 1

      Oh, I see. So the fact that he had FACTS, that are VERIFIABLE means nothing?

      The fact that this story was published by several well respected magazines and newspapers means nothing?

      I don't think you've actually READ anything Greg Palaste had to write. My guess is your mind is made up (GW is a saint, I'm a democrat, wrong on both counts buddy boy) and therefore this greg palaste guy must be some kind of kook.

      The points he reported are verifiable as fact. The fact that you refuse to accept facts because they come from a biased perspective just shows how far into self denial you'll travel not to have to admit you're wrong/

      And I notice you're still an AC. chickensh*t coward.

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
    2. Re:That was not a link to back it up. by Anonymous Coward · · Score: 0

      "Oh, I see. So the fact that he had FACTS, that are VERIFIABLE means nothing?"

      No, the guy has opinion and clever words which resonate with his left-wing audience. Same as Limbaugh, who right-wingers love but is, the same as Paleste, not a news source at all.

      "I don't think you've actually READ anything Greg Palaste had to write"

      I've read some of his columns, and even part of one of his books. Large on opinion, short on fact.

      "and therefore this greg palaste guy must be some kind of kook."

      No, he is nothing more than an opinion columnist. He is worth quoting when you want to be clever and taunt right-wingers, or make other left-wingers laugh. But he is certainly not a news source. The only news you get from him is "what the Left is thinking".

      "The points he reported are verifiable as fact."

      You only call his opinions fact because you happen to share them.

      "accept facts because they come from a biased perspective"

      Such facts are by definition mere opinion. If they were facts, they would not involve bias at all.

      "GW is a saint, I'm a democrat, wrong on both counts buddy boy)"

      He is? Not according to me. He is not saint. He is just this guy. You are Democrat? Safe guess, the overwhelming majority of left-wingers are. I would not have been certain about it though.

      Can you possibly come up with sources that are non-biased?

    3. Re:That was not a link to back it up. by Sxooter · · Score: 1

      Can you possibly rebut a single FACT I've posted?

      The FACTS posted in Gpalaste's web site are just that, facts. If you can't rebut them by any other way than painting him as a biased liberal, then you are doing nothing but adhominem attacks. This reflects poorly on your reasoning skills.

      No, you can't. I'm not a liberal, I'm an actual factual conservative. Unlike GW, his dad, or Ronald Reagan. Just because someone disagrees with a republican does not make them a liberal, and nowadays, it's a good bet they're a REAL conservative.

      The last conservative Republican president was Teddy Roosevelt. After him, they're all just liberals in conservative clothing.

      War On Drugs: liberal policy.
      Trickle down economics: liberal policy.
      Free rides for large corporations: liberal policy.
      Overthrowing other governments on flimsy / non-existant evidence: liberal policy.
      anti-immigration: liberal policy.

      Please, identify one REAL conservative policy that GW Bush has implemented since coming to office.

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
    4. Re:That was not a link to back it up. by Anonymous Coward · · Score: 0

      " Can you possibly rebut a single FACT I've posted?"

      If you would ever bother to post one, I would.

      "The last conservative Republican president was Teddy Roosevelt."

      Teddy was more liberal than most conservatives.

      "War On Drugs: liberal policy."

      Both liberals and conservatives back this one.

      "Trickle down economics: liberal policy."

      "Trickle down" is the liberal name for the quite effective conservative "supply side economics".

      "Free rides for large corporations: liberal policy."

      It is the policy of neither side right now: both tax the hell out of businesses. One side a little less than the other.

      "Overthrowing other governments on flimsy / non-existant evidence: liberal policy."

      It has been decades since either a conservative or liberal has done this. It was kind of common before the Second World War.

      "Please, identify one REAL conservative policy that GW Bush has implemented since coming to office"

      First one that comes to mind is tax cuts (the conservative idea that it is better that the people have their own money than the government have the people's money).

    5. Re:That was not a link to back it up. by Sxooter · · Score: 1

      " Can you possibly rebut a single FACT I've posted?"

      If you would ever bother to post one, I would.

      Here's my original FACTS that you obviously haven't read:

      That over 80,000 names are known to have been removed that should not have, and the majority of these were democrats?

      Rebut it. Prove it wrong. you can't. It happened, and it's documented.

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
  102. Re:Good ol' encryption tech is good enough for me. by MrEnigma · · Score: 1

    Step 3.5: Corrupt poll worker gives 200 votes.

    --
    GeekWares - Buy and Download Today!
  103. Occam's Razor not applicable to **solution** by Anonymous Coward · · Score: 0

    Common mistake, occam's razor can be paraphrased as the simplist **explanation** that fits the evidence is often the correct one.

    e.g., crime... someone who is running from a crime scene is probably the criminal (even if that person has a convoluted explanation why that's not the case). It may not actually be the case, but more actual evidence would be needed to contradict the simple explanation, not evidence that just so happens to support the convoluted explanation and doesn't contradict the simple explanation.

    Occam's razor applied to voting. Perhaps the simplist explanation to the fact that voting tabulation isn't reliable is that voters (especially in florida) are stupid and bad people want to manipulate the counting verification system. Adding a convoluted electronic counting system doesn't make people any smarter and doesn't make bad people not want to manipulate the counting verification system, but if we were to do an experiment that showed (or proved, but that's hard to do), that electronic voting was more reliable, then occam's razor might suggest that it was the counting that was wrong, but if electronic voting wasn't more reliable, then I think the original premise would still probably be true and more evidence would have to be gathered.

    Hard to say if electronic voting would help make vote counting more reliable or how one might go about measuring that, but that's why we do science. Usually humans aren't smart enough to devine the "why" or the "how", but at least we can (sometimes) agree on "what" happened (although political spin doctors often try to take that level of understanding away as well)...

    Sadly, even so-called scientists today aren't very interested in science, but they more often than not have their own agenda in mind and this usually clouds their judgement and often skews their results as well...

  104. Sounds like a job for Open Source. by LWATCDR · · Score: 1

    I am not even kidding. How hard would it be to program an open source voting system? There could even be an voting booth distro.
    What drove me crazy was the artical did not say what the problems with security where! Shure they covered the bugs not really the security problems.
    An open source version could help the states insure that there are no back doors or hacks. It would make the auditing of the source much easier.
    Heck it could be usful everywhere.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Sounds like a job for Open Source. by mobileskimo · · Score: 1

      You're assuming that the people who are at the center of these decisions want a fair voting system.

      The issue is not whether it can be secured or not. The question is whether it can be profitable or not.

      --
      "Last one in is a rotten goblin!" - Kepp
    2. Re:Sounds like a job for Open Source. by LWATCDR · · Score: 1

      Oh they could still make money. Someone has to build, sell, and support the voting booths. In the US both sides really do want fair elections. The problem is what people think is fair often changes based on if there side is winning or loosing. The democrats are still screaming that the republicans stole the election but if it had been the other way around they would have thought it was fair. Truth is that it was a tie or so close to a tie that you could not ever really be sure. Hand counting is not 100%. The Democrates wanted to throw out ballots from some millitary units because they arived late but before the election. Frankly any and all politions will use any loop hole to get elected. Our job is too close the holes.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  105. It is not 90% by Anonymous Coward · · Score: 0

    Bush got 90% of the tax cuts he has sought so far?

    In 2001, he got 75% of what he asked for in tax cuts.

    In 2003, he got 48% of what he asked for.

    That's not 90%

    1. Re:It is not 90% by jdcook · · Score: 1

      You're right. I think I confused the effective tax cut (because the phase outs are a joke to disguise the true costs) with the nominal cut. My mistake.

      --
      Q:How many libertarians does it take to stop a Panzer division? A:None. Obviously market forces will take care of it.
  106. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  107. Occam's razor is still fallacious by Anonymous Coward · · Score: 0

    Occam's razor is still fallacious and leads to error, as it places arbitrary preference to explanations which have the supposed attribute of "simplicity".

    "someone who is running from a crime scene is probably the criminal (even if that person has a convoluted explanation why that's not the case)."

    I'm glad the courts tend not to use such fallacious reasoning. Especially if a) the Boston Marathon was going on and lots of people were running from the crime scene or b) a gun was fired, who would not run away from this sound?

    "It may not actually be the case, but more actual evidence would be needed to contradict the simple explanation, not evidence that just so happens to support the convoluted explanation and doesn't contradict the simple explanation."

    No, the explanations should be evaluated based on more valid criteria than one explanation meeting a person's arbitrary decision of "simplicity".

    "Adding a convoluted electronic counting system doesn't make people any smarter and doesn't make bad people not want to manipulate the counting verification"

    If the convoluted system produces better results, by all means use it regardless of violating Occam requirements.

  108. And 've been wondering... by nlinecomputers · · Score: 1

    why we need voting machines at ALL! Be it open or close source.

    Please explain how a voting machine which most of the public would be unable to understand is somehow harder to rig then a paper a pencil and a box. As long as you can hide anything there will be fraud. They cart off the ballot boxes in most states so you have no clue if the ballot box that arrives at the court house is the same one that left the polling place. "Open Source" might make the published code bug and tamper free but what stops someone from tampering with the voting machine and replacing the code? Are they going to let me debug the code or run somekind of checksum on it before I cast my vote?

    There is no way I will ever trust a voting machine of any kind. Hell I don't trust the paper ballots we have now as I can't watch them be counted. They leave my sight and who knows what happends to them.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
  109. find the 80,000 by Anonymous Coward · · Score: 0

    "That over 80,000 names are known to have been removed that should not have, and the majority of these were democrats?"

    Show a source, please. Objective news only, not a fringe-wing bleater.

  110. North Dakota also changing plans by puck71 · · Score: 1

    I also posted this in the Maryland article, but I figured I may as well post it here too:

    I live in North Dakota, and I recently saw an article about how the move toward the Diebold voting machines in the state has been put on hold because of the recent publication regarding the lack of security, etc. I think it's good that states are taking it slow and making sure it's done right, rather than just rolling out the first thing that comes along.

  111. The perfect system? by soren100 · · Score: 1

    The most secure way to prevent fraud is to have one touchscreen machine that *punches* the votes that the voter chooses onto a preprinted paper ballot, and a separate machine that then reads the votes, displays them on the screen, and stores them on voter acceptance.

    This way the operation of the machines can be easily checked right before voting. If the votes are also cross-referenced on the electronic and paper records (by having the vote-reader (machine 2) punch the card with a time stamp and the machine number)) then any tampering would be easily traceable by comparing the paper and electronic records.

    The voter is also part of the checking system, since they would be able to visually inspect the ballot and see what the reader displays. Any anomalies would be easily caught either before or after votes and would eliminate either electronic records disappearing or printer ink/jamming problems.

    An even greater level of security would be to have the second machine create a hash value using all previous votes and insert that into the paper and electronic records as well , so that any tampering of the votes would clearly show up as being out-of-order.

    I think this system of separating the elements of voting would solve most code/version/security problems by being so redundantly checkable. Any hacking should be pretty obvious.

    Can anyone find any flaws in this system?

  112. As a Virginia Voter by thumbtack · · Score: 1

    I have to wonder as well. Here's why. I've lived in three different voting districts in my area in the past 8 years. Every person who was working the polls was 60+ years of age (common hair color was white or blue)and seemed very comfortable going through their printed out lists, I'm not so sure they would be very comfortable with a computer based voting system.

    I have to wonder how knowledgeable they would be about the setup, and how they would handle the problems that would invaribly arise during the voting. Power failures is the first to come to mind. Can my 78 year old mother read the screen? For that matter if it looks like a computer she'll probably leave without voting ("I don't know how to use the damn thing can you vote for me?" would be something like she would probably say.

    Me I would like to be able to vote from my pc at home, if they could just work out a way to get me my "I voted" sticker in realtime...