4 ms·
Interesting, I did different choices: 5-bit base-32 oi23456789 abcdefghkl mnpqrstuvw y o = 0 i = 1 j, x and z removed. I like that you can fit 6 characters i
by spintin 2y ago
Interesting, I did different choices:
5-bit base-32 oi23456789 abcdefghkl mnpqrstuvw y
o = 0
i = 1
j, x and z removed.
I like that you can fit 6 characters in an 32-bit integer and still have to bits to spare... makes for compact usernames and network bandwidth.