
I want an OS level highlighter. Let me highlight any text anywhere and keep a record of it. Make it easy to keep a private and public feed and annotate. The ultimate curation tool. Storify 2.0.
🔔 This profile hasn't been claimed yet. If this is your Nostr profile, you can claim it.
EditI want an OS level highlighter. Let me highlight any text anywhere and keep a record of it. Make it easy to keep a private and public feed and annotate. The ultimate curation tool. Storify 2.0.
I just downgraded. What a difference. iOS 18 is so much more responsive on an iPhone 13 Pro. One could wonder: are all those bells and whistles really necessary when you know how much power they draw? How are those helping me get things done on my phone?
Everything is much slower on an iPhone 13 Pro after upgrading to iOS26. Beware. Not sure it’s worth the upgrade.
Indeed. But maybe we could augment NIP-05 to list all the keys (devices) of an identity? ```nostr.json { "names": { "bob": ["b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9", "device2-nsec", "device3-nsec"] } } ``` This would break existing implementations since nobody expects an array here. So a better way would be ```nostr.json { "names": { "bob": ["b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9", "device2-pubkey", "device3-pubkey"] }, "identities": { "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [device2-pubkey, device3-pubkey] } } ``` We would then only need to ask clients to follow all your devices when following someone with nip05. Wdyt?
Thanks for your post. We need more voices to get us out of this idea that people should be able to manage a private key and keep it safe. That’s a non starter. Npubs are like IP addresses. Computer readable addresses that can change over time. Your identity is like a domain name. Human readable that can point to various IP addresses. This web of trust sounds complicated to me to implement. I’d love to suggest a simpler approach: consider a Npub like an active session. That way, private keys (nsec) never leave the device / app that created it (reduces the risk of leaks). Then add those sessions to your profile. As long as you still control one device, you can rotate the . The only change required on the protocol would be to index profile events (kind 0) on each of those instead of just on the author npub (and allow to query them based on any of them). It’s not a full proof solution but it feels already like a big improvement. This would effectively decouple identity and npub. The biggest risk would be one of your devices being compromised. But chances are you could rotate that lost key with another device. Wdyt?
Dad. Entrepreneur (@opencollective, @commonshub, Citizen Wallet, Storify). Citizen (Citizen Garden, Citizen Corner, Citizen Spring).