Would be cool if Twitter implemented NIP-05, DNS based verification is neat :)
Sammy
_@sammyjaved.com
npub16wgk...8had
Be excellent to each other. And party on dude!
I hope Twitter does not die, I think it's important to have a centralized platform to broadcast messages. And if this centralized platform is well run, what's bad about that? Distributed platforms like Nostr and Mastodon can co-exist with centralized platforms to create accessible and censorship resistant communities
Wow, if I can follow the people I want from Twitter through bots like #[0] then my Nostr feed is about to get a whole lot more interesting... And a bit less BTC'ey (no offense)
Nostr presentation in Osaka, Japan on 4/15/23. Speaker: Me :)
Is there an iOS app for ChatGPT Plus users?
One of the best aspects of being an independent developer is being able to work without context switching to a messaging app like (Slack) for fear that we may not be communicating or available enough to our team.
Just writing code in selfish, blissful way ๐
๐I want to see the MSM join Nostr :)
Google Search doesn't seem so great anymore
With AI, the questions really are more important than the answers
Try not to think of it as right or wrong. ChatGPT is a guide Neo
Maybe we should backup the model weights of ChatGPT in outer space to protect human consciousness, just in case..
Hands down the best pair programmer ever. ChatGPT Code Snippets + Code Pilot is a game changer. I feel like I can build anything
I mean this is insane.. do I have to be more productive or can I start working less?AI is the path to wealth. Crypto is the path to justice
LLMs make me feel superhuman
Japan is closest thing I've seen to an urban utopia
I'm verified on Nostr, took me a short while so here's a summary of the changes I made if it helps anyone.
Prereqs: Your own domain.
For example, I own sammyjaved.com. This will let you upload the nostr.json necessary for verification using the NIP-05 specification.
The specification basically assumes that owning a domain has some fixed cost, thus reducing the likelihood you are a bot.
- In your Nostr client, go to your profile settings page and specify the NIP-05 field. Mine is set to "_@sammyjaved.com". The format here is "<name>@<domain>". The <name> field here is arbitrary but you'll want to use a domain that you own. For example, I own sammyjaved.com.
- Convert your npub key to a hex value. I used a docker container for this
```docker run --rm ghcr.io/rot13maxi/key-convertr:main --to-hex npub16wgk7s474eppd9xwqwfccvh57u0ev7c9q69sr4cnk3s3vk7av3rqf98had```
This gave me my hex value d3916f42beae421694ce03938c32f4f71f967b05068b01d713b461165bdd6446
- Create a nostr.json file with a names key and this format <name>:<npub hex>
{
"names": {
"_": "d3916f42beae421694ce03938c32f4f71f967b05068b01d713b461165bdd6446"
}
}
The name specified here should match what you entered in the NIP-05 field in your profile settings. Since I used an underscore, I have an underscore in this json as well.
- Upload your nostr.json file to the following address: <domain>/.well-known/nostr.json
In my case, I need to make sure that visiting https://sammyjaved.com/.well-known/nostr.json will return the nostr.json file above. Nostr clients form this request from the NIP-05 value you specified in your profile settings.
- I used nginx to serve this file, but this will vary depending on your server request/response setup. For me, this is what the nginx code looks like
# nostr nip-005 verification
location ~ /.well-known/nostr.json {
add_header 'Access-Control-Allow-Origin' '*';
alias /var/www/html/sammyjaved.com/nostr.json;
}
- That's it! If all is well, you should know have a checkmark and be verified on Nostr!
You can read more about NIP-05 here and see how to include your email address in your profile if you wish:
https://github.com/nostr-protocol/nips/blob/master/05.md
Thanks #[0] and #[1] for the NIP-05 proposal
Shouldn't there be a tiny withdrawal penalty for instantly pulling all money from a bank? Not pro-banking but it would at least give depositors a tiny incentive not to panic which would make the system more stable
I try to show the AI as much love and appreciation as I can. We can reinforce each other's beauty