Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
United States Government Software Politics

NY Times Endorses Open-Source Election Software 297

jdauerbach writes "On its editorial page today, the New York Times called for election system reform, saying among other things that 'Congress should impose much more rigorous safeguards, including a requirement that all computer code be made public. It should require that all electronic machines produce a voter-verified paper trail.'"
This discussion has been archived. No new comments can be posted.

NY Times Endorses Open-Source Election Software

Comments Filter:
  • Some thoughts (Score:5, Interesting)

    by daveschroeder ( 516195 ) * on Sunday October 24, 2004 @03:54PM (#10615363)
    While I don't disagree in the least with the spirit of the concept of making the system(s) open source, it should be noted that, contrary to popular belief, Diebold asserts that its systems have been scrutinized, including at a source code level, by independent authorities, and that there is also a paper record:

    http://www.securityfocus.com/archive/1/375954 [securityfocus.com]

    I don't know if the paper record is "voter verified", or what mechanism it uses, but there is apparently a paper record nonetheless.

    Notwithstanding Diebold's CEO's extremely inappropriate campaign comments, I really do think they're trying to put out the best electronic voting systems they can, but are suffering from the same problems that any large, proprietary system suffers from when it languishes in the comfort of large government-guaranteed long-term contracts: namely, inattention to the details that need to be addressed, that sometimes get lost in not seeing the forest for the trees.

    Perhaps opening the source to these critical systems and having it overseen by an independent election agency would be an idea worth considering...
  • Yes... but (Score:5, Interesting)

    by ShatteredDream ( 636520 ) on Sunday October 24, 2004 @03:56PM (#10615375) Homepage
    How do we know that the code that is actually on the machines we're voting with is the same as the public code? Even if the public code is compiled and built, then tested to see if it's the same binary instructions as what's going on the mass-produced machines, how do we know that each, individual machine that actually ends up at the voting booth won't be rigged? Who's to say that some dishonest, partisan fuck won't change it at the last minute?

    I think Badnarik's solution is the best. Get rid of the official ballots and let everyone bring their own ballot with them so that they can vote for whoever they want, not whoever the ruling government wants to let them choose from. And naysays... believe it or not, but that system is probably less prone to corruption than what we have today.
  • by Anonymous Coward on Sunday October 24, 2004 @03:56PM (#10615376)
    I'm not convinced that Congress has the constitutional authority to make requirements on state elections like this. Perhaps if a state or county buys a voting system from another state it could come under the 'interstate commerce' clause, but that's a bit of a stretch, and prone to loopholes.

    On the other hand, maybe they could claim they are implicitly granted this power under the equal protection clause of the 14th amendment? Any other ideas?
  • Re:Yes... but (Score:1, Interesting)

    by Anonymous Coward on Sunday October 24, 2004 @03:57PM (#10615386)
    You let anyone take a dump of the machine so they can go home and compare hashes of the compiled public code (done by multiple people).
  • power to the people (Score:2, Interesting)

    by OffTheLip ( 636691 ) on Sunday October 24, 2004 @03:57PM (#10615387)
    including open source software. If ever there was an arena crying out for inspection it's the voting process both in the US and worldwide. I for one welcome my open source voting software overlords.
  • by Anita Coney ( 648748 ) on Sunday October 24, 2004 @03:58PM (#10615394) Homepage
    Congress has sole authority over copyright. Thus, Congress could simply mandate that all e-voting software be in the public domain if used by any state government for elections.

  • by doormat ( 63648 ) on Sunday October 24, 2004 @03:59PM (#10615398) Homepage Journal
    Despite the fact we have groups tearing up voter registration forms [reviewjournal.com], the actual voting system [sequoiavote.com] is the best in the nation [reviewjournal.com]. It records your vote in three ways. First, electronically, second it prints who you vote for in plain english on a piece of paper viewed by the voter, and once the voter reviews this paper and accepts the choices, the votes are encoded into a 2D barcode printed after the list of votes, this barcode contains the list of votes for which offices.
  • by noamt ( 317240 ) on Sunday October 24, 2004 @04:11PM (#10615468) Homepage Journal
    Could it be that Mozilla's plans to put on a large ad in the NY Times has caused the paper to be more open-source friendly/aware?
  • Re:Some thoughts (Score:1, Interesting)

    by Anonymous Coward on Sunday October 24, 2004 @04:12PM (#10615477)
    I believe it was the issue of Dr Dobbs journal for this month or was it last month, that had a snippet of Diebold's source code. The snippet was cryptic and made no sense. As someone who has 10yrs of experience in C and various languages, I had no idea what that function did granted it was just a snippet. But I dobut any small amount of people can reasonable grok what such a system does if the rest of the code were cryptic and lacking comment like that. With that said, a voting system is doing nothing more than counting numbers (addition no subtractions.) I see no reason why their code should be so cryptic, the code in say had nothing to do with GUI or other parts of the system, it was part of the "counting" code.

    Diebold of course will always assert that their system has been verified. By who? If they are so certain and without worry, why then is it a big deal to open it up for all to see?

    segmond
  • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Sunday October 24, 2004 @04:20PM (#10615523) Homepage Journal

    That's not making it public either - making it public means open to public scrutiny, which is to say anyone can look at it. You can do this without making it Open Source, which is to say, you have no rights to actually USE the code for anything, only to look at it.

    Personally I think the solution is for the federal government to contract a GPL or BSD-licensed FOSS voting package which will run on ordinary PCs, under some FOSS operating system (it can be FreeDOS for all I care, as long as it's free, Free, and Open) and use that. It would be cheaper and ultimately more secure due to peer review than the diebold solution ever could be.

  • Re:Some thoughts (Score:3, Interesting)

    by daveschroeder ( 516195 ) * on Sunday October 24, 2004 @04:22PM (#10615536)
    Diebold of course will always assert that their system has been verified. By who? If they are so certain and without worry, why then is it a big deal to open it up for all to see?

    Can't you make the same argument about Microsoft and Windows? You can certainly make arguments that Windows is critical to business in the United States; not as critical as something as fundamental as voting, but the only thing that will cause code to be opened is a mandate requiring it to be so; otherwise, "if they are so certain and without worry, why then is it a big deal to open it up for all to see" is just as weak an argument as "if you have nothing to hide, then why not submit to a search?"

    Also, making an electronic voting system isn't as simple as everyone here on slashdot thinks it is. It's not just counting. I mean of course, yes, at the core, it's simply counting votes. But there are nuances and complexities that make this a gargantuan task, and to make something like this *reliable* is even more daunting. (And it seems they're not succeeding there, either, if the failures are any indication.)

    It's just that your post seemed to imply or insinuate that Diebold was purposely obfuscating code for possibly nefarious reasons. Diebold is a company of 13,000 people. Heck, they could also "make" their ATMs skim cash if they wanted to. And ATMs are a critical part of our lives, too. You could probably look at some of the code and declare "it doesn't need to be that complex". Maybe, maybe not. Says who? You?

    I do agree that the code should be opened, but no company should be forced to open its code. Conversely, what should happen is that such systems should REQUIRE open code, such that any companies who want to compete for the project would have to follow such guidelines. Remember, too, that part of the chastising that the system has gotten even with paper systems is the ridiculous amount of complexity and diversity of systems: one, unified, similar, simple system in every jurisdiction should be what's required. For this reason, it's often easiest, and sometimes even the best, to go with a single contractor.

    But the code itself can, and should, still be subject to a rigorous level of scrutiny.
  • by coshx ( 687751 ) on Sunday October 24, 2004 @04:35PM (#10615589)
    There are two kinds of paper trails. One is a readable ballot that must be submitted into the ballot box, and the other is a sort of receipt to let you know whom you voted for.

    The first kind is acceptable, and I believe the open voting consortium [openvotingconsortium.org] has this idea correct: the machine should print out a barcode, that can then be verified by another scanning machine. This barcode must then be submitted into the ballot box.

    The second kind is flawed for two reasons. First, there is no way to verify that what the computer printed is actually what's recorded on the bar code, or what has been submitted electronically. Second, and more importantly, it provides an easy way for proving whom you voted for. I could tell all of my employees to bring in their receipts, and those who vote for candidate A will receive benefits. Yes, this is illegal, but we shouldn't make it any easier.


    what's a sig?
  • by mcc ( 14761 ) <amcclure@purdue.edu> on Sunday October 24, 2004 @04:39PM (#10615613) Homepage
    Congress lacks any authority over state-level elections.

    However, it would appear they have some sort of authority over federal elections-- senators, house reps, president. The 2002 Help America Vote Act [fec.gov] placed a range of rules and restrictions on how a state may conduct its federal elections. None of these took direct effect, and all of these took the form of requiring the states to each independently pass some sort of legislation implementing the rules HAVA dictates. In many states this local legislation applies only to elections for federal offices, saying for example that you may cast a provisional ballot for president but not governor. This appears to satisfy HAVA.

    I do not know on exactly what constitutional basis HAVA exists.
  • a good thing (Score:2, Interesting)

    by cinnamon colbert ( 732724 ) on Sunday October 24, 2004 @04:45PM (#10615637) Journal
    I am a very liberal new yorker who gets the times every day at home. And if you read the technology section, in the thursday paper, you will quickly come to the conclusion that this most august of american journalistic institutions does not know its head from its elbow when it comes to comsumer electornics. ONe can only hope the editorial board is better informed.
  • by dabigpaybackski ( 772131 ) on Sunday October 24, 2004 @04:46PM (#10615643) Homepage
    Perhaps, someone can explain why the Department of Defense is still allowing overseas military personnel to cast their ballots by Internet on servers without any paper trail.

    Logistics, perhaps. As everybody knows, they're very busy these days, and, from their point of view, setting personnel aside to handle physical ballots is just extraneous bullsh*t. But, being a government entity, incompetence could also be a factor.

  • by wikinerd ( 809585 ) on Sunday October 24, 2004 @04:46PM (#10615649) Journal
    I am afraid that even if the public pushes the opensourcing of the voting code, they will make it available under a "shared source" license a-la M$. That's better than closed source, but definitely is not enough. The general public might think it's enough, but it isn't since the code creators will continue to have exclusive rights over a piece of software that is of extreme importance to the society. The voting code must be available in the public domain or under a mini-license that could be compatible with all other common licenses like GPL, BSD, CC, CPL, et cetera. The Federal Government publishes its information in the public domain for the common good, why the voting code should be any different since it is intended to benefit the whole society? (whether this happens in practice or not is another story). The Federal Government should pay the code creators not just for the right to use the code but also for the transfer of copyright and then the code should become public domain (since everything coming out of federal agencies is publicdomain).
  • One-Time IDs (Score:5, Interesting)

    by Rie Beam ( 632299 ) on Sunday October 24, 2004 @04:47PM (#10615655) Journal
    One of the major problems with keeping track of voting records is that you don't want to give away too much information to the public on who voted what, while at the same time, keeping everything hidden will draw cries of foul play, tampering, et cetera. So here's an idea - one-time voter cards.

    Lemme explain. They would be plastic cards, about the size of a credit card, with a random ID and password on them in print - long enough not to be memorized by passer-bys, but short enough to make it humanly possible to type later on. Also on the card is a magnetic strip - think something like a credit card. Now, when you show up at a voting center, they hand you one out of a pile - it's in a sealed envelope, so they haven't a clue as to which one they hand you. You go in the voting booth, slide your card through the machine, and vote. A paper trail is produced with your barcode and adjacent votes - but not anything that could be used to ID you later on - and you slide your card again. It registers your votes on the card, and you leave.

    Now, the votes are tallied, and the results are given. However, the election isn't over yet. An open database is publically produced, with barcode/vote combinations, and the voters then mail their cards to be tallied and compared to the database. If the paper trail doesn't match up with the card count, something has gone wrong, and all votes without cards, cards without votes, are cast out.

    I know this still has some flaws, but I'm curious as to what the Slashdot community thinks. One thing I was worried about is that in checking on your barcode, you may become ID'd in that manner - although compared to other methods, I think the chance of something like that, for example, through an encrypted channel online, is a lot less likely. Comments?
  • by Get Behind the Mule ( 61986 ) on Sunday October 24, 2004 @04:49PM (#10615666)
    I was going to post this very argument, and here you've said exactly what I wanted to say.

    So instead of just saying me too, let me add my perspective as an American who now lives in Germany. The way they run elections here was a real revelation to me. After a lifetime in a culture that is fascinated with high-tech solutions, and where high-tech is uncritically assumed to be better, I was amazed to see that a simple solution was clearly superior.

    Voters are handed a piece of paper with the names of the candidates. They take it behind a privacy barrier and mark an 'X' in circles next to their candidates' names. Then they fold up the paper, seal it in an envelope, and drop the envelope through a slit in a box. Then at 6 PM, the envelopes are dumped out of the box and the votes are counted and re-counted by hand. Anyone who wants to can witness the counting.

    With this system, a fiasco such as Florida in 2000 (or in a number of states in 2004, as I predict) simply cannot happen. The are far fewer possibilities for error, and the credibility of the result is much greater.

    The problem in the US is cultural. The very idea that a low-tech solution could be better simply doesn't cross our minds. For some things in life, we really are better off with more computers and machinery, but for elections, we should just dump them all on the trash heap, all they do is compound mistakes.
  • by wikinerd ( 809585 ) on Sunday October 24, 2004 @04:53PM (#10615690) Journal
    I forgot to add this: Consider that in the future humans may live in space or other planets and they will definitely need some sort of device for the survival in an environment without oxygen. The oxygen-generator/provider/whatever will probably be a device controlled by a computer so it will need some sort of software. Would you accept exclusive copyright rights, possibly revocable, over a piece of software that is of extreme importance to your life? I hope not. Election/voting software is not very different: It is of extreme importance to the quality of life of millions of people and granting exclusive control of this code to some proprietors is a Bad Idea (tm). In my opinion any software code that is a public utility, like voting software, nuclear reactor control software, and life support software (example: in hospitals), need to be available in the public domain and stored in the Library of Congress, after the code developers have been paid by a federal agency or their employer.
  • by meese ( 9260 ) on Sunday October 24, 2004 @04:57PM (#10615720)
    NIST did a great job with the AES competition (to develop and standardize a new block cipher to replace the aging DES) - why don't they have a competition to standardize a electronic voting machine platform? There's no reason this shouldn't be done on a national basis.

    I think that if we as a community put enough pressure on NIST, they'll do it. And since NIST is a non-partisan body, there's no good reason for congress to not support a design that is sponsored by NIST.

    Such a process would promote both openness of participation and review of designs. The winning design could then be standardized and vendors could simply implement them to spec.
  • Re:One more thing... (Score:5, Interesting)

    by jxs2151 ( 554138 ) on Sunday October 24, 2004 @05:04PM (#10615756)
    ... the US government MUST OWN the code that counts the votes.

    While I certainly understand your concerns I would disagree with your assertion that the government MUST OWN the code. The government has the highest vested interest in controlling the results of voting, even more so than the simple and predictable profit motive of Diebold. I do not trust "the government" to be a good custodian of the source code contolling voting. I trust the people of the United States and noone else. Open Source comes the closest to granting all rights to "the people" and is thus the best method of ensuring a valid vote.

    All of our rights as Americans flow from the ability to control who leads us. The importance of a clean vote that everyone believes in cannot be overstated. This is far too important to be entrusted to Diebold or the government- don't trust either.

  • by anon*127.0.0.1 ( 637224 ) <slashdot@@@baudkarma...com> on Sunday October 24, 2004 @05:26PM (#10615844) Journal
    There will be lots of allegations of election fraud and election screwups for the upcoming vote. The closer the races, the louder and more widespread the allegations will be.

    However, we won't be hearing "The voting system is confusing and insecure. We need to change it!". We'll be hearing the Democrats say "The Republicans screwed with the results and stole the election!". The Repubicans will be making the same allegations about the Democrats. And both sides will be so busy pointing fingers and slinging mud, the process itself will be completely ignored and will remain as broken as ever.

  • Wish we had that... (Score:5, Interesting)

    by tit0.c ( 245434 ) on Sunday October 24, 2004 @05:44PM (#10615926)
    Wish we had that here in Venezuela las august.

    The voting machines here for the presidential referendum produced a paper trail.Suddenly when there was a doubt of the transparenncy of the whole process (because the voting machines were black boxes, noone knew what the code on them did) the government refused to count the papers from each machine.

    Instead, they performed an "audit" where a member of the national electoral council on TV announced that a certain number of boxes would be chosen at random...by another computer running who knows what code on it and after the program was done "generating" the number of the boxes to be audited he proceeded to open a Word document with the numbers on it.

    Of course, when the audit was done nothing was found amiss.

    Transparent indeed...
  • by dglaude ( 673571 ) on Sunday October 24, 2004 @06:11PM (#10616095) Homepage
    Richard Stallman told me: [wiki.ael.be]

    Feel free to send me an email if you ever want to say something on this topic that I could use while talking to a Free Software fanatic that believes having the source code is enough to guarantee democracy or to publish on our web site.

    After a talk with Richard Stallman about the use of Free Software for Electronic Election, I emailed him. RMS sent me the following:

    Free software is not enough to ensure that elections are carried out properly.

    The software used in and for government should always be free software; the government should always have the freedom to run it, study its source code, change it to suit government needs, and distribute copies to others either unchanged or modified. That way, software owners will not have power over the government's computers. But that is not enough to ensure that computerized elections are fair and honest.

    It is easy for a programmer to change a program so that it tells the user "You voted for Mr Smith" but actually record a vote for Mr Brown. Unfortunately, free software does not prevent this. There is no known way to prevent this.

    With free voting software, a government election committee can study the source code. If the program has been published, anyone can study the source code. But there is no way to be sure that the program actually running when you cast your vote is the same program that you and the election committee studied. Someone could have installed a fiddled version an hour before the election and replaced it with the authorized version an hour after it ended.

    To assure honest elections, we need physical ballots that can be used for a recount.

  • Re:One-Time IDs (Score:3, Interesting)

    by winwar ( 114053 ) on Sunday October 24, 2004 @06:11PM (#10616099)
    And the point is?

    Secret paper ballots work fine. Granted, if they are poorly implemented problems will occur but that is no different from any other solution. We know what paper solutions work and don't work. So what is the point of changing to a new system?

    We don't NEED quicker results. We need the CORRECT results that are BELIEVED to be accurate by the public. Your solution adds technology where none is needed. The result will be more problems.
  • Absolutely (Score:0, Interesting)

    by Anonymous Coward on Sunday October 24, 2004 @06:42PM (#10616271)
    the shop stewards and trustees are correct in pushing for this. Paper trails are the only way to ensure that everyone votes in the best interests of their union. Those that don't can be quickly identified and re-educated, walk the picket lines, and can be put to other productive uses before we fail to protect them over a company beef.

    Sort of like in the old days, in the old country, where the town leaders dispatched transportation to pick up my grandmother because after counting who showed up at the polls, and after counting votes (while the polls were still open), they figured out who the two individuals were who hadn't voted yet, knew they would vote correctly (especially after the two votes would be tallied so they knew exactly how they voted), and knew that it was a close enough regional election that every last vote had to be cast and counted.

    Similar to the NorthEast old lever machines, where they sign you in, give you a 3x5 card with your name on it, which you use to hand to the poll watcher at the machine so you could vote, and they placed them neatly, face down, in chronological order so that they could match the card chronology to the vote chronology (punch card chronology inside machines, relative worked at election board, counting votes during elections and basically reading newspaper all other times).

    Paper ballots. Keep the union member history. Keep the employee history for corporations who have a lot to win or lose in an election (make a contest of it! candy bars or flex time for vote receipts!). Throw in some sneak, peek, no notice searches, book reading tracking/databases, free access to medical info for "research", gps phone tracking, rfid in shoes, pretty soon they'll be able to tell what brand tampon I use to plug holes in my rowboat!
  • Re:Are we sure... (Score:5, Interesting)

    by TyrranzzX ( 617713 ) on Sunday October 24, 2004 @06:49PM (#10616330) Journal
    Come to the realization that "conservative", "radical", "democrat", "republican", "liberal", "anarchist", "nazi commie assclown extremist", ect, are all terms those in power have created to label us. Why? Well, you label someone, then give people mud, and slings. What's next? They fight, and organize behind opposing sides, instead of getting together and talking.

    It is then far easier to enslave people without them noticing when you've got people who won't even sit down to have a logical debate or admit they're wrong when prooven so. It's even more entertaining and saddening when those making the point feel the need to insult the other side; stupidity is limitless, and thus, the insulting of stupidity can be made on just about any basis, no matter what level of intellectual developement is required to make that accusation. If you've got a population of people who make accusations of this kind, heh, you've got sheeple.

  • by khasim ( 1285 ) <brandioch.conner@gmail.com> on Sunday October 24, 2004 @07:51PM (#10616676)
    While I don't disagree in the least with the spirit of the concept of making the system(s) open source, it should be noted that, contrary to popular belief, Diebold asserts that its systems have been scrutinized, including at a source code level, by independent authorities...


    Why would that be "contrary to popular belief"?

    I don't care whether Diebold has someone else looking at the code or not.

    I care what the code does and how secure the system is.

    Without public review, there is no way to determine EITHER of those. You're just relying upon someone else's honesty and integrity (in an election no less).

    ... and that there is also a paper record:


    As others have pointed out, it's useless for the individual voter to verify his/her vote.

    Notwithstanding Diebold's CEO's extremely inappropriate campaign comments,...


    Ummm, how BLATANT does the warning have to be before you would choose not to use their service?

    ...I really do think they're trying to put out the best electronic voting systems they can, ...


    Great. Really. And I suppose that having a retarded 10 year old as police chief is okay as long as he's trying to do the best he can.

    "the best ... they can" is NOT the criteria here. Accurate and secure is. Their machines are neither accurate nor secure. Since that is "the best ... they can" do, then they will not be allowed to provide that service.

    ...but are suffering from the same problems that any large, proprietary system suffers from when it languishes in the comfort of large government-guaranteed long-term contracts: namely, inattention to the details that need to be addressed, that sometimes get lost in not seeing the forest for the trees.


    What the fuck? They're building a system to record votes. How complicated can it be?

    PAPER has worked for CENTURIES. They can't match the capabily of PAPER? They are either incompetent or have an agenda.

    Perhaps opening the source to these critical systems and having it overseen by an independent election agency would be an idea worth considering...


    "worth considering"? People here have been harping on it for months!

    If you cannot provide the same level of security and authentication and validation with a computerized ballot that you can get from a fucking 1 cent PAPER BALLOT then you need to either fire that firm (buh bye Diebold) or re-evaluate your rational for computerization.

    As noted in TFA, slot machines are held to a higher standard than voting machines.

    Yet thousands of people hammer on slot machines every day.
  • by nilram ( 32622 ) on Sunday October 24, 2004 @08:21PM (#10616869)
    I think this probably comes from Article I Section 5:

    Each House shall be the Judge of the Elections,

    Returns and Qualifications of its own Members, and a Majority of each shall
    constitute a Quorum to do Business; but a smaller Number may adjourn
    from day to day, and may be authorized to compel the Attendance of
    absent Members, in such Manner, and under such Penalties as each House
    may provide


    It seems there's also a clause granting Congress oversight in the case of Presidential electors as well but I can't seem to find it.

    I also believe that congress has codified what
    it considers a fair election and that HAVA is a part of the that codification.

    Basically what congress can do is say "follow these rules and we'll accept your results".

    The issue with the president is a bit different since there is no constitutional provision that the president be popularly elected in the first place.
  • by timothy ( 36799 ) on Sunday October 24, 2004 @09:46PM (#10617362) Journal
    Let's say there are going to be ballots provided by the election officials (I just noticed someone talking about Badnarik*'s idea of every voter bringing his own ballot, never thought of that angle before). I'd rather have a slightly more involved, even if more expensive, elections process that invited two or more companies to supply the machines used *at every polling place.* In the fashion of the time-stamp cards in some workplaces -- like the Hallmark store I worked in during high school -- such a device could tell you with a satisfying "WHOMP!" that Yes, this vote has been registered on one side or the other, and visibly increment the "total votes" column by one. Then let the second machine WHOMP the same ballot, and finally put the ballot into locked box for later recount purposes if the two machines disagree.

    The kicker: pay only expenses up-front, with a bonus going only to the most accurate machine. There will be votes that are lost / spindled / folded / mutilated; sorry. Mistakes and bugs may be inevitable, but that doesn't mean that "just any system" is good enough.

    timothy

    * My candidate of choice
  • Re:Are we sure... (Score:3, Interesting)

    by beakburke ( 550627 ) on Sunday October 24, 2004 @10:02PM (#10617461) Homepage
    I dunno if i'd call McCain a conservative. He's really more of a populist now. Dazzled by the big lights and attention. It happens to the best of us.
  • Re:Are we sure... (Score:3, Interesting)

    by johnnyb ( 4816 ) <jonathan@bartlettpublishing.com> on Sunday October 24, 2004 @10:03PM (#10617471) Homepage
    I disagree with your notion of the connection of labels and lack of debate. I believe that labels are useful because traits usually fall in groups, not singularly. That doesn't mean you _can't_ openly and honestly debate. We just _aren't_.
  • Re:Some thoughts (Score:2, Interesting)

    by Bigbutt ( 65939 ) on Sunday October 24, 2004 @10:57PM (#10617771) Homepage Journal
    Because we want to know who's president now.

    Remember, we're baby boomers and are used to getting our way. Credit cards, fast food, big cars (and motorcycles).

    In this case, it really is buy now, pay later.
  • Re:Some thoughts (Score:3, Interesting)

    by Jason Earl ( 1894 ) on Sunday October 24, 2004 @11:30PM (#10617925) Homepage Journal

    The point is that these machines would allow for faster tabulation of the votes (no running the ballots through a scanner) and would allow you to put a fancier front end on the optical scan ballot (apparently some voters are easily confused). The important thing is that these machines wouldn't give up the one thing that paper ballots do better than any electronic system, a human verifiable paper trail.

    All things considered I would just as soon stick with the optical scan ballots. I don't find them confusing. However, there are apparently lots of folks that are really pushing for polling machine upgrades, especially after the last presidential election. The problem with any solution without a paper trail is that you can't prove that the election wasn't fixed. Can you imagine the fallout from the last Florida presidential elections if the ballots would have been destroyed after the intial count? No matter which candidate you favored you would be forced to wonder if the fix was in.

    It's seems funny to me that people demand a paper receipt when they put $20 worth of gas in their car, but are happy to "trust the machine" when it comes to something as critical as electing public officials. To me that seems odd. As long as I have a paper ballot that counts as my official vote I don't care what kind of software is used to create the ballot. In most cases the paper ballots wouldn't actually get used. It's fairly rare that a count gets contested.

  • Re:Are we sure... (Score:3, Interesting)

    by Rayonic ( 462789 ) on Sunday October 24, 2004 @11:36PM (#10617951) Homepage Journal
    > are all terms those in power have created to label us.

    Bullshiat. People label themselves when left to their own devices. They natually form an "in-group", so they can feel superior to the "out-groupers".
  • by eyepeepackets ( 33477 ) on Monday October 25, 2004 @01:52AM (#10618474)
    Experience says that when there is much controversy over solutions to a particular problem it is often because the problem hasn't been properly defined.

    Current definition of "The problem:" How to change government in a democracy with open, accurate elections which allow the voter to remain anonymous.

    The solution is in the history of U.S. democracy. History tells us that a small group of elite folks (Founding Fathers) decided that the electorate could not be trusted (Electoral College) and that the best overall solution was a restricted form of democracy (representative democracy.) In the years since, the attitude of our ruling class has blossomed into a degenerate, self-serving incompetence-towards-the-whole which threatens the longevity of the nation.

    Ask yourself why only the two parties can play and any third party or other outside group gets lead weights hung around the necks of their efforts. Don't think it's true? Go check the election rules for your city, county and state. Two-parties-only is the end result of many very suspicious rules and requirements for other groups or parties wishing to play. The same game of Restriction-via-Rubric-Rules exists at the federal level.

    Redefinition of "The Problem:" How to get an entrenched (and very rotten) ruling class to open up the process to open, accurate elections and thus move closer towards achieving a true democracy? In most of the rest of the world -- and throughout human history -- such efforts usually result in civil war.

    If you think any elite group will just give it up, open your eyes and your brain at the same time and witness the current bitterness over voting methodologies: When none of the players are willing to be open and honest, then none of the players _are_ open and honest. Bluntly, the last thing either party wants is open, accurate, direct elections.

    Do we have a democracy or an illusion, a national delusion that we are a democracy? Has not representative democracy failed when a small group of the very richest individuals and corporations (hey, same group of folks, imagine that) severely restrict who can participate in governance?

    You fix this by not sending the same rotten bastards back to Congress time and time and time again. One term and they reek with the stench of corporate cash. In other words -- and let me make this as simple as possible -- the focus on the Presidential election is a red herring, a sleight-of-hand, a trick of the light, a cheap trick, social engineering on a colossal scale, a setup for a SUCKER PUNCH!

    So what did the Harvard Republican say to the Harvard Democrat? "You're either with me or against me! *wink wink, nudge nudge*"

    Cheers and ciao.

One man's constant is another man's variable. -- A.J. Perlis

Working...