I’ve seen similar in Vietnam and Thailand too (this year). So I’m guessing it’s common across South East Asia.
I’ve seen similar in Vietnam and Thailand too (this year). So I’m guessing it’s common across South East Asia.
And the downloaded ones are never in sync properly.
“if you don’t give the password I’m gonna stop” 🤷♂️
It is. In the fediverse everything is open otherwise federation wouldn’t work.
I’ve seen “fair use policy applies”
Really well. Temp turned down all the way, and Gemini has this new feature to run and execute code… Not function calling… It can write a small python script, run it and return the output.
So our prompt explains the excel spreadsheet, then tell it exactly the format we need it in, and then tell it to use python and pandas to read in the CSV, clean it up and reshape it the way we need it to match what we expect and voila.
So hallucinations are not really and issue with the data as it’s simply writing code which then deterministically processes and returns the data.
Edit to add more info: basically Gemini can create and run a lambda function on the fly. And if you’re a coder you can really guide the prompt. Eg "load this into pandas. Then remove all the empty columns. Also remove the total rows. Now unpivot the data so the months are not columns but in separate rows with a column called month.
You get the idea.
Strangely enough we actually solved this problem with AI a few months back. We upload the excel file to Gemini and have a prompt to extract the data we need in a specific json format. And it works surprisingly well.
Before woke computing. /s
Hey Janelle, what’s wrong with Wolfie? I can hear him barking. Is he all right?
They’re functionally the same.
I don’t know the latest value but in 2023 Apple had like $162 billion in cash reserves on hand. Burning a billion a year is nothing especially as you say they’re just ‘art banking’ it for the future.
20+ years on and I still have some unresolved Clearcase trauma.
Wolfenstein 3D was an evolutionary stepping stone to Doom sure, but you can say that about any game which came before.
Doom really was a huge step up over and above Wolfenstein. Game play, visuals, realism, mood. I remember as a kid playing doom late at night in the dark and actually feeling a bit scared. Nothing before could ever do that.
Well according to the movie what you’re saying can make perfect sense.
Good old fizzbuzz. https://blog.codinghorror.com/why-cant-programmers-program/
Gladiator 2. Meh. Would’ve gone over better if they left out the baboons and sharks. Or maybe not.
They are starting to do this. Most new models support function calling and can generate code to come up with math answers etc