hodlbod

Results 192 issues of hodlbod

This is simple, and granular. It uses `e` tags, not `a` tags to allow clients to differentiate versions of replaceable events. It allows for expiration and tagging multiple events at...

A very common experience on Nostr is that of "losing follows" due to race conditions when sending kind `3` events. Earlier this week someone signed in to Coracle, their contact...

`l` tags are really useful as a general-purpose indexable value. Adding `L` in many cases doesn't really help anything, and is quite ugly. Use cases: - Language: `["l", "en-US"]` -...

The use case here is private relays that can be joined by a user with minimal friction. The idea is that a user can auth using an invite code instead...

This is an attempt at superseding https://github.com/nostr-protocol/nips/pull/706 and incorporating existing NIPs for community definitions and member lists. The design is worse in many ways, but will be more familiar to...

Annotations are preferable to edits, because they leave the original content of a note unchanged. This reduces the amount of possible confusion when comments don't match the version of the...

This might require a more thorough rework of the feed loader.

bug
enhancement

Only publish events the user specifically asks for. This can help reduce the annoyance of pop-ups, and improve user privacy.

enhancement

When updating lists, re-fetch before updating.

bug

https://github.com/nostr-protocol/nips/pull/1221

enhancement