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.

Reply to this note

Please Login to reply.

Discussion

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.