Anonymous ID: 5b15fc Nov. 12, 2020, 5:14 a.m. No.11607702   🗄️.is 🔗kun   >>7708 >>7719 >>7727 >>7758 >>7815 >>7821 >>7836 >>7846 >>7933

20 year veteran software engineer here

 

Dominion makes a software product. They sell it.

 

They have customers. Customers have needs.

 

Customers request features. Dominion creates the feature, adds it to a version roll out, and documents it in its user manual.

 

Sounds kinda normal right?

 

It is.

 

But what if the feature requests, not illegal or shifty on their own, were intended to fuck with the vote totals. For example features around "system tests" or network updates, or system keys, on an on an on, on the surface, don't look shady, but a group of even unrelated features can create a pathway to modify the vote when used in concert.

 

It's a way to create plausible deniability. The company can shrug their shoulders, the admins can do the same, and a few people that understand how to rig the machine do it.

 

The key to this is making sure the system doesn't log the pathway to modify the vote. For example, you don't log when a system test takes place so that it looks like votes were legitimately logged.

 

By designing the system to be just cloudy enough, you can create a very difficult to detect, yet massive fraud.

Anonymous ID: 5b15fc Nov. 12, 2020, 5:31 a.m. No.11607846   🗄️.is 🔗kun   >>7883 >>7908 >>7933 >>7948 >>8098

>>11607727

>>11607702

>>11607719

 

Yes, but the term backdoor is a misnomer.

 

There is an administration/configuration side to the voting machine. It may be remote, in the machine, or a combination of both.

 

Software is almost always compiled for reasons of performance into a machine language. You can't readily access this.

 

More than likely, a combination of "admin features" is how the system is manipulated.

 

If I wanted to program a system that theoretically flipped votes to Biden, you would introduce a variable which is used while the system scans votes. Ron showed a screenshot of this last night, I can't recall the names but for example:

 

Weight is set to 0

Frequency is set to 0

 

No manipulation

 

Weight is set to .2, frequency is set to .2.

 

Every 4th vote is randomly weighted by .2, then weighted against a random number, if it meets the threshold then the vote is flipped.

 

Weight is set to .8 and frequency is .8, then every 2nd vote is weighted much higher, so many more votes are flipped.

 

Using this, you can easily tune the system to flip votes at the rate you need and do it in such a way that it appears random.

Anonymous ID: 5b15fc Nov. 12, 2020, 5:35 a.m. No.11607883   🗄️.is 🔗kun

>>11607846

I will also add that such variables are used for things like how closely a signature matches.

 

Changing this threshold of accuracy can easily flip a lot of votes. Lower the threshold and you get a lot more fraudulent votes.