Remix.run Logo
Eric_WVGG 3 days ago

Really like that zero glyph. I wonder if, instead of Roman numerals, one could use ligatures to encode numeric strings as binary… 42 as 010101

(I sort of randomly picked 42, didn't know it was such an interesting string… Douglas Adams must have known that)

sugarkjube 3 days ago | parent [-]

101010 - I'm guessing you know, and want to find out how long it takes for someone to notice and respond.

hidroto 3 days ago | parent | next [-]

little endian vs big endian.

FabHK 3 days ago | parent [-]

Also, typing it out while you run the algo in your head: 42 even -> 0, 21 odd -> 1, 10 even -> 0, 5 odd -> 1, 2 even -> 0, 1 odd -> 1.

Eric_WVGG 3 days ago | parent | prev [-]

ah, I never actually bothered to read up on binary notation. I only know it via party tricks (counting to a thousand on two hands)