Michael Dilger

Results 395 comments of Michael Dilger

Unless we are going to parse the structured metadata and give people the full classified listing I don't see the point. And we don't have NIP-89 support yet so gossip...

If you allow redirects now, most clients will not follow them so they will be useless. This ship has already sailed.

We cannot pass non-Send things across `.await` points so the interaction of async and `RwTxn`/`RoTxn` becomes unworkable. Therefore we probably need to make a single thread which handles actual storage...

Ok turns out we can make RwTxn / RoTxn `Send` by turning on a heed feature. Whew. That solves part of the problem.

Related https://github.com/nostrability/nostrability/issues/41

IMHO: NOTICE with "auth-required" is meaningless. NOTICE does not have a machine-readable prefix. But OK and CLOSED both have machine-readable prefixes that do: * `["CLOSED", "", "auth-required: subscription closed because...

> Yes, except if you trust the relay, you should AUTH immediately, to reduce RTT. I concur. I may have to check my code. > Also, there is lacking a...

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

Here is an old Mar 2023 way of doing this (in part). This doesn't include newer things like global-feed, relay-feed, or things like following hashtags or DVM outputs..... but it...

It would sure be nice if someone could code this.