Slashdot Mirror


E-Voting Company Reveals Their Source Code

Kodi writes "VoteHere has decided to release their source code so that other people will have confidence in it (MSNBC, press release.) It's definitely NOT open source (unlike OVC) but it's still a step in the right direction."

16 of 279 comments (clear)

  1. Open the Moderation Code by Anonymous Coward · · Score: 3, Funny
    Now, if only slashdot would 'Open' their source (secret blacklists, obscured karma scores, hidden moderations, editor modpoints and bitchslaps).

    Time to stop this hypocrisy of criticizing closed e-voting, while implementing it here.

  2. In Other News... by ravenspear · · Score: 5, Funny

    In a move to inspire confidence, Diebold agrees to have Microsoft review their code.

    The company was quoted as saying, "Microsoft's highly qualified software testers will objectively review all source to determine any bugs. We are confident their analysis will put speculation about the reliability of our software to rest."

  3. Re:First Glance by alecks · · Score: 5, Funny

    Are you saying that You read the article, registered to download source code, browsed through it, and still managed to get FP?

  4. Re:First Glance by monstroyer · · Score: 2, Funny

    Subscriber bonus. I see the future baby.

  5. Re:First Glance by scumbucket · · Score: 1, Funny

    Wow. I'm just surprised it's not in COBOL.........

    --
    CMDRTACO CHECK YOUR EMAIL!
  6. Re:No by MoonBuggy · · Score: 5, Funny

    There's a simple test - if we start seeing cowboyneal options on the next US election we know that the real source was released to, and hacked by, the /. community.

  7. Summary of the source by hng_rval · · Score: 5, Funny

    If (Vote == Bush)
    BushVotes++;
    Else If (Vote == Gore)
    If (Rand % 10 == 1)
    BuchannenVotes++;
    Else
    GoreVotes++;

    --
    Thank you Mario! But our princess is in another castle!
    1. Re:Summary of the source by Nynaeve · · Score: 4, Funny
      A possible code snippet if the programmer forgets to put in break statements:

      switch (vote)
      {
      case E_GORE: nGore++;
      case E_BUSH: nBush++;
      default:
      }
  8. Re:First Glance by meringuoid · · Score: 5, Funny
    Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria

    This is voting software, with which one would run an election in a democracy. Wouldn't we be happy if these countries downloaded and used it?

    Then there would be no more phony rigged elections in these places - you can't possibly rig an e-voting machine, Diebold said so.

    --
    Real Daleks don't climb stairs - they level the building.
  9. Re:First Glance by jpetts · · Score: 3, Funny

    Are you saying that You read the article, registered to download source code, browsed through it, and still managed to get FP?

    No problem: he's the /. subscriber...

    --
    Call me old fashioned, but I like a dump to be as memorable as it is devastating - Bender
  10. Re:My Idea by Rope_a_Dope · · Score: 2, Funny
    We can't get more than 20% of the population to vote, but you expect people to compile their own software?

    I bet 80% of the people that do actually vote would be wondering just what button to push on their WebTV or AOL account to compile the source.

  11. Re:Reading this story by internewt · · Score: 2, Funny
    I believe the statistic is that only 1 out of every 10 person... in America votes in the presidential election.

    I thought it was 11 out of 10 in Florida?

    --
    Car analogies break down.
  12. Re:First Glance by whovian · · Score: 2, Funny


    There's only one subscriber?!?!

    --
    To-do List: Receive telemarketing call during a tornado warning. Check.
  13. Re:First Glance by forii · · Score: 3, Funny

    No problem: he's the /. subscriber...
    I always wondered who that sucker was.

  14. Re:First Glance by Anonymous Coward · · Score: 1, Funny

    "That is almost certainly because it contains strong encryption"

    Does that mean you can export Diebold code?

  15. Odd Code Fragment by Tatarize · · Score: 2, Funny

    void ProcessVote(string person) {
    int votes = 0;
    if (person == "Bush) votes += 2;
    else { votes++; }
    CountVote(vote,votes);
    }

    --

    It is no longer uncommon to be uncommon.