Yo nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s is there a particular trigger or tag for blurring an image that nostr:npub18m76awca3y37hkvuneavuw6pjj4525fw90necxmadrvjg0sdy6qsngq955 will read? I’m curious because I have an idea for a filter that I could run on my personal relay to test something out. Could be really cool to pair with a different project I’m working on.

Reply to this note

Please Login to reply.

Discussion

I’m looking for a specific way to basically TELL Damus to blur an image, even if it’s from someone I follow. And then if I connect to a particular relay, it could give me those images blurred specifically because my personal relay gave the “signal” to do so, while I’m browsing in nostr:npub18m76awca3y37hkvuneavuw6pjj4525fw90necxmadrvjg0sdy6qsngq955

Essentially a way to tag or assign blurring to any specific note.

there's no way to do that at the moment, but nip36 seems like the right approach for this:

https://github.com/nostr-protocol/nips/blob/master/36.md

I can publish http headers with moderation ratings, if you want to consume them. We perform it asynchronously, so they are not immediately available, only after 20-60 seconds.

that would be great

Ok, I’ll implement it today and let you know details on the TG group.

Why would you want to do that?

I found a lightweight model that can determine with pretty solid accuracy whether an image is NSFW or not. Would be cool to have a SFW relay that did this for you and auto-blurred posts from people you follow that might have nudity.

We are already using one (probably same model) and nostrcheck.me uses our API for that too.