Tomas Bezouska
Tomas Bezouska
> > Do you know what is the rationale for putting stringified JSON in content > > Dumb decisions. They probably just copied how kind 0 works :( Sorry to...
FYI https://github.com/nostr-protocol/nips/pull/1434
FYI NIP-100 is already used in this PR: https://github.com/nostr-protocol/nips/pull/1411
As someone who just finished implementing the base negentropy protocol in C# (https://github.com/bezysoftware/negentropy.net) I have a few notes: * I think there is no point in attaching the base spec...
> I am coding in Kotlin at the moment and I am not going to lie. I hate this VarInt and the Query encoding part. Yeah, it's very optimized, but...
> > invest in base libraries and you'll save a ton in bandwidth > > I don't think varint is saving a lot. Similar to the delta timestamps in the...
The relay portion of this is now implemented in [Netstr](https://github.com/bezysoftware/netstr) running here: https://relay.netstr.io/ It's internally using the [Negentropy.net](https://github.com/bezysoftware/negentropy.net) package
LGTM!