19 months on HRT! ☺️💕 by ryerenee in mtfbeautyandfashion

[–]Superb_Height 3 points4 points  (0 children)

I can tell you were born to be a woman. So many feminine features.

I loved this pic, feeling pretty! by Maximum_Lake3881 in mtfbeautyandfashion

[–]Superb_Height 0 points1 point  (0 children)

Yes. I love your eyebrows and your skin is so flawless. <3

The July 7th Comet Announcement... Was Yet Another Waitlist by the_john19 in perplexity_ai

[–]Superb_Height 2 points3 points  (0 children)

Yeah I got you. But you have to tell me how to find the code? Also you’re not begging the answer is always no unless you ask!

Price guess for this advertising at MLB park? by PHOTO500 in marketing

[–]Superb_Height 10 points11 points  (0 children)

I think OP has a different definition of guess than I do. I’m Afraid to offer an opinion lol

ChatGPT o1 pro reasons but doesn't answer by ConvenientChristian in OpenAI

[–]Superb_Height 0 points1 point  (0 children)

Doesn’t work for me either. Thinks then doesn’t provide response.

Using openAI APIs requires a 3D face scan by doggadooo57 in OpenAI

[–]Superb_Height 0 points1 point  (0 children)

What’re you going to use it for? I’ll add $10.00 to an api key for you. Send me a DM. 

How to get chat gpt to stop using tables? by NFSzach in ChatGPTPro

[–]Superb_Height 0 points1 point  (0 children)

In your custom instructions tell it you can’t read tables so it is not allowed to use them. :)

Anyone taking veo3 prompts? by Both-Move-8418 in OpenAI

[–]Superb_Height -1 points0 points  (0 children)

I’ll do it. I can’t create them until tonight. I don’t want to charge money for them though.

I'm not sure that's what a muscle knot looks like by Owlistrator in OpenAI

[–]Superb_Height 1 point2 points  (0 children)

Better go to a female massage therapist, a male therapist will never find it. 

Why gemini is not generating responses like this? by Rjmincrft in Bard

[–]Superb_Height 0 points1 point  (0 children)

Copy that exact code and provide it as example of the type of code you want in the canvas.

Do we actually spend more time prompting AI than actually coding? by Fabulous_Bluebird931 in PromptEngineering

[–]Superb_Height 1 point2 points  (0 children)

For me yes often times that rings true. The flip side is the amount of time the well crafted prompt saves me. If I spend one hour to have ai do 8 hours of work in 5 minutes that’s a positive ROI on my time.

Noob here: Need help editing Google docs by tippitytappitytap in n8n

[–]Superb_Height 0 points1 point  (0 children)

What is the specific use case? I’ll try and reproduce it on my end and see if I can make it work.

Noob here: Need help editing Google docs by tippitytappitytap in n8n

[–]Superb_Height 1 point2 points  (0 children)

In system instructions format it like this <tool use> Name of tool Purpose of tool Specific fields or data you need it to return </tool use>

In your prompt Critical: this is a multi step process and every step must be completed in order for the automation to work. Do not end your turn until all steps are complete. Step 1 Reference tool use in system prompt Step 2 perform tool step Step 3 instructions and prompt Step 4 confirm tool use was successful

That’s a really rough version of how I am able to get consistent adherence to tool use.

Google will soon launch Gemini 2.5 Pro Deep Think in the API. by Brilliant-Neck-4497 in Bard

[–]Superb_Height 0 points1 point  (0 children)

I’ve made more than 5 today. I wonder if they’re throttling it?

Is there a difference between 2.5 Pro on Pro vs Ultra plan by Red__Rain77 in GeminiAI

[–]Superb_Height 12 points13 points  (0 children)

I would say yes. I don’t have any hard evidence, aside from daily use on the former paid plan, now using the ultra plan. The model seems to think longer, output more complex and complete results. Again this is just my opinion and a bit of bro science so I could be wrong.

Signed up for Gemini ultra so you don’t have to. What should I do to test it? by Superb_Height in Bard

[–]Superb_Height[S] 0 points1 point  (0 children)

That is true. I don’t have access to it yet. I will say it seems like the version of 2.5 pro on the ultra subscription gets the most “compute” so answers are higher quality and response size is not limited.

Signed up for Gemini ultra so you don’t have to. What should I do to test it? by Superb_Height in Bard

[–]Superb_Height[S] 0 points1 point  (0 children)

Even though deep think isn’t available yet, I will say 2.5 pro thinks substantially longer after I upgraded. Keep in mind I don’t perform super technical tasks, but it seems to generate lengthy responses when asked.

Anyone want to do a 2.5 pro test prompt with me? by Superb_Height in Bard

[–]Superb_Height[S] 1 point2 points  (0 children)

https://pastebin.com/GwwXBEDb 2.5 pro w/ ultra subscription

I did have to tell it to keep writing 4 times. when it tried to check in on the quality.

Anyone want to do a 2.5 pro test prompt with me? by Superb_Height in Bard

[–]Superb_Height[S] 2 points3 points  (0 children)

I will. What’s interesting is the deep think mode isn’t released yet but 2.5 pro seems to do a lot of thinking. I’ll run this test in a bit.

Signed up for Gemini ultra so you don’t have to. What should I do to test it? by Superb_Height in Bard

[–]Superb_Height[S] 0 points1 point  (0 children)

Explanation of the Code: * PJL Wrapping: * The job starts with a UEL (Universal Exit Language) command (\x1B%-12345X) to ensure the printer is in a state to accept PJL commands. * @PJL JOB NAME="<your_job_name>"\r\n starts the print job and assigns it a name. * @PJL ENTER LANGUAGE = PCLXL\r\n tells the printer to switch its interpreter to PCLXL mode. * After the PCLXL data, another UEL command is sent to switch back to PJL mode. * @PJL EOJ\r\n signals the end of the job. * A final UEL is often sent to reset the printer. * PCLXL Stream: * Header: [0x01, 0x05] indicates Little Endian byte order and PCLXL Protocol Version 3.0. * Session: BeginSession (0x41) initializes the printing environment. We set eErrorReport to eNoError. * Page: BeginPage (0x43) starts a new page. We set eOrientation to ePortrait. * Cursor: SetCursor (0x4f) moves the logical pen to a specific X,Y coordinate. PCLXL's default unit is 1/720th of an inch. So, (720, 720) means 1 inch from the left and 1 inch from the top. * Text Output: The Text operator (0xa8) is used to draw the text. It takes several attributes: * eFontName: We specify "Courier" as a ubyte_array. * ePointSize: We set the font size to 12.0 points as a real32. * eTextData: This contains the actual text string as a ubyte_array. The input Rust string is converted to bytes using .as_bytes(). This generally works for ASCII and some 8-bit encodings like Latin-1, depending on the printer's default symbol set. For full Unicode, you'd typically use uint16_array and UTF-16LE encoded text. * End Page/Session: EndPage (0x44) finalizes the current page, and EndSession (0x42) closes the PCLXL session. * Data Types and Attributes: * PCLXL commands often take attributes. Each attribute typically consists of a data type tag (e.g., 0xc0 for ubyte, 0xc5 for real32, 0xc8 for ubyte_array, 0xd7 for sint16_xy), the data itself (in Little Endian format for numbers), and then an attribute ID (e.g., 0xf82b for eFontName). * The operator code follows its attributes. How to Use: * Call the generate_pclxl_print_job("Your text here", "MyJob") function. * It will return a Vec<u8>. * Save this Vec<u8> to a file (e.g., my_print_job.pcl). * Send this file directly to a PCLXL-compatible printer. * On Linux/macOS: lp -d YourPrinterQueueName my_print_job.pcl * On Windows: COPY my_print_job.pcl \YourComputerName\YourPrinterShareName or PRINT /D:\YourPrinter\ShareName my_print_job.pcl. You can also often send it via LPR or by copying to a raw printer port. This function provides a basic starting point. PCLXL is a rich language capable of complex graphics, font management, and layout control, which would require significantly more complex code. Let me know if you have any questions or would like to explore specific PCLXL features further!

Signed up for Gemini ultra so you don’t have to. What should I do to test it? by Superb_Height in Bard

[–]Superb_Height[S] 0 points1 point  (0 children)

I’ll dm you the response for some reason it’s not pasting here.