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

 



Forgot your password?
typodupeerror

Comment Re:Thank Tariffs Trump! (Score 1) 40

I too bought memory in April to avoid tariffs. I had to run a stupid python program to generate a dataset that required 96GB of RAM for a delayed project so I figured I might as well bite the bullet. DDR4 was still a good value at that point (it's a problem that can run overnight, performance wasn't too important).

But how are the tariffs limiting the manufacturing supply capacity of RAM factories in East Asia?

Do you have a mechanism to propose?

Do you think they're making enough to meet demand but then blaming tariffs to justify jacking up prices? All of them? It would be an interesting conspiracy but is there any evidence to support that theory?

Comment Re:If only a certain OS didn't end support (Score 1) 40

> How much is this problem is down to AI and how much to beautiful tariffs?

What mechanism are you thinking of where tariffs could limit supply of VRAM from East Asia?

Simple price increases, sure, definitely, but this is described by manufacturers as a supply & demand problem.

Do you have a different angle we should consider?

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) 207

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.

Slashdot Top Deals

6 Curses = 1 Hexahex

Working...