Hacker News new | ask | show | jobs
by efortis 1432 days ago
That reminded me of a base4 encoding using these characters: '0' 'O' '1' 'I'

The code looked like:

    var O11IOOO1I011 = 1<<1, 
        II00001OOO1O = 1<<2;
1 comments

No lowercase 'l' in there?
Probably.

---

This one binary encoded with tabs and spaces:

https://www.youtube.com/watch?v=cQY7klANahY