Conversation
Notices
-
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 16-Jan-2024 07:34:46 JST Alex Gleason @dave How should zaps be used across the Mostr bridge to work with Podcasting Index in a useful way? -
silverpill (silverpill@mitra.social)'s status on Tuesday, 16-Jan-2024 07:34:44 JST silverpill @dave @alex Is it possible to encode necessary information in URI?
Re-purposing PropertyValue is a nice hack, but I think a better solution is needed. I wonder if FEP-0ae0 is applicable: https://codeberg.org/fediverse/fep/src/branch/main/fep/0ea0/fep-0ea0.md
-
Dave (dave@podcastindex.social)'s status on Tuesday, 16-Jan-2024 07:34:45 JST Dave @alex Good point. If I start adding the LUD-16 to the actor profile would that be a solution? It doesn’t solve splits but I don’t think Nostr has real splits yet anyway.
In conversation permalink -
silverpill (silverpill@mitra.social)'s status on Tuesday, 16-Jan-2024 23:37:53 JST silverpill FEP-0ea0 also supports payment URIs like BIP21.
Perhaps someone already proposed an URI scheme for LUD-16 addresses? Similar to mailto: for email addresses and acct: for webfinger addresses.
In conversation permalink Machismo likes this. -
errhead (errhead@poa.st)'s status on Tuesday, 16-Jan-2024 23:37:55 JST errhead @silverpill @dave @alex >Is it possible to encode necessary information in URI?
well, there's:
- lnurlp zap getalby.com/.well-known/lnurlp/alexgleason
- keysend zap getalby.com/.well-known/keysend/alexgleason
That FEP seems like a perfect match for the podcasting 2.0 funding tag github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#fundingIn conversation permalink -
silverpill (silverpill@mitra.social)'s status on Tuesday, 16-Jan-2024 23:49:28 JST silverpill Here's how I would represent LUD-16 with FEP-0ea0 (and hypothetical lud16: URI scheme):
"attachment": [ { "type": "Link", "name": "⚡", "href": "lud16:alex@alexgleason.me", "rel": ["payment"] } ]In conversation permalink -
Alex Gleason (alex@gleasonator.com)'s status on Tuesday, 16-Jan-2024 23:49:29 JST Alex Gleason @silverpill @errhead @dave Yes. I'm not sure about the spec, but I found them here while poking around yesterday https://github.com/nbd-wtf/js-lnurl/blob/master/src/helpers/decodelnurl.ts#L15 In conversation permalink Attachments
-