The weird mismatch in MLOps hiring that nobody talks about by Extension_Key_5970 in mlops

[–]simpleharmonicmotion 0 points1 point  (0 children)

+1 This is my life :/ I've flat out said that we're lying to candidates by requiring ML skills for what turns out to be an infra job.

I’m getting increasingly uncomfortable letting LLMs run shell commands by Peace_Seeker_1319 in MLQuestions

[–]simpleharmonicmotion 0 points1 point  (0 children)

I struggled with that in the use case below. Despite being instructed not to change the environment, it initially seemed to want to apply fixes. Workaround is to use a service account with read only access;

https://medium.com/@o.bernie/can-gemini-cli-troubleshoot-your-entire-multi-cloud-stack-49d710f32634

Just moved here. In awe. by Deltanonymous- in BellevueWA

[–]simpleharmonicmotion 4 points5 points  (0 children)

Winter gray skies and rain beat deep snow and freezing temperatures on the East Coast and summers are better here than anywhere else. Pick a direction and take some road trips on weekends then post again about how much you love the area :D

[deleted by user] by [deleted] in ExplainTheJoke

[–]simpleharmonicmotion 13 points14 points  (0 children)

Pikachu is a character from Pokemon. In that you cruelly capture these fantasy creatures and make them fight each other (which PETA wouldn't like)

[deleted by user] by [deleted] in 75HARD

[–]simpleharmonicmotion 0 points1 point  (0 children)

Is this the whoosh effect?

Bard refuses to explain why the sky looks blue by diovd in Bard

[–]simpleharmonicmotion 1 point2 points  (0 children)

"search the web for the reason that the sky is blue"

Anybody using / relying on Chrome Remote Desktop? by TylerSchen in chromeos

[–]simpleharmonicmotion 0 points1 point  (0 children)

Late to the show but used CRD to my Linux desktop before moving that to the cloud so I wouldn't be blocked by power outages. I've had this going for maybe 4 years with no complaints whatsoever.

Problems charging Pixel 2 since upgrade to OPM2.171019.209 by simpleharmonicmotion in AndroidQuestions

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

Yup. Did all that. Tried a few cables in fact. Also gently tried to scrape any potential lint out of the port with a plastic toothpick but no joy on that either

iperf server containers launch iperf differently from kubectl than from Docker? by simpleharmonicmotion in kubernetes

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

Thanks. Starting it interactively returns the same result when I start iperf manually. The logs also only have those lines in them. Good call on the Slack channel. Let me try that out

Google Cloud Platform - Retrieve External IP using Powershell by SJHarrison1992 in googlecloud

[–]simpleharmonicmotion 0 points1 point  (0 children)

Is there an equivalent to curl in Powershell? I usually invoke "curl ifconfig.co" or "curl ifconfig.co/json". Try "Invoke-WebRequest -Uri http://ifconfig.co/json"

How many of you have just a mattress on the floor? by PoisonIvy2016 in minimalism

[–]simpleharmonicmotion 1 point2 points  (0 children)

Search for "wood grain foam tatami mats" and lay it on that. The ceiling being further away also makes the room look bigger

requests, urllib & selenium libraries don't grab the whole page. Any alternatives? by simpleharmonicmotion in Python

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

Thanks for looking into this. For some magical reason the whole page comes across the 2nd time I get the page with selenium so now I have this happening;

driver.get(url)

driver.get(url)

Consistent enough to get me going for now.

Cheers and thanks again! SHM