Slashdot Mirror


Election Officials And Crackers Challenge Diebold

Rick Zeman writes "The Washington Post is reporting that election officials in Florida have manipulated election results in controlled tests. From the article: 'Four times over the past year Sancho told computer specialists to break in to his voting system. And on all four occasions they did, changing results with what the specialists described as relatively unsophisticated hacking techniques. To Sancho, the results showed the vulnerability of voting equipment manufactured by Ohio-based Diebold Election Systems, which is used by Leon County and many other jurisdictions around the country.'"

39 of 219 comments (clear)

  1. As they say by mgv · · Score: 4, Funny

    To err is human, but to really foul things up it takes a computer.

    After all - people have been trying to rig results for a long time. But this just makes it so easy for one person to potentially change the outcome of an election....

    Michael

    --
    There is no cryptographic solution to the problem where the intended receiver and the attacker are the same entity.
  2. Surprise, Surprise, Surprise!....NOT! by rts008 · · Score: 3, Informative

    "Pay no attention to that man behind the curtain." (http://www.imdb.com/title/tt0032138/quotes)

    North Carolina had the same problem with their voting machines (http://www.techdirt.com/articles/20051130/1121207 _F.shtml).

    The only new thing here is the current state finding Diebold non-compliant.

    --
    Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  3. Insanely poor program architecture by James_Duncan8181 · · Score: 5, Informative

    Windows XP + network connection + data held in an *Access DB* and then transferred by memory card with no crypographic checksum.

    If I prepared work like that for a client, I'd expect to get chucked out by security.

    I'll also note the following:
            a) Diabold say that a paper trail is not needed for security, but provide one on their own ATMs. Apparently independent verification of election results is less important then $$$ transactions.
            b) Both local and remote vulns have been demonstrated on their voting machines, but the ATMs have not been pwned.
            c) Diabold refuses to let the source code be reviewed, and chose to run on Windows XP so neither the program or the OS of the box can be verified safe.
            d) Diabold machines can have the vote totals rewritten on their memory sticks as they do not cryptographically sign or encrypt the totals. That's plain text on a card that can be removed from the machine and has a standard file format.
            e) Diabold security is fucked whether or not they put the same code they have tested on the box. With tested, verfied boxes they cannot add XP security patches for known flaws after te verification date (and if there is one thing worth keeping an 0-day for...). If they do add security patches etc then we are trusting closed source biaries to be added to election counting machines without the possibility of review. One bad actor and the elecetion is up for grabs.

    No thanks. I'm not usually a conspiracy theorist but is is as if they were designed to be broken into.

    Would a BSD box with one simple program, output to the framebuffer, a results paper trail and a constant SSH tunnel to the FEC be that hard? *sighs*

    Fuck Diabold.

    --
    "To any truly impartial person, it would be obvious that I am right."
    1. Re:Insanely poor program architecture by Bush+Pig · · Score: 3, Funny

      More likely:

      if (machine_type == VOTING_MACHINE)
      {
              put_republican_candidate();
      }
      else /* must be ATM */
      {
              do_transaction();
              print_receipt();
      }

      return();

      In light of recent disclosures both in the USA (Abramof) and here in Australia (the Wheat Board) I don't trust conservatives to behave honestly. (Not that I ever did, it's just that it's nice to have your prejudices confirmed.)

      --
      What a long, strange trip it's been.
    2. Re:Insanely poor program architecture by Big_Al_B · · Score: 2, Interesting

      As nifty as a paper trail sounds, there are problems with that too. For example, how do you verify that the votes people input are logged correctly on the printout? Bits are easy to flip, whether done on purpose, or by executing buggy code.

      And do you really think that vote anonymity--an essential feature of our process--would last if people walked out of their polling place with some sort of receipt? If you can connect an identity to a vote, you can directly coerce or otherwise influence that voter with all manner of nasty tactics. No thanks.

    3. Re:Insanely poor program architecture by deKernel · · Score: 2, Interesting

      The only thing stopping wholesale cheating is the use of exit polls, and even they weren't enough in the last presidential election. If the exit polls and actual poll results differ by 30%, people will get upset. In reality, even a small deviation should raise alarm flags and cause a recount,


      Why in the heck would exit polls stop wholesale cheating? You are assuming:
      a) people are telling the truth about whom they voted for
      b) either all the people are polled or a good sampling
      c) and the most important, the people taking the polls as well as reporting do not have a vesting interest in the results.

      'C' is the biggest problem because it also goes back to (b). The news media openly wanted the Dems to win. That was the biggest problem.

      Now dealing with the recounting issue, just about all of the recounts in Florida (I am assuming this is what you were referencing.) came out in favor of Bush so the majority did win.
    4. Re:Insanely poor program architecture by grumpygrodyguy · · Score: 4, Interesting

      I just think this underscores that politics in many "democracies", but particularly in the US, is deeply corrupt...Oh, this is all about bribery and influence-peddling. We can do this.

      The US doesn't have a monopoly on bribery. After visiting Hong Kong my brother told me that 20% of the money spent on commercial projects like apartment complexes or office buildings goes towards bribes and kickbacks. They actually budget for bribes over there.

      America isn't perfect...especially over the last 5 years...but maybe the next revolution will end political corruption in the same way organized crime was curtailed in the 60s and 70s. Two of America's greatest senators...John McCain and Russ Feingold, nearly managed to push a campaign finance reform bill through congress in 2001. They failed, but it shows that some people at the top do care about making America a better place, and that they are working towards making it happen.

      --
      The government has a defect: it's potentially democratic. Corporations have no defect: they're pure tyrannies. -Chomsky
  4. Why not do something about it? by Jaazaniah · · Score: 4, Insightful

    Seriously, if someone has the knowledge of the system you just proposed, why not take the long shot and propose to work for the gov't and put that together? Not only would you be able to demonstrate how insecure Diebold's system is with a tiny PDA that can read/write their memory sticks, but you'd also be able to demonstrate that you can't do that to yours. At least not on the fly with a PDA.

    Steps to stopping the stupidity:
    1) Put down (favorite game) when you're off work.
    2) Write plan, put something together.
    3) Get in touch with someone with the power to make the (smart) decision.
    4) Show off.

    1. Re:Why not do something about it? by MichaelSmith · · Score: 2, Insightful
      Steps to stopping the stupidity:
      1) Put down (favorite game) when you're off work.
      2) Write plan, put something together.
      3) Get in touch with someone with the power to make the (smart) decision.

      4) Go to jail because now they can prove you tried to find a way to subvert the system.

    2. Re:Why not do something about it? by James_Duncan8181 · · Score: 2, Interesting

      I'm actually now seriously considering that.

      It may actually only be a few weeks worth of coding, and I can think of only a dew things that need to be covered.

      1: Graphic selection via a touch screen.
      2: Voice reading of the candiate names for the blind.
      3: A safe, intepreted language to provide a sandbox.
      4: An aim for the minimum number of LOC to make it easy to verify.
      5: No open ports, but constant transmission of votes as they are made on an SSH, public-key encrypted tunnel (so it will be noticed if the total changes fast).
      6: A paper trail (viewable by voter).

      This could be less then 2000 lines of code (addmittedly with hookups to ogg123 etc).

      Interesting...

      --
      "To any truly impartial person, it would be obvious that I am right."
  5. The guys in power don't care. by Anonymous Coward · · Score: 3, Informative

    If they did we'd have this problem fixed by now. We've know they were insecure for years now; ever since the accidental release of diebolds e-mails detailing backdoors and holes that were not patched. Who remembers that security researcher who went before congress and said specifically that his code, which was to illustrate a backdoor into the machines, was used to hack the elections in ohio? I forget his name.

    Fact is, CEO's and friends of voting machine companies get into power. Why? Guess. It isn't the 20% of the vote they need to swing; it's the 6% after they've divided everyone on the issues. Voting laws and policys are consistantly broken, and is anything done about it? The answer lies in the question; Has anyone been taken out of power yet? Dictatorship only works if people are divided; if they stand for something and stand by it for hell or high water.

    And I might, just might give credit to the guys who said "well, it's stil the will of the people" if it weren't for that they can't prove their position since there's nothing for them to count. The election board can't even tell them who voted for who so they can go around asking people.

    Of course, the best way you can tell the government you don't like what you're doing is to decide you stand for something and stand for it tall. I personally chose the constitution; it ain't perfect, but it's something everyone can agree on. Of course, ever since the civil war and reconstruction the constitution's layed dormant. To make a long story short, if you want to get rid of the current government, the best way is to simply stop working for them; stop giving them your money. How do you do that? Well, basically the 14th amendment set you up to be a federal citizen by the name of a "U.S. citizen" and social security turned you into a corporate legal fiction so that income tax, which worked only on corporations, now works on you. How do you get out? You rescind your federal citizenship, declare your citizenship of your state as it was before reconstruction, rescind your birth certificate (to remove proof of being under the 14th), rescind your social security (to correct your status as a soverign instead of a corporation), then begin rescinding everything else; drivers lisence, fishing lisences, gun lisence, any contract with the federal government and it's munincipal corporations (read; the states are corporations). You can get a non-binding play-ID from the SS office if you want to get a bank account, for example. Then you simply stop paying income and social security taxes, atwhich point you stop giving the government 30% of your income and begin working to reinstate lawful government in your state via holding elections and office and organizing locally. More to the point, if enough people do it quickly enough, the federal government will have about 10 trillion in debt to pay off, and no way repay it back which means a massive collapse. :X...

    The price? Reading a few books; learning how history, governments, and legal documents work. Mabye $500 in books total. A good place to start is here:

    http://www.usa-the-republic.com/revenue/true_histo ry/Contents.html

    Do a find for john ainsworth and ed wahler on this page

    http://mp3.rbnlive.com/Stadt06.html

    They've been preparing a book and an organization to do this on a massive scale. The book comes out in march-ish along with the publicisation of the startup and they hope to do it state-by-state.

    1. Re:The guys in power don't care. by GIL_Dude · · Score: 2, Insightful

      While government in general is massively inefficient, the true "cost" of your proposal to "rescind" everything (even were it legal) would actually be - no police, no firemen, roads getting crappy even quicker, massive theft and robberies since social programs wouldn't be funded, etc.

  6. The Bush family is the most corrupt ever. by Futurepower(R) · · Score: 4, Interesting

    My impression is that the Bush family is the most corrupt family every to have political power in the United States. These are people who believe that they are more than 100% right, and that other people don't matter.

    It does not surprise me that Jeb Bush's state is involved in voting machine vulnerabilities. Quote from the story "... vendors such as Diebold have too much influence in the administration of elections, a view that resonated with Lida Rodriguez-Taseff, the founder of the Miami-Dade Election Reform Coalition."

    The president of Diebold said he would deliver the votes to Bush. And he did.

    I wrote short reviews of books and movies about the corruption, but I only barely touched the surface: Unprecedented Corruption: A guide to conflict of interest in the U.S. government. Note that, although Michael Moore's manner of expression is sloppy, other authors supported his main points in the movie Fahrenheit 9/11. For example, George W. Bush does hold hands with Saudi leaders, his father was at a meeting with a brother of Osama bin Laden on the day before 9/11, and so on.

    1. Re:The Bush family is the most corrupt ever. by TallMatthew · · Score: 2, Insightful
      My impression is that the Bush family is the most corrupt family every to have political power in the United States. These are people who believe that they are more than 100% right, and that other people don't matter.

      I think you overestimate the influence of morality. The interest of this family (and their party) has little to do with right and wrong. Despite our president's delusions that the voices in his head are Jesus Christ telling him what to do, that's really not the point.

      At some point (hint RR), the federal government shifted from being a organization serving the needs of its citizens into being a multitrillion dollar business. The people running things, both Rep and Dem, are very wealthy and in many instances, particularly in the White House, are ex-CEOs. They are making national decisions based on profit margin, not for us, but for themselves.

      For example, it's much cheaper to drill Iraqi oil fields than it is to drill offshore in the Gulf of Mexico. The oil reserves in this country are going to be depleted sometime in the near future and the Bushes, and all their cronies, understand full well they will be out of the oil business if they don't position themselves within the Middle East, which is where we'll squeeze the last drop of crude out of this rock we live on.

      This administration has made certain individuals in this country extraordinarily wealthy. There is no way in hell that the people making so much money at taxpayer expense would give that up to something as fickle as a general election. Thankfully, someone's got an eye on them.

    2. Re:The Bush family is the most corrupt ever. by Jeff+DeMaagd · · Score: 3, Insightful

      My impression is that the Bush family is the most corrupt family every to have political power in the United States.

      Bush family? Sad to say, Abraham Lincoln was more corrupt than all the Bushes combined. With GW, it isn't considered treason to say that the Gulf War II was wrong. In Abraham Lincoln's regime, it would have been. As unconstitutional as W's wiretapping efforts were, Lincoln wiped his arse with the constitution by suspending it completely.

    3. Re:The Bush family is the most corrupt ever. by earthbound+kid · · Score: 2, Interesting

      F 9-11 was crap on many levels. It was a crappy movie from a propaganda point of view, because he began by focusing on the 2000 election, turning off any potential 'switchers' who supported Bush in 2000 but then grew uncomfortable with his actual leadership. It was crappy from a investigative point of view as well.

      So, Bush hangs out with the Saudis, and they influence our policy, eh? THEN WHY THE FUCK DID WE GO TO WAR WITH IRAQ!? Hello, the Saudis were against the war! They were doing diplomacy up until the final minute to try to avert a war, because they thought it would be destabilizing to their regime in either the bad case (Iraq collapses, war spreads through the region) or the good case (Iraq democratizes, pressure is put on SA to democratize). Duh.

      Next Moore tried different stunts like proving he can't tell the difference between Iraq and Vietnam with the 'sign up your son for war' bit. FFS, doesn't he realize that the draft is over? In the Vietnam War, "would you make your son fight?" was a legitimate question, because people in power kept their kids from fighting by pulling strings to get them out of the draft. In the Iraq War, there's not a single man or woman over there who didn't sign up for military service themselves. Everyone over there is over 18 and legally decided to go on their own. The whole stunt about 'sign up your kid' didn't even make sense. You *can't* sign up your kid for the military. You have to volunteer for yourself.

      Then Moore continued to drop bombshells like "mothers are sad when their children die" and "Bush protected the privacy of someone unrelated to his military record by blotting his name" and "rich people hang out with other rich people." Wow, way to blow the lid off of that one! The whole thing is just a bunch of ridiculous guilt by association garbage.

      What makes it really infuriating is the fact that Bush actually has done so many crap things out in front of every, like the PATRIOT Act, that there's no need to make up all this bullshit about "boo-hoo, they stoles our election from us! Wah," and then play clips of people fixing their hair in slow motion with sinister music that lets us know that only bad guys like Wolfowitz lick their palm before slicking their hair back. For crying out loud, just focus on the actual things that matter instead of trying to figure out if Bush tried to get out of military service back before he turned his life around and decided not to just waste it on drinking and drugs. F9-11 is such a pointless waste of potential!!

    4. Re:The Bush family is the most corrupt ever. by Hiigara · · Score: 2

      I don't know about you, but where I come from (Michigan) we require more than just blog posts to make such dangerous accusations. Perhaps you should consider modifying your links to point to more direct and reputable sources of information?

    5. Re:The Bush family is the most corrupt ever. by darkmeridian · · Score: 2, Insightful

      Lincoln had half the country threatening to run off and create their own slave colony. Bush is chasing phantom terrorists around the world on false pretenses. Not even close.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    6. Re:The Bush family is the most corrupt ever. by commodoresloat · · Score: 2, Insightful

      As others point out, this isn't corruption at all. How did this get rated insightful? Lincoln took away a lot of rights in wartime, it's true; he even had a yankee anti-war senator sent down to jefferson davis to get him to shut up. But if you look at US history, it was routine to have massive civil liberties violated in wartime, and it still is. It's only recently it occurred to Americans to complain about it (I'm exaggerating a bit of course - there certainly were some voices speaking against wartime repression but not many until the 20th century). It's true Bush is nothing new in this regard; what is new is his absolute arrogance before the rule of law. I'm not sure Lincoln can be accused of that.

  7. Re:Umm by mabinogi · · Score: 2, Informative

    It looks like a new viewing option.
    I'm not sure what the grey ones are - possibly articles in other sections that wouldn't otherwise make the front page (as someone else suggested).

    Have a look at your preferences - there's a new part in the front page section that lets you choose whether or not to display the grey bars, or whether to show the full stories for all, grey bars for all, etc.

    --
    Advanced users are users too!
  8. Not that sort of paper trail by gaijin99 · · Score: 4, Informative

    The voter doesn't take the paper with him, as you say that would ruin the whole anonymous ballot thing. The voter gets the paper, looks at the human readable output to verify that his vote was correctly recorded, and drops the paper into a ballot box on his way out. If the paper shows that his vote was incorrectly recorded, he can ask an election official to remove his vote from the machine, destroy that paper ballot, and try again.

    The election officials keep the paper ballots, machine printed recepts that is, so that in the event of a dispute they can be hand counted. Since, theoretically, every voter looked at their recept and verified that it recorded what they truly intended to vote for, if someone hacks the machines and falsifies the votes recorded there, the paper ballots get the final say in the event of a dispute.

    It also gives you a good indication of where the falsification of the electronic votes got started since you can say: hmmm, district 123 shows 4000 votes for candidate X on the computer, but the paper ballots only show 1000 votes for candidate X, who messed with the machines in district 123?

    Essentially we're keeping the old paper method of vote recording as a backup in the event that its suspected that someone hacks the machines.

    --
    "Mission Accomplished" -- George W. Bush May 1, 2003
  9. Easy Voting Machine by ajs318 · · Score: 4, Funny

    This is my idea for a voting machine. It depends for its operation on the idea that when a current is passed through two solenoids in series, both armatures will pull in. The machine itself has two units: the voting booth unit and the presiding officer's unit, linked by a cable. When not being used for an election, the machines would be made available for public scrutiny.

    The voting booth unit {VBU} has a large rotary switch, a pushbutton and a meter with a green zone. The Presiding Officer's unit {POU} contains a power supply, and a column of non-resettable electromechanical counters, all but one of which are covered by a metal plate. This plate is fastened in place with a wire with an aluminium seal bearing the Returning Officer's mark. The counter readings before the start of the election are recorded on a paper label affixed to the underside of the cover plate. There is also a switch labelled "CHARGE" and "VOTE".

    Each voter is issued with a unique, identifiable token -- a postcard with their name and address on it. The voter shows the token {Token One} to the Presiding Officer, who first spoils Token One and then moves the switch on the POU to "CHARGE" as the voter steps into the booth. The Presiding Officer then moves the switch to "VOTE". The voter has now traded Token One for a second token, all of which are absolutely anonymous, identical and indistinguible from one another: Token Two is an electrical charge stored in a capacitor contained within the VBU.

    The voter spins the rotary switch to their preferred candidate, checks that the meter is in the green zone and depresses the voting button. The VBU capacitor is discharged through the coil of one of the concealed counters in the POU. One terminal of each of these counters is commonned together; the current through any one of the candidate counters also flows through the master counter, and returns to the other plate of the capacitor. The charge in the capacitor is soon exhausted, and cannot be replenished unless the Presiding Officer moves the POU switch to CHARGE. The voter then has the option to move the rotary switch to a different position so as to conceal their preference -- or to leave it there to advertise their preference.

    Every voter has a receipt to show that they have voted {the spoiled Token One} but once a vote has been cast, the only record of that vote is the fact that the master counter and one of the candidate counters have advanced by one place. There is thus no way to link a voter with their vote. The master counter is in view of {and the counting mechanism is within earshot of} the PO, who can thus confirm visually and aurally that a vote has been cast {or separately, manually record a "no vote" if the voter leaves the booth without voting for any candidate}. All the candidate counters are concealed until the close of polling, when a few minutes' worth of mental arithmetic will reveal the true count. By virtue of its simplicity, and the fact that it has been subjected to public scrutiny, we can take for granted that the mechanism is behaving as it is supposed to; the Returning Officer need only inspect the tamper-evident seals to determine whether the result is valid or compromised.

    {In case the above constitutes a patent claim, I hereby licence it for use royalty-free in all applicable jurisdictions, in the hope that it will be of service to Humankind}.

    --
    Je fume. Tu fumes. Nous fûmes!
    1. Re:Easy Voting Machine by Minwee · · Score: 2, Insightful
      I have a slightly more revolutionary idea for a voting machine that involves a pencil, several pieces of paper, a large folded sheet of cardboard that can be used as a booth, and a locked wooden box with a small opening in the top.


      You'll have to wait until the morning after the election to get results, but it's a fair bit more reliable and secure than any electronic system in use today.

  10. Re:The Bush - Osama link by Qzukk · · Score: 3, Informative

    This was one of Michael Moore's weakest points.

    That's funny, it was strong enough of a point for the Bush administration, they had a citizen of Canada "renditioned" to Syria for more than a year for working with the brother of a known terrorist.

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  11. "Crackers Challenge Diebold" by Anonymous Coward · · Score: 4, Funny

    Is anyone else disturbed by the racist tone of this story?

  12. Someone already is. by KingSkippus · · Score: 5, Informative

    There's an organization called the Open Voting Consortium whose mission is "the development, maintenance, and delivery of open voting systems for use in public elections." They are directly opposed to the shenanigans that Diebold has engaged in.

    Problem is, they spend their donations on actually developing the system, not in paying off Congressmen to give them lucrative exclusive contracts. Still, one can hope that it changes someday. (And donate to support the effort...)

  13. Re:Weak. by Qzukk · · Score: 2, Insightful

    Florida?

    Volusia county, enough said. Maybe not because of Jeb Bush, but someone there is pulling a little too hard for the Republicans. Of course, the same thing can be said about Democrats in Ohio, but what do you expect when the two major parties in our country are basically scraping the bottom of the barrel in order to look for candidates? Somebody's gotta make it look like people actually want to vote for these guys.

    Diebold's ineptitude

    See, here's the problem: their secure and successful ATM venture tarnishes their image as "a bunch of inept oafs" as you would, for lack of a better word, "defend" them. "Never ascribe to malice that which is adequately explained by incompetence" rings hollow when the company has created and deployed a system that has not been broken, and not for lack of being a very juicy target.

    You believe Moore's lies and distortions because you want them to be true.

    As for lies, which ones are you referring to? Bush admitted that he holds hands with saudi leaders, he explained that it was what was expected of him in their society, "when in Rome...". As for Bush's father meeting with the brother of binLaden, that was apparently enough for the Bush administration to "extraordinarily rendition" a Canadian citizen to Syria for over a year. Maher Arar's crime? Well, we don't know exactly, because just like thousands of other people (including at least one American citizen, Padilla) the Bush administration doesn't bother to charge people with crimes or otherwise justify their behavior. But the man does claim to have been interrogated about his employment alongside the brother of a known Syrian terrorist.

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  14. Re:Paper trail is a red herring. by Qzukk · · Score: 2, Informative

    In the end, there are better ways from the standpoint of guaranteeing a secure election than demanding or not demanding a single hardware vendor to do this or that.

    A standard should be set for the ballot and the voting software's capabilities, and then several companies' equipment set up at every station. In fact, if these all generate a standardized paper ballot, then the counting process could (and should) be completely divorced from the voting process, perhaps even an additional vendor could deal with this task. Increasing the number of vendors perhaps increases the risk that one will act in bad faith, but decreases the damage one such vendor could do. I mentioned in a post in an article some time ago how this kind of setup could help guarantee correct results without devolving to random manual recounts, by simply requiring all machines to produce a machine-and-human readable ballot, with these ballots machine sorted and counted. Should there be any question of whether the sorting machine is correct, one must only flip the ballots like a flipbook and watch the line in question, any improperly sorted ballot will be easily caught. Should there be a question of the counting machine's integrity (this would be hard to do, since a stand alone counting machine should be unable to know what is being counted at any time) then a different counting machine could be substituted. This leaves incompetence and malice in the human component, and with oversight from independent election observers, the risk of the latter can be reduced. Counting ballots before sorting and comparing the total to the grand total of sorted votes will cut down on chances of the former causing someone's stack of votes to be accidentally lost.

    --
    If I have been able to see further than others, it is because I bought a pair of binoculars.
  15. Re:Paper trail is a red herring. by Andy+Dodd · · Score: 2, Insightful

    "All that proves is that the screen and the piece of paper say the same thing. How do either of those relate to the actual value recorded as the vote?"

    It doesn't. But the original posters' point was that if there is any suspicion of discrepancies/errors/hacking, the "system" (meaning the whole election process) can fall back on a more traditional/reliable method (paper votes).

    Paper ballots have their own problems, but in general it's a different set of problems than the ones in electronic systems.

    --
    retrorocket.o not found, launch anyway?
  16. There's one flaw in your argument by Andy+Dodd · · Score: 2, Insightful

    Even at full capacity, it would've taken 10-20 years of taking all of Iraq's oil profits (or it may even have been total net sales...) to pay for the initial cost of the war. Iraq's oil fields aren't running anywhere close to full capacity due to initial damage from the war and constant ongoing damage from insurgent activity.

    Note that by "initial cost", I mean the initial 80-100 billion that Bush requested for the war. What's the price tag up to now? 200b? 300b? It's a hell of a lot more. Plus there's the cost of upgrading/rebuilding Iraq's oil production infrastructure.

    If this was about oil, it was a damned stupid financial decision.

    --
    retrorocket.o not found, launch anyway?
    1. Re:There's one flaw in your argument by Jah-Wren+Ryel · · Score: 2, Insightful

      If this was about oil, it was a damned stupid financial decision.

      Yep, fucked the country over good and half of the voting public willingly bent over for another reaming too.

      It wasn't about oil - it was about oil infrastructure. Most of the oilfields in Texas are dry (or too expensive to extract from, even at $70/barrell) but what Texas has a lot of are the companies that build rigs, build pipelines, do geo-petrol exploration, etc. Those companies have made a killing since the Iraqi invasion.

      --
      When information is power, privacy is freedom.
    2. Re: There's one flaw in your argument by Black+Parrot · · Score: 4, Insightful

      > If this was about oil, it was a damned stupid financial decision

      Ah, but you neglect the distinction between who is going to pay for it and who was supposed to profit from it.

      The oil companies were supposed to supposed to benefit from it (by means of the distribution contracts rather than by pwning the oilfields per se), but you and your descendents will be paying for the war, yea unto the seventh generation.

      (Saw a news story somewhere this month about a new estimate of the war's total costs to the USA running to the amount of two trillion dollars. Cheney and his cronies won't be picking up the tab; they're already getting tax breaks on their record profits, while the national debt goes ballistic.)

      --
      Sheesh, evil *and* a jerk. -- Jade
  17. You can always use paper ballots! by Bobzibub · · Score: 4, Insightful

    Canada's national election happens to be tomorrow.....

    "All votes are made on the same standard heavy paper ballot which is inserted in a standard cardboard box, furnished by Elections Canada. The ballot and the box are devised to ensure that no one except the elector knows the individual choice that was made. Counting the ballots is done by hand in full view of the representatives of each candidate. There are no mechanical, electrical or electronic systems involved in this process."

    http://en.wikipedia.org/wiki/Canadian_electoral_sy stem#Non-partisan_election_officers

    Scandalous!

    Cheers,
    -b

  18. Old news by plsuh · · Score: 2, Informative

    What's really amazing/frightening to me is how long it has taken for the mainstream media to pick this up. The tests done by Harri Hursti for Leon County were conducted and reported back on December 13th, 2005! The Post waited until a slow news day over a month later to report on it. Since then, there's been a whole slew of additional activity on the voting machines front. For more details, see the original blackboxvoting.org article.

    --Paul

    Disclaimers: I have been working with the good folks at TrueVoteMD.org to get the d*mned things banned in Maryland, my home state; I'm also a plaintiff in a lawsuit in Maryland that seeks to force the Maryland State Board of Elections to follow exsting state law and get rid of them.

  19. Re:The "Bush" family is the most corrupt ever. by damian+cosmas · · Score: 2, Funny

    I agree completely. Take, for example, the manner in which Joseph P. "Bush" made millions from insider trading and stockpiling of liquor during prohibition, supported appeasement of Nazi Germany, and stuck a deal with Joe McCarthy to help his son's senate campaign.

    Then there's the way that John F. "Bush," after a Senate career buillt upon the tacit support of Joe McCarthy, was elected--without a majority of the popular vote--President in 1960, despite allegations of voter fraud in Texas and Richard Daley's Chicago. After delivering an inaugural speech plaigarized from Oliver Wendell Holmes Jr. ("...it is now the moment when by common consent we pause to become conscious of our national life and to rejoice in it, to recall what our country has done for each of us, and to ask ourselves what we can do for the country in return."), he made several attempts to assassinate the president of Cuba, began US involvement in Vietnam, and, after repeated humiliations by Nikita Khrushchev, allowed construction of the Berlin Wall.

    His younger brother, Edward M. "Bush," got drunk one night and drove his car into the sea, leaving a female passenger to drown, and promptly calling his lawyer, then going home for the night, leaving the submerged car undiscovered until the next morning.

    Ted's nephew, William "Bush" Smith, had a medical career plagued by allegations of rape and sexual harrassment, including several lawsuits settled out-of-court.

    Replace "Bush" with "Kennedy," and I agree with your assessment. Unprecedented corruption? Hardly.

  20. Re:It's the news that isn't. by Cognitive+Dissident · · Score: 3, Interesting

    The reason for this is more than 'apathy', it's active suppression. The major news outlets that aren't actually controlled by the same people who are behind Diebold and its ilk are intimidated by the constant barrage of 'media bias' attacks from the segment of the media that is allied with Diebold & Co. There is a perfectly good book that documents the theft of our last several elections by Mark Crispin Miller, just published a few months ago. But he can't get PBS or NPR (specifically WHYY) to let him appear and promote it. I have submitted stories on this but only get rejected. Can anyone figure how to get this information about censorship onto the main page of slashdot?

    Mark Crispin Miller's Blog

    The story on his blog noting Joe Bageant's recent essay on his inability to get airtime on WHYY's "Fresh Air"

    Joe Bageant is a journalist and recently a very popular blogger of the plight of the 'redneck' culture in the neo-con political machine. His most recent essay is specifically about the refusal of WHYY to allow Mark Crispin Miller to appear on Fresh Air or otherwise promote his book -- Fooled Again: How the Right Stole the 2004 Election and Why They'll Steal the Next One, Too (Unless We Stop Them) He hits tha nail on the head:

    It is safe to say that WHYY and the rest of the public media gang are simply scared to death of uttering the book's title on the airwaves. They know that the neocons will jump up all over their asses claiming liberal bias. Maybe even launch one of their infamous letter writing campaigns. The Republican game plan of unrelenting bullshit, that steady grinding away day in day out -- it works. They have managed to wear down those media they don't already control from the top, make them either doubt themselves or make them damned afraid of repercussions. We can well imagine what the GOP assault on public radio and television has created around places like WHYY. Hell, if they can get Bill Moyers they can get anybody. Right?

    It's censorship by intimidation. Large numbers of people are never going to hear about htis book because they don't search Amazon.com for new books about election fraud or by Mark Crispin Miller on a regular basis. They rely on the mass media to keep them informed, and it isn't working anymore. I also agree with his suggestion to contact WHYY directly and let them know that their fear of 'conservatives' reactions will attract the wrath of lots of 'liberals' whom they depend on for their funding at least as much as corporations or the government:

    By the way, if you wanna give WHYY hell personally, the phone number is (215) 351-1200. Email is talkback@whyy.org

  21. Re:The "Bush" family is the most corrupt ever. by cagle_.25 · · Score: 2, Funny

    There's something eerie about a man named "Oswald" replying to the post above...

    --
    Human being (n.): A genetically human, genetically distinct, functioning organism.
  22. Why paper ballots don't work in the US by JimBobJoe · · Score: 2, Informative

    In all fairness, you could use paper ballots in the New England states, which don't vote for all that much. You might only vote for 5 offices in any given year.

    In 2004, here in Columbus (Franklin County, Ohio) we voted for 57 different offices, judgeships, city/county/state initiatives and referenda. If you multiply that out by the 590,000 votes cast, then you see why electronic balloting is a necessity.

  23. Re:What is old is new again by Mr.+Slippery · · Score: 2, Insightful
    In Maryland they have had the "late" returns, where the dead were voting to put behind Parris Glendenning over the top and steal the election from Saurbrey (she is now an ambassador).

    No. A handful a fraudulent votes were found in the first Glendening/Sauerbrey contest, but not enough to matter.

    Sauerbrey was an underdog who ran a (from a stickly political-game perspective) very strong campain and almost, but not quite, caught up to Glendening. (Registered Democrats far outnumber Republicans in Maryland, so it was pretty much his race to lose.)

    Her allegations of fraud proved baseless, and damaged her image enormously. (I'm not saying there weren't irregularities, only that they weren't significant to the final outcome.) In 1998 the Maryland GOP was silly enough to make her their candidate again and she got defeated again.

    (For the record, I didn't vote for either of them either time.)

    What they really need is a secure voting system. One that requires positive identification of the voters, cross checking to make sure they only vote once, a paper trail - with incremental checksums.

    The problem is that a secure system is one that denies access by default. But a democratic (small-d) voting system must allow access to the polls by default.

    I don't understand your reference to checksums.

    Purple dye people's thumbs too.

    It's nobody's business but my own (and the poll workers) whether I've been to the polls or not. Marking people who have voted in a manner that is publically accessible is a bad idea.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood