620
Find yourself
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Bit hacker 2 is really fascinating. It uses a bit mask of all 1s (-1) or all 0s (0) and takes advantage of the fact that y ^ (x ^ y) = x and y ^ 0 = y