Damus
Keith Mukai · 4w
Six possible values don't fit cleanly into binary math: 2^2 = 4 possible values 2^3 = 8 possible values So there are some convoluted schemes to try to stuff the six values into a binary format that just wasn't meant to accommodate them (see discussions on iancoleman.io's github repo related to "bi...