Anonymous ID: 445663 Nov. 20, 2020, 10:33 p.m. No.11722584   🗄️.is 🔗kun   >>2611

>>11721886

 

Anon has a possible theory about how Dominion software added fraudulent ballots w/out raising too much suspicion.

 

Here's the specific time where he goes over the algorithm: https://youtu.be/KIlI46HdqKg?t=2698

 

A lot of testing needs to be done on the guy's theory but it explains how Dominion might have hidden the addition of fraudulent votes.

The D/R vote ratio is the key. When they change in sync across precincts it looks hanky. To my programmers eye it looks like about three precinct are being chosen per update to hide something.

 

Then once hidden precinct is removed from a list of available precincts to use. As in we can flip these precincts because they're in on the fraud?

 

I'm going to dig on this tomorrow, maybe write a little program to duplicate the results.

 

In the mean time here's how it might look:

 

float ratioFavoringBiden = getRatioFromBelgradeOffice(this);

 

for(int i = 0; i < precinctsToChange;i++){

Precinct p =PrecinctsInOnTheFraud[i]; 

if(p.ballotHasBeenFuckedWith == false) 

{   

p.ratio *= ratioFavoringBiden;   

if(p.ballotRiggingComplete)   

p.ballotHasBeenFuckedWith = true;

}

}