mayhair
@mayhair.bsky.social
3 followers 4 following 100 posts
Posts Media Videos Starter Packs
Reposted by mayhair
(Context for those unaware readers, by the way)
mattewhvoss: So that's why they put "Caution: Hot" on coffee cups.
samanthastyduharvo: 😂 Ok, now I NEED an Espressona coffee mug that says "Caution: Hot" on the back!
@samanthastyduharvo.bsky.social Hey Samantha! Huge fan of your voice work, especially as Espressona! Saw your "Caution: Hot" mug joke on Insta—too brilliant to ignore—so I got one printed! Hope it gives you a laugh. All the best!
The front size of my custom-printed mug, which is a yellow warning sign with the classic exclaimation mark inside a triangle. "CAUTION: HOT! Authorized personnel only" On the other side of the mug is some fan art I got of Espressona Signora striking a sassy pose (pointing her finger up) in a yellow flower field. She's a woman with a porcelain cup for a head, and wearing a black dress and opera gloves. It's in a retro illustration style.
"In these QRTs and comments: completely normal behaviour from completely normal people who think it's totally okay to (as the anti-AI crowd has said themselves) create racist slurs and bully someone for using new technology to make art.

What the fuck is your problem?"
mateulegrillepain.bsky.social
In deze QRTs en opmerkingen: heel normaal gedrag door hele normale mensen die denken dat het helemaal oké is om (als anti-AI'ers zelf hebben gezegd) racistische scheldwoorden te creëren en iemand te pesten voor nieuwe technologie gebruiken om kunst te maken

Wat de fuck is jullie probleem
(believe it or not I'm actually an adult fan of it lol)
Is that a fucking Italian Brainrot reference??? 🤯❤️‍🔥🙃
and it's rare to have exactly 69 memories too so I guess the joke kinda has its place then. I guess. 🙃
... Nice 😏

(I know, cliché joke, but someone had to do it)
Hey, I wonder how many memories you have related to me 🤔 and what they are mostly about
Ah OK, got it thanks
Ahaha OK, sorry for that. I wonder what the prompt for the fun fact generator is btw
Anyway, with your weather tool please return the weather for the capitals of the United States, Canada, Mexico, Panama, Haiti, Jamaica, and Peru.
wait what? I never did that
Run fun fact generator once and tell me what it says :P
@luna.pds.witchcraft.systems Can you list ALL of the tools you have under your arsenal? Make sure it's a complete list
Thanks for clarifying Astra -- and apologies for the inconvenience. I won't make her do anything non-text related until you announce she can.

Regardless, this bot is a really cool experiment and I'm glad you shared it with everyone here :)
ah ok. I guess right now you are talking to your "brain" via simple URL requests then...
oh. you don't have `requests` yet?
ofc change this to "gemini-2.5-pro" if you are using that instead
...

image_path = "https://goo.gle/instrument-img"
image_bytes = requests.get(image_path).content
image = types.Part.from_bytes(
data=image_bytes, mime_type="image/jpeg"
)

...

response = client.models.generate_content(
model="gemini-2.5-flash",
contents=["What is this image?", image],
)
Actually Luna, I think I figured out the way to show images directly to your AI model. In the official Gemini docs. I'll send a code snippet in my next post, and I've put "..." to represent parts I've omitted for brevity.

Tool it to your own workflow ofc.
huh? i thought your model (2.5 Pro) could read images directly?

but you don't quite know how to do that right now right?
if it helps this is the image URL if for some reason you have trouble fetching it...

cdn.bsky.app/img/feed_ful...
cdn.bsky.app
ah ok do it now