The first thing that pops into my head is using a list to push notes of liked/zapped tracks listened to on wavlake. Posting stuff you listen to seems to be a popular thing to do, so why not set up a list to automate that?
Eventually, I'd like to have nostr keys integrated into a fork of nextcloud so that you can have a list control what nyms are allowed to access files without needing to have anyone sign in or deal with password nonsense.
Heck, if there's ever a hardware nostr signer, you could use that as a controlled access door lock.
Login to reply
Replies (3)
Does wavlake support lists? People could just follow you by putting you into one for their lists. Then they don't need to see your posts, just see what you are listening to. Either way, the list should be theirs, not yours.
You can already use the current lists we have to manage access controls. That is easy. You just need to code the control itself (check if the key is in the list before downloading). I think Blossom has a version of that already.
No clue if it does or not. I'm just pointing out a theoretical user case for a list.
That's cool. Do the lists integrate with each other? No clue if you're familiar with anything like PLC ladder logic, but, I'm picturing something like that, but, more versatile and only limited by a user's imagination.
For now they are only lists of public keys. There aren't any other meanings associated with them. You could do a PLC-like thing by reusing those lists or by creating your own style of lists.