TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Short Unique ID (UUID) generation library

4 点作者 kartikarti大约 1 个月前

1 comment

mubou大约 1 个月前
UUID[0] has a specific meaning. I thought for a second that you were generating UUIDs but in a different base so as to make them more compact, like short-uuid[1] does, but judging by the code that doesn&#x27;t look to be the case. I&#x27;d recommend doing a find &amp; replace and changing it to just UID.<p>[0]: <a href="https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc9562.html" rel="nofollow">https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc9562.html</a><p>[1]: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;short-uuid" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;short-uuid</a>