https://nostr.ch is back and i see no spam :D i love it
I apologize for the confusion
the good bots not the bad bot! nostr:npub1qqqqpht69e2vw7jjzgm629hwlvw5rheeq3afceyg95zmepxf6enqe5mx92
okay, bots are back...
Yeah, i do believe in POW as an anti-spam measure so i put it to a low value. Just to signal support for it. I think it's already dead and won't be used widely (sadly)
Thanks to you buddy
New bot, #[0] !
Similar to #[1] but for another calendar :)
#[2]
#[0] should now publish screenshots alongside status change messages. ๐ผ๏ธ
Gource render of nostr-protocol repos
primal.net is cool
Check this also, very basic.
https://github.com/gourcetools/nostr-commits/blob/main/check_commits.sh
We use nostril command to send the message.
They can be deleted. https://cdn.nostrgraph.net/public/delete.html
Go to a store that make keys and ask for some they have tons i guess... then bring them back when you are done having sex with them.
wss://nostr.mutinywallet.com is a great relay, read about it at https://github.com/MutinyWallet/blastr
"A nostr cloudflare workers proxy relay that publishes to all known relays"
Could nostr image hosters add support for bash upload, here is a cool repo:
And a demo command:
```
#!/bin/bash
# Set the image file path
IMAGE_PATH="./plane.png"
# Upload the image using curl
response=$(curl -s -F "file=@$IMAGE_PATH" https://0x0.st)
# Check if the response contains "http"
if [[ $response == *"http"* ]]; then
# The response is the direct URL to the image
image_url=$response
# Print the URL of the uploaded image
echo "Image uploaded successfully. URL: $image_url"
else
echo "Image upload failed. Please try again."
fi
```

