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;
}
-
3:40:00
As Of Late
17 days agoExploring PANDAS.
12 -
15:36
Upper Echelon Gamers
14 hours ago $0.74 earnedThe Doomed Economics of KLARNA - Buy Now, Pay Never
5.12K1 -
11:45
World2Briggs
15 hours ago $2.23 earnedShould You Move To Austin, Texas?
4.4K8 -
1:43:48
The Confessionals
20 hours agoThe Pagan Rituals an FBI Agent Was Never Supposed to See (and the Kingdom of Darkness looked back)
4.27K1 -
7:54
ARFCOM News
18 hours ago $1.02 earnedNRA Starts Firing People + GOA Still Fighting Gag Order + FINALLY! A Proper Benelli
6.06K4 -
28:44
Uncommon Sense In Current Times
17 hours ago $0.39 earnedYou Are Not Your Labels – Our Identity In Christ | Uncommon Sense
13.2K1 -
1:40
GreenMan Studio
14 hours agoIF WEIGHT LOSS COMMERCIALS WERE HONEST W/GreenMan Reports
5.33K4 -
LIVE
BEK TV
23 hours agoTrent Loos in the Morning - 11/19/2025
171 watching -
LIVE
The Bubba Army
21 hours agoEPSTEIN FILES Release Passes House - Bubba the Love Sponge® Show | 11/19/25
1,763 watching -
34:40
ZeeeMedia
15 hours ago100% of COVID Injected Have Microclots + Republicans vs. Christianity | Daily Pulse Ep 146
15.3K25