Hexadecimal weirdness
September 2012
In 2012, I was playing with binary numbers in JS, in order to make a GBA emulator, and I found a weird bug/feature.
It lead me to write this wtfjs article.
At the same time, I discovered 140byt.es, a collection of 140 bytes JS functions, and tried to make my "fixed" binary functions small enough to fit in a tweet. The result is visible HERE.
That's how my codegolf career began!