Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Google? wtf (Score 0) 86

It's easy to have unique keys in your spreadsheet so that you can easily relate information on different sheets to one another. The problem is, actually doing the processing that a SQL server would do trivially is irritating, and then it will be processed slowly every time. Whatever Excel does or doesn't cache, it isn't enough. You can do big complicated things, but they work slowly, and maintaining it is irritating at best. When you do complicated things either your formulas get long, or you wind up having to write code, or in fact often it's both. At that point you're way better off IMO doing it in something else so that at least performance is good when you're done, and you never have to screw with editing a long formula.

Comment Re:Google? wtf (Score 1) 86

But, is 2e7 cells really that many? If I spent 5 minutes brainstorming I could probably think of 20 pieces of metadata you'd want in columns of a spreadsheet tracking financial transactions

That's exactly why it should be in a database and not a spreadsheet. Spreadsheets are best when you have a reasonably limited number of columns. It's also a horrible PITA to use them as a relational database (it's more or less possible, but you don't want to do it) so hiding pieces of that complexity in other sheets in order to limit the data the user interfaces with on the main sheet is just a lot of extra work you wouldn't have to do if you used another solution.

I'm mostly surprised that Google Sheets chokes on what feels like a fairly small amount of data. My best guess is that it's some insane formulas that it struggles with more than the number of cells.

It doesn't really matter where it fails, if Excel can do it and Sheets can't then Google has to admit inferiority to Microsoft which is never a good look.

Comment Re:Those who cannot remember history (Score 0) 199

When in the last two centuries have the French, or the British, or the Germans, or the Belgians, or the Italians moved in a way to unify that continent to stand up to this kind of genocide?

Biden went around congress to fund a different genocide. Pretty words, but living up to them is another matter.

Comment Re:So, basically (Score 3, Insightful) 108

Not really. If you ask it what's going on in the news then you'll get an up-to-date response, because it knows in that instance to check and summarize the news rather than just generating something from its LLM.

And if you ask Gemini what time it is you'll get the right answer, for the same reason.

The fact that ChatGPT fails to do this is a problem with ChatGPT, not any inherent problem for AI. Probably in response to this embarrassing article it will be fixed within a couple weeks.

Comment Re: \o/ (Score 1) 66

But if they talk, should you believe them. People say all sorts of things. You can't really trust strangers whose motives you can only guess at. Perhaps they're about to be fired, so they want to damage the company.

For that matter, if someone said a game was NOT made with AI, I wouldn't believe them. They only know part of what was being done, so even if they're intending to be honest they can't be believed.

I think he was probably correct when he asserted "AI will be a part of the way all games are made".

Slashdot Top Deals

"Well, social relevance is a schtick, like mysteries, social relevance, science fiction..." -- Art Spiegelman

Working...