Premium Only Content
Hitler's DNA: The truth no one will tell you except me. First reported here.
I worked out what markers they actually most likely used and are reporting on despite their efforts to keep it hidden. I have also written some code so you can learn some basic genetics yourself. This has not been reported anywhere else that I can find. I am the first to report it to my knowledge.
{
const data = [
[0.16, [0.01484, 0.214476, 0.770684]], // rs10994278
[-0.39, [0.00028, 0.01932, 0.9804]], // rs549656827
[-0.34, [0.002449, 0.089434, 0.908117]], // rs75459873
[0.22, [0.033494, 0.293006, 0.673500]] // rs3849810
], permutations = [], stack = [];
for(let i = 0; i < data.length;i++)stack.push(0);
while(true) {
let sum = 0, product = 1, probability = 1, carry = true;
for(let i = 0; i < data.length; i++) {
const [effect, probabilities] = data[i], offset = stack[i];
sum += offset * effect;
product *= effect ** offset;
probability *= probabilities[offset];
if(carry) {
if(offset === 2)
stack[i] = 0;
else {
stack[i]++;
carry = false;
}
}
}
permutations.push([sum, probability, product]);
if(carry)
break;
}
permutations.sort(([a], [b]) => a - b);
let sum = 0;
const lines = [], graph = [], min = permutations[0][0], diff = -(min - permutations.at(-1)[0]);
for(const permutation of permutations) {
const effect = permutation[0], ratio = (effect - min) / diff;
sum += permutation[1];
permutation.push(sum);
lines.push(`${(Math.floor(sum * 10000) / 100).toFixed(2)} ${effect.toFixed(2)} ${(ratio * 2).toFixed(2)}`);
graph.push('#'.repeat(Math.ceil(sum * 20)));
}
console.log(lines.join('\n'));
console.log(graph.join('\n'));
permutations;
}
-
1:01:10
As Of Late
15 days agoHow food works.
29 -
1:16:32
Russell Brand
3 hours agoThe Data They Don’t Want to Talk About | Dr John Campbell - SF661
102K32 -
LIVE
Dr Disrespect
6 hours ago🔴LIVE - DR DISRESPECT - TARKOV 1.0 - DEAL OR NO DEAL
1,392 watching -
1:18:05
vivafrei
2 hours agoMTG Goes on CNN & Goes OFF on Trump! Kyle Serraqphin's Motion to Dismiss Patel GF's Lawsuit & MORE!
22.2K31 -
25:24
Jasmin Laine
2 hours agoPierre Poilievre OBLITERATES Mark Carney— Reads the Liberals’ OWN Words Back to Them
3.12K5 -
19:09
Nicholas Bowling
51 minutes agoStreet Preaching at LGBTQ Event ESCALATED Quick!
-
LIVE
LFA TV
18 hours agoLIVE & BREAKING NEWS! | WEDNESDAY 12/10/25
1,331 watching -
LIVE
John Crump Live
2 hours agoNDAA Authorizes The Transfer Of Surplus Shotguns To The CMP (Ft. Baby Face P
36 watching -
1:27:49
The White House
4 hours agoPresident Trump Participates in a Roundtable
19.5K5 -
LIVE
The HotSeat With Todd Spears
1 hour agoEP 224: The Military?? She just Sunk Herself!
403 watching