The main problem I have with blastr (@5be6446a) is that it works too well. So well that lots of nostr software is broken and the developers don't even know it is broken because blastr fixes it for them. It is like everybody is riding their bicycles with training wheels on, and we don't have a clear idea who what software would fall over if the training wheels came off.
If events were not being copied (at least for a while) then the community of devs could find and fix the insufficiencies. But is that a pipe dream?
Secondarily, I don't like the inefficiencies of copying events all over the place and I think that won't scale as nostr grows. But that is a self-correcting problem.
These models of following people have different properties. Compared to the outbox model, the inbox model has these properties:
* The publisher improves their reach by pushing their events to many relays * It is easy to see and count who is following the publisher * The publisher can cut you off, and you cannot follow someone secretly under this model * Readers only have to read from their own approved relays, not random ones they might not trust. This might also be nice for power-limited phones. * Worse overhead because events are copied to all the recipient relays, which might be a lot of copies. * It is not clear where reactions and replies go, or if everybody participating in a converstaion sees the reactions/replies of everybody else participating
They must still have an outbox relay unless they really want to not get their message out in the world for all to see -- which is the default behavior for people who use Twitter and so on.
Someone might have a paid newsletter that is only delivered to private inboxes, each copy watermarked so they can determine if anybody leaked it and cancel that subscription.
Well, if someone doesn't publish a kind-10002 and instead publishes an inbox model thing, I can still secretly follow them using the gossip model (which may be by following them on one of their followers' relays)
Outbox model is not being challenged, I still think outbox model should be the de facto standard, but it can be complemented. I don't think anyone should implement a thing that just does the inbox model, that would be very limiting -- i.e. you would never be able to follow anyone who doesn't do the publish-to-inbox flow on their side.
But I guess you could have a third-party service automatically forwarding stuff from outboxes to inboxes. Is there a risk to doing this?