Damus

Recent Notes

hzrd149 profile picture
Trying to think of a good domain name for the Applesauce documentation, examples and other stuff to live under. Unfortunately, applesauce.dev is taken.

I'd like to set up a simple relay, maybe with some NIP-29 groups, and see if it's possible to build a community around applesauce development and apps that use it. But first I need a domain.
hzrd149 profile picture
If you can make it compatible with a generic localForage or localStorage (setItem / getItem) API then I think that would be super flexible. maybe then we could also use the sessionStorage that never gets used in web apps :D

Sorry for publicly prompting you like this, but I had the idea today and ill be offline for the next few days so there was no way I was going to remember
hzrd149 profile picture
The single list of notifications tended to get very cluttered and half the time was showing stuff your not looking for. i.e. reactions or zaps when you checking to see if anyone replied to you.

I'd still like to add a unified notifications view back into the app, but I haven't had the time to think about what it would focus on or how it would work. also I've gotten used to the separate notification views :)
hzrd149 profile picture
Bugs me that https://mpv.io does not support a "mpv:" or "video:" link format. I want to be able to add a generic "open in local video player" link to noStrudel so I don't have to keep the browser open
hzrd149 profile picture
also @npub107jk7..., would it be possible to extract just the NIP-42 auth manager from grimoire and add it to applesauce?

I'm thinking something like `new AuthenticationManager(localStorage)` that would act as a signer that only signs NIP-42 events. then I would extend the `RelayPool` to take an `authSigner` that would automatically be prompted for authentication requests
Then as long as the authentication request queue was stored in an RxJS observable. any UI library could easily display it
hzrd149 profile picture
No, unfortunately it's not that convenient since the hash is of the hole file. Also it would defeat the point of using the hash if something in the file could change
hzrd149 profile picture
Technically a HTML document can be thought of as a blob that references other blobs. or a JSON file, or XML.
Really anything, that's the fun part about it all just being data. its an application thing and not a protocol thing 😉
hzrd149 profile picture
I think I opened a NIP-29 group from a link, I don't remember if I clicked any buttons though