@npub1kpt9...nhmz is now easier to use, and it's free!
Login to reply
Replies (11)
this decision was inspired by conversations with @npub1t3gd...upxq, @npub1wf4p...dgh9 and @npub12rv5...85vg. So thanks guys, keep the feedback coming π«
Amazing! π€
View quoted note β
damn you are right, let me add it to the blog post!
just added
I approve of this message
View quoted note β
View quoted note βwell, the product is the services.
It's not for end users to interact.
Services
Supercharge your app with Web of Trust in minutes, reducing spam and increasing signal Nostr Relay Free Verify Reputation Recommend Follows Rank Pr...
TLDR;
Every reputable Nostr pubkey (+100K) receives 100 free @npub1kpt9...nhmz credits every day.
In your app, users sign job requests with their own key and send them to our relay. It's that simple!
No need to manage secrets, no need for backends.
View quoted note β
I see some similarities with work we did using Neo4j to track follows/unfollows for push notifications. Since the graph was already there, we added a PageRank API too:
π https://followers.nos.social/api/v1/trusted/89ef92b9ebe6dc1e4ea398f6477f227e95429627b0a33dc89b640e137b256be5
Itβs only HTTP for now, but Iβm considering exposing it on Nostr with the same custom kinds you use for PageRank data π€
Code:
cc @npub1wmr3...g240
GitHub
GitHub - planetary-social/nos-followers: Server for Nostr follows and unfollows
Server for Nostr follows and unfollows. Contribute to planetary-social/nos-followers development by creating an account on GitHub.
yes, it's similar. I've looked into neo4j and memgraph and I wasn't happy with the performance, so I've built my own graph database on top of Redis.
The result is that, instead of computing Pagerank every hour, storing the values and reading them, I can compute Pagerank every time a new follow list has been published.
So it's a dynamic Pagerank based on monte Carlo.
Also, it allows for personalized pagerank.
This is a clever approach, build trust on trust
Since this announcement, lots more people have been using @npub1kpt9...nhmz.
The best part is that I don't even know who they are, I just see the number of requests going up.
View quoted note β