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."

69 of 266 comments (clear)

  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 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.
    5. 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.)

    6. 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.

    7. 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.

    8. 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
    9. 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.

    10. 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...

    11. 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.

    12. 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.

    13. 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.

    14. 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.

    15. 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.

    16. 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.

    17. 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.

    18. 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...
    19. 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
    20. 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?

    21. 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.

    22. 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.

      --
    23. 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.

    24. 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.

    25. 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...

    26. 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
    27. 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
    28. 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.
    29. 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.
    30. 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.

    31. 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?

  2. 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 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
  3. We've Done It by Anonymous Coward · · Score: 4, Funny

    We have taught them American politics.

    SUCCESS!

  4. 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!"

  5. 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.
  6. 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."
  7. 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!

  8. 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!)

  9. 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"
  10. In post-Soviet Azerbaijan by Anonymous Coward · · Score: 3, Insightful

    Ballots determine YOU!

  11. 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.

  12. Unemployment in Azerbaijan by FishOuttaWater · · Score: 2

    ...rises by one.

  13. 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.

  14. 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.
  15. Don't be overly critical. by edibobb · · Score: 3, Insightful

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

  16. 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 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.

  17. 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.
  18. 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?
  19. 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.

  20. 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.
  21. 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.

  22. 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."
  23. 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.
  24. 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.

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

    it's who counts the votes.

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

    Is that where they keep prisoner wizards, or somethings.