Alex says kind should be a string #59
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mosaic/nostr-next#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basic argument is that kind should be long enough that randomly chosen ones will never collide, then you don't need a kind registry.
https://github.com/nostr-protocol/nips/issues/511
Using strings for the
kindfield is a clear win for interoperability, nearly every modern social protocol does the same.kindinstantly, experiment in the wild, and iterate without waiting for an official number to be assigned, which has crowded out most developers, during the often multi-year waiting period.In short, strings make the protocol friendlier for developers, users, and even AI systems, which can infer an event’s purpose directly from its descriptive identifier. Having it as opt-in NIP would make a much more scalable nostr.