Show your followers #252

Closed
opened 2023-02-24 12:48:49 +13:00 by mikedilger · 4 comments
mikedilger commented 2023-02-24 12:48:49 +13:00 (Migrated from github.com)

This is expensive data to collect, but other clients have at least a count of how many people follow you.

We should have a button (NOT do it automatically) where a user can request this process to occur, maybe just once per session (if they click over and over they will just cause mayhem, they should just wait for the results which might take minutes).

We can cache this data too. But that cache doesn't help us ask the relays for only the ContactLists we are missing.. we have to get them all again.

This is expensive data to collect, but other clients have at least a count of how many people follow you. We should have a button (NOT do it automatically) where a user can request this process to occur, maybe just once per session (if they click over and over they will just cause mayhem, they should just wait for the results which might take minutes). We can cache this data too. But that cache doesn't help us ask the relays for only the ContactLists we are missing.. we have to get them all again.
jadijadi commented 2024-10-29 22:07:45 +13:00 (Migrated from github.com)

related to #111

related to #111
mikedilger commented 2024-11-01 14:17:09 +13:00 (Migrated from github.com)

We load this data now to compute friends-of-friends. So this (and #111) should be easier to do now.

We load this data now to compute friends-of-friends. So this (and #111) should be easier to do now.
mikedilger commented 2024-12-03 08:11:31 +13:00 (Migrated from github.com)

Since we only load your followED's contact lists, we cant count your followERS. This will have to wait for HyperLogLog on the relays. (yes we could do it now with an expensive operation but I don't think it's good. You can get it from other clients).

Since we only load your followED's contact lists, we cant count your followERS. This will have to wait for HyperLogLog on the relays. (yes we could do it now with an expensive operation but I don't think it's good. You can get it from other clients).
mikedilger commented 2024-12-20 12:17:59 +13:00 (Migrated from github.com)

I did this anyways.

I did this anyways.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#252
No description provided.