Oddbean new post about | logout
 🕸️ Deployed a tiny WoT API that calculates which of my follows follow another npub, sorted by PageRank (database has ~1M connections, only follows for now)

🔜 Weighted PageRank with lists (mute & others)

Try it out: curl https://zap.store/wot?from=npub1&to=npub2

https://video.nostr.build/0e2f17611894f30237c4ddde83be0782196d6268be77880c907c77ac8bcbfa5f.mp4 
 This is great! 

Is it open source for reviewing the code / contributions? 
 Thanks Evan! Yes it is: https://github.com/zapstore/wot-dvm 
 What do the numbers mean? I tried checking me to @mplorentz  and since we work together but i got numbers MUCH lower than the ones in your video. And I also assumed it’d be  how much npub1 trusts npub2. 
 Yeah, I hacked this in a few hours. Numbers are the PageRank score for that npub in the whole graph, so yes they are not relative at the moment. That's what I meant when I mentioned weights coming soon.