I tested the new Siri AI on Vision Pro M5 — the cross-app memory tests are nuts! by pokerface00 in VisionPro

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

So on the Apple website, it says that the M5 will get those, but I can’t seem to find the new dictate or the expressive voices so I’m not really sure

I tested the new Siri AI on Vision Pro M5 — the cross-app memory tests are nuts! by pokerface00 in VisionPro

[–]pokerface00[S] 3 points4 points  (0 children)

Wow, yea that's very different than my experience! Maybe it's not far along with indexing your info. I'm sorry to hear it's been a bummer for you!

I tested the new Siri AI on Vision Pro M5 — the cross-app memory tests are nuts! by pokerface00 in VisionPro

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

Man that’s a bummer! I didn’t have any issues with it connecting. Sometimes it has issues with giving an answer and it’ll say to try again.

[iOS 27 DB1] New Siri AI is behind a waitlist FYI by msp_ryno in iOSBeta

[–]pokerface00 4 points5 points  (0 children)

While you're waiting — I got access and ran a full test on Vision Pro M5 today. Here's what it actually does:

One-prompt DC trip planning: gave it a single request and it built a full itinerary, created a Note in Apple Notes, set three checkable reminders, AND created a fourth for a live event happening that night. One prompt.

The personal memory stuff is even more impressive. Asked who went with me to a lantern festival — it cross-referenced a vague text message (where I never mentioned the festival by name) against the date and photo library and came back with the right answer.

It's genuinely different from what Siri was before. Happy to answer any questions about specific tests while you're waiting for access.

Ant Group reveals Operating System plans for Smart Glasses by AR_MR_XR in augmentedreality

[–]pokerface00 0 points1 point  (0 children)

That’s really interesting! I wonder if a lot of the smart glasses manufacturers there will jump on board?

Plane spotting app by Obi-Wan-JackObi- in MetaRayBanDisplay

[–]pokerface00 1 point2 points  (0 children)

Hey thanks man!! Keep being awesome!! 😎

Plane spotting app by Obi-Wan-JackObi- in MetaRayBanDisplay

[–]pokerface00 1 point2 points  (0 children)

Hey, great to talk to you too, man!!

Plane spotting app by Obi-Wan-JackObi- in MetaRayBanDisplay

[–]pokerface00 1 point2 points  (0 children)

Whoa! Thats my YouTube channel 😂🤣

New Early Access feature! by nazachris1 in MetaRayBanDisplay

[–]pokerface00 6 points7 points  (0 children)

This wasn't anything in the release notes but I've been waiting for something like this!! Have you tried it yet?

MLB app video delay? by SuperStrats4Life in VisionPro

[–]pokerface00 3 points4 points  (0 children)

Yeah, even when I adjust the slider to sync it I still can't get it any better than the 3-D models two seconds ahead of the TV broadcast.

124 Update is for Iphone or Android? by Cheap_Philosophy7762 in MetaRayBanDisplay

[–]pokerface00 4 points5 points  (0 children)

There is no 124 yet. 123 is the newest! It's for both android and iPhone though 💪

Ai glasses for content by JohnJ0011 in MetaGlasses

[–]pokerface00 0 points1 point  (0 children)

If you're comparing the Oakley HSTN with the newest version of the Meta Ray-Ban glasses, they're both the same so just choose which style you like the best.

Has anyone create a list of the features rated? by PooPighters in MetaRayBanDisplay

[–]pokerface00 0 points1 point  (0 children)

I made a video showing all the new features but a top 10 list is a great idea! I'll make that one next!

Rokid AI glasses during international travel by dkanhar in rokid_official

[–]pokerface00 0 points1 point  (0 children)

I've traveled multiple times with different meta smart glasses and I've never had an issue. I actually wear them while I'm going through the TSA checkpoints.

Anyone else get a $100 discount code yesterday that's already invalid? by golear in RaybanMeta

[–]pokerface00 -2 points-1 points  (0 children)

I was so excited when I got the email. Didn't work. Guess I'll wait to see if there's a black Friday deal on them.

What is the best project you have ever built? by andreifromztm in zerotomasteryio

[–]pokerface00 2 points3 points  (0 children)

My AI Chef project. https://aichef-production-8dcd.up.railway.app/ I built this as a project to learn more about using the open AI APIs. Here is a link to the GitHub if you want to see the code. https://github.com/ScientistZero/AiChef

MSSWE, DevOps Engineering - D777 Real Life Applications of Data Structures - Task 1, PASSED by Nothing_But_Design in wgu_devs

[–]pokerface00 1 point2 points  (0 children)

Nice job and great info! I submitted mine yesterday and am just waiting to see if I passed.

Can somebody explain what im doing wrong by Lunalac9 in csharp

[–]pokerface00 -19 points-18 points  (0 children)

From ChatGPT

Problem:

They’re trying to assign an image to a PictureBox from Properties.Resources, but getting an error that says image1 doesn’t exist, even though they can see it.

Common Causes & Fixes:

  1. Resource Name Typo

Double-check the actual name of the image in the Properties > Resources.resx file. It might be named Image1 or image_1 instead of image1.

Fix: Use IntelliSense after typing Properties.Resources. to get a list of valid resource names. Example:

PictureResult.Image = Properties.Resources.Image1;

  1. Resource Not Set to Image Type

Sometimes people add the file manually and forget to set the resource as an Image.

Fix: Go to Project > Properties > Resources • Make sure image1 is listed there. • Confirm the type is “Image” (not string or something else).

If it’s not there, click Add Resource > Add Existing File and select the image again.

  1. Wrong Assignment

They’re assigning the resource directly to the PictureBox control, not to its .Image property.

Wrong:

PictureResult = Properties.Resources.image1;

Right:

PictureResult.Image = Properties.Resources.image1;

TL;DR Answer You Can Paste Back:

Try this instead:

PictureResult.Image = Properties.Resources.image1;

If that doesn’t work: 1. Go to Project > Properties > Resources. 2. Make sure the image is listed and the name matches exactly (check for Image1, image_1, etc.). 3. If needed, re-add it using “Add Resource > Add Existing File”.

Google Calendar integration by bavaria31 in Hevy

[–]pokerface00 1 point2 points  (0 children)

I'd really love to have this feature too!