John Maplethorpe said:
Quote:
Where is the Source Code I have asked your rhetorically 10 times. You have no idea what I am even talking about.
As a programmer I can make "a tabulator" do anything I want it too.
Tabulator- what an idiotic lable. Dems trying to sound cool.
I know what source code is. I'm trying to get you to explain what you think could have happened. Of course a compromised voting kiosk could be programmed to randomly switch 1% of Trump votes to Biden - it would be very simple from a technical standpoint. I'm asking YOU if that's what YOU think could have happened? Thereby producing fraudulent paper ballots.
MY primary point is if we all knew what happened and there was complete election TRANSPARENCY. None of this would be going on. This must be reformed if we are going to use computers to vote with. GA does.
To have election transparency the source code must be public and vetted whether the voting system is native or cloud based. Dominion systems are black boxes that should be a nonstarter to anyone with a brain.
What happened ? IDK No Source Code for a computer that took a vote, then printed it, then scanned it. Then processed it. Then logged it. Who the F* knows what was done during the process.
example Code
vote=getVote();
if (vote =='r') { // is it a Repub vote
int scam = random(100);....//get a random number
if(scam == 50) {
......++demVote;
..} else ++repVote;
if(vote=='d') ++demVote;
This simple example of common code flipping roughly 1 Republican vote in 100 cast.Again you can make the code do whatever you want. including print or not, log the vote or not.
This is why Source Code must be public and vetted. to prevent what we are seeing now.