Oddbean new post about | logout
 I uninstalled it after realizing I couldn't add my own app easily. Couldn't find any apps that were interesting enough. Maybe the wiki one?

I'm writing a nostr to web bridge for termux. Not sure if I'll be able to convince many people to use it cause command line is scary  
 oh neat. Make cli that can paste syslogs to nostr DM  
 NIP-17? 
 maybe... I want my machines to send parsed logs and stats to my Log Bot account 
 I'll post the code as a note. Shouldn't take me long.  
 got sample for sending a DM via curl with text body?  
 Found this. Not sure how to publish a DM. Trying to find docs. 

https://github.com/nbd-wtf/go-nostr 
 DM is an event, so changing the kind field in the event sctruct should do.