The Conservative Cave
Current Events => The DUmpster => Topic started by: Freeper on June 21, 2012, 04:43:23 PM
-
This thread has some serious potential to become good. :rotf: :rotf: :rotf: :rotf: :rotf: :rotf:
LiberalArkie (1,113 posts)
Bev Harris of Black Box Voting releases Accentures voting software
"I have found and posted the actual voter list software used widely throughout the USA (TN, WI, PA, CO, KS...) for Accenture voter registration and voter histories. I located the files on a magnetic backup tape of the hard drive of a county elections IT employee, part of a 120-gig set of discovery files. The Accenture voter registration / voter history software is highly problematic, and has been reported switching voter parties in Colorado, and losing voter histories in Tennessee. Although it is now widely known that Accenture voter list software gets it wrong, just WHY the program misreports voter information so often has never been explained. I am hoping that by releasing this software to the public, it may shed light on what's really going on with our voter registration systems. I also posted a Tennessee file with work orders and release notes which shows the Accenture software has a history of tripling votes in certain ('random') voter histories, going back to 2004. Except it is not random: Other files I discovered prove it is with primarily suburban Republican precincts that votes are somehow being recorded twice and sometimes three times for certain voters in the voter history report, and this didn't just happen in 2004; it also happened in the 2008 presidential primary and in May and August 2010, and according to election commission notes in Shelby County, also in the 2012 presidential primary. Computer buffs, have at it. Much source code exists within the structure because it is built on MS Access. I do not read source code, though I can see some structural problems with the software (for example, it allows political party ID to be set differently from one precinct to another)."
http://www.democraticunderground.com/1002839768
Must be a relatively noob DUmmy or a mole to post that name at DUmmyland. :rotf:
-
Could this be the beginning of another fund drive?
-
Could this be the beginning of another fund drive?
Not if Bev Harris is involved she has a... uhhh... uhhh... history at DU,
Spazito (24,652 posts)
3. Bev Harris is a vile creature who was banned from DU...
and any mention of her, unless it is about her arrest for fraud and criminal activity, is vomit inducing.
Here is a link to begin understanding how vile a creature she is:
http://www.democraticunderground.com/discuss/duboard.php?az=show_topic&forum=203&topic_id=340188
-
This thread has some serious potential to become good. :rotf: :rotf: :rotf: :rotf: :rotf: :rotf:
Must be a relatively noob DUmmy or a mole to post that name at DUmmyland. :rotf:
Oh yeah. This could get good.
I'm sure the jackals are going to come out.
-
Could this be the beginning of another fund drive?
Just $10 more dollars and we can bring Andy back to life. :popcorn:
-
Damn they spoiled our fun,
LiberalArkie (1,114 posts)
This message was self-deleted by its author
This message was self-deleted by its author (LiberalArkie) on Thu Jun 21, 2012, 04:53 PM. When the original post in a discussion thread is self-deleted, the entire discussion thread is automatically locked so new replies cannot be posted.
:rotf: :rotf: :rotf: :rotf:
Hey Frank maybe you should Bev Harris in a future story. :-)
-
Damn they spoiled our fun,
:rotf: :rotf: :rotf: :rotf:
Hey Frank maybe you should Bev Harris in a future story. :-)
Don't give prospective plots of prospective stories away, sir.
I still got a long ways to go with "the rich bitch kpete meets franksolich."
But anyway, I have given some thought to "the late red round one meets franksolich," and I suppose the prominent election fraud activist could be included, along with the jackals.
-
Don't give prospective plots of prospective stories away, sir.
I still got a long ways to go with "the rich bitch kpete meets franksolich."
But anyway, I have given some thought to "the late red round one meets franksolich," and I suppose the prominent election fraud activist could be included, along with the jackals.
I wasn't suggesting doing it now, maybe some time in the future.
-
But anyway, I have given some thought to "the late red round one meets franksolich,"
Do it!
.
-
The link in the response is priceless http://www.democraticunderground.com/discuss/duboard.php?az=show_topic&forum=203&topic_id=340188 Bev played them like they were a finely tuned guitar.
-
The link in the response is priceless http://www.democraticunderground.com/discuss/duboard.php?az=show_topic&forum=203&topic_id=340188 Bev played them like they were a finely tuned guitar.
Bev and Andy.
-
Bev and Andy.
Good times.
-
Ok I have some problems with this.
Caveat: I am not currently, nor have I in the past, been a software developer. Although I have had to play one in certain meetings.
My first problem is that this voter list was done in Access, that's pretty lame, should been some flavor of SQL.
Typically there would have been some other code that understands how to manipulate a stand alone Access database that goes in makes the changes, without that code you got nothing. And really how open is the source code for Access, it presents interfaces that allow one to manipulate the database but I would question how open the source is.
As far as getting her hands on the actual backup media...I don't know what the rules for discovery are for whatever (?) county the media came from but typically, at least with the private companies I've worked for, a court case is filed and requires discovery. The company issues a no-delete order then IT goes to active file systems and then to backup for requested data. The requested data is then written to other media (a USB drive or whatever) and then delivered.
The actual original backup media, not so much.
Edit: Stupid typos.
-
I have it here:
----------------------------
x=INT(RND()+1)
if &VotingYear=2008 then
if x<6 then
&President.Party="D"
elseif x = 1 then
&President.Party="I"
else
&President.Party="R"
endif
else
if x<3 then
&President.Party="D"
elseif x = 1 then
&President.Party="I"
else
&President.Party="R"
endif
---------------------------------------
They could have written it a little better but they send the coding out to India and those guys always take the specs literally.