690
48

Trump needs to tweet to Biden that he should concede.

"Biden - disavow those people who clearly cheated on your behalf. Everyone knows the election was flawed and that there was massive fraud. This is America, and we do not win by cheating -- you are better than that. Concede!"

14

OK, signed up to post this.

I am concerned about people drawing too much from the NYT data set. I think the mail in fraud, dominion, pallets of ballots, etc. are REAL, Trump won this by a landslide, and the DNC is trying to steal it.

But I think subtraction-gate MAY be explainable.

I want to get this out there because I am afraid that if we dive in too deep on this, it might discredit the others.

I have done years of real time coding and this looks to me like a data coherency issue. Let me explain.

All this analysis is based on three derived data elements. Total, percent B, and percent T. We can assume that they are derived from some data set that has votes_T and votes _B as the starting point. (There is probably a lot more going on, including third party and district details as well)

Now what is sent to NYT is derived. At some point they calculate the total, and at some point they calculate the percentages. If the data sent at any point in time is not all derived from the same starting point, this is what happens.

And example.

if I have 50 biden votes, and 50 Trump votes, the total is 100, and the percentages are both 0.50

Now if I do an update and give 10 votes to Biden, the total is 110. using the old percentages, it looks like Biden has 55, and Trump has 55.

Now I update the percentages, and it looks like I stole 5 votes from Trump.

This will be amplified for third party just because their totals will be more affected by small changes in percentage. What we are seeing with "only Trump votes get subtracted" may be because there are more Biden votes in the FAKE votes they feed into the tabulators and it knocks the percentages more out of sync. But this is not proof of anything.

Also, there might be corrections or other things going on to further confuse things, but I don't know about that stuff.