Shallow Thoughts : : Nov

Akkana's Musings on Open Source Computing and Technology, Science, and Nature.

Thu, 25 Nov 2004

CD-R longevity; alternate backup solutions

For years I've been using CD-R for backups, especially of photos. Every now and then I see an article about CD longevity (people are all over the map about how long these things are supposed to last; here's one useful article) and wonder if I should worry.

It turns out the answer is yes. Yesterday I was looking for some photos from mid-2001, and discovered that about 80% of the files on the CD wouldn't read in my DVD reader -- "I/O error". Fortunately, my DVD writer could read about 80% of the files (maybe it's a little slower, or something? Or just newer?)

A subsequent flurry of copying my older CD-Rs found read errors on many discs two and three years old. The two worst both had sticky labels on them. In one case (some images I didn't want to lose), I burned two copies of the same disc, printed a pretty label on one and marked the other with a Sharpie. The Sharpie disc read fine; the labelled disc had massive errors and was all but unreadable. The advice saying not to print labels for CDs meant for backup appears to be accurate; but even without labels, they're not reliable.

I'm not sure of a better backup solution, though. I don't trust longevity for anything magnetic (I've seen too many tapes and floppies fail). One solution I'm trying is an IDE disk sitting in an external USB2/firewire enclosure: it can stay powered off most of the time, and copies are fast. But a disk has a lot of failure modes (magnetics, head crash, motor). Safer would be two external drives, kept in sync.

Tags:
[ 14:40 Nov 25, 2004    More misc | permalink to this entry | ]

Mon, 22 Nov 2004

Scanner working under 2.6

My Epson 2400 Photo scanner is finally working again. It used to work beautifully under 2.4, but since the scanner.o module disappeared in 2.6 and sane started needing libusb, I haven't been able to get it to work. (sane-find-scanner would see the scanner, but scanimage -L would not, even as root so it wasn't a permissions problem.)

Working with someone on #sane tonight (who was also having problems with libusb and 2.6) I finally discovered the trick: I had an old version of /etc/sane.d/epson.conf which used a line:

usb /dev/usb/scanner0
but I was completely missing a new, important, section which includes a line that says simply
usb
preceeded by a couple of all important comment lines:
# For any system with libusb support
# (which is pretty much any
# recent Linux distribution) the
# following line is sufficient.

So I replaced the old libusbscanner script with the new one, commented out scsi, left /dev/usb/scanner0 commented out, and uncommented the standalone usb line. And voila, it worked!

<geeky_hotplug_details>
The old /etc/hotplug/usb/epson.scanner script (which I'd gotten from a SANE help page long ago) was no longer being called, since it's been replaced by libusbscanner. The main function of either of these scripts is to do a chown/chmod on the scanner device, so that non-root users can use it. An interesting variation on this is a bugzilla attachment which changes scanner ownership to the person who is currently logged in on the console. Might be worth doing on a multiuser system (not an issue for my own desktop).

I have a line for my scanner in /etc/hotplug/usb.usermap (and indeed that's the only line in that file):

libusbscanner 0x0003 0x04b8 0x011b 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
which is probably redundant with the 0x04b8 0x011b line in libsane.usermap (/etc/hotplug/usb.agent, which gets called whenever a USB hotplug event occurs, looks at usb.usermap and also usb/*.usermap)
</geeky_hotplug_details>

Tags: ,
[ 19:03 Nov 22, 2004    More linux | permalink to this entry | ]

Sat, 20 Nov 2004

Blackbox Voting Exposes Poll Tape Fraud

Installment one of Bev Harris and BlackBoxVoting.org's Freedom of Information Request: the Stinking Poll Tapes.

Harris & company went to Volusia County, Florida to request the "poll tapes" from the election: the printed record that each machine produces at the end of the day, signed and dated by election workers.

What they were given was unsigned printouts dated November 16, the day before their arrival.

Upon investigating, they found several curious things:

  1. Elections officials meeting clustered over poll tapes, who shut the door on them when they asked what was going on;
  2. A garbage bag full of original, signed poll tapes, dated the day of the election;
  3. Another garbage bag of original poll tapes at a different location;
  4. Apparent discrepancies between the original, signed, dated poll tapes and the supposed copies which the elections officials had originally tried to give them.

This is all over the blogosphere, but doesn't appear to have hit much of the mainstream press so far, not even Wired, except for one early article in the East Volusia News-JournalOnline. But the story making the rounds claims Black Box Voting has it all on video.

Stay tuned!

Tags: , , ,
[ 00:12 Nov 20, 2004    More politics/election04 | permalink to this entry | ]

Fri, 19 Nov 2004

Bentonite Magma!

Reading the ingredients on a bottle of calamine lotion turned up something interesting.

Funny, it didn't feel quite that hot going on!

(And yes, calamine implies that my earlier comment about poison oak being gone only means that the visible leaves are gone. Oops! Current theory is that it happened when Dave touched the baby newt while moving it off the trail, and that the newt had been crawling in poison oak. Though it's slightly possible that it could have been the newt itself: it turns out that California newts are indeed poisonous, though only if you eat them. From that page: When a predator approaches the newt strikes a warning posture showing its brightly colored underside. This is a warning that the newt is poisonous. If the predator continues the newt will secrete white milky oil out of the skin on its back. If the predator eats the newt, the predator will die quickly from the poison. The newt will then crawl back out of the animal's mouth and continue on its way. )

Unrelated to newts or poison oak is another humorous picture I took a while ago and have been meaning to upload: No Swimming.

Tags:
[ 11:55 Nov 19, 2004    More humor | permalink to this entry | ]

Wed, 17 Nov 2004

Fedora Core 3

Fedora Core 3 is finally out, so I tried it this evening.

The install itself went apparently smoothly, looking just like a normal Redhat graphical install, with a few new options, such as SElinux (which I turned off).

The first problem came during the first boot of the newly installed system, when the boot process complained that fsck.ext3 was finding errors on hda2.

hda2, on this disk, is a SuSE partition: I didn't tell the FC3 installer about it at all, so, correctly, it's not mentioned in /etc/fstab; and it's reiser, so FC3 has no business running fsck.ext3 on it!

It dumped me into a single-user shell, in which mount shows / as mounted "rw,defaults", but any attempt to modify anything on the root partition complains "Read-only file system". I got around that with mount -o rw,remount / -- it turns out that typing "mount" doesn't actually give an accurate picture of mounted filesystems, and cat /proc/mounts is better.

Now able to edit /etc/fstab, I noticed the "LABEL=/" and "LABEL=/boot" entries that Redhat is so fond of, and speculated that this is what was causing the problems. After all, there are several other OSes installed on this system (a Redhat 7.3 and a SuSE 9.1) and either or both of them might already have claimed the label "/". So I changed the fstab entries to /dev/hda6 and /dev/hda1. A reboot, and voila! things worked and I found myself in the first-time boot configuration process.

(Note: Redhat bug 76467 seems to cover this; I've added a comment describing what I saw.)

I really wish Redhat would get over this passion for using disk partition labels, or at least detect when the labels it wants to use are already taken.

Onward through hardware configuration. It didn't detect my LCD monitor, but that was easy to correct. It correctly detected and configured the sound card. It didn't try to configure a printer. At the end of hardware configuration, it took me to a graphical login screen (no option for non-graphical login was offered), and I logged in to a gnome desktop, with a rather pretty background and some nicely small and professional looking taskbars. The default gnome theme looks nice, and the font in the terminal app (gnome-terminal) is very readable on this 1280x1024 monitor. The default browser is Firefox, one of the 1.0 preview releases, with nice looking fonts.

The first step was to try and configure a printer. Double-clicking on the "Computer" desktop icon offered only my two optical drives, the hard drive, and "Network". The Redhat menu in the panel, though, offered "System Settings->Printer", which ran printconf-gui, which revealed that FC3 had in fact autodetected my Epson Photo 700 and configured it. Strangely, printconf-gui's "Test" menu was greyed out, so I wasn't able to "print a test page" that way. I tried quitting printconf-gui, restarting it (still grey), left-clicking on the printer (still grey), right-clicking on the printer (nothing test-y in the context menu) -- and the Test menu finally ungreyed! The test page printed beautifully -- centered on the page, something Debian's CUPS setup has never managed.

Clicking on the red ! in the taskbar took me to up2date; clicking through the screens ended up updating only the kernel, apparently because updates aren't auto-selected and I have to manually "Select all" in order to update anything. Once I figured this out, up2date, via yum, got started updating the other 75 available packages. But it only got halfway through before it hung (the window wouldn't repaint). It turned out that kill -1 on the up2date process didn't help, but kill -1 on the /usr/bin/python -u /usr/sbin/up2date made the window wake up and start updating again. I had to repeat this several times during the multi-hour update. Then it died, apparently with no memory of which systems it had already updated.

A Fedora expert suggested that I should

Indeed, that seems to be working much better, and it turns out that I can move the RPMs already downloaded from /var/spool/up2date to /var/cache/yum/updates-released/packages so I don't have to re-download them (whew!)

Mixed review

So overall, FC3 gets a mixed review. The installer is pretty good. It's a bit light on feedback: for instance, not telling me that a printer was configured (or giving me an option to change it), which would have added a warm fuzzy since it turned out it handled it so well; or not giving me a non-graphical login option. The desktop look is clean and usable.

OTOH, the boot totally failed due to the LABEL=/ problem, and up2date totally failed. A novice user, wiping out the disk, wouldn't see the partitioning problem, but if up2date is as flaky as it seems (everyone I talked to has had problems with it) it's hard to understand why they don't just use yum directly, and offer more mirror options (up2date only gave me a choice of one server, which was obviously overloaded).

Tags: , ,
[ 23:58 Nov 17, 2004    More linux | permalink to this entry | ]

Tue, 16 Nov 2004

Wood Duck!

I biked down to the perc ponds today (the Los Gatos Creek Percolation Ponds, a part of the local water storage system where creek water percolates down through layers of sand, clay, and rock into the aquifer) to look for birds. Rumour had it that there was a female wood duck hiding out among the mallards. I'd never seen a wood duck, so I hoped to find her.

Not only did I find her, but she has a boyfriend! Or, at least, there's a male wood duck in the perc ponds as well as a female, though they weren't hanging out together -- she was consorting with the mallards (and a curious ground squirrel) up by the trail, while he was out swimming in the pond.

I also saw some gadwalls (a new duck for me) and got better pictures than I previously had (for my bird photo project of several birds, including a belted kingfisher (always a tough subject). Nifty! Today's pictures are here.

Yesterday we went for a short hike at Alum Rock, and saw some more turkeys and even more deer, including a magnificent buck and a couple of little spike bucks, and lots of young deer play-butting each other. They've been added to the older Alum Rock turkey/deer photos from a few weeks ago.

Tags: ,
[ 21:14 Nov 16, 2004    More nature/birds | permalink to this entry | ]

Mon, 15 Nov 2004

93,000 Extra Votes In Cuyahoga County?

Teed Rockwell, of the Philosophy Department, Sonoma State University, published a few days ago a sizzling article on ballot totals in Cuyahoga County, Ohio. Using the numbers from the county's official election results web site, he shows 29 different precincts which report vote counts well in excess of the total number of registered voters, for a grand total of 93,136 more votes than registered voters. For example, Highland Hills Village, which has 760 registered voters, had 8,822 ballots cast.

One possible explanation comes in an AP story, Kerry campaign lawyers checking Ohio vote, which says that "the numbers also include absentee votes in congressional and legislative districts that overlap those cities", which wrongly inflates the numbers, and quotes Ohio elections board chairman Michael Vu as saying "All the numbers are correct. You have to first understand what an absentee precinct is." The story doesn't go on to explain what an absentee precinct is; it looks like absentee ballots are assigned to counties other than the county of registration, or possibly absentee voters aren't included in registration numbers at all.

Meanwhile, a blog called "Political Strategy" reports on an editorial on the Zogby pollling web site, in Zogby Website Asserts 'Massive Voter Fraud'. I can't actually read the linked Zogby page (either they've pulled it, or they have some sort of bug in their server code) but in addition to calling attention to the fishy Cuyahoga results, they discuss the statistical unliklihood of some of the Florida results already showcased elsewhere.

Recount update: Cobb (Green) and Badnarik (Libertarian) are officially requesting an Ohio recount, while Nader and Camejo have requested a recount in New Hampshire. There's more recount news on ReDefeat Bush (which I found by way of their Google ad when I googled for recount news -- cool!)

A final giggle: on the subject of why the exit polls were so wrong (I still haven't seen anyone quoting numbers!), Craig Crawford of Congressional Quarterly and CBS suggested that the exit polls may have been wrong about Bush because of the "David Duke effect," an election in which he got many more votes than was reflected in what pollsters found because "people didn't want to admit to exit pollsters they'd voted for David Duke, the head of the Ku Klux Klan, because they didn't want to admit they were a racist. So perhaps a lot of voters didn't want to admit they voted for Bush."

Tags: , , ,
[ 22:11 Nov 15, 2004    More politics/election04 | permalink to this entry | ]

Fri, 12 Nov 2004

Baby Newts are Migrating

Last Sunday I mentioned seeing one newt remaining in the newt pond, and wondered whether the rest were migrating already.

Today at Rancho San Antonio, we encountered a half-grown young newt, sitting on the trail nearly a mile uphill from the creek. After some photos (all but the first there are of this young 'un) we moved the newtlet off the trail where it wouldn't get stepped on.

Later, Dave noticed a part of the trailside lurching repeatedly in and out. Obviously some small burrowing animal, perhaps a mole, was beneath the rain-loosened dirt, trying to decide whether to burst out into the open. We watched for a while as the animal tunnelled from one place to another, but every time we thought it might be getting ready to poke a nose out, another herd of hikers would come by and all burrowing would cease; time would pass, then dirt would begin to lurch somewhere else. We never did see the burrower.

Other notable critter sightings: a wrentit (only the second time I've ever seen one, though I hear them all the time; the first one I saw was also at RSA, and I didn't manage a photo then either), a ruby-crowned kinglet, lots of fluffy white feathers along one trail (what bird there has white feathers? Perhaps the white-tailed kite we saw later, but I've never seen a kite in the more wooded part of the park where we saw the feathers), and an extended bout of animated loud chatter from the treetops which sounded more like geese than anything, but eventually turned out to be squirrels. (Akk's rule of birdsong: if it's loud and really weird sounding, it's probably a squirrel.)

Tags:
[ 22:14 Nov 12, 2004    More nature | permalink to this entry | ]

Recent roundup of post-election voting stories

I've been hearing a lot of talk about how the official results don't match the exit poll numbers: how the exit polls show a Kerry win, and that's evidence of a hacked vote. For example, Those faulty exit polls were sabotage in The Hill, or A Tour of the 2004 Exit Poll: What It Says and What It Doesn't, part one and part two on Donkey Rising.

What I haven't been able to find is anything with data to confirm this, one way or the other. CNN has an interactive page allowing checks of specific aspects of exit poll data, but that's no help for analyzing nationwide data, say, by county. And in any case, it seems that CNN changed the online data after the fact, so there's no telling what this means in terms of raw numbers.

Lawrence Lessig gives the answer, in Free the Exit Poll Data: the poll numbers are privately held, not publically available. Lessig calls for the data to be made public, so that it will be possible to find out why the numbers were so misleading compared to the final election tally. You'd think both sides would be interested in knowing what went wrong.

Terrific maps for visualizing the election

Maps and cartograms of the 2004 US presidential election results gives a wonderful set of maps showing "purple states" by county, with the sizes adjusted for population.

Other stories about voting irregularities:

Outrage in Ohio: Angry residents storm State House in response to massive voter suppression and corruption (Michigan Independant Media Center): Protests on November 3 in Ohio over all the voting problems the state experienced. Includes lots of anecdotes about voters who experienced problems.

Surprising Pattern of Florida's Election Results (US Together): a comparison of party registration data to reported election results in Florida counties using different types of voting equipment. In counties using touchscreen machines, the percentage vote for Kerry matched the party registrations fairly closely; in counties using optical scan machines, there's a huge shift over to Bush votes, completely uncorrelated with party affiliation. The article includes a data table by county.

Evidence Mounts That The Vote May Have Been Hacked (Common Dreams): a text discussion of the US Together results, their correlation with exit poll results, and some discussion of possible explanations other than foul play (and why those reasons are unlikely to be the actual explanation).

Palm Beach County Logs 88,000 More Votes Than Voters (Washington Dispatch): Palm Beach County's official election results web site showed 542,835 ballots were cast for a presidential candidate while only 454,427 voters turned out for the election. Apparently they've since updated the web site to show numbers that add up. I guess this tells us how far we can trust the "official" numbers on the web site.

Tons of other links on the Op Ed News: Votergate 2004 page.

Bev Harris of Black Box Voting, Ralph Nader and others have teamed up for Help America Recount, a project to buy recounts in Ohio and other states. They're soliciting donations. I'd love to see recounts, but what they don't explain is where the money is going. What's involved in getting a recount, and does it cost money, or is this to pay salaries and expenses of the (volunteer?) people doing the counting, or what? The effort sounds like it might be a little disorganized at the moment.

Kerry Won. . . (Tom Paine.common Sense): Editorial about irregularities in various states. No new data, though.

Tags: , , ,
[ 12:31 Nov 12, 2004    More politics/election04 | permalink to this entry | ]

Tue, 09 Nov 2004

New Crikey!

Crikey 0.5 is out, with some changes contributed by Efraim Feinstein -- it can read from stdin now, and has a debug flag. Reading from stdin means you can generate multi-line text now.

It's so cool when people send patches to my programs! Especially when they're nice clean code implementing useful features. Thanks, Efraim!

Tags:
[ 22:39 Nov 09, 2004    More programming | permalink to this entry | ]

Sun, 07 Nov 2004

The Last Newt; and Eclipses on Jupiter

We went for a "mander meander" up at Montebello this afternoon, curious how late in the season the California Newts hang around the newt pond. A month ago, the pond was full of newts, but today, only one was left. The rest must be migrating to wherever they go in winter. We didn't see any migrators.

Interestingly, the poison oak disappears at the same time as the newts: a month ago the trail was full of poison oak, but today, nearly all of it was gone.

Having nothing to do with newts, my fun project last night concerned an article in New Scientist about a new Hubble photo of a triple shadow transit on Jupiter. (They make it sound like a much more unusual event than it is; amateur astronomers get to see Jupiter double transits pretty much every year, and triple transits every few years, weather permitting, of course.) The article comments that the moons would look to an observer on Jupiter about the same as our moon looks to us, and that these eclipses as viewed from Jupiter would be similar to an earth eclipse.

That seemed unlikely -- that all four Galilean satellites would just coincidentally have the same size as each other and as the sun, just like our moon does from here -- so I wrote a little program to calculate the apparent sizes in arcseconds, and came up with:

       Sun : 6.1
        Io : 35.6
    Europa : 18.0
  Ganymede : 18.1
  Callisto : 9.1

So a Callisto eclipse might be somewhat like an earth eclipse, with Callisto being one and a half the sun's apparent size, but the other moons appear much much larger than the sun. And Io is about the same apparent size in Jupiter's sky as our moon is here (about half a degree).

Tags:
[ 21:00 Nov 07, 2004    More nature | permalink to this entry | ]

Sat, 06 Nov 2004

Update: some recent stories on election irregularities

An older style touchscreen machine made by Danaher Controls gave Bush 3,893 extra votes in suburban Columbus.

In one North Carolina county, more than 4,500 votes were lost because officials believed a computer that stored ballots electronically could hold more data than it did. UniLect, the manufacturer of the touchscreen machines used, told officials that each storage unit could handle 10,500 votes, but the limit was actually 3,005 votes. The missing votes are gone forever; there is no way to retrieve them.

In Broward County, FL (remember the missing absentee ballots?) it was discovered that a bug in an ES&S machine changed the outcome on at least one proposition. Seems that the software (for counting votes on absentee ballots) doesn't expect more than 32,000 votes in a precinct; so when the tally crosses that number, the machine starts counting backward!

Meanwhile, the ACLU is suing over the lost Broward County absentee ballots.

A national voting rights group has reported hundreds of voting irregularities in the south affecting poor and minority voters.

Latest word (from Equal Vote) is that Ohio Secretary of State Ken Blackwell has said that Ohio's provisional votes will not be counted for 11 days (if at all).

Black Box Voting has filed a massive Freedom of Information Act request for computer logs (including internal audit logs, transmission logs, and others), voting results slips, any email or other communication relating to problems with voting systems, and other information relating to the operation of electronic voting machines.

Voters Unite has an excellent listing of stories on many other voting problems found so far.

Tags: , , ,
[ 11:05 Nov 06, 2004    More politics/election04 | permalink to this entry | ]

Fri, 05 Nov 2004

Little successes (printing on Debian)

Printing's been broken on my Debian machine forever. For one brief shining moment back in July I briefly got it working, then a week later a dist-upgrade broke it again and it's been broken ever since.

Last week Debian Weekly News mentioned a new package called "printconf" which supposedly autoconfigures usb and parallel printers for CUPS. Now, setting aside for the moment that there's already a package called printconf, which configures a completely different spooler than CUPS, and that it's very confusing of Debian to resurrect an old name for a completely different purpose, of course I wanted to try it.

At apt-get time, it asked me whether I wanted to configure my printers now, and of course I said yes. The package installed, it printed a message about restarting CUPS, and no more details. Did it do anything?

I visited the CUPS configuration url (CUPS is configured via a web browser) and the entry looked like my old printer entry. Just for ducks I clicked "print a test page". Nada. So I removed the entry, went back to my root shell and typed printconf. It printed "Restarting cups ... done." No other info. Back to the web configuration page ... no printer there.

Eventually I discovered the -v option, which at least told me that it wasn't finding any parallel printers. I know this printer can be detected via the parallel port (SuSE and Mandrake both autoconfigure it), so something was wrong. Time to look at the BIOS.

A bunch of reboots later, I finally managed to get into my machine's BIOS screen (hint: repeatedly press DEL during boot. The screen saying DEL is the right key only flashes for a fraction of a second, so there's no hope of ever reading it and I wasted several boot cycles pressing function keys instead) and changed the parallel port from "ECP" to "ECP/EPP". Back into Debian -- and voila! printconf saw the printer, autoconfigured it with some magic the earlier entry hadn't had, and after a year and a half I have a debian printer again!

(Incidentally, the parallel port setting isn't why the printer wasn't working before; it was something about the CUPS configuration. Printing used to work on this machine several years ago and the BIOS settings haven't changed since then.)

All hail printconf! I wonder if it's ever occurred to anyone to mention in the man page that it needs an EPP (or ECP/EPP?) parallel port?

Tags: , ,
[ 22:05 Nov 05, 2004    More linux | permalink to this entry | ]

Turkey Season

A few days ago, we took a break from Election madness and went for a late afternoon bike ride at Alum Rock.

We were hoping for tarantulas, but had no luck on that count. But what we did find, at dusk as we rode past park headquarters, was wild turkeys! Dozens of wild turkeys, all random-walking and gobbling like mad, the males displaying their tail feathers. The handful of deer (a few fawns and several bucks with antlers sprouting) grazing nearby were nervous of the turkeys, and backed off when they came near.

We stood and watched for quite a while, and neither turkeys nor deer seemed particularly worried about our presence. Alas, the light was low, so the photos didn't come out very well.

Tags:
[ 20:02 Nov 05, 2004    More nature | permalink to this entry | ]

Wed, 03 Nov 2004

WIMPS!

I knew the Demo-wimps were going to fold, just like they did in 2000 -- but I didn't think they'd do it before the first vote count was even finished!

I can't believe Kerry conceded already. What about all the promises the Democrats have been making us for the past several months about pushing lawsuits on voting technology and voter eligibility? What about all the lawsuits already filed?

I guess nobody cares any more that there's no way to verify anyone's vote, that the voting technology of the country is entirely in the hands of one party. A show of democracy is all that's required; the actual votes, from actual citizens, are far less important than the pretense of voting.

The morning's quick summary of voting machine glitches reported yesterday, at Wired: Watchdogs Spot E-Vote Glitches. The stories include ballots already pre-filled in Palm Beach County, FL, reports of misvoting (touching the box for one candidate and seeing an "X" appear by a different candidate) in FL, TX, and other states, machines in Texas instructed to vote straight party tickets actually casting votes for candidates outside that party, and voters in six Pennsylvania precints prevented from voting due to voting machine failures,

I should mention that Wired has had the best and most comprehensive coverage all along of the e-voting fiasco, beginning many months before any of the other mainstream media would mention the subject. Follow the links from that story, or just search for keywords like voting machines or Diebold. Or check out the original anti voting machine activist site: BlackBoxVoting.com and its sister site BlackBoxVoting.org.

Also, two excellent Cringley columns on the subject:
A Year Into the E-voting Crisis, Shouldn't We Have Noticed the Printer That's Already Built into Each Diebold Voting Machine?,
and Why the Best Voting Technology May Be No Technology at All

But Kerry and the DNC aren't fighting against any of that. They signed on until November 2, and now that's past and they can go back to having garden parties or whatever they do for three and a half years between conceding elections.

Tags: , , ,
[ 11:00 Nov 03, 2004    More politics/election04 | permalink to this entry | ]

Tue, 02 Nov 2004

Blocked voter registrations

As long as I'm collecting links to news stories, here are some about attempts to block voter registration or otherwise intimidate or discourage voters. States involved: Nevada, Florida, Oregon, Michigan, Ohio, and Iowa.

Tags: , , ,
[ 23:07 Nov 02, 2004    More politics/election04 | permalink to this entry | ]

Touchscreen machines changing votes

I mentioned to someone the problems that have been showing up for a week where voters think they've voted for one candidate, then realize upon getting to the final review that the machine has recorded votes for a different candidate, and discovered that I didn't have handy links to any of those stories. So here's a collection of stories from Texas and New Mexico:

Unfortunately the stories seldom say what type of touchscreen voting machine was being used.

And keep in mind that changing only a single vote per voting machine in the 2000 election could have made a difference of 25 electoral votes, according to a recent ACM study (which unfortunately isn't readable online unless you're an ACM member).

Tags: , , ,
[ 22:43 Nov 02, 2004    More politics/election04 | permalink to this entry | ]

Two good election shenanigans sites

BoingBoing seems to be slashdotted (probably not by slashdot) but two other sites with excellent up-to-date news on election problems are E-Voting Experts, covering reports of problems with touchscreen and optical scan voting machines, and Equal Vote, covering some of the legal challenges against voters, in states such as Ohio and (of course) Florida.

Tags: , , ,
[ 14:07 Nov 02, 2004    More politics/election04 | permalink to this entry | ]

I voted

I'm happy to report that voting with paper in my neighborhood was surprisingly low hassle.

The registrar did not ask me whether I wanted paper, but when I saw her circle "E" I hastily told her "I want a paper ballot". She looked momentarily surprised, but recovered quickly, scribbled over the "E" and marked "P". They didn't offer a pen, but I had brought one so I didn't ask.

Then came the wait. They had four or five touchscreen machines, but only one booth (made from a cardboard box) for paper voters, already occupied. The ballot is long (in fact, there are two paper ballots, each 2-sided) so it takes quite a while to finish it. That was fine, because it gave me a chance to hear that they began asking the people registering behind me whether they wanted paper or electronic. They often had to explain the difference to voters who had no idea what the options were, which didn't sound easy; they were very patient about helping people understand the options and didn't try to brush anyone off. Roughly half of the people there chose paper.

Voting was straightforward except that the booth's ledge was very low (for wheelchair access; the voter ahead of me was in a wheelchair). I probably should have grabbed a chair.

While I was marking my paper ballot, I heard a woman who was having a lot of trouble getting the touchscreen machine to work. The pollworker worked with her for quite a while. I think they eventually straightened it out; it sounded like maybe she had to press really hard to get it to register her votes.

When I had finished, my ballot went straight into a box, no provisional envelopes or anything like that. Paper voters get a different sticker, not the new "I voted, touchscreen" sticker (so I don't get to draw a circle-slash with a Sharpie like I'd planned).

Reports I hear from other Santa Clara county voters: most have been asked "electronic or paper?" and I haven't heard any reports of provisional envelopes or other weirdness. Many who voted paper report people voting outside booths; in one case no booth was available, and paper voters sat at a folding table. There wasn't much privacy on the machines either, though: they don't have much of a wing to hide the screen from onlookers, so if you wanted to snoop on someone's votes, it's not difficult.

All in all, I was pleased with how easy it was to vote with paper, with the competence of the poll workers, and with how many people chose the paper option.

Tags: , , ,
[ 12:44 Nov 02, 2004    More politics/election04 | permalink to this entry | ]

Problems voting with paper ballots

BoingBoing (the esteemed Cory Doctorow) already has coverage of some of the problems people are encountering trying to vote here in Santa Clara County (California) this morning.

Like the Vote Save Error #9. Use the Backup Voting Procedure." message one voter got when trying to use the touchscreens.

But about that backup voting procedure: it seems that even if you can persuade them to give you a paper ballot (bring your own pen, even though the Voter Information Guide specifically says on page 164 that after signing in at the polls the voter "receives a paper ballot along with an approved marking device"), the ballots cast on paper are being put in "provisional" envelopes, yet without the identifying information on the envelope which is used to approve provisional ballots. One really wonders if such votes will be counted.

I wonder if it will be possible to get statistics after the fact for the total number of paper ballots counted in each precinct (and how many of them were provisional)? For comparison, I wish someone was doing exit polls to get an idea of what percentage of people are requesting paper ballots.

Meanwhile, Kelly Martin reports that in Cook County, Ill. voting is no longer by secret ballot. Each ballot has a number on it which is correlated with the voter's name.

One of the boingboing comments points out that voting problems should be reported to voteproblem.org. The EFF suggests using the Election Incident Reporting System.

Stay tuned.

Tags: , , ,
[ 10:58 Nov 02, 2004    More politics/election04 | permalink to this entry | ]