baselen(unicode)

imagine wasteof used an id system that was like base1000, and incremental (as opposed to base64 and randomish)

it would start out like /posts/a but then you get like /posts/¾ which would look cool but would also be a terrible idea in the grand schema of things.

now imagine this was how usernames worked…

comments (single view)

js ftw

rust ftw

format!("base{}", unicode.len()); // rust can't evaluate anything other than a variable in {} yet >w<
View all comments