lily — 3/24/2023, 3:29:20 PM

baselen(unicode)

↩ repost
wynd — 3/24/2023, 2:43:21 PM

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…

♥ 6 ↩ 1 💬 2 comments
♥ 4 ↩ 0 💬 4 comments

comments

wynd:

no `base${unicode.length}`

3/24/2023, 3:58:45 PM
wynd:

js ftw

3/24/2023, 3:58:53 PM
lily:

rust ftw

format!("base{}", unicode.len()); // rust can't evaluate anything other than a variable in {} yet >w<
3/24/2023, 4:00:05 PM
lily:

javascript how is a property a function

3/24/2023, 3:59:06 PM