Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
michaelt
3y ago
0 comments
Save
Share
Presumably base 32 means 26 letters + 10 digits - 4 banned letters
So adding an excluded letter is not easy.
0 comments
2 comments · 1 top-level
top
newest
oldest
sokoloff
3y ago
· 1 in thread
Why not use base-31 and (optionally) more characters? (Or go upper and lower or add a symbol if you had to stay with a fixed-size and base-32 for some reason)
chipsa
2y ago
Because Base32 is just bit shifting and then converting the 5 bits into a char, and vice versa. Doing Base31 requires base conversion.
j
/
k
navigate · click thread line to collapse