damus icon indicating copy to clipboard operation
damus copied to clipboard

Web of trust (wot)

Open alltheseas opened this issue 1 year ago • 1 comments

  • [ ] Relay view - who in my WOT is using a relay #2130
  • [ ] Configurable WOT hop per relay #2091
  • [ ] Filter search results according to my WOT #1784
  • [ ] WOT score/rank #2127
  • [ ] WOT indicator in DMs https://github.com/damus-io/damus/issues/2178
  • [ ] See who is most in my WOT in my follows #1890
  • [ ] See who is most in my WOT not in my follows #1891
  • [ ] WOT how many of my follows have muted a profile #1055
  • [ ] WOT how many of my follows have reported a profile #1662
  • [ ] auto-hide content if npub muted by 5+ people in my WOT #426
  • [ ] See fedimint recommendations via WOT #2053

alltheseas avatar Apr 21 '24 13:04 alltheseas

It's due to this

x, y = x.pin_memory().to(device, non_blocking=True), y.pin_memory().to(device, non_blocking=True)

happens async

karpathy avatar Jun 08 '24 00:06 karpathy