hzrd149 on Nostr: rx-nostr and applesauce work really well together to build a simple DVM I refactored ...
Published at
2025-02-06 16:41:25Event JSON
{
"id": "435437f9e447ef2d182dc66a21d5141063800f9f90aeb1333bad19a760b57abe",
"pubkey": "266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5",
"created_at": 1738860085,
"kind": 1,
"tags": [
[
"p",
"dd9964fe78ffe6c0c7ad053d6fba2e467562ffe0ed47a7a2aa240352139f59b5"
],
[
"client",
"noStrudel",
"31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546"
]
],
"content": "rx-nostr and applesauce work really well together to build a simple DVM\n\nI refactored my nostr:npub1mkvkflncllnvp3adq57klw3wge6k9llqa4r60g42ysp4yyultx6sykjgnu DVM to be a little simpler\nIts now broken into two parts. first the relay subscription pipeline https://github.com/hzrd149/libretranslate-dvm/blob/master/src/index.ts\nThen the job translation job itself https://github.com/hzrd149/libretranslate-dvm/blob/master/src/job.ts\n\nIts using rxjs observables and AsyncGenerators so the code is very clean and reads from top to bottom instead of jumping around and calling all kinds of functions\nAnd rx-nostr is handling all the relay connection (and re-connection) for me so the DVM shouldn't go offline anymore",
"sig": "511a1e29f4bd2e4be4618e5224887f6963b3e4eea590b464e488b89e69cc650fd620786165293c1507e2749afcf945c0b89db75fe996dec2b85aead98a4b2f7c"
}