Slashdot Mirror


Azerbaijan Election Results Released Before Voting Had Even Started

Jah-Wren Ryel writes "Florida's hanging chads ain't going nothing on Azerbaijan. Fully a day before the polls were to open, election results were accidentally released via an official smartphone app, confirming what everybody already knew — the election was rigged from the beginning. The official story is that the app's developer had mistakenly sent out the 2008 election results as part of a test. But that's a bit flimsy, given that the released totals show the candidates from this week, not from 2008."

266 comments

  1. Cryptographically signed elections? by Anonymous Coward · · Score: 5, Interesting

    Is there a reason why developed countries haven't let users vote with a public/private key pair, and signing your own votes, in a method that can be cryptographically checked and counted by any reasearcher?

    This can even be done anonymously, just identify voters from anonymously issued keys...

    Certainly problems like this would go away

    1. Re:Cryptographically signed elections? by mosb1000 · · Score: 4, Interesting

      It seems like as long as there's anonymity, it's going to be possible to rig it.

    2. Re:Cryptographically signed elections? by ThatAblaze · · Score: 5, Funny

      This comment has been modded up to (Score: 5)

    3. Re:Cryptographically signed elections? by Desler · · Score: 2

      Is there a reason why developed countries haven't let users vote with a public/private key pair, and signing your own votes, in a method that can be cryptographically checked and counted by any reasearcher?

      Because that would make it near impossible to rig the election.

      Certainly problems like this would go away

      The only "problem" from the perspective of the election riggers is that they gave it away.

    4. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 1

      David Chaum has a way to do it right, anonymous but verifiable.

      However, this means that votes would matter, and in a lot of countries, they tend to be a charade at best, or at worst a way to find dissidents and "neutralize" them and their families/friends.

    5. Re:Cryptographically signed elections? by gl4ss · · Score: 5, Insightful

      while it makes impossible to "rig" the election it makes it totally easy to rig the election the other usual way: voter intimidation, peer pressure, pressure from family, employer requiring certain vote, buying of votes... voted for legalization of pot? goodbye job.

      this is why the pen & paper and a decent society to handle that is the only way to do them(enough volunteer vote counters from enough parties).

      if you can prove who you voted then you can be persecuted for voting certain way(or if you refuse to prove being "loyal").

      and if the vote organizers are crooked then they could crook the signed voting too, press vote and all you would get would be "thank you for your vote for power party 1." or just have everyones receipts show up as normal but the total tally being something wildly different..

      --
      world was created 5 seconds before this post as it is.
    6. Re:Cryptographically signed elections? by fuzzyfuzzyfungus · · Score: 5, Insightful

      I suspect that it's partially inertia/penny-pinching and partially because crypto only solves certain (quite specific) problems within the larger problem of 'run an election'.

      For instance, in those countries that have smartcard-or-equivalent national IDs, cryptographically signed votes would be trivial; but you'd be reusing keys explicitly designed to not be anonymous, indeed, designed to be identifying. That is an issue. Beats some 'SSN+Mother's maiden name' bullshit; because at least it verifies something; but it isn't what you are looking for.

      If you anonymously issue keys, now you've got a weak spot there that crypto can't help you with: the crypto makes it quite possible to ensure that Anon_Key_X was responsible for Vote_X, and only Vote_X; but you still need to devise a system by which an eligible voter can obtain (without some absurd hassle) one and only one anonymous key, without it being covertly linked back to them, or them being able to sign up for ten, or the people running the system being able to generate 250,000(or simply keep a copy of the keys as they are issued, and 'win the race' to get a signed ballot into the pot with that key).

      If you have such a system, you also have a system that could trivially just hand the voter a ballot, since you have already satisfied anonymity, uniqueness, resistance to plural voting, etc. No need for the crypto at all.

      (Also, aside from that, a country with vote rigging tendencies is presumably going to use hierarchical PKI, not some web-of-trust cypherpunk wet dream, so what exactly will an election whose ballots are signed with keys that all descend from the 'Glorious Cryptographic Key for Make Benefit of People's Republic Motherland' prove? Hierarchical PKI schemes, as SSL has taught us, work OK if you are primarily concerned with criminals and frauds; but if the CA is the enemy, you are fucked. If you are the root, you can generate mathematically pristine child keys as fast as your little ASICs can carry you without the slightest trouble.)

    7. Re:Cryptographically signed elections? by vux984 · · Score: 4, Insightful

      Only a handful of mathematicians would trust that.

      Paper ballots with independents actually conducting the election taking ballots and counting them, etc, with overseers from all political parties welcome to watch the entire proceedings, from start to finish.

      Simple and transparent.

    8. Re:Cryptographically signed elections? by XanC · · Score: 1

      If you have such a system, you also have a system that could trivially just hand the voter a ballot, since you have already satisfied anonymity, uniqueness, resistance to plural voting, etc. No need for the crypto at all.

      Except that later, each voter can log in from home, and verify that his vote was recorded for his candidate. Still not perfect, but not bad!

    9. Re:Cryptographically signed elections? by ravyne · · Score: 3, Insightful

      And therein lies the rub. Is non-anonymity really better, especially where despots reign? Does it matter whether despots are continually re-elected through fraud or through fear of repercussions if the result is the same?

      I'm not one to roll over to this sort of fraud myself, but I have little faith that identity wouldn't simply shift the solution to the 'problem' of the people's will in a different, and likely violent, direction.

    10. Re:Cryptographically signed elections? by JesseMcDonald · · Score: 4, Interesting

      ... you still need to devise a system by which an eligible voter can obtain (without some absurd hassle) one and only one anonymous key, without it being covertly linked back to them, or them being able to sign up for ten, ...

      It doesn't solve all the problems, but blinded signatures can take care of this part. The essence of it is that a server can sign a "blinded" token such that, given the unblinded version at a later time, it can tell that it generated the signature but can't trace it back to the blinded version which was signed.

      In this scenario, the voter would present their credentials and be issued a single blinded token. The server would then add them to a list so that they can't come back and ask for additional tokens later. To vote, they present the unblinded token along with their choices. The server knows that they're authorized to vote, but not who they are. The token is added to another list to make sure it can't be reused.

      Obviously you'd need to take precautions (like using Tor) to avoid leaking any personally identifiable information to the server along with the ballot and unblinded token.

      --
      "The state is that great fiction by which everyone tries to live at the expense of everyone else." - Bastiat
    11. Re:Cryptographically signed elections? by shentino · · Score: 1

      Hey, I only meant one of those votes for McCain...

      This machine is rigged!

    12. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 2

      Is there a reason why developed countries haven't let users vote with a public/private key pair, and signing your own votes, in a method that can be cryptographically checked and counted by any reasearcher?

      Because that would make it near impossible to rig the election.

      Certainly problems like this would go away

      The only "problem" from the perspective of the election riggers is that they gave it away.

      hahaha
      no, there are still plenty of ways to rig the election. the critical flaw in this plan starts with who issues the keys. it does nothing to address the problem of someone having access to more than one key.

    13. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 3, Insightful

      Athan Gibbs figured it out years ago: that whole unriggable elections thing.

      Oddly enough, he was hit by a truck...

    14. Re:Cryptographically signed elections? by Smauler · · Score: 4, Insightful

      No... that's one of the problems with anonymity, it's easier to fake. However, it's very, very important, especially in places in which your vote is more likely to be coerced. The advantages of anonymity far outweigh the disadvantages.

    15. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Can someone explain to me why?

    16. Re:Cryptographically signed elections? by Smauler · · Score: 5, Insightful

      Allowing people to check their vote from home would fuck up anyone whose vote was made under coercion. As it is, you can vote one way and say you voted another way.

      This is less of an issue in the US, but it is still an issue... your boss asks you which way you voted.... let's just check that.

    17. Re:Cryptographically signed elections? by superwiz · · Score: 1

      What makes you think developed countries want honest elections?

      --
      Any guest worker system is indistinguishable from indentured servitude.
    18. Re:Cryptographically signed elections? by Thanshin · · Score: 5, Funny

      Further proof that we need the mod option "Prophetic".

      As I've been repeating since at least 2014.

    19. Re:Cryptographically signed elections? by Thanshin · · Score: 5, Insightful

      Problems? What problems?

      You seem to misunderstand the point of modern elections. They are not in place so that the people can choose their representatives. They are there to suppress revolt by displacing the responsibility of bad government into the people.

      Actually counting the votes is a pointless expense. The system works just as well by flipping a coin.

      Azerbaijan are ahead of their time in more ways than the obvious one.

    20. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      It is possible to add pseudo-anonymous traceability with paper ballots too.

      Just a line where you can write a number of you choice. When the votes are counted the numbers are listed together with the votes. That way you can go back and see that there are as many numbers as there are votes and that the number you selected is there.
      A corrupt regime can still invent fake voters but if they can't remove votes without it being noticeable. If they add a significant number of votes they might end up with more votes than they have population.

      This still doesn't prevent your local neo-nazi movement from telling you what number you should write and what you should vote for and if they don't see the number they gave you in the listing they will beat you up.

      I guess every ballot could have a pre-printed number. If you pick the ballot randomly before you vote you can choose to write down the number if you want traceability. The precious problem still remains. The local neo-nazi gang might beat you up unless you give them your ballot number or if the number you gave them doesn't show up in the listing.

    21. Re: Cryptographically signed elections? by Anonymous Coward · · Score: 0

      This is not that hard of a problem. All you need is the electronic vote backed up by an old fashion paper ballot printed in front of the voter. That way you can have the result of the election the instant the polls close, but still do a manual audit/recount if there are complaints of fraud.

    22. Re:Cryptographically signed elections? by SecurityTheatre · · Score: 2

      And/or to simply report "hey, look, I won with 79%"

      Does it really matter what the cryptographically secure vote tabulation machine says?

      Nope. Despot owns media. Despot owns vote machines. Despot has guns. Despot wins.

    23. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      You could do signing the other way around -- the polling place signs ballots when they are cast and voters get to take home a receipt with a verifiably signature. That method isn't as easy to verify, but it *can* be authoritatively verified with voter participation and it maintains complete anonymity.

    24. Re:Cryptographically signed elections? by profplump · · Score: 2

      You don't have to reveal the contents of the ballot in order to verify that a vote with the checksum you were issued when it was cast was actually recorded.

    25. Re: Cryptographically signed elections? by Anonymous Coward · · Score: 0

      What's the mod for "+1: Fulminant Cynicism"?

      Thank you for the breath of fresh air this morning.

    26. Re:Cryptographically signed elections? by noh8rz10 · · Score: 1

      it took me some time to get this but now I see! +1!

    27. Re: Cryptographically signed elections? by Anonymous Coward · · Score: 0

      How would you then be able to check that your vote really where counted for what you voted on? With your verifycation scheme, you would only know that your vote was counted but not how it was counted.

    28. Re:Cryptographically signed elections? by sjames · · Score: 2

      Even without it, elections can be rigged. If you looked at a full list of votes, would you be able to spot the fake people?

      A closer to ideal system would let each voter hand in a record consisting of a freshly generated public key and their vote signed by the private key. In return they get a copy of that back with the date and location added signed by the polling key. A complete copy of all of those signed votes should be available to any citizen.

      Hardly perfect, but it lets any concerned citizen spot check the results for his own vote at least and if it isn't correct, he can prove it.

      It could still be cheated, but it would greatly increase the effort required. Add in seperate keys for each polling place signed by citizens overseeing the polling and it gets even harder.

    29. Re:Cryptographically signed elections? by LordNacho · · Score: 1

      Not wanting to open a whole can of Bitcoin worms into this discussion, but I see some things in that design which could be used for this.

      First, there's some problems, one of which you have already addressed:
      1) Anonymity. We need this so that people don't feel pressured into voting for someone they don't like. As you say, you can generate addresses anonymously.
      2) Tampering from made up votes.
      3) Tampering from made up people.

      The key lies in the scripting language used to determine who gets to send a certain coin on to the next wallet. So if you don't have a certain secret key, you can't move that coin. You can also make a transaction that requires multiple keys. So then you could have a system where certain trusted people (eg independent observers) could sit at the voting locations and stamp everyone's votes, and people would have their own secret keys. You could even have the observers in a sort of tree of trust, so that nobody can fraudulently pretend to be an observer.

      Lots of details on the technical side, but that's how I'd envision it.

    30. Re:Cryptographically signed elections? by EuclideanSilence · · Score: 1

      Give everyone who votes a receipt with a unique serial number, and a list of how they voted.

      Release 2 lists to the public (no private lists are kept): First, a list of everyone who voted. Just name and address. Second, a list of how each serial number voted. No correlation between the order of the lists should exist.

      It is anonymous. You can ensure that there are no extra votes, as the list lengths should be the same. You can ensure that no fake people voted by auditing the first list. You can ensure your vote was counted correctly by checking your receipt again the second list. It requires no trust of private parties because there is no private list.

      Yes, it is possible to have anonymity and vote verification.

    31. Re:Cryptographically signed elections? by JaredOfEuropa · · Score: 2

      It's important that the voting process can be checked by anyone, not just by crypto experts. That's why many developed countries still use paper ballots. Any idiot can see how that process works, can understand that it is pretty hard to cheat if there are enough independent observers, and can even participate as an observer him/herself. Electronic votes are relatively easy to rig invisibly and on a massive scale. Fraud with paper ballots is possible as well, but it is very hard to do on a large scale without anyone knowing. In most countries where elections do get rigged, everyone knows that they are.

      Some good electronic voting schemes have been proposed, but the best ones are a combination of electronic and paper ballots. Vote electronically and receive a printed paper ballot which the voter verifies, then deposits in a box to be counted manually per the usual process. Any large discrepancy between the electronic and paper tally would indicate fraud of some sort.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    32. Re:Cryptographically signed elections? by Tom · · Score: 2

      Actually counting the votes is a pointless expense. The system works just as well by flipping a coin.

      People as a whole already know that. Just individuals don't realize it yet.

      People misunderstand things like "swarm intelligence", but you can see it in elections. For decades now, in most western countries, the election results have become ever closer to the coin toss - 50/50 distribution. That is swarm intelligence at work. Individually, most people still think their vote makes a difference, but collectively, we've already realized that it doesn't matter and the choices are identical.

      --
      Assorted stuff I do sometimes: Lemuria.org
    33. Re:Cryptographically signed elections? by Imrik · · Score: 3, Insightful

      How do you prevent people from being forced to give up their SN to prove how they voted?

    34. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      If you have only two major parties, that'll obviously be a problem. Here in Finland we have four medium size parties and four small parties, small being around 4-10% and medium 15-25% of votes. Some parties have been losing votes and some gaining votes consistently over the last years, so obviously changes do happen. Whether is affects anything is another question.

    35. Re:Cryptographically signed elections? by SuricouRaven · · Score: 1

      Also, the very fact of requiring ID can itsself bias an election. Those documents often aren't held by the poorest in society - they require money for processing fees, and people who can't afford a car aren't going to get a driving license. A measure to prevent vote fraud may - inadvertently or deliberately - selectively exclude part of the electorate.

    36. Re:Cryptographically signed elections? by Smauler · · Score: 1

      The telegraph is a Tory tabloid masquerading as decent paper (albeit with a decent cricket section)... and from your second source : "The evidence currently available to us summarised in Chapter 3 of this paper does not support the conclusion that electoral fraud is widespread in the UK."

      I wasn't talking party politics or religion.

    37. Re:Cryptographically signed elections? by Kaenneth · · Score: 1

      As a thought, how about a check-and-balance system; using the US as a base, what if votes for Congress were anonymous, but votes for Senate seats public record?

      Bills would have to pass pass the scrutity of one group that's protected from being fraudulently elected; and a second that can be voted for without fear of reprecussions...

    38. Re:Cryptographically signed elections? by EuclideanSilence · · Score: 1

      The point is to provide a way for people to show that votes are being counted correctly or incorrectly. As far as fixing things goes, that requires human motivation which no protocol can provide.

      One way would be to publish your receipt with a redacted name. One might be ignored, but if 1000 are ignored then as I said, "human motivation" is lacking.

      Another way would be to show your receipt to 1 public official that you trust. You would actually want the lists to be published per-voter-district, and if you can't trust anyone in the district that you live, you should move.

      Forged receipts are actually more interesting, but why would you want to forge a vote for someone rather than just voting for them directly? I can only really think of doing it to grief the voting officials.

    39. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Accidents will happen.

      --James Clapper

    40. Re:Cryptographically signed elections? by ArsenneLupin · · Score: 4, Insightful

      Their private key would allow them to prove to a third party how they voted... making them subject to pressure or bribery.

    41. Re:Cryptographically signed elections? by ArsenneLupin · · Score: 1
      The SN is public. So a person telling his SN to a third party has no way of proving to that third party that he didn't just pick it from the list.

      However, you would probably be getting some kind of written receipt with the number on... care should be taken that this should be trivial to forge, or the "official" receipt might be proof enough...

    42. Re:Cryptographically signed elections? by TheLink · · Score: 3, Insightful

      You're being rather optimistic. It doesn't actually solve the problem. There's a Google video proposing a well thought out verifiable system: https://www.youtube.com/watch?v=ZDnShu5V99s

      But that doesn't solve the real problem either!

      If someone in power with resources wants to rig the election doing it electronically makes it easier. He could let you check your votes and they show up just fine (as per the video's system), but you have no proof that your vote played any part in the final results! Yes it's audited by some experts, but the someone could plausibly bribe/coerce/select those few auditors.

      That's why a good paper based voting system is superior. When your own representatives and volunteers are there to observe and jointly count the votes one by one, sign off on the totals, check that the final total is the sum of the subtotals it gets pretty hard to tamper with the counts and results. The way you'd rig it is with postal votes, have fake/"supplementary" voters and gerrymandering (electronic systems don't solve these either). Swapping or replacing the ballot boxes might be possible but only likely in isolated areas with few witnesses (in which case the area might be "theirs" anyway).

      And so a good paper based system is also more likely to satisfy one important requirement of elections - convincing enough of the losers that they lost.

      A fancy blackbox system is not really convincing from a IT Security perspective.

      Whereas when the losing candidate's counting/observing team has been telling them that they've been counting the paper votes one by one and the results aren't looking good, it's far more convincing.

      Rigging such a paper based system would require more visibly obvious methods. Everyone can safely assume it's rigged if only one side does the counting and does it behind closed doors.

      --
    43. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The same group that threatens repercussions in one election will commit fraud in the other.

    44. Re:Cryptographically signed elections? by AK+Marc · · Score: 2

      For the first 100 years of the US, open voting worked fine. Then there was a little civil war, and anonymity was brought in. It isn't necessary now. Fraud would drop to near zero if open voting was brought back.

    45. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      This same thing happened in the US. I forget the new station, but they released stats on the election days before it happened. whatever, no one would ever believe it happens here though...

    46. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Yeah, so? Someone tries to buy or pressure my vote, and the FBI will hear about it, if they are even operating now. I hear they take that stuff seriously.

    47. Re:Cryptographically signed elections? by GeorgeDealba · · Score: 1

      IF I was living in a despotic government, I'd rather be anonymous when voting against the government. Not that it would make a difference. And what's to say they don't have any way of knowing who is voting against them?

    48. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      All that could be done now, but isn't. Every absentee vote system I've seen in the US would allow for intimidation, pressure, vote buying, and all that, but there are almost no reports of such issues. Why? Why would you believe that the non-issues would become an issue?

    49. Re:Cryptographically signed elections? by dkleinsc · · Score: 1

      Just a line where you can write a number of you choice. When the votes are counted the numbers are listed together with the votes.

      Any system that allows you to prove how you personally voted, in any way, is open to coercion: e.g. "Show me proof that you voted for Jones rather than Smith if you want to keep your job."

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    50. Re:Cryptographically signed elections? by lagomorpha2 · · Score: 2

      No... that's one of the problems with anonymity, it's easier to fake. However, it's very, very important, especially in places in which your vote is more likely to be coerced. The advantages of anonymity far outweigh the disadvantages.

      Coercion by definition requires a despot to be public about his despotism. With a secret ballot, despots can go around rigging elections for decades pretending to actually be chosen by the people.

    51. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The closer it is to 50/50, the more important each vote is. At 90/10 once vote doesn't matter (and who ever is elected will be able to act like a god), but at exactly 50/50 the next vote will determine the election.

      Also, there's more than two choices in almost every election.

    52. Re:Cryptographically signed elections? by ArsenneLupin · · Score: 3, Interesting

      Even if it's your employer? That might put your manager behind bars, but yourself out of a job...

    53. Re:Cryptographically signed elections? by fatphil · · Score: 2

      Are you under the misapprehension that the FBI operates in every other country in the world too? Your parochial view of simply running off and complaining to the FBI, simply doesn't apply to well over 6.5 billion people on this planet. And quite how you will do that anyway with broken kneecaps, I'm not sure.

      --
      Also FatPhil on SoylentNews, id 863
    54. Re:Cryptographically signed elections? by Wootery · · Score: 1

      Yeah, so? Someone tries to buy or pressure my vote, and the FBI will hear about it, if they are even operating now. I hear they take that stuff seriously.

      This is a non-answer. If 'the system' could be trusted, we wouldn't be having this discussion.

      In assuming that the 'powers that be' are themselves opposed to such pressure (the way the FBI presumably are), you ignore the real possibility that it might be them who are putting pressure on voters. I know nothing of Azerbaijan's politics, but it seems that's what's going on here. Their elections are broken. They have no FBI.

      This is a Who will guard the guards? question, to which the answer is certainly not No problem, I trust the guards.

    55. Re:Cryptographically signed elections? by cryptizard · · Score: 1

      Yes, there is significant work in this already. What you are describing is basically Punchscan or Scantegrity, except they have additional cryptographic protections to ensure anti-coercion. Instead of the list showing which candidate you voted for it has another random number which was assigned to the candidate you voted for on your specific ballot. That way anyone looking at the public list can tell if their vote was recorded the way they cast it but no one else can know who you voted for, even if you tell them your serial number. Those random numbers are then linked through a mixnet to actual candidates and the links are cryptographically audited for integrity (but without revealing them, i.e. zero knowledge proofs).

    56. Re:Cryptographically signed elections? by cryptizard · · Score: 1

      Being able to prove that your vote was counted as you cast it is not the same as being able to prove who you voted for. This is already a solved problem, google Scantegrity.

    57. Re:Cryptographically signed elections? by cryptizard · · Score: 1

      This is a solved problem, see Scantegrity.

    58. Re:Cryptographically signed elections? by usuallylost · · Score: 1

      Even if we come up with the perfect system what are the odds of it being adopted? After all in most countries with voter fraud the powers that be are the ones who benefit. The very people we would have to convince to enact one of these schemes. Just look at the example of trying to require that people prove their identity before voting in the US. You can't do anything in this country without ID but somehow requiring that you prove your identity before voting is the end of the world. If you can't get agreement on something that simple what are the odds that they'll ever agree to the rest of this? Coming from a state where you have always, at least in my lifetime, had to prove your identity before voting the whole debate over this seems suspect. Still it illustrates the point that if one side thinks they get an advantage from a poorly run system they will defend that to the death. In my view that is going to be a far greater hurdle than the technology.

    59. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      And everyone would be open to being "bribed" into voting if they do not want their "little secret" to become public - you can not even lie and say you voted as they said, because they can check it. And 10 years from now when you have changed political standpoint, your new friends will be able to see what you voted 10 years ago - might not look very good if you have any aspirations to making it somewhere in politics.

      I is _always_ necesassary with anonymous votes. because you do not know who rules the world tomorrow.

    60. Re:Cryptographically signed elections? by cryptizard · · Score: 1

      If the results and the verification information are posted publicly then ANYONE could verify, and it only takes one person to find the fraud. I guarantee you there are enough bored grad students that you couldn't possibly bribe them all.

    61. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      What if the FBI are the ones pressuring you... you sound very naive

    62. Re:Cryptographically signed elections? by green+is+the+enemy · · Score: 1

      Has anyone tried a system where serving in the government is a civic duty just like jury duty? You get selected randomly and serve a short term, maybe a couple years, then go back to being a normal citizen. Perhaps this would be better than having factions competing for power? The power of lobbyists also needs to be checked somehow.. The goal is basically to avoid letting an organized group accumulate power, and instead spread political power as evenly as possible through the general public.

    63. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      As for true democracy US is not a good base to work out from (you may think so if you have not looked into how other countries manage this - and i would not fault you for that, personally i do not care about the US details either, but a "base model for free democracy" it is not)

      Anyway, we are discussing Azerbaijan - so all this talk about how the US system could be better is rather off-topic

    64. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Many things go on that is (almost) not reported (especially in countries where the reporting is mostly done by government controlled media). Take a look at the world and ask yourself, why would someone not try to abuse this and make the non-issue into an issue? Id rather be prepared than blissfully trusting that "everything will turn out just fine" - because in my experience, that is rarely the case. Also consider that real examples of vote-rigging of all kinds do exists.

    65. Re:Cryptographically signed elections? by couchslug · · Score: 1

      In the end, one must embed the capability for violent revolution by ensuring the people are armed and thus able to kill their oppressors. Nothing less protects freedom. Pacifism only works, sometimes, on weak oppressors. Not only must the people be armed, they must harbor to some degree the willingness to kill their masters should it ever come to that. The Founders weren't fools.
      While firearms owners in the US are often "conservatives", that's not a consequence of firearms ownership. Many "liberals" tend to so worship government they trust it, and that trust is obviously not sane as our current climate demonstrates.
      Want the masters to respect you? They need to know that, if you are motivated and perhaps willing to die doing it, can kill them.
      It's up to each nation to decide when enough is enough. That Syrians can fight a monstrous police state is a sign of hope and worthy of admiration. It does take will though. The famous vid of the insurgent walking down a row of captives and executing them shows what is required. The only way to be rid of serious enemies is for them to stop breathing.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    66. Re:Cryptographically signed elections? by bentcd · · Score: 2

      You seem to misunderstand the point of modern elections. They are not in place so that the people can choose their representatives. They are there to suppress revolt by displacing the responsibility of bad government into the people.

      Cynical as this is, there is certainly a lot of truth to it.

      Actually counting the votes is a pointless expense. The system works just as well by flipping a coin.

      This isn't the case however. There needs to be a certain correlation between the election result and polls etc., or people will realize it's all a sham. The easy way to achieve this correlation is to make a reasonable effort to actually count the votes and use that result as the official election result. (One of the difficult ways is to try and control the press without the people realizing that you do; there are so many pitfalls down this path I don't know that it can be done well for long.)

      --
      sigs are hazardous to your health
    67. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The major problem is is it dosnt say WHO won, Id like to put a bet on before the polls close today

    68. Re:Cryptographically signed elections? by sycodon · · Score: 2

      You can never support the conclusion of anything if you won't or can't search for evidence of it.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    69. Re:Cryptographically signed elections? by Jason+Levine · · Score: 3, Insightful

      I'd also add that there's the problem of being punished for not voting a certain way. It could be a McCarthy level scare where you voted for Politician X and he's just been branded "the enemy" as well as all of his supporters. Your vote being public could mean that you are swept up in the hysteria and jailed or ostracized by the public for voting the wrong way.

      Or it could be that your employer really wants Politician Y elected. They've invested quite a lot and your vote for Politician X "troubles" them. Perhaps they don't even outright tell you to vote for Politician Y but "strongly suggest" you do so. Maybe they don't even try firing you for voting the "wrong way", but now you're on a hit list and the first excuse they have you're out the door.

      There are just too many ways that public voting can be abused. Yes, our voting system is broken, but no, public voting won't fix it.

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
    70. Re:Cryptographically signed elections? by simonreid · · Score: 1

      That assumes all votes are made equal, which they are not. Because of gerrymandering in the US something like 80 or 90% of political offices are not competitive votes, which means that incumbents are always reelected and if you live in one of those districts, your vote basically doesn't count. What it means is that only votes in the primaries count, so you end up loosing the center since the only competitive vote is within your own party.

    71. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Is there a reason why developed countries haven't let users vote with a public/private key pair, and signing your own votes, in a method that can be cryptographically checked and counted by any reasearcher?

      Because explaining this concept to anyone who HASN'T dedicated their lives to computer science (read: anyone who isn't a hopeless dweeb like us) would scare them into making absolutely, ultimately sure they don't vote for anyone who had any hand in it?

      No, seriously. First, go find yourself a new, significantly non-computer-nerd friend. Yes, by this I mean step out of the echo chamber and into the big bad scary real world for this exercise. Explain cryptographically secure public/private key pairs to them. You have roughly the same amount of time to explain as you would give THEM to explain the differences between overtime methods employed by the NFL and NCAA and how this alters late-4th-quarter gameplay, all before starting a discussion comparing and contrasting the music of Justin Bieber and One Direction (with examples!). Make sure that when you explain keysigning, you mention how they'll need to keep this unpronounceable, scary-looking string of characters on them at all times they might want to use it AND keep it from anyone else poking around on their computers (i.e. their kids), remembering that these same people have a hard enough time managing 8-character password strings that are most likely real words.

      See how far that gets you before they stop talking to you, start actively resenting the concept of public/private key pairs, and get back to their jobs and lives that — hard as it may seem for you to believe — DON'T involve sitting around reading mailing lists for compiler bugs all day long.

    72. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Is there a reason why developed countries haven't let users vote with a public/private key pair, and signing your own votes, in a method that can be cryptographically checked and counted by any reasearcher?

      Of course there is a reason, the elections would actually be fair. Why do you think the US government has been pushing Diebold voting machines on its own citizens, even though they have been shown to be completely insecure and readily hackable.

    73. Re:Cryptographically signed elections? by MozeeToby · · Score: 1

      Well, this is a situation where computerized voting could actually be an improvement.

      You go into the voting booth and enter your ID.
      Voting machine's first question: "Are you being coerced to vote a certain way?"

      If they answer yes, bring up a ballot with big flashing red highlight at the top: "Fill this ballot the way your coercer wants you to vote". And the machine generates a vote ID. Then bring up another ballot with big flashing red highlight "Fill this ballot the way you wish to vote". And the machine generates a second vote ID. Then when you get home there's a website where you can enter a vote ID and see the corresponding ballot. Whether the vote is "real" or not is stored in a hidden variable that can't be accessed from the public facing website. You can punch in the fake vote ID to show your boss or union leader and you can punch in the real one to verify your own vote.

      The problem is that you're trusting the software to properly record which votes are real. This doesn't actually let the voter verify that their vote was properly recorded which is the whole end goal of them being able to pull up their ballot from the website. One way to *maybe* get around that is if instead of generating a fake ballot, the software matched it with someone else's real vote, then there's simply two pointers to the same vote. If you did it on for each individual race on the ballot it could work, but you'd have to give them a printout of their vote ID's to keep track of them all.

      But then, in the US we can't even understand such terrifying concepts as a ranked voting system. Something as complicated as all that will never fly.

    74. Re: Cryptographically signed elections? by Anonymous Coward · · Score: 1

      To be fair, it could be argued that the current state of US politics exists BECAUSE of this desire to keep one's opinions hidden, rather than stand up for them.
      And the idea that you'd sacrifice your principles for a buck flies in the face of the founding fathers anyway.
      America would be better if more of its citizens would grow a pair.

    75. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Azerbaijan are ahead of their time in more ways than the obvious one.

      Are they on UTC+4.05??

    76. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The problem with voting is that it's secret. No one has to (gets to) know who you voted for. Also no one gets to watch their vote get counted. There will be no solid form of voting, ever, unless it meets the following requirements:

      1) There has to be a building for each candidate, and each building has to be in eye-view of each other, that way everyone can plainly see who's got more voters.
      2) there is to be a well-lit "score board" that displays the current number of votes for that candidate, outside. Again in plain sight of the other building(s).
      3) Each person that votes can watch the displayed number at that building increase by 1 when they vote.

      It seems so simple, and yet no one in any elected seat will support it. I wonder why.

    77. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Fraud is already near zero, unless you are in some kind of Conservative Non-Reality Bubble.

    78. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      What you're saying is that it's better to be lied to, than it is to be threatened. Well, I say that if there be threats, then anyone can see who the bad guys are. Besides, how many fucking people can be threatened in a way that changes an election? Back in the day, there were far fewer people in America. If you threatened 1,000 people, then you would surely get enough votes to make a difference. But 1,000 people today is nothing. Besides, again, how would the threats be carried out in today's world?

    79. Re:Cryptographically signed elections? by ygslash · · Score: 3, Interesting

      Only a handful of mathematicians would trust that.

      Paper ballots with independents actually conducting the election taking ballots and counting them, etc, with overseers from all political parties welcome to watch the entire proceedings, from start to finish.

      Simple and transparent.

      No, even the mathematicians wouldn't trust it. See Bruce Schneier's 2006 essay that explains why.

      Use paper ballots. Period.

      However, crypto can still add value - it can go a long way towards preventing fraud and errors even in a paper ballot election. Scantegrity is an open-source system, invented by Rivest (the "R" in RSA), Chaum, and other researchers, that helps secure a paper ballot election by supplying each voter with a simple verification code that can be written down. The codes in no way compromise the anonymity of the voters, and cannot be used to determine what vote was cast. But they can be used by individual voters to verify that their votes have been counted correctly, and by election officials to verify that ballots have not been tampered with and that the results have been tallied correctly. The overhead cost of the system is low.

      Scantegrity has been used successfully in two real elections - municipal elections in the Takoma Park, Maryland in the U.S. But so far it doesn't seem to be catching on very much. I guess it doesn't quite suit the needs of the big money electronic voting industry.

    80. Re:Cryptographically signed elections? by operagost · · Score: 1

      My friend, when there are Black Panthers standing outside the polling place, we still need anonymous voting. The fact that it was a polling place in Philadelphia where over 90% of votes go to Democratic candidates anyway doesn't constitute an answer.

      Please don't pull the race card. If there were skinheads outside the polling place, I would make the same argument.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    81. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Perhaps there is a method to cryptographically "sign" votes and give voters a token that's proof of vote and how they voted, but does not divulge their vote choices.

      Say your voter form (Which has no identifying information on it. You're anonymous after your check in. That's how voting works today) has a unique key. The vote machine could also have a key, and your local election authority, state, etc. All of these authorities sign your vote and create an authentication trail.

      When you're done you get a stub that contains your signed vote, your form key, etc.. But the whole thing is encrypted by a master election authority key. This way your stub can prove your vote and how you voted, but can only be verified by the election authority. This means anyone with your stub can't intimidate you based on your vote choices.

      For good measure, make tampering with and unauthorized possession of election keys a serious felony with stiff penalties.

    82. Re:Cryptographically signed elections? by operagost · · Score: 1

      I understand that some people are afraid of guns, but I don't understand how one one hand the average Slashdotter worries about government surveillance and intrusion, but on the other hand opposes the right to self defense against said oppressive government.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    83. Re:Cryptographically signed elections? by tlhIngan · · Score: 1

      Has anyone tried a system where serving in the government is a civic duty just like jury duty? You get selected randomly and serve a short term, maybe a couple years, then go back to being a normal citizen. Perhaps this would be better than having factions competing for power? The power of lobbyists also needs to be checked somehow.. The goal is basically to avoid letting an organized group accumulate power, and instead spread political power as evenly as possible through the general public.

      It becomes problematic because one big question is how much do you pay them? Pay too little and it's still easy to do "campaign contributions", pay too much and then you'll have the lottery effect (or worse yet, defaults and all that as they get used to a lifestyle that's unmaintainable).

      No, I think the US needs to get back to the 1-per-30,000 tops rule. Sure, it means you somehow have to fit 10,000 people in a building, but perhaps this is a good use of video conferencing - with that many people, most of them can simply stay in their representative area and do work remotely. This way they're closer to the people they represent and not stuck in the capitol. It also cuts down on housing and hotel costs, missed votes, etc.

      And with that many people, we can probably pull them from ranks that don't demand as much pay - imagine if their pay was linked to median income in the area they represent. Or directly paid from taxes as a line item.

      Lobbying would be much harder - imagine trying to convince 5000+ people to go your way - it would take a LOT of money to do so (even a "modest" contribution of $1000 makes $5M spent, and we know the bigger lobbyists pay easily $10k-100k. Well that just ballooned their lobbying expense to $50M-500M. And if $1000 was all they could afford, a bunch of their local citizens could easily match that.

    84. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The paper voting system is basically publicly verified (except for postal votes), and the average person can understand easily how it works without much handwaving at all.

      The crypto method is great and works in theory, but you need 1.5 hours of explanation to get relatively educated people to understand how it works, and most people have to take by faith that the math is solid. So good luck convincing the losers they've lost fairly and not because the blackbox was rigged. You could say to them, here look at this and do the fancy math to prove it to yourself. But how convincing is that?

      That's still not as convincing as ballot boxes where the majority of paper votes weren't for your candidate. Ballot boxes that were publicly shown to be empty at the start of the day, filled up by voters votes. Ballot boxes that did not move at all, and all the votes were counted from those ballot boxes, where both sides look at each paper vote and decide who it was for.

      Explaining the checks and counterchecks in typical paper voting system takes a few minutes to the average voter - but at least it's not hours. And you don't have to take the math by faith. You have to trust the observers and counters on your side, but for them to betray you is not easy - since it requires collusion by all including the other parties! They could say ok the vote was for the other party, but the representatives of the other party might go "hey the vote is not for us, wtf are you bunch playing at?".

    85. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0
    86. Re:Cryptographically signed elections? by Hotawa+Hawk-eye · · Score: 1

      Yes, it leads to blackmail and intimidation. Suppose I want Kang to win the election instead of Kodos. I can threaten to harm your family or release a secret I know about you unless you vote for Kang. With the current system, unless I look at your ballot before you put it in the ballot box (and that would be difficult to do covertly in the polling place where I usually vote; it may be easier in other places) I don't know for certain how you voted. But if YOU can check how you voted, so can I. If you voted for Kodos or anyone but Kang, I'll harm your family or broadcast your secret.

      In addition, you expect everyone to memorize their key pair and enter it perfectly in the voting system? People have enough trouble remembering eight character passwords (so they choose "password" or write it on a sticky note.) Asking them to remember a longer key made up of (what appears to them to be random) letters and numbers would result in them bringing a copy of their key to the voting booth ... and likely tossing it in the trash on the way out. Pose as a substitute janitor and grab those pieces of paper/sticky note then change those votes -- how likely is it that those people are going to check their votes?

    87. Re:Cryptographically signed elections? by ygslash · · Score: 1

      This same thing happened in the US. I forget the new station, but they released stats on the election days before it happened. whatever, no one would ever believe it happens here though...

      Here's the story. It was KPHO in Phoenix, Arizona. They displayed a banner at the bottom of the screen announcing the exact percentages by which Obama defeated Romney with 99% of results in - more than two weeks before the election.

      The station claims it was a mistaken display of a test graphic. Could be that's what happened in Azerbaijan, too, if we want to give them the benefit of the doubt. Do we?

    88. Re:Cryptographically signed elections? by sjames · · Score: 1

      You could easily create a fake voting receipt that would show any vote they wanted. it's poll signature would be wrong, but your boss couldn't check that.

      It could even be built in to the system. Press the practice button in the voting app and you go through the whole procedure and get a fake ballot receipt.

    89. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 1

      Has anyone tried a system where serving in the government is a civic duty just like jury duty? You get selected randomly and serve a short term, maybe a couple years, then go back to being a normal citizen. Perhaps this would be better than having factions competing for power? The power of lobbyists also needs to be checked somehow.. The goal is basically to avoid letting an organized group accumulate power, and instead spread political power as evenly as possible through the general public.

      If I remember rightly, the ancient greeks used this system. They called it democracy....

    90. Re:Cryptographically signed elections? by jsindell · · Score: 1

      Give everyone who votes a receipt with a unique serial number, and a list of how they voted.

      How do I ensure that my serial number is actually unique?

    91. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      All that could be done now, but isn't. Every absentee vote system I've seen in the US would allow for intimidation, pressure, vote buying, and all that, but there are almost no reports of such issues. Why? Why would you believe that the non-issues would become an issue?

      Actually, there are constant complaints that absentee voting is rife with voter fraud. For example, a Miami mayoral election was 'won' by a guy with 5000 false absentee ballots.
      But investigating all the possible instances of Mickey Mouse voting might lead to requiring Voter ID, which is anathema to one party.

    92. Re:Cryptographically signed elections? by fuzzyfuzzyfungus · · Score: 1

      True, true. There are some clever cryptographic tricks designed largely around the problems of building voting systems(I'm no number theory expert; but apparently at least some of the problems are tractable); but those systems look rather little like the 'crypto' that we usually see around (which tends to fail one or more requirements of voting rather blatantly.)

    93. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Because an armed militia never overthrew a standing army, not even during the American Revolution.

    94. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      There are multiple precincts where there were more recorded votes than eligible voters. There are (generally localized) areas of high dependencies.

    95. Re: Cryptographically signed elections? by intermodal · · Score: 1

      And how would you confirm the token was not bartered, gifted, or involuntarily taken from the voter? We're looking at the toolbox of the corrupt political machines of yesteryear, just with higher tech.

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
    96. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      If you have such a system, you also have a system that could trivially just hand the voter a ballot, since you have already satisfied anonymity, uniqueness, resistance to plural voting, etc. No need for the crypto at all.

      The problem with that is how do you guarantee that one person doesn't take 10,000,000 ballots, fill them all out, and stuff the box? Trusting the polling officials is often the response, but they are often part of the corruption. Since you don't trust the CA, how can you trust every poll worker hired by that CA?

    97. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      fraud at the voter level is virtually nil.
      the republicans have been crying about voter fraud as a strawman to let them redistrict to win more elections with less effort on their part. since felons can't vote they have been doing a lot to make blacks felons. this is nothing new. the whitehouse payed blacks less and never promoted them until recent history. politicians are still slave/freeman mentality and they deny it, but their walmarts come in, take local jobs away and find underachievers to collect welfare at the same time as they work so that walmart can make 300% profit same as everyone else, but without the poor benefiting while corporations funnel money overseas to force deficit spending especially on wars for them to play the part of patriots.

    98. Re:Cryptographically signed elections? by AK+Marc · · Score: 1
      In Alaska, the votes are put in a "privacy" sleeve and fed into the counter without anyone being able to see. Why? Because in Texas until the '80s (and maybe later), as you ran your vote through the machine, your vote would be seen by the workers. They'd "help" you feed it, and could fold a corner and spoil your vote, causing you to re-vote until you vote the way they want (or you give up, "try again next year, dear"). Or scan and count the numbers, and too many of the wrong votes, and boxes went missing.

      Anonymous voting guarantees someone could steal/spoil/suff your vote, and you can never know.

      The precious problem still remains. The local neo-nazi gang might beat you up unless you give them your ballot number or if the number you gave them doesn't show up in the listing.

      For a stable country like the US, that risk is low. If someone were to make such threats, posses that out-gun the Nazis would show up spontaneously (void in NYC and DC).

    99. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      I is _always_ necesassary with anonymous votes. because you do not know who rules the world tomorrow.

      Yet for the first 50 years of the 100 years of the USA, open voting worked much better than you describe. When reality and the uninformed opinion of an AC conflict, I'll pick reality.

    100. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      1) Anonymity. We need this so that people don't feel pressured into voting for someone they don't like. As you say, you can generate addresses anonymously.
      2) Tampering from made up votes.
      3) Tampering from made up people.

      1) how much anonymity do we need when people announce who they voted for in almost every election? How many people do you know who really don't talk politics? Taxes, welfare, medical care, and such and most people will share and complain for hours.
      2) Fixed by open voting
      3) Fixed by open voting

      Open voting isn't perfect, but it's better than we have now.

    101. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      That's why many developed countries still use paper ballots. Any idiot can see how that process works, can understand that it is pretty hard to cheat if there are enough independent observers, and can even participate as an observer him/herself.

      We can also *prove* that system doesn't work. The number of "errored" ballots was greater than the margin of victory in a number of recent US elections.

      How do you know how *your* vote was counted? For the wrong guy because the reader was misaligned? Discarded because your chad was dangling or pregnant? You can't. Someone could count your vote for "the other guy" and you'd never know. Or discarded. Or have 100 fake votes placed on top or in place of. And you'd never know.

    102. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Funny when I talk about how it'd work in the US, people chime in about "everywhere else" but when I talk about everywhere else, people complain about how it'd work in the US.

      Open voting (absentee) doesn't have the listed problems in the US.

    103. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      But those aren't the complaints caused by the openness. With absentee ballots, your boss can fill in your ballot for you, seal it, and have you send it (with him watching), then have you work early and late on voting day to guarantee you don't spoil the ballot sent. Yet I've never heard of it happening.

      Yes, absentees are stuffable, that's because they are (theoretically) anonymous. Make the process completely open and traceable, and you'll know who voted 5000 times.

    104. Re:Cryptographically signed elections? by AK+Marc · · Score: 2

      No, I'm talking about US voting on a US site. Why are you on a US site whining about how it isn't international enough for you?

    105. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      This is a Who will guard the guards? question, to which the answer is certainly not No problem, I trust the guards.

      But that's done today. We "trust" the poll workers. We always "trust" someone.

    106. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Then you go to the press... You sound very dumb.

    107. Re:Cryptographically signed elections? by AK+Marc · · Score: 0

      Please don't pull the race card.

      What, you are afraid to be near black people? Why is the presence of a black person standing near a door such a problem? I remember white people standing around the polls in white Dallas when I went to the polls 20+ years ago (though no photos on me to prove it). I looked up the videos of the polling place that popped up on my search, and they didn't stop or harass anyone. In fact, the guy with the camera confronting them was the only prick there. So again, why is it a problem that concerned citizens choose to legally stand near a polling place? It's not a race issue, but you only have blacks to point to. If skinheads were hanging around the door, not bothering or speaking to anyone, would it really bother you that much? Why? Or are you presuming "Black Panther" to be a terrorist organization, and skinheads to be the white equivalent?

    108. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Why is the presence of a black person standing near a door such a problem?

      Black Panthers are a militant hate group that tends to carry AK-47s everywhere they go (as is their legal right).

    109. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Yeah, and the guys from the apparent incident the OP was referring to did not have firearms, nor were they hating anyone at the time.

    110. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      The way you vote is already known, before you cast your ballot, even in a secret ballot.

      Things like Google analytics can figure out who you're going to vote for based on statistical models with alarming precision. Also employers already buy this data and use it to filter candidates for political alignment before they are even interviewed.

      The scary thing to me is that so much "private" information is already known and shared between everyone who can afford to buy it and be trusted to keep it out of the hands of the public. So instead of fighting back by collecting our own intelligence and trying to make public the structure of our society, we petition for greater privacy protection, that amounts to nothing more than a gentlemen's agreement that all the illegally collected intelligence be kept secret and it's existence publicly denied.

      Julian Assange is right, regardless of what privacy laws exist, private conspiracies and cartels will gather and collate whatever information they want, and use it in whatever manner they choose. The only thing that changes with privacy law is that they now have a necessity to keep it secretive. That hardly makes things any better for us rabble.

    111. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      No shit. This is exactly how New Zealand voting works. When you show up at the polls, you hand in your voter registration (no voter id required), and they hand you a serialised ballot form and a voter receipt, you fill in your ballot form in a booth and drop it in a box. When the election is over the serialised ballot results are published, and you can check that your vote went to who you voted for. No record of which voter serial matches which ballot serial is kept, but the voter serial is recorded at the polling center to verify that no one voted at multiple polling centers (there are usually more polling centers than electorates, and you can vote at any polling center in your electorate).

      It is anonymous. You can ensure that there are no extra votes, as the list lengths should be the same.

      Actually the ballot list will usually be shorter than the voter list, as, at least in New Zealand, you are required to register, but you are not required to vote. Since on average 70% of registered voters vote*, you can pretty much guarantee the ballot list will be shorter than the voter list.

      * In our last election, less than 40%, and I know plenty of people (leftists, communists) who didn't vote out of protest, then got angry that right-wing nationalists won the election. Gee, how did that happen? Dumbasses. I was disappointed, but I don't consider that an unfair election, if leftists are too dumb to understand how an election works, they deserve what they get. I consider myself a leftist, but I also consider most other leftists to be dumbass morons.

    112. Re:Cryptographically signed elections? by Wootery · · Score: 1

      I'm not American, but as I understand it poll workers don't know who specifically you're voting for. That's the way it is in the UK, at least. The reason for this is precisely to avoid having to trust them not to pressure you.

      You're right that ultimately, yes, you have to trust the system, but regarding the specific issue of voter-pressuring, you don't want anyone else to know who you voted for, whether it be poll workers, family and friends, your boss, etc.

    113. Re:Cryptographically signed elections? by LordNacho · · Score: 1

      1) Anonymity. We need this so that people don't feel pressured into voting for someone they don't like. As you say, you can generate addresses anonymously.

      2) Tampering from made up votes.

      3) Tampering from made up people.

      1) how much anonymity do we need when people announce who they voted for in almost every election? How many people do you know who really don't talk politics? Taxes, welfare, medical care, and such and most people will share and complain for hours.
      2) Fixed by open voting
      3) Fixed by open voting

      Open voting isn't perfect, but it's better than we have now.

      How do you know how many people you talk to actually agree with you? They could just be saying whatever makes the situation least unpleasant. Anonymous voting is the only way we can be sure people vote their conscience.

    114. Re:Cryptographically signed elections? by Anonymous Coward · · Score: 0

      Let's spell this out a little more clearly for you. Non anonymous voting allows Black Panthers/KKK to force you and then CONFIRM your vote was in line. They would have the knowledge of your vote and pay you a visit if it wasn't what they paid/forced you to do.

    115. Re:Cryptographically signed elections? by AK+Marc · · Score: 0

      And how is that a bad thing? An unarmed little white guy, by himself confronted the armed "Black Panthers" in the video on that incident I saw. If they were realy vote tampering, you'd just say "yessir, here's my vote"?

    116. Re:Cryptographically signed elections? by fatphil · · Score: 1

      "No, I'm talking about US voting on a ... " ... thread titled "Azerbaijan Election Results Released Before Voting Had Even Started"

      --
      Also FatPhil on SoylentNews, id 863
    117. Re:Cryptographically signed elections? by AK+Marc · · Score: 1
      When I lived in TX, the poll workers did know how you voted. The voting system in Alaska was different and in such a manner that the poll workers could see what party you registered with, but not the particular vote cast that day.

      you don't want anyone else to know who you voted for, whether it be poll workers, family and friends, your boss, etc.

      Then don't tell them.

      Though you've hit the real issue of why it won't work. Voter apathy is so high, nobody cares. We'be had multiple presidential elections decided by vote error margins, and nobody wants to change the system (nobody being 3 insane Internet bloggers, and nobody else). Nobody cares. And why are you so ashamed of your vote? Quit voting for Satan, and you won't have to be ashamed.

    118. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      How do you know how many people you talk to actually agree with you? They could just be saying whatever makes the situation least unpleasant. Anonymous voting is the only way we can be sure people vote their conscience.

      So you are saying that you, personally, would vote differently if you knew your friends and family knew for sure how you voted? Why?

    119. Re:Cryptographically signed elections? by publiclurker · · Score: 0

      Fraud is already near zero. It's just the excuse that certain groups are using to disenfranchise voters that they don't like.

    120. Re:Cryptographically signed elections? by LordNacho · · Score: 1

      How do you know how many people you talk to actually agree with you? They could just be saying whatever makes the situation least unpleasant. Anonymous voting is the only way we can be sure people vote their conscience.

      So you are saying that you, personally, would vote differently if you knew your friends and family knew for sure how you voted? Why?

      Not at all. But not everyone has such uncomplicated friends and family. Your friends might like to tell you one thing and vote another, though.

    121. Re:Cryptographically signed elections? by Wootery · · Score: 1

      Then don't tell them.

      No, my point was that no-one should know which way you voted, precisely because of how many people are likely to be putting some sort of pressure on you. The poll workers, therefore, should not know which way you voted.

      We'be had multiple presidential elections decided by vote error margins

      This isn't an indication of voter apathy. A two-party contest is a predictable, indeed pretty much inevitable, outcome of the voting system.

      and nobody wants to change the system (nobody being 3 insane Internet bloggers, and nobody else)

      I wonder what the real numbers are on this issue. People that genuinely love the Democratic Party or the Republican Party (rather than just thinking in 'lesser of two evils' terms) would likely want the current system to stay even if they fully understood what it's doing.

      I suspect you're right, though, that not nearly enough voters know/care about the voting system and its effects.

      And why are you so ashamed of your vote? Quit voting for Satan, and you won't have to be ashamed.

      Seriously? You've totally missed the point. 'Voting for Satan' is subjective, and voter pressure is a real issue. If your boss/family is strongly republican, it could put you in a difficult position if they found out you voted Democrat, no?

    122. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      There are precincts reporting more counted votes than eligible voters, with 20% voter turnout. Twice in recent history we had a presidential election decided by less than the margin of error. Fraud is much more common than you imply.

      And even if there were 0% fraud (And there never is), then open voting would eliminate the disenfranchising you assert is happening.

    123. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Not at all.

      So "It'd work for me, but nobody else, and I can't really articulate why, other than I just don't like it."

      Everyone I've talked to that used the "people would pressure you" excuse all indicated it wouldn't happen to them, but everyone else. So are you all liars, or is there really no problem at all? I can't figure out which, because I can't get a straight answer from the fraud-enablers who require anonymous voting because they fear change.

    124. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      If your boss/family is strongly republican, it could put you in a difficult position if they found out you voted Democrat, no?

      My boss/familyare strong Republicans and they know I'm not. And you know what? Nobody really cares.

      Open voting will eliminate every current avenue of fraud and introduce *no* new avenue of fraud. It really is that simple.

      And no, I can't understand why so many people are cowards about their opinions. It worked fine for the first 50 years of the USA. Why do you hate the USA?

    125. Re:Cryptographically signed elections? by Wootery · · Score: 1

      My boss/familyare strong Republicans and they know I'm not. And you know what? Nobody really cares.

      Existence does not imply universality. Other bosses/families might be, you know, different from yours.

      Open voting will eliminate every current avenue of fraud and introduce *no* new avenue of fraud. It really is that simple.

      I don't buy it. Fundamentally, if it is possible for a third party to know who you voted for, it is possible for them to incentivise a particular vote/non-vote. I can see that an 'open voting' system would help combat other voting issues (being able to check that one's vote has been properly registered would be a nice feature), but the downside I've pointed out is not a trivial one.

      Why do you hate the USA?

      Oh shut up. Does this look like a right-wing talk-show to you?

      Firstly, I've already said I'm not American; you won't get far by questioning my American patriotism.

      Also, you seem to be forgetting that America abandoned the 'open voting' system over a century ago - if we wish to indulge the logic used by talk-show hosts to pander to their moronic viewers, we could well conclude it is you who in fact 'hates America' for disapproving of their current-day voting system.

      But I'm sure neither of us are that stupid.

    126. Re:Cryptographically signed elections? by publiclurker · · Score: 0

      " open voting would eliminate the disenfranchising you assert is happening" How would it do that? Forcing a 90 year old to get photo ID for no legitimate reason won't be solved by making things more confusing for her.

    127. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Other bosses/families might be, you know, different from yours.

      I don't doubt that they "could" exist. But I've searched for them and haven't found them. Every time someone has brought that up, the (obvious) follow-up question of "would your family disown you if you voted differently than them" gets the response "of course not". Because it never happens.

      Fundamentally, if it is possible for a third party to know who you voted for, it is possible for them to incentivise a particular vote/non-vote.

      True. And it's trivial to do today in the USA. But it doesn't happen. So I get confused why a trivially easy problem today doesn't happen, but if the system is changed at all, it'll instantly become a large enough problem to taint all elections.

      It's just not rational. The USA had open voting for the first 100 years, and it wasn't a problem until the Civil War. So why would it be now? The founding fathers obviously found no fault in open voting. It worked, and worked better than what we have now. The *only* caveat anyone's been able to add is "when the government is stable", which failed in the Civil War, and in some other countries.

      Also, you seem to be forgetting that America abandoned the 'open voting' system over a century ago

      Yes, during a time of open revolt. There was no rule of law at the time. You weren't safe walking on the street in the wrong clothes, so of course the polls were similarly unsafe. Anonymous voting wasn't any safer. More than one Negro was killed for attempting to vote, even with anonymous voting. So, does that prove that anonymous voting is unsafe?

      No, I'm not as dumb as some to claim such idiocy. When the government isn't stable, the polls won't be "safe" regardless of the method of voting. So presume a stable government not at the brink of revolution or in open revolt, and suddenly most of the complaints about open voting go away.

    128. Re:Cryptographically signed elections? by niftymitch · · Score: 1

      Tis not an anonymity issue it is fraud.

      Paper ballots at moderately large polling places are moderately anonymous.

      Ink on a finger at exit is sufficient to prevent multiple ballots (one of many types of fraud).

      Digitally signed ballots lack the ability to verify the real person test.
      Another difficult nut to crack is the "entitled to vote test".... Voter
      entitlement is a tangle.

      All the rest depends on an audit trail. At the end of voting the box is closed,
      sealed, transported, counted, verified, aggregated results signed sealed and delivered....
      All under the watchful eyes of proctors... today live camera feeds permit more eyes.

      --
      Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn't. Mark Twain.
    129. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      I never said ID would, could, or should be required, nor mentioned it in any way.

      It's like the strawman argument. Assume the worst possible implementation of something, the explain how it's bad.

      Yes, if the voting system sucks, open or closed, then it will suck. The optimal open system is infinitely less susceptible to the most common 1st world fraud than the optimal anonymous voting.

    130. Re:Cryptographically signed elections? by publiclurker · · Score: 0

      Well, infinity less susceptible than something that is exceedingly rare is not really worth the effort, is it. Assuming that the people pushing for it aren't just using that as a rather blatant excuse.

    131. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      There's numerous bits of proof of recent examples (and no, not just the conspiracy theorist level). The mathemeticians have analized the results, and tampering with the correct 0.01% of the vote is all it takes to change some elections. So 0.1% is both "exceedingly rare" and sufficient to nullify elections.

      ow much vote tampering is too much, since you state some is allowable?

    132. Re:Cryptographically signed elections? by Tom · · Score: 1

      No, it's independent of the party number.

      We have 4-5 parties in our parliament. And yet, the votes go ever closer to 50/50 - not of two parties, but of the two most likely coalitions.

      For over 10 years now, we've not had one national election in which things were not close enough for coalition agreements to decide who rules, not the popular vote.

      --
      Assorted stuff I do sometimes: Lemuria.org
    133. Re:Cryptographically signed elections? by Wootery · · Score: 1

      More than one Negro was killed for attempting to vote, even with anonymous voting. So, does that prove that anonymous voting is unsafe?

      Fair point - if you profile people, you can pressure some of them not to even enter the booth. Another case of 'it works in a stable society'.

      You have some fair points, but I'm not sure I agree with your assessment of the risk of vote-selling.

    134. Re:Cryptographically signed elections? by AK+Marc · · Score: 1

      Most absentees work in a way where vote selling would be trivial. But it doesn't happen. So I don't see the risk. There isn't pressure to do it now. I don't see how it would become a problem after when it's trivial now and not a problem.

  2. Oopsie! by Anonymous Coward · · Score: 1

    I guess they will just have to have a REAL election now....

    (Gigglesnort.)

  3. Well, I'd do it that way too, I guess by Anonymous Coward · · Score: 0

    Substitute data from the prior election, with entries from the current line of candidates, you have to fill it with something.

    TO FAKE IT!

  4. Technology at its finest by russbutton · · Score: 4, Funny

    Who says America is the greatest nation in the world! Azerbaijan already has time travel! Now if only we could get that gizmo for some stock market analysis...

    1. Re:Technology at its finest by AHuxley · · Score: 2

      Australia will get electronic voting soon too http://www.abc.net.au/news/2013-09-10/turnbull-suggests-electronic-voting-could-cut-informal-votes/4947370
      Its to stop you from making mistakes numbering your boxes ( for http://en.wikipedia.org/wiki/Instant-runoff_voting )

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:Technology at its finest by sc0ob5 · · Score: 2

      I hadn't seen that from Turnbull. I wonder just how many of those informal votes were on purpose. I don't believe a majority were mistakes, the House of Representatives is not exactly hard to place your vote. If a voter can't count 1 to 6 (or however many candidates) then they probably shouldn't be voting in the first place. The Senate on the other hand, I can totally understand screwing that up if you're a bit masochistic and chose to go below the line. The damn voting slip doesn't even fit in the booth!

    3. Re:Technology at its finest by Anonymous Coward · · Score: 0

      If we had that, then we would know to push the stockbroker out of the 20 story window just before they sell us the bad stock. It could be useful.

    4. Re:Technology at its finest by GumphMaster · · Score: 2

      Australia already has electronic voting in ACT elections (http://www.elections.act.gov.au/elections_and_voting/electronic_voting_and_counting) and it has been trialled elsewhere. The source for ACT elections is available for those so inclined.

      --
      Patent litigation: A doctrine of Mutually Assured Destruction... in which everyone seems willing to push the button
    5. Re:Technology at its finest by steelfood · · Score: 1

      I'd go with more concrete things like lottery numbers, horse racing results, and even real estate.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    6. Re:Technology at its finest by Kell+Bengal · · Score: 1

      As I described it to the election official: "It's like wrestling an anaconda".

      --
      Scientists point out problems, engineers fix them
      altslashdot.org: The future of slashdot.
  5. We've Done It by Anonymous Coward · · Score: 4, Funny

    We have taught them American politics.

    SUCCESS!

    1. Re:We've Done It by Black+Parrot · · Score: 1

      We have taught them American politics.

      SUCCESS!

      Who says you can't export democracy?

      Oh, wait - we weren't bombing that one.

      --
      Sheesh, evil *and* a jerk. -- Jade
  6. i swear baby this has never happened before! by fightinfilipino · · Score: 5, Funny

    "oh dear, i seem to have premature electorate all over my caucus!"

    1. Re:i swear baby this has never happened before! by Anonymous Coward · · Score: 0

      Its the old story... the people voted (or will vote) as they like, and those whoo need to be elected will be. Go back carefully over the past 30 years of US elections, or the "frre and fair" elections in Namibia, Zimbabwe or South Africa. Result for the 1st "free" elections under the Russians in Poland, 1949 - were available in partts of Europe 3 days before the election took place, with an accuracy of 3 decimal places. That's why you have de-mock-racy...

    2. Re:i swear baby this has never happened before! by myowntrueself · · Score: 1

      Its the old story... the people voted (or will vote) as they like, and those whoo need to be elected will be. Go back carefully over the past 30 years of US elections, or the "frre and fair" elections in Namibia, Zimbabwe or South Africa. Result for the 1st "free" elections under the Russians in Poland, 1949 - were available in partts of Europe 3 days before the election took place, with an accuracy of 3 decimal places. That's why you have de-mock-racy...

      Hey, the first 'free elections' in Poland were in the 15th century. The way that the Sejm electorate was constituted (back in the old Commonwealth where they elected the 'king') meant that a bigger proportion of the population had the vote than in the UK until the 19th century.

      Oh and the laws of the old Polish-Lithuanian Commonwealth had it that if the elected king failed to uphold the principles of the Commonwealth, anyone had the right to rise up in arms against him.

      --
      In the free world the media isn't government run; the government is media run.
    3. Re:i swear baby this has never happened before! by wbr1 · · Score: 1

      Now I need to clean my desk and get a new keyboard. There is coffee everywhere. And it burned my nose on the way out. Thanks!

      --
      Silence is a state of mime.
    4. Re:i swear baby this has never happened before! by goose-incarnated · · Score: 1

      Go back carefully over the past 30 years of US elections, or the "frre and fair" elections in Namibia, Zimbabwe or South Africa.

      I hate to interject but here in South Africa our elections truly are fair and free. There is no rigging whatsoever to put the ANC into power repeatedly... why would the ruling party rig the elections when the citizens support them so much?

      Here, the voters have spoken... the bastards!

      --
      I'm a minority race. Save your vitriol for white people.
  7. Take down this story by Anonymous Coward · · Score: 0, Funny

    This is offensive to the Great Democracy of Azerbaijan. There is no corruption, this is lies spread by the Islamist Party who are trying to destroy this country. Slashdot should be ashame of itself for posting such vile filth.

  8. ...and you trust the election results in the USA? by Anonymous Coward · · Score: 0

    SMH...

  9. couldnt be worse than america. by nimbius · · Score: 4, Insightful

    here we get to vote for one of two parties, but both are controlled by the same group of billionaires so they dont really represent normal people. its at least refreshing to see a government say, "well, yeah your vote is meaningless" as opposed to the United States, where people become upset if you dont believe voting is important. even if it were, and even if we all pitched in to vote for some third or fourth party, theyd get bought off just as quickly. it wouldnt change.

    --
    Good people go to bed earlier.
    1. Re:couldnt be worse than america. by Ichijo · · Score: 2

      here we get to vote for one of two parties

      Duverger's Law explains says that the reason is because we're still using the antiquated plurality voting system.

      --
      Any sufficiently unpopular but cohesive argument is indistinguishable from trolling.
    2. Re:couldnt be worse than america. by NeutronCowboy · · Score: 2, Insightful

      but both are controlled by the same group of billionaires so they dont really represent normal people

      Cynical ignorance being passed off as insightful commentary. This is even worse than partisan idiocy - at least the partisans are fighting for something.

      its at least refreshing to see a government say, "well, yeah your vote is meaningless" as opposed to the United States, where people become upset if you dont believe voting is important

      How privileged do you have to be that you think that an autocratic government is better and more refreshing than a dysfunctional democracy? Here's a suggestion: if you think Azerbaijan is such a breath of fresh air, why haven't you moved there? Oh, right, because despite of how bad things are in the US, it is still light years ahead of dictatorships like Azerbaijan.

      --
      Those who can, do. Those who can't, sue.
    3. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      your ballot must be different than mine. I always vote, never for the primary parties, and there are damn few folks there with me. I'm going to go way out on a limb and suggest that if most people didn't want the billionaire buddy system, they could have voted for Ron Paul or a write-in. But they didn't. They voted for change. And they got taken. Because they are either stupid, or they are being represented well. For crying out loud. Everyone I talk to wants a free handout and they never know who should pay for it. People are just like their Congressman. The accuracy of representation is high, and it's **we the people** who should be ashamed, not the Congressman we elected.

    4. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      How to fix the US democracy: Just. Vote. For. Someone. Else.

      And the entire, ~100 years old system of rich neo-aristocratic families bursts into tears.

    5. Re: couldnt be worse than america. by Anonymous Coward · · Score: 0

      That's it. Attack the man with strong sentiment after using weak logic on his argument. I haven't seen anything in the US lately that makes me believe the great hope and change artist represents the best interests of the diminished middle class let alone that of the lower echelon. No real stand on food stamps, job growth, or even reregulating the banking, hedge funds or insurance companies that all got the benefit of the Teton Grande. No one in elected office is doing much of anything about the Citizens United decision on the part of the Dread Pirate Roberts Court, either.

    6. Re:couldnt be worse than america. by Thanshin · · Score: 1

      It depends on how you look at it. Maybe the "two parties controlled by an oligarchy" is the final step of democracy right before it turns into something better.

      Maybe Azerbaijan are far from that next system, still playing with rigged elections, instead of making them pointless like the more civilized countries.

    7. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      How to fix the US democracy: Just. Vote. For. Someone. Else.

      You can't do that, though. You might not agree with me 100%, but if you don't vote for me, then that other guy might win, and he will destroy the country and baseball and even apple pie!

    8. Re:couldnt be worse than america. by fatphil · · Score: 1

      And the reason you're still using the antiquated plurality voting system is because the (corporations and billionaires behind the) parties that have bubbled to the top are fully aware Duvergers has kicked in, and that it is in their own best interstests to preserve it, and stifle debate about changing.

      --
      Also FatPhil on SoylentNews, id 863
    9. Re:couldnt be worse than america. by fatphil · · Score: 1

      Would you claim that Chomsky was ignorant? In a debating chamber facing him?

      --
      Also FatPhil on SoylentNews, id 863
    10. Re:couldnt be worse than america. by Tom · · Score: 1

      The mighty, wealthy, whatever you call it will always strive to get or stay in control. It's human nature, I wouldn't even call it evil.

      The evil part is that in order to do so, they will subvert the very institutions that were meant to prevent it. With democracy, it didn't take too long, but it's been a boiling-frog problem - instead of revolutions and big changes, it simply drifted over time.

      It's not a USA and it's not a two-party problem. We have 4-5 countries in the parliament in my country (depending on how the election went, some of the smaller parties sometimes don't make it in). And still, when it comes to the day-to-day politics, you can write a complete list of the differences between them on a very small piece of paper.

      In the words of a local satirist: "Are you trying to sell me shit in different flavors?"

      --
      Assorted stuff I do sometimes: Lemuria.org
    11. Re:couldnt be worse than america. by dkleinsc · · Score: 1

      Here's a suggestion: if you think Azerbaijan is such a breath of fresh air, why haven't you moved there? Oh, right, because despite of how bad things are in the US, it is still light years ahead of dictatorships like Azerbaijan.

      And real democracies like Sweden are light years ahead of the US in the less-corruption department. I'm not saying they're perfect, but you simply don't get the same kinds of comments about those governments as you do about the US, even from citizens of those countries.

      Someone described it very well: In Iran, you need to gain the acceptance of the unelected and unaccountable Council of Guardians first to become a successful politician. In the US, you need to gain the acceptance of the unelected and unaccountable Boards of Directors of major corporations. What exactly is the difference between the two systems?

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    12. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      The evil part is that in order to do so, they will subvert the very institutions that were meant to prevent it

      Not buying it. The evil part, according to human nature, is the fact that nearly everything they do is founded on coercion, relies on coercion, and wouldn't be possible without coercion.

      Evil requires coercion and can't exist without it. Without theft, fraud, or physical force, you can't have evil.

    13. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      If you don't believe your vote is important, vote for a random 3rd party. Why not? You consider it worthless anyway.

      If any part gets 5% or more of the popular vote additional federal laws kick in and they'll have a considerable stronger voice going forward.

      Who cares if they end up being bought? The existing two parties are already bought, so why not take the chance. It takes time to be corrupted and the billionaires will have to spend more paying bribing three parties instead of two. Less money for them and more chances of them messing up. If the 3rd part does get bought, then they'll have the exact same policies as everyone else. If they don't get bought, then they'll change at least one thing in the government for the better. I'm not seeing any downsides...

    14. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      Germany: Complex rules, multiple parties in parliment, 2 Parties choose chancellor since 1949.
      Sweden: 2 since 1927
      UK: 2 since 1935
      Canada: 2 Since 1935
      Spain: 3 Since 1955
      Norway has managed 4 parties since the 1880s
      Austrailia: Instant run-off voting! 3 parties have chosen Prime Minister since 1949, if you want to count one party who had one for 23 days

      Face it. It has nothing to do with the voting. I'm sure coalition partners may bend the course a little, but at the end of the day power has solidified regardless of how the leaders are chosen in the West. The only country really shaking things up if France, and that means suffering a little military dictatorship from time to time as well I guess.

    15. Re:couldnt be worse than america. by fatphil · · Score: 1

      "Face it. It has nothing to do with the voting"

      It has everything to do with the voting. The single most important ingredient is proportional representation, or the lack of it.

      --
      Also FatPhil on SoylentNews, id 863
    16. Re:couldnt be worse than america. by HornWumpus · · Score: 1

      Chomsky isn't ignorant, he lies. He is a propagandist.

      Look at all the lies he told for PolPot.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    17. Re:couldnt be worse than america. by Anonymous Coward · · Score: 0

      I live in a solidly $Color state. Whether I vote for you or not, that other guy is already guaranteed to win the state.

    18. Re:couldnt be worse than america. by Lord+Lemur · · Score: 1

      ...A very large pile of money.

    19. Re:couldnt be worse than america. by NeutronCowboy · · Score: 1

      What exactly is the difference between the two systems?

      The fact that a) it isn't the board of directors you are accountable to, but billionaires, b) merely having an unpopular political opinion doesn't get you incarcerated, and c) you don't get incarcerated for drinking alcohol at a party, holding hands with a woman who isn't your wife or sister or get otherwise intimidated by the moral police.

      And real democracies like Sweden are light years ahead of the US in the less-corruption department. I'm not saying they're perfect, but you simply don't get the same kinds of comments about those governments as you do about the US, even from citizens of those countries.

      And my point is that part of the reason that that is the case is that those citizens are capable of a more nuanced analysis of a political situation. Yes, they also have apathetic idiots there, but the number of apathetic idiots both in the voter pool and in the politician pool in the US is staggering and scary.

      --
      Those who can, do. Those who can't, sue.
    20. Re:couldnt be worse than america. by fatphil · · Score: 1

      Well, if you put Chomsky's arguments up against the Washington Post's, for example, in the late 70s, then the Washington Post was clearly in the wrong. I'm not sure what other cases you're talking about.

      --
      Also FatPhil on SoylentNews, id 863
    21. Re:couldnt be worse than america. by Tom · · Score: 1

      Evil requires coercion and can't exist without it.

      That's evil for the primitive evil overlord. The really evil people are the ones who make you believe that they've earned it all and you work for them off your own, free will. Because if your force people, they will try to escape at the first opportunity. But if you convince them that it was their choice, we have these funny psychological processes in our heads that make us defend our past choices, even if we're presented with evidence that they were wrong.

      --
      Assorted stuff I do sometimes: Lemuria.org
  10. The new expendables by djupedal · · Score: 2

    App devs.taking the fall since 2009.

    1. Re:The new expendables by steelfood · · Score: 4, Interesting

      That it was done by a developer, I have no doubt. Absolutely an accident. Like putting an assignment in a conditional.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    2. Re:The new expendables by Anonymous Coward · · Score: 0

      Also, why do we still have languages where this is possible?
        if(x=2){}
        Can't the compiler catch this kind of thing and say no? What value does it provide to the programmer?

    3. Re:The new expendables by RyoShin · · Score: 1

      For those that come along to these comments later, I believe the parent is referring to this: http://linux.slashdot.org/story/13/10/09/1551240/the-linux-backdoor-attempt-of-2003

  11. BooYAhhh! by bugs2squash · · Score: 5, Funny

    Diebold deliver under budget and ahead of schedule...

    --
    Nullius in verba
    1. Re:BooYAhhh! by Anonymous Coward · · Score: 2, Funny

      under budget and ahead of schedule...

      That's what she said!

  12. Reasonable to test that way by Anonymous Coward · · Score: 1

    I build an NCAA bracket tracker. It is a interesting exercise to apply the win patterns from old tournaments to the current year. It is a reasonable way to run a test.

    1. Re:Reasonable to test that way by Anonymous Coward · · Score: 0

      Be careful, correlation is not causation.

      By predicting current outcome on previous outcome alone you are essentially making the assessment that the current win is caused by the previous win rather than on talent or training.
      It is likely that the current win shares a common cause with the previous win and that this creates a correlation but without identifying the causes your model will not work for the matches where the real causes has changed.

  13. 51% by Anonymous Coward · · Score: 1

    Also the totals show he's a newby. Putin usually arranges for the totals to be 51%, giving the opposition hope in the democracy.

    Lucky for America it has a strong judicial process that would prevent such Constitution abuses... oh....wait...I forgot about the illegal mass surveillance, and the super secret courts that have appointed General Alexander as Emperor of all.

    1. Re:51% by theshowmecanuck · · Score: 2

      And Darth Scalia... he is a force in his own right.

      --
      -- I ignore anonymous replies to my comments and postings.
    2. Re:51% by Anonymous Coward · · Score: 0

      And Darth Scalia... he is a force in his own right.

      Seriously? With treasures like the racist Latina Sotomayor and 'more votes for all' Ginsberg on the Supreme Court, you pick Scalia for your umbrage?

  14. Intentional lie? by Anonymous Coward · · Score: 0

    Was it rigged? Or, was it an intentional lie to start a revolution?

    1. Re:Intentional lie? by AHuxley · · Score: 2

      "Map: US bases encircle Iran" http://www.aljazeera.com/indepth/interactive/2012/04/2012417131242767298.html
      "US....close military partnerships with ....and Azerbaijan"
      No need for a color revolution and a flood of US backed NGO's just yet unless they change their temporary accommodation of foreign military policy.
      The bases and transit corridors are fine.

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:Intentional lie? by fatphil · · Score: 1

      I'll say nothing about the reliability of that source, and just leave these two logos here for your perusal:

      http://www.aljazeera.com/Media/ver2/Images/header_logo2.png
      http://www.theonion.com/static/onion/img/logo_2x.png?bccf76e7b6aa ;-)

      --
      Also FatPhil on SoylentNews, id 863
    3. Re:Intentional lie? by shutdown+-p+now · · Score: 1

      GP may be a troll, but he has a point in that the existing regime in Azerbaijan is pretty pro-Western when it comes to hosting military bases and such.

  15. Just unprofessional. by Anonymous Coward · · Score: 5, Funny

    This is what makes me proud to be an American, at least we know how to properly rig an election.

    1. Re:Just unprofessional. by Anonymous Coward · · Score: 2, Insightful

      Why rig elections when both alternatives stand for the same policies?

    2. Re:Just unprofessional. by Evtim · · Score: 3

      Precisely!

      The power hungry asshats in the east are just not competent enough. I mean, do you think that for instance Putin does not want to have the equivalent of the Russian NSA as powerful, all-seeing and intrusive as the US version? But he just does not have the capabilities to achieve it.

      The task of toppling today's world elite (or at least keeping their greed in check) is so much more difficult than fighting against the totalitarian regimes of the communist era. I mean, at that time we all knew we are prisoners and that the system does not serve us, but is actually working against us, the common folk.

      In the western world, however, the powers to be have done an excellent job (using hard science and remember the important thing about science - "it works, bitches!") in giving the illusion of choice, the illusion that people determine their own fate and many more illusions, whereas the actual situation is not much different than those totalitarian regimes of the past (and sliding further down daily). In the west the delusional part of the common folk will defend the system because they believe it to be just and right. Brilliant!

      Having lived in both systems I can sincerely say: The West is the best! In everything! (that includes propaganda, spying and killing, political hypocrisy and so on...not only the good bits!)

    3. Re:Just unprofessional. by Lorens · · Score: 1

      Lucky you don't have any elections this week!

  16. In post-Soviet Azerbaijan by Anonymous Coward · · Score: 3, Insightful

    Ballots determine YOU!

  17. Testing perhaps? by Anonymous Coward · · Score: 3, Interesting

    Maybe the app developers are testing this year's app with old data? It should be easy enough to tell if the dataset used is from a previous election.

    1. Re:Testing perhaps? by Anonymous Coward · · Score: 0

      Maybe the app developers are testing this year's app with old data? It should be easy enough to tell if the dataset used is from a previous election.

      Yes, that was my first thought as well. However, the dataset could be made up completely making validation impossible. I think we'll just have to wait until the official result is out and make a comparison.

    2. Re:Testing perhaps? by CTU · · Score: 1

      it would be, which makes me wonder why it had not been done yet

  18. Paper audit trail or not? by Anonymous Coward · · Score: 0

    With a paper audit that's audited by independents or is it the election rigger 9000?

    1. Re:Paper audit trail or not? by AHuxley · · Score: 1

      The election rigger 9000 would do away with calls for reviews like this http://www.abc.net.au/news/2013-09-10/palmer-demands-voting-review-amid-counting-irregularities/4948530
      A nice clean digital election, no unattended (out to lunch) or photocopied issues to make the news then :)

      --
      Domestic spying is now "Benign Information Gathering"
  19. Unemployment in Azerbaijan by FishOuttaWater · · Score: 2

    ...rises by one.

    1. Re:Unemployment in Azerbaijan by Xest · · Score: 1

      Then rapidly decreases by one as the developer in question is taken out back and shot.

  20. Wow, that's bad by Anonymous Coward · · Score: 5, Insightful

    "The system uses standard personal computers as voting terminals,"
    Geez, the NSA pawns PCs. Are you f**ing kidding me?

    "with voters using a barcode to authenticate their votes."
    Identifiable? i.e. you can be datamined on your voting choice?

    "Voting terminals are linked to a server in each polling location using a secure local area network. No votes are taken or transmitted over a public network like the Internet."

    FFS, there's no such thing as a 'secure local area network' now. You have a huge agency attacking every network it can. Networks not connected to public networks are hack physically, locally or via third party companies. If Belgacom can't keep its backoffice networks protected, what makes you think you can?

    Really in a post PRISM world, recognize that you cannot trust electronic elections, encryption is broken, the keys you send around by email, they're intercepted an read. The networks you create ad-hoc, they're broken into. If you don't want the NSA or GCHQ choosing your PM, you need a paper audit trail.

    1. Re:Wow, that's bad by fatphil · · Score: 1

      Not all encryption is broken. As Bruce Schneier says - trust the math(s). If you can't examine the mathematical analysis that an algorithm has undergone, and you can't examine the source code, then sure, don't trust it, but if both are satisfied, there's no reason not to. Of course, any time you're generating keys you need to be sure that your RNG is well seeded, so you need to have the source to your OS too. And you need to be doing this not on a virtual server. But all these things are easy to satisfy.

      --
      Also FatPhil on SoylentNews, id 863
    2. Re:Wow, that's bad by ygslash · · Score: 1

      Not all encryption is broken. As Bruce Schneier says - trust the math(s).

      As Bruce Shneier says - Don't trust electronic voting. Use paper.

    3. Re:Wow, that's bad by fatphil · · Score: 1

      I think his stance is more along the lines of "Electronic voting is hard", rather than impossible. Of course, that every single instance of it in the US presently is flawed in many ways (at many levels), is a good reason to come, from Bruce's undeniable premise, to the conclusion "Don't trust the current electronic voting machines. Use paper", yes.

      --
      Also FatPhil on SoylentNews, id 863
  21. Yes, But... by ks*nut · · Score: 1

    Shit happens and I bet their voter turnout is better that here in the U.S. - for national elections, I know there's a better turnout for American Idol.

    1. Re:Yes, But... by edibobb · · Score: 1

      I've never seen American Idol.

  22. Statistical prediction as good as time travel by Anonymous Coward · · Score: 0

    Azerbaijan already has time travel!

    Given a sufficiently high statistical population of dense sample points to calculate trends with statistical certainty, there is very little effective difference between statistical analysis and time travel.

    NSA and GCHQ claim it is their goal to monitor all communications worldwide allowing near-perfect trend analysis. This is tantamount to being able to predict the outcome of elections in advance, and what you can predict you can influence.

  23. Election app apps election appers. by Anonymous Coward · · Score: 0

    Looks like they got apped by their own app.

  24. One less Azerbaijan developer.... by Anonymous Coward · · Score: 0

    Needless to say, the app developer was taken out the back and shot.

  25. Don't be overly critical. by edibobb · · Score: 3, Insightful

    Don't be overly critical. Idiot politicians have not shut down the Azerbaijani government.

    1. Re:Don't be overly critical. by Anonymous Coward · · Score: 0

      One of the few benefits of a dictatorship. No petty squabbles or manufactured crises, unless the dictator has multiple personality disorder.

  26. What no one is saying by waitamin · · Score: 2

    The USA is the biggest and best friend of the same authoritarian, non-democratic regime. Just because Azerbaijan helps out in the "war on terror". It is not news that this is basically a dictatorship that violently suppresses opposition, but somethow it never comes up when Americans talk about the country.

    1. Re:What no one is saying by superwiz · · Score: 1

      What do you mean "just because"? They could be a brutal dictatorship participating in terror. Helping out in the war on terror is a step up for many dictatorships.

      --
      Any guest worker system is indistinguishable from indentured servitude.
    2. Re:What no one is saying by waitamin · · Score: 2

      No, it is not a step up by any means. Iraq was once in a very similar position to Azerbaijan, and you see what that can lead to.

      And anyway what you are saying is that as long as they help the US terrorize a third party (ok, fight for freedom), then it's fine if they also terrorize their own citizens (ok, suppress opposition).

      This attitude to international politics always pays back with dividents in the long run. The USSR called it "exporting communism"; the US now exports freedom; at the end, it is just military and political oppression of other countries. It can be rationalized, but the long-term effects of any kind of oppression are always negative.

  27. Azerbaijan does not need elections by boorack · · Score: 3, Informative

    BP corporation runs this country, so no need for those pesky elections. According to our bankster-corporate overlords, regime working for BP is "democratic" enough.

    1. Re:Azerbaijan does not need elections by superwiz · · Score: 2

      Ha? Which country? Azerbaijan is ran by Gazprom if you want to attribute it to an oil company... But if you were saying US is ran by BP, that's absurd. It's a minor corporation by any scale of imagination in the US. I am not even sure if it's in top 50.

      --
      Any guest worker system is indistinguishable from indentured servitude.
    2. Re:Azerbaijan does not need elections by AHuxley · · Score: 1
      --
      Domestic spying is now "Benign Information Gathering"
    3. Re:Azerbaijan does not need elections by thegarbz · · Score: 1

      You don't seem to understand how these countries work do you? There's a reason BP is called BP and no longer the Anglo Persian Oil Company. There's a reason that they rushed out and built export refineries on Commonwealth land. This is a company which was kicked out of the country who's name was in the company name. The middle east has a history of suddenly nationalising oil assets and then kicking out oil companies.

      Mind you BP is in no way the largest or even close to the largest producer, transporter, or shipper of oil in Azerbaijan.

    4. Re:Azerbaijan does not need elections by superwiz · · Score: 1

      These are articles from 2012-2013 about then future development. Soviet Union fell 20 years ago. Gazprom, through all of its subsidiaries, is the largest oil company in the world.

      --
      Any guest worker system is indistinguishable from indentured servitude.
    5. Re:Azerbaijan does not need elections by shutdown+-p+now · · Score: 1

      Azerbaijan is most definitely not run by Gazprom. It largerly escaped being in the Russian sphere of influence early in 1990s by, basically, privatizing its oil industry with a consortium Western companies being the major stakeholders, in return for $60B of direct investments. And, yes, BP is the major player in that consortium.

    6. Re:Azerbaijan does not need elections by superwiz · · Score: 1

      Gazprom doesn't always merge in the western sense of the merger. It takes major interest in smaller energy players and controls them without actually absorbing them. Merger has tax advantages in the west because transfer of resources becomes internal and not subject to corporate tax. that is due on subsidiary-to-owner transfers. Gazprom gets to write its own tax law and every other law because Gazprom is indistinguishable from the Russian government. You have Gazprom officials holding positions in the government while holding positions in the company themselves. In the West this would be unheard of. Even Bloomberg, who owns majority stake in his namesake company, had to put his shares in an escrow and be completely isolated from running the company while serving as NYC mayor. Pretty sure (but not completely sure) the same is true of Berlusconi. In Russia this separation is unnecessary. But that's digressing from the main point somewhat. The main point being that, through all of its subsidiaries, Gazprom is the largest oil company in the world. It's highly, highly unlikely that it doesn't exercise any control over a territory adjacent to Russia and full of former Soviet citizens. The only trully West-aligned territory which could have been claimed to have such an alignment was Georgia. And Russia manufactured a provocation in order to launch a full-scale invasion of Georgia.

      --
      Any guest worker system is indistinguishable from indentured servitude.
    7. Re:Azerbaijan does not need elections by shutdown+-p+now · · Score: 1

      It's a little-known fact because it doesn't really make the front pages, but Azerbaijan has been one of the more pro-Western-aligned ex-USSR countries very early on, despite not really going democratic. Largely it is because Turkey sees it as the "younger brother", and they can therefore orient their economy there and not towards Russia. The other reason is that Russia pretty much openly supported Armenia during their conflict with Azerbaijan back in the day (and said conflict is still not resolved, with Nagorno-Karabakh still being under Armenian administration but claimed by Azerbaijan). So the relations between two countries are rather chilly, and, OTOH, there is an active collaboration program with NATO. Azerbaijan is also one of the members of GUAM (Georgia, Ukraine, Azerbaijan, Moldova), which, as you may have guessed from the member list, is kind of a counter to the Russian-dominated CIS.

      So, no. AIOC is the consortium that runs all oil business in Azerbaijan. You can see for yourself who the members are. No Russian company is on that list.

      By the way, the other thing that oil money and Turkish sponsorship does, is funding a surprisingly good military. It's certainly better than any other ex-Soviet Republic other than Russia, and I wouldn't be surprised if the elite units are actually better than Russian ones (they are certainly better equipped - they buy a lot of latest and greatest from Israel).

  28. Elections don't work that way by dutchwhizzman · · Score: 5, Insightful

    Signing a vote isn't going to help one bit because fake citizens can be created that can sign fake votes.

    You need anonymity to make certain people vote for whom they want, not whom they want others to think they should vote for.

    The only way to prevent rigging is to make certain people get to vote in anonymity, but to be able to see every individual vote go into the ballot and after the voting has ended, be counted by many (independent) eyes.You need to control/bribe a lot of people if you want to get away with rigging an election if that system is in place.

    --
    I was promised a flying car. Where is my flying car?
    1. Re:Elections don't work that way by noh8rz10 · · Score: 1

      the answer is no. your approach is a pain in the butt. you're arguing an extreme case where a despot fakes 80% of the vote where maybe he actually got 20%. This can be easily called out through polls - it would become clear that the people polls wildly diverged from the resutls, which cast them in doubt.

      For regular thumbs on the scale, using tamper evident packaging usually does the trick. i know a lot about this because I worked the polls.

    2. Re:Elections don't work that way by Imrik · · Score: 1

      His approach is the one used in the US...

    3. Re:Elections don't work that way by Anonymous Coward · · Score: 0

      If you control the media or the pollers, both of which is far easier than rigging an election, then the polls say whatever you want them to say. Also, people can lie in the polls. They could do it 'just because', they could do it so people supporting the guy don't show up because they think he's winning, they could do it because peers are watching what he says, etc... If polls were good enough, we wouldn't need to vote. We'd just use the polls.

    4. Re:Elections don't work that way by Anonymous Coward · · Score: 0

      You just have volunteers from each candidates organization present at all times, at all levels of the election organization. Each of them inspects the ballot box, marks the amount of ballots put into the box, and then finally they all count the votes, seal them in, and report the results upwards in the chain.

  29. The Onion by AlienSexist · · Score: 5, Funny

    The Onion had done a spoof of this before. The summary reads so much like the script I had to double check that it wasn't April Fools.

    1. Re:The Onion by fatphil · · Score: 1

      There goes my morning...

      --
      Also FatPhil on SoylentNews, id 863
  30. not sure by superwiz · · Score: 2

    I am not sure if this is more or less honest than the modern election campaigns designed to essentially subvert free will. Every voter can only care about 7 issues at any one time. As long as you can manufacture 7 issues capturing people's attention, you can always get them to vote against their interest. Given pervasive statistical data, you can identify very surgically how each group of people can be swayed to abandon their best interests. We KNOW that's how Obama won. No President had ever won with the same performance metrics before (regardless of where your politics are... just by the numbers). Is spending a billion dollars to micro-market more or less honest than simply stealing the election through brute force? I guess it depends on how easy it is to get that billion dollars.

    --
    Any guest worker system is indistinguishable from indentured servitude.
  31. Could be a honest mistake from IT-people... by Vegard · · Score: 3, Insightful

    I'm in IT myself, and I know how difficult it is to come up with good test-data for your testing...so what's better than production data?

    I'm not saying it is so, but it could very well be that the testers have loaded into it this years candidates, made up some likely result, and run the software to see that it works...

    And apparently it did! ;)

    1. Re:Could be a honest mistake from IT-people... by harlows_monkeys · · Score: 2

      I'm in IT myself, and I know how difficult it is to come up with good test-data for your testing...so what's better than production data?

      I'm not saying it is so, but it could very well be that the testers have loaded into it this years candidates, made up some likely result, and run the software to see that it works...

      And apparently it did! ;)

      Yup. Generally people doing election-related software have to test with data that is as similar to what will be in the live election as possible, including names of candidates and parties. See this comment in the HN discussion of this, from a developer of election reporting software that has been used in the US and other countries, for details on why and how this sort of thing can happen.

      In fact, this same thing happened in the US in the 2012 Illinois Republican primary. The reporting company providing the data to many news organizations accidentally marked the test feed as live for a couple hours the day before the election, and a couple of TV station websites, which were set up to automatically publish updates from the live feed, published this.

      The problem in the present case is that it took place in Azerbaijan, which has a long history of widespread corruption and election fraud. It is quite believable that someone has in fact pre-generated the actual election results, and those accidentally got pushed early.

    2. Re:Could be a honest mistake from IT-people... by Crypto+Gnome · · Score: 1

      You're all fools if you honestly believe that your elections are significantly more honest and trustworthy than theirs.

      --
      Visit CryptoGnome in his home.
    3. Re:Could be a honest mistake from IT-people... by T.E.D. · · Score: 1

      I'm in IT myself, and I know how difficult it is to come up with good test-data for your testing...so what's better than production data?

      ...and fortunately for them, in Azerbaijan the "production data" for votes are available far in advance of election day, for easy testing.

    4. Re:Could be a honest mistake from IT-people... by Vegard · · Score: 1

      Well. That's not *exaclty* what I meant.

      But the actual particiants were known, so to test the post-election part of the system, all you need to do is to mock together some results.

      Again: That might be a plausible, though slightly more boring explanation :)

      Then again, it could also be a test of the procedures for reporting faked results...we'lll probably never know :)

  32. The Robinson method solves this problem by Anonymous Coward · · Score: 0
  33. Too bad by FelicitaBraxton · · Score: 1

    Looks like someone is going to lose their job... or have their heads roll.

  34. Inefficiency is a feature by mattpalmer1086 · · Score: 1

    This is a really good point. The inefficiency of physical ballots requiring large numbers of people to participate is a security feature!

  35. Inquiries are pouring in.. by jcr · · Score: 2

    Chicago Mayor Rahm Emmanuel is at the front of the line!

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  36. Not even a bit flimsy by demon+driver · · Score: 1

    That's how internet presentations of election results ARE developed and tested: with current data as far as possible, meaning of course current candidates, too, but with old results. Many years ago, I could get an inside look into the internals of the web presentation software for certain elections within a European country, and that's just how it was done. If they would have accidentally put the test results online, that's what it would have looked there, too. (Perhaps people should form a habit of testing elections using extremely improbable made-up test data...)

    1. Re:Not even a bit flimsy by shutdown+-p+now · · Score: 1

      But the numbers were not old results.

  37. Finally! by sabbede · · Score: 0

    Azerbaijanis should be thanking their government for working to save them the time and trouble of going out to vote. At long last, Democracy has become convenient!

  38. And Mr Rich Bastard really banked there. by Anonymous Coward · · Score: 0

    Oh dear, you really don't know how programming workse, do you pussy?

    Do you think the mailshot from a UK bank which had on every form "Dear Mr Rich Bastard" that this proved that everyone who has a bank account is actually the same single person with a humorous name?

  39. Ohio? by Anonymous Coward · · Score: 0

    Why is this article tagged Ohio?

  40. Straight outta the Dictator's Handbook by water-and-sewer · · Score: 2

    Haw, haw, haw. If you're appalled by the gall, the outrageousness, the cojones then you've been duped: this kind of stuff is happening all over the place. When I researched and wrote the Dictator's Handbook: a practical manual for the aspiring tyrant in 2012 I found dozens of examples of this kind of stuff. In the words of an expert, "it's not the vote that counts, it's the count that counts." Have a look at chapter 11 covering elections for some other good examples, including Russia, the Dominican Republic, North Korea, and elsewhere. Hell, there are even some good examples at home, but why bother citing them when the NSA is watching me type?

    I'm not going to say democracy is flawed, it's in fact probably the strongest of systems that attempt to bring order to a flawed species. But democracy is a game that's too easily manipulated, which makes dictators of the sort that read my book all-too-capable of having some fun to keep power. Welcome to the real world.

    --
    If this were Usenet, I'd killfile the lot of you.
  41. Irony by Justpin · · Score: 3, Interesting

    A little side story. The great irony is, that Azerbaijani people are incredibly corrupt thus they get the government they deserve. I travelled from Tbilisi to Baku a few years ago. Right from the onset from the Azerbaijan border it was ALL about corruption. I had a visa and letter of invitation before hand. Right from the border it began, you had to pay a fee to 'park' in the border area, no pay fee? Your vehicle got trashed, the bloke in front had most of his windows smashed. Then you went from one building to another each time there happened to be forms with a hand written $5 price on each corner. At which a fat oaf with a stamp would refuse to stamp your entry documents unless you gave him $20. I had a buddy tried not to pay and was not allowed into the country. Then 20 metres from the border was a check point where the official would grab your passport and ransom it for $20. Refusing to pay got a bayonet in your tyre. Binoculars came out and there were MANY MANY such check points. So we went off road instead, but now and again had to stop for gas, it said something like .25 for a litre of gas. (it was cheap) except when it came to pay it was not .25 it was 25 a litre. Buying food and stuff the decimal place got moved to the left 2 places. Even when we got to Baku nobody would give us directions without payment. Similar situation with hotels, big sign saying $x per night PRIVATE ROOMS! No, this is wrong, old sign! price was doubled or tripled. Tired we paid and found it was a dorm with beds stacked 5 high. Morning we came out and somebody had stolen our front wheels, $150 if we wanted them back. Just driving to the port we were stopped and 'fined' many many times... We couldn't wait to get out of there, heading to the port there was a port tax. Except we had to go back and forth to a building outside the port to pick up forms and get them stamped inside the port. Each time you entered incurred a $5 fee. There were MANY forms. We got onto the ferry and were happy to be out of there.

  42. oops by Justpin · · Score: 1

    Sorry that was moved to the right not left!

  43. Remember the Maine Republican Caucus? by Anonymous Coward · · Score: 0

    There were multiple instances of voting results being recorded before the the polls closed in the 2012 election.

    The most egregious was at the Maine Caucus where Ron Paul was shut down. Remember that? It was undeniable in that particular instance, even people who think Paul is loony tunes had to admit that our actual votes had nothing to do with who got "elected". Cue the pro- and anti- Ron Paul people ignoring the real issue here and ranting about him instead. It happened in multiple districts in Ohio and Pennsylvania, too, during the actual election. Both parties were doing it.

    Only hand-counted paper votes will reverse the rising tide of vote fraud in America. It's simple enough; if you use voting machines, only two or three people have to be dishonest to break the election process. If you use paper votes, tens of thousands of conspirators have to be working together in order to accomplish anything meaningful.

  44. Give it time by Anonymous Coward · · Score: 1

    Faking democracy takes practice and they haven't had nearly as much of it as we have. Before long they'll be as good at faking it as we are.

  45. It's not who votes that counts... by BenSchuarmer · · Score: 2

    it's who counts the votes.

  46. The parties are controlled, but not individuals by sandytaru · · Score: 1

    "All politics is local" has a caveat that there are still a handful of locally elected folks who have not (yet) been fully bought and paid for. Whether that's your Ron Paul or your Elizabeth Warren, don't discount the local elections entirely because the DNC and the RNC are wholly owned subidaries of Costco or the Koch brothers.

    My town managed to elect a Green party candidate to the city council. A Green! The trick is to find candidates who are not insane. Folks who are intelligent and have good ideas. The problem is that those are exactly the kind of people who don't want to work for the government.

    --
    Occasionally living proof of the Ballmer peak.
  47. Yes, because... by PortHaven · · Score: 1

    Then we'd realize that our elections were fraudulent. And when polls say 70% support GMO labeling in California ballot measure. And then the results are the measure loses and only garners 30%. Really, the polls were off by a 40 percentage point shift?

  48. Azerbaijan? From Harry Potter movie, right? by walterbyrd · · Score: 2

    Is that where they keep prisoner wizards, or somethings.

    1. Re:Azerbaijan? From Harry Potter movie, right? by RockDoctor · · Score: 1
      No, it's a country on the SW corner of the Caspian Sea, bordering with Iran, Georgia (Stalin's one, not Carter's) and several of the troublesome 'Stans of southern Russia. Cool winter climate, but I can't speak for the summer climate. And some of the most beautiful women in the world, IMHO ; they've a lovely mix of European and Asian features.

      Totally unsurprised by the vote rigging. It's a very 'Patrician' democracy : one man, one vote and Aliyev is The Man and it's HIS vote. I do know how glad I am to visit there rather than live there. I also know that there are much worse places in the world.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  49. Typical Blue State Behavior by wganz · · Score: 1

    Like this isn't typical behavior in Chicago, Philadelphia, Obamagrad, or some other Democratic controlled dung heap on a regular basis.

  50. Democracy is more than just elections by wired_parrot · · Score: 1

    Democracy is more than just holding elections. An effective democracy needs a free press, freedom of speech and an independent judiciary, amongst others. The most important part about creating a democracy is having those effective institutions in place. Holding elections is only the last step on the road towards democracy.

    This is why technological solutions won't work - any voting system won't work if they're being implemented by a corrupt and unaccountable executive who can manipulate public opinion by cracking down on dissent. Most dictators attempt to legitimize their rule at some point by holding elections - and when you can control public opinion by limiting dissent and controlling the media, rigging the election isn't even necessary to guarantee an election victory. Elections are meaningless without democratic institutions in place

  51. They can still what they did here by phorm · · Score: 1

    "If [the more labor-friendly party] wins, we'll be closing up operations here and firing all of you. Remember that when you vote"

    And this is in BC, Canada

    1. Re:They can still what they did here by mdielmann · · Score: 1

      "If [the more labor-friendly party] wins, we'll be closing up operations here and firing all of you. Remember that when you vote"

      And this is in BC, Canada

      And while they can say that, they can't prove you voted for who they want, nor can the vote of your organization make a significant difference in the outcome, unless its employees number in the tens of thousands. Even then, the difference will be minor. So now its clear your employer is either blustering, or fear-mongering by making threats to your well-being over outcomes you have almost no control over.

      So what are you doing to reduce the odds that you're working for a total dick?

      P.S. Being a Canadian and having studied how our election process works, I'm aware that you can install a majority government with as little as 20% of the popular vote, perhaps less. This doesn't change anything I said about your situation, or your boss's actions.

      --
      Sure I'm paranoid, but am I paranoid enough?
    2. Re:They can still what they did here by phorm · · Score: 1

      Not my boss, thankfully. If they'd said that where I work, I'll have quit.

  52. Um... by publiclurker · · Score: 0

    you are the one that pulled the race card. Don't think you can back out of it now.