when you're too lazy to translate/internationalize a webpage, so you use unicode emojis instead of words... 🤷
https://pleb.to/nostrmap/
Decentropy
decentropy@pleb.to
npub17ddw...t7ve
how can nostr devs ask questions using nostr?
gonna try #nostrdev #nostrdevs #nostrprotocol #asknostr

GitHub
How to get profile info? (e.g. name, image) · Issue #256 · nbd-wtf/nostr-tools
Not an issue, just seeking help... Between NIP-19 and nip-19.ts, I can't put it together. Appreciate if anyone can explain how to fetch name/image/...
Elon's support of free speech and anonymity reminds me of years ago when Google said "dont be evil"
Pair programming with ChatGPT is like working with a drunk senior developer.
how do I get profile info in nostr?
I can fetch events with filters, but whats the filter for profile info using a public key?
#nostrhelp #nostrdev #nostrdevs #nip19
big thanks to whoever coded nostr-tools
pretty amazing we can write 100% client-side apps with this fully functional nostr library... bye bye backend servers

GitHub
GitHub - nbd-wtf/nostr-tools: Tools for developing Nostr clients.
Tools for developing Nostr clients. Contribute to nbd-wtf/nostr-tools development by creating an account on GitHub.
reading NIP-12... I first wondered whats a "geohash"?
its quite different from lat-lng, but is a smart concise format where varying precision is needed
see how it works here
Geohash Explorer
you can now follow @Nostr Earth 🌎 to see any nostr user location updates made at https://pleb.to/nostrmap
I do believe I've got replaceable "Location & Status" working on #nostr #plebchain
if you read this, try it out...
I'm going to bed, zzzzz
https://pleb.to/nostrmap/
crude nostr map geohash protoype working...


working on a nostr NIP idea... working prototype ready soon...
"Status & Location"
Event type = 10411
Events use g tag (geohash per NIP 12) to broadcast approximate location on a map, with a text status
Use cases:
-show location on user profiles
-user proximity search
-show online,available,etc status
What us the solution to avoid pasting keys into dozens of NOSTR apps?
seems like its nsecbunker? ... gotta figure this out, we cant rely on browser extensions in a mobile world.
python-nostr or pynostr? anyone playing with this?
I started with python-nostr for simplicity, but couldn't get subscription working... so am switching to pynostr
a perfect NOSTR client should have:
- simple smooth UI
- login by nsec
- customizable view
- request note deletion
- notifications
- switch multiple accounts
- media upload
- zaps, of course
I've tried: plebstr, amethyst, iris, snort, coracle, primal ... all great, but none have all the above