Viewing profile — goriilacoder
goriilacoder
HN member- Joined
- Mon, Jun 10, 2024, 2:40 AM UTC
- HN karma
- 2
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About goriilacoder
No profile information was provided.
Recent public activity
-
comment
Comment #40629634
uuidv4 is bad for a primary key. Google it. Use uuidv6 or v7. If you don't like using something not quite yet part of the standard, use v1 using time rather than MAC. Not a big dea…