Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use shorter IDs #6

Open
zaknesler opened this issue May 17, 2024 · 0 comments
Open

Use shorter IDs #6

zaknesler opened this issue May 17, 2024 · 0 comments
Assignees
Labels
backlog We'll do it later maybe Maybe we'll do it, maybe not

Comments

@zaknesler
Copy link
Owner

zaknesler commented May 17, 2024

Maybe. UUIDs are great but they seem way too long to use in URLs:

https://blend.zak.fm/feeds/29f36c91-876d-4cea-8ace-0730da2aa352/entries/b4533a0d-bd90-49f1-ba57-604dc97fcb08?view=all

Maybe a shorter, randomly generated ID?

https://blend.zak.fm/feeds/0730da2aa352/entries/604dc97fcb08?view=all

YouTube uses 11 chars so 12 should be enough lol. Could prolly use https://github.com/nikolay-govorov/nanoid

@zaknesler zaknesler self-assigned this May 17, 2024
@zaknesler zaknesler added backlog We'll do it later maybe Maybe we'll do it, maybe not labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We'll do it later maybe Maybe we'll do it, maybe not
Projects
None yet
Development

No branches or pull requests

1 participant