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;
}
-
56:28
As Of Late
4 months agoPolicing advice
201 -
1:17:11
Tundra Tactical
8 hours ago $2.25 earned🛑🚨 $2500 Gun GiveAway Ends Tonight!!! 🚨🛑 Tundra Tactical Presents The Worlds Oakyest Gun Show
18.2K2 -
DVR
DLDAfterDark
4 hours ago $0.24 earnedPre Lobby Day 2026 Live Stream - Virginia Gun Laws - Illegal Infringements
8.89K3 -
12:37
Motorcycle Content Creator
2 days ago $0.68 earnedThe Best Motorcycle Scenes in Movies – Ranked by a Biker
13.5K2 -
7:16
Stammherz - Fine woodworking, end grain cutting boards & process-driven builds
5 days ago $0.11 earnedBeginner Woodworking Project: Elegant Cutting Board
8.64K -
LIVE
SpartakusLIVE
6 hours ago#1 SHADOW BANNED Streamer Faces HACKUSATIONS, Can't Be STOPPED
582 watching -
19:38
Exploring With Nug
13 hours ago $5.27 earnedWe Found a Car Underwater Searching For Missing Person! (Barry Aiken)
69.9K9 -
3:05:19
GrimmHollywood
5 hours ago🔴LIVE • GRIMM HOLLYWOOD • ARC RAIDERS • JOE LOVES HIS JUNK •
21.1K4 -
3:41:04
Damysus Gaming
4 hours agoBorderlands 4 - AMON UVH6 Grind, Time to Kick the Dust of BL4
7.95K -
23:25
MYLUNCHBREAK CHANNEL PAGE
16 hours agoTimeline Begins in 1800? - Pt 3
144K45