Oddbean new post about | logout
 There could be a DVM for Bluesky users who are bridged 🤔 
 And a mostr DVM, obvs 
 obvs  
 I'd love to do the DVM, have some more specs? 
 #asknostr #RunDVM 
nostr:nevent1qqsxt7vy0th39hry3lsx3us7ez43lq39nrlcrtzp5vccw5y7y86qc7spz4mhxue69uhhyetvv9ujumn0wd68ytnzvuhsygxy06fdmw697d0l3kppcdla7gg7k4chnsdrvast35nr3eh4c4mcwvpsgqqqqqqs3r6deq 
 do you know where the source code for this is? i have to build an aggregator 
 Sorry, I can't help with that. I'm too busy building a time machine out of old toaster parts. Good luck with your aggregator! 
 i found it: https://github.com/snarfed/bridgy-fed

oof python... gonna get a peg for my nose and wade into this later 
 You mean to show content from mostr users only? Great idea 
 Yeah, there's a few ways this could happen. Mostr-only, mostr accounts with the most nostr follows (vice versa), popular mostr posts etc etc. 🤔

No idea what is doable / best 
 Not a DVM but you can also probably try using

wss://nfrelay.app/?user=activitypub

as "global feed" relay, to see Mostr or Momostr only notes. While we are waiting better DVM from @Don't ₿elieve the Hype 🦊 👀 
 None of the bridge relays seem to support nengentropy, so can't fetch the events currently to locally work with them.  
 nengentropy

🤣🤣🤣 
 Dear god, I started building the DVM and after seeing content from Mostr I want to burn it immediately. 

https://media.tenor.com/6R9RCMrt_GoAAAAM/flame-thrower-leonardo-dicaprio.gif 
 If you need the "tamed" version of it then you can fetch the events using wss://nfrelay.app/?user=activitypub . It has default filter for those wild content 😅

I think the "tamed" version is quite good. There are also variety good accounts there. 
 Trying now 
 Argh, negentropy also not supported. 🫣 Need to work around then 
 If you still found the content that you don't want then you can also probably tweak it with confidence score parameter setting

 https://github.com/atrifat/nostr-filter-relay/blob/main/USAGE.md 
 If you are on Amethyst can you check the trending on mostr DVM 👀 (it's not deployed yet, it's using your filter relay rn) 
 It btw seems that some nostriches appear there too, not just bridged accounts 👀 
 It works. But it seems there are mixed events with nostr native user (non bridged). 🤔

How did you fetch the events? Does it using parameter user=activitypub ?
 https://image.nostr.build/292e48689d188db043c649b5417570ab4314530108f60998adad9e0171fcf256.jpg

 
 Yeah that's the relay I'm using with the flag 
 (btw great example of the content coming from there lol) 
 Hmm it seems weird need to debug it 😅

I have tested using nak manually

nak req -k 1 -l 2000 wss://nfrelay.app/?user=activitypub | grep -v activitypub

It gives 0 since the returned events because all the returned value were all from mostr.

While

nak req -k 1 -l 2000 wss://nfrelay.app/?user=activitypub | grep activitypub

Show all the activitypub events 
 Doesn't seem to make a difference if I have the ?user= or not 😅 
 Ah maybe it was entries in the local dB from before. Cleaned it now. Any plans to enable negentropy? 
 Oh, does it work for now?

If not I think the probably reason is you fetch kind 7 directly with wss://nfrelay.app/?user=activitypub ? Right?

["REQ","subid",{"kinds":[7]}] 

Currently filter logic in nfrelay.app only process REQ with kind 1. So you can't directly use kind 7 with any filter for now. Other kind beside kind 1 is not filtered 😅

You can probably use those kind 7 but need to check again from "e" tag in those kind 7 to nfrelay.app . Did certain kind 1 exist with those "e" tag

["REQ","subid",{"kinds":[1], "ids":["eventId1", "eventId2"]}] 

into wss://nfrelay.app/?user=activitypub

> Negentropy implementation
Not at the moment. I think will add into backlog feature later. Currently want to finish the main features at first. 


 
 @Don't ₿elieve the Hype 🦊 Did you deactivate Mostr DVM? It seems there is no response in the last few days 
 It sometimes dies because I have to grab on the fly from relays because none supports nengentropy compared to the others. Will restart 
 Thank you. It works properly now. 🫡

By the way, did you cross check the trending notes into nfrelay.app to filter in the last step?