Diebold Election Results Released By AZ Judge
Windrip writes "A judge in the case covering the nature of the database used in Diebold Gems software during Pima County, Arizona elections has ruled the DB is not a computer program (pdf). The result is that the Arizona Democratic party will have the chance to review previous elections for transparency and accuracy. ''The Pima County Democratic Party sued the county this year for the electronic databases from past elections. The party requested the databases and passwords be released according to Arizona public-records law. Pima County denied that part of the request, while turning over other records the party asked for. In closing arguments of the four-day trial that began Dec. 4, Pima County argued the databases meet the definition of a computer program, which is protected by state law, said Deputy County Attorney Thomas Denker."
A little old, but as I was saying: http://www.scoop.co.nz/stories/HL0309/S00106.htm/
The text of the PDF requires them to release "every file .. that ends with the extension 'gbf' or 'mdb', and the password for 'gbf' files." It also mentions that the data has been scrutineered with Access.
The arguments about an Access database being a "program" are probably related to the ability of MDB to contain queries (aka stored procedures).
GBF files are encrypted / compressed MDB files. The dockit claims that "a gbf file can only be created and opened by the GEMS program", but I suspect it unpacks them to a temporary file somewhere before it opens them up with the normal library.
Other little GEMS (sorry, couldn't resist the pun)...
* "Microsoft has warned against using the mdb format for some critical applications, such as election management software."
* Each expert witness endorsed a statement that the GEMS software has significant security flaws.
OMFG. You are serious. The Jet database has long been considered deprecated by Microsoft.
My blog
Let me fix those typos for you:
Diebold is the corporation's choice for subverting democracy.
Imagine a world where people vote, but the votes don't matter because the corporations have bribed both wings of the single party in this plutocracy. They just sit in a machine controlled by puppets of the Corporation. We are living this dream.
mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
Except that Diebold's CEO is a member of the Republican party, and one of George Bush's Rangers, a class of high donation supporters for his election campaigns. Money doesn't buy loyalty when your target is already paying off someone else he supports.
Actually, you're referring to Von Neumann architecture. The other architecture is Harvard. Harvard has separate code and data memory (mostly - you still get the convenience of immediate mode addressing in Harvard). But code can only work on data memory - it cannot work on code memory. However, it's only really useful for speciailized computers running the same code on different data (e.g., signal processing - the data is transformed the same way all the time, so the code can reside in ROM, while the data comes in from whatever source is providing it).
The Von Neumann architecture (code and data are intermingled, and one and the same) is your standard computer architecture. However, the behavior is used very often. Think every time you call exec() or CreateProcess() - the OS has to allocate memory, copy the code to memory (i.e., to the OS, your executable program is data), then tell the processor to run the code (now the data is code). Or even consider the bootstrap program - it has to find the OS loader program, which it copies off some storage to memory (data), then runs it (code). It's this architecture that makes modern computing possible...
You are correct, its an .mdb Access db.
This is my sig. There are many like it, but this one is mine.