now supports the "scan QR code" flow. The easiest way to make a web client compatible with mobile signers like Amber and Primal and Aegis and Nowser and others I forgot. You just write your app assuming that the user has an extension that provides NIP-07 (`window.nostr`) capabilities and include the <script>. If the user actually has an extension nothing happens, if he doesn't then the script is activated and everything is handled in the background. image
I've recently found a small store that accepts Bitcoin close to my house. (And it's not even on that BTCMap thing.) Hyperbitcoinization is happening, finally!
The new #pyramid release v1.0.21 includes, among other things: - a new (very simple) sub-relay "personal" that each member can use to store their own stuff others can't read (well, the pyramid owner can), like a personal note-taking service: image - NIP-50 full-text search support: image It tries to be good about it. Like it will allow you to choose the language used for analyzing and stemming note contents (more than one language can be selected, in which case a magical system will select one for each incoming note automatically). It will also act smartly about indexing mentions, quotes and URL references in notes. For example if you index something that has a "nostr:npub1..." in it then later search for "nostr:nprofile1..." with the same npub you'll find that first note (and vice-versa). If your query includes a reference to the npub of the note author that will also work (although using {"authors": ["<pubkey>"]} also works the same). And the query language supports basic stuff like "banana OR mango" or even "apple AND NOT strawberry". Exact matches enclosed with double quotes are also supported. View quoted note →