Rif'at Ahdi R

@Rif'at Ahdi R
npub19dn:zs2hwja7
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

Recent notes

Rif'at
Rif'at Ahdi R · 525d ago
@Rif'at Ahdi R

If we can create our own custom algorithm then personally i will create: 1. Recommendation feed based on my topic interest. This can be started with analysis of users preferences (topics that they likes/zaps/reposts/comments) assuming we have topic classification (manual label or automated label) data on each notes /posts. 2. "What i have missed". Thankfully one example is already exist which is Pablo's DVM. It analyzes user activity time and check when they were inactive (have no posts/interactions) and will suggest notes that were posted by other users during their inactivity. 3. "Feeling lucky". This is similar to point 1 but instead of directly give recommendation based on user interest, it will give recommendation topic a bit outside of user preferences based on other people's preferences they have interacted with. Example: Alice likes Sport and Business. Bob (Friend of Alice) likes Business and Science. Charlie (Friend of Alice) likes Business and Travel. The algorithm will give Alice Science and Travel topic based on intersection of common interest (Business). Just a little bit idea npub1zafcms4xya5ap9zr7xxr0jlrtrattwlesytn2s42030lzu0dwlzqpd26k5 , maybe Damus with Nostrdb can achieve that 😅

Rif'at
Rif'at Ahdi R · 539d ago
@Rif'at Ahdi R

Yes, it is known issue. I think Vitor and KotlinGeekDev has already aware of the issue and might prepare the bug fix later https://github.com/vitorpamplona/amethyst/issues/688

Rif'at
Rif'at Ahdi R · 540d ago
@Rif'at Ahdi R

https://unifiedpush.org 👀 Maybe, you can probably release two versions of Damus Android in the future: - Google Play version (using FCM) - FOSS version (unifiedpush) Amethyst have done that.