def from_rearranged(b)
    low = b[0..1]
    mid = b[2..3]
    high = b[4..7]
    rest = b[8..15]