zelark / nano-id-cc

Nano ID collision calculator
https://zelark.github.io/nano-id-cc/
MIT License
45 stars 10 forks source link

Reduce max ID length in slider #2

Closed ai closed 6 years ago

ai commented 6 years ago

The current slider has values from 2 to 128. But I can’t find a case when you need more than 32 symbols in ID.

zelark commented 6 years ago

A hypothetical case I would imagine when their alphabet is binary and they generate 10000 IDs per hour.

zelark commented 6 years ago

The other case about those guys who are just curious.

Let's stop at least at 36 characters, it won't overflow the code block and will give a little bit more room to play.

zelark commented 6 years ago

Also, I think it's a good idea to get focus on a slider by default.