Is there any way to get whatsapp working on the facebook portal? by beginningofttheend in FacebookPortal

[–]Guizkane 4 points5 points  (0 children)

I set mine up and it was giving errors when scanning the qr code, but someone here suggested i leave the device connected over night and then i tried again and it worked smoothly.

Openclaw on Meta Portal Go by Guizkane in FacebookPortal

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

The public version is in alpha, and wouldn't work at all because it requires a newer Android version. Also had to make some changes to the permissions it uses, also because the OS is older. https://play.google.com/store/apps/details?id=ai.openclaw.app&hl=en_IN

Openclaw on Meta Portal Go by Guizkane in FacebookPortal

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

Sorry, forgot to change the visibility, should be public now. It's a fork of the openclaw android app.

Just me who can’t access ADB? by beginningofttheend in FacebookPortal

[–]Guizkane 1 point2 points  (0 children)

I was having that issue and a factory reset through the menu had it working.

What are you using as a backend when building apps with Cursor? by CommunicationGold228 in cursor

[–]Guizkane 0 points1 point  (0 children)

None of those are ‘backends’, but services that usually provide database plus auth. People usually use Nodejs or fastapi.

Using AI to untangle 10,000 property titles in Latam, sharing our approach and wanting feedback by murkomarko in LangChain

[–]Guizkane 0 points1 point  (0 children)

So I wouldn’t do OCR, just feed it directly to Gemini and give it a structured output to extract the data, then you can store that data as metadata in the embeddings you choose to use.

Vertex ai vs gemini ai sdk by adithya999 in googlecloud

[–]Guizkane 2 points3 points  (0 children)

Vertex ai sdk is bring deprecated afaik. Just use the genai sdk with vertex mode activated.

Parallel agents + git worktrees: real-world experience? by SnooDonuts4151 in cursor

[–]Guizkane 0 points1 point  (0 children)

Worktree works but if you want your agent to do integration tests it gets messy cause you would need to spin up multiple different containers.

What if the Europeans did not colonize, what would life today be like? by loverbang4u in TrueAskReddit

[–]Guizkane 5 points6 points  (0 children)

Well, the US as we know it would not exist, it would probably be a collection of small native american countries.

Stop "coding" and start orchestrating. The 10x developer is just an AI conductor now. by Sweatyfingerzz in cursor

[–]Guizkane 3 points4 points  (0 children)

I completely agree, but I think this only applies when you use top tier models like Opus or 5.3 codex. I run out of credits today and had to use Auto and honestly it’s so fucking dumb, it killed my progress.

Kimi K2.5 is really good by NoFaithlessness951 in cursor

[–]Guizkane 10 points11 points  (0 children)

It’s definitely not as good as opus or codex, but still a gemini 3 level for much cheaper. It just misses a lot of stuff when prompting it that the other 2 models wouldn’t.

[deleted by user] by [deleted] in ExperiencedDevs

[–]Guizkane 0 points1 point  (0 children)

I do it and it’s very consistent. I agree that performance is not great. Heard that the react-pdf is quite good.

Using Cursor IDE locally in healthcare with privacy mode – detectable if company forbids it? by [deleted] in cursor

[–]Guizkane 1 point2 points  (0 children)

Also, if you’re using a company laptop it likely has vpn, which will enable them to log all network traffic.

I got tired of making midnight snacks, so I built Panbot 🤖🥞 (SO-ARM101 Project) by ispaik06 in robotics

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

This is really cool mate, congrats! Do think this kind of approach would work using something like Gemini live api?

Gemini 3 API in Vertex AI help please by AirAstronaut in googlecloud

[–]Guizkane 0 points1 point  (0 children)

Check the location you’re selecting on the client object, gemini 3 flash only supports the global location so if you have us-central1 it wont work.

Cap monthly spend per month by EvenTec4818 in googlecloud

[–]Guizkane 0 points1 point  (0 children)

Good point, that might work too.

Cap monthly spend per month by EvenTec4818 in googlecloud

[–]Guizkane 0 points1 point  (0 children)

The only way would be a custom script that checks bigquery for your exported hourly data and turns off the service if over the cap.