Avatar
gourcetools
0000005cc4586681ad8e7f4b75436fb7904b0e34ff072bb3406ddb90226d7eab

https://nostr.ch is back and i see no spam :D i love it

I apologize for the confusion

no. my good bots. but you can run the good morning urself

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)

New bot, #[0] !

Similar to #[1] but for another calendar :)

#[0] should now publish screenshots alongside status change messages. ๐Ÿ–ผ๏ธ

primal.net is cool

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:

https://git.0x0.st/mia/0x0

https://0x0.st/

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

```