Rif'at Ahdi R's avatar
Rif'at Ahdi R
rifat@nfrelay.app
npub19dn7...wja7
Special family-friendly relay with filter settings (Language, Safe For Work, Hate speech, Sentiment, Topic, etc) for Global Feed: https://github.com/atrifat/nostr-filter-relay/blob/main/USAGE.md wss://nfrelay.app Indonesian. Learning and interested in PHP, JS, Go, DevOps, Android, and Machine Learning
Rif'at Ahdi R's avatar
Rif'at Ahdi R 2 years ago
nostr-filter-relay v0.2.0 update "Give us tools/options to help curating our global feed" image This release bring several code improvements, security fix, better documentation, and mark the completion step of nostr-filter-relay target features as follows: - Language filter - User type filter (Nostr native user/non bridged user, activitypub/mostr bridged user) - SFW/Non SFW image content filter - (New 🚀) Hate speech (Toxic comment) filter - (WIP - Next) Sentiment analysis - (Planned - Next) Topic classification All filtering features can be easily disabled (opt-out) with parameters content=all as shown by this example: wss://nostr-id-relay.hf.space/?content=all Feel free to check USAGE.md documentation for more Examples on how to use nostr-filter-relay. Two major features left that will become the next development target: - (WIP) Sentiment analysis - (Planned) Topic classification What's Changed? - feature: hate speech (toxic comments) detection support - build: update nostr-monitoring-tool and nostr-filter dependency - docs: explanation of nostr-filter-relay architecture and flowchart - All detail update for nostr-filter and nostr-monitoring-tool in release note link #nostr-filter-relay Release Note v0.2.0:
Rif'at Ahdi R's avatar
Rif'at Ahdi R 2 years ago
@Mazin @someone @cloud fodder If you don't mind, i need some opinions/suggestions from you as experienced relay operators. Currently, i'm running custom relay, nostr-id-relay.hf.space using this following strfry.conf configuration: https://huggingface.co/spaces/nostr-id/relay/blob/main/strfry.conf The relay hosted in limited PaaS thus i can't modify any related system tweak such as sysctl.conf, kernel tuning, etc. I can only adjust at application level (strfry configuration and nostr-filter logic code). What do i need to improve based on strfry.conf configuration above? Thank you. Btw, this is overall relay architecture flow: image