verita84 on Nostr: Alex So nostr relays don't always get all the notes. The same thing happens on Ditto, ...
Alex (nprofile…4n8k)
So nostr relays don't always get all the notes. The same thing happens on Ditto, many notes are missed. This is a weakness in any solution like ditto that tries to fetch all the data from relays. Many reasons are to blame for this like rate limiting, connection issues. Fediverse is superior in this regard with job queues.
Any way to use nak to fetch missing notes from relays? I was thinking of a background process that plays catch up with the relays but If I do this with nak , no new posts show in ditto. This command fetches the last 100 notes from the primal relay:
nak req --kind 1 --paginate -l 100 "wss://relay.primal.net" | nak event ws://192.168.0.55:4036/relay -c
If Ditto could play catch up automatically, that would improve the user experience.
So nostr relays don't always get all the notes. The same thing happens on Ditto, many notes are missed. This is a weakness in any solution like ditto that tries to fetch all the data from relays. Many reasons are to blame for this like rate limiting, connection issues. Fediverse is superior in this regard with job queues.
Any way to use nak to fetch missing notes from relays? I was thinking of a background process that plays catch up with the relays but If I do this with nak , no new posts show in ditto. This command fetches the last 100 notes from the primal relay:
nak req --kind 1 --paginate -l 100 "wss://relay.primal.net" | nak event ws://192.168.0.55:4036/relay -c
If Ditto could play catch up automatically, that would improve the user experience.