I'm not sure what they're getting at with their description of Nostr

"Communication (e.g. reply threads) is only possible between users who have at least one relay in common"

That's true of any client-server architecture no?

Reply to this note

Please Login to reply.

Discussion

It sounds like they haven't heard of the outbox model

Also this isn't true

"there is no federation among relays"

The section seems a bit dated

80% of nostr misunderstanding (particularly wrt scaling) comes from not understanding how something like outbox would work.

which is fucking retarded.

the “public square” use case of nostr basically implies (something like) outbox; it’s like saying nostr can’t work because people can’t do math that quickly since the spec doesn’t mention computers.

We don’t document the relay federation stuff in the nips so it’s easy to understand why they’d miss it.

not necessarily, one good example is LN we don't need to have a direct route between us, the payment is transmitted to many nodes/users in a graph mode until reach me.. But it's done indirectly.