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

 



Forgot your password?
typodupeerror

Comment Re:Not worth it *now* (Score 4, Informative) 135

As mentioned above, other countries realize that free/inexpensive higher education is actually an investment in their citizens and in their country's futures.

But i the grand tradition of the American “free market,” the U.S. once again proves that if there’s a way to squeeze its own citizens for profit, it’ll find it.

Other countries invest in people; we just invoice them and call it freedom, leaving generations shackled to long-term debt.

Comment Re:They are objectively wrong (Score 5, Insightful) 135

Truth. Ever notice how every single one of the politico's who've been railing against "elitists" and who continually warn us against the dangers of "liberal" colleges all have their own advanced degrees?

Trump graduated from the Ivy League University of Pennsylvania and from the Wharton School of Business. Marco Rubio graduated from the University of Florida and the University of Miami Law School. Jeb Bush? University of Texas. Rand Paul? Baylor and Duke. Tom Cotton attended Harvard and Harvard Law, and Ted Cruz hails from Princeton and Harvard. JD Vance? OSU and Yale.

But you? Nah. Can't have the common folk bein' "overcredentialed". Might start gettin' uppity and askin' too many questions.

Best to leave all that higher learnin' to our new ruling class and be properly thankful for any table scraps they toss our way...

Comment Re:Google? wtf (Score 0) 87

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

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 -1, Troll) 236

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:I am such a dinosaur (Score 1) 83

"But yes it took me a month to accept that MW or GW is ok to use to denote data center capacity. Now every other number from investment in compute or number of people or amount of water is also thumbruled to per MW of IDC capacity."

It took you a month to realize that the metrics billionaires use exist to quantify how rapidly they can gain wealth, not how much technical capacity exists (which they don't even care about)? This is right in the metric itself, you should understand that immediately.

"Just scaling everything pro-rata from from some GW/MW thumbrules is how we have reached this bubble stage TBH. It's like every real estate developer denoting how much MSF Million square feet they have under development regardless of whether it's in NYC or Timbuktu. And people investing based on that."

Yes, and it's even worse than that. Billionaires think that every AI problem gets solved merely through scale, that's why they only care about what limits scale. That's where the GW metric comes from, and they fact that they use is tells us just how incompetent they are.

Comment Re:I am such a dinosaur (Score 1) 83

"1) While the FLOPs per megawatt ratio is going to change over time, the limiting factor right now isn't compute per se, it's the ability to get power the computers. "

Citation please. Obviously, billionaires want free power and are making a point of this, but so what? Furthermore, while watts is a measure of power, it is NOT a measure of inference.

"But the fact that memory bandwidth is a problem doesn't make FLOPS any less obsolete."
FLOPS are not obsolete, nor have FLOPS ever been the sole measure of computing capability. It is one measure, and it's a chosen measure here by people like you for the sole reason of arguing against it. The topic is megawatts, the dumbest possible way of expressing inferencing capability.

"What matters for AI inference is being able to do 50 TFLOPS across tens of gigs of RAM (or hundreds?)."
Which is why FLOPs are not absolute, despite your ignorant claim.

"But we don't have a good unit-of-measure for that. But we do have a perfectly good unit-of-measure of today's limiting factor: gigawatts."
Sure we do, even if you don't, and gigawatts is NOT a measure of today's limiting power, just like horsepower is not a measure of the amount of freeways we have.

Comment Re:I am such a dinosaur (Score 1) 83

"Because it's the primary bottleneck for datacenter capacity."

Citation please. Power is A bottleneck, it's not the PRIMARY bottleneck.

"GPUs are cheap."
They are not.

"Hauling mobile megawatt generators to datacenters because utilities can't provide the power is not."
And this is a false choice. There are more constraints that these two.

"It isn't. But it's more useful than FLOPS."
No it's not, and no matter how many times you repeat it it remains about the most idiotic thing you could say.

"You are so fucking illiterate, lol"
Look who's talking!

Comment Re:I am such a dinosaur (Score 1) 83

"What measurement would you prefer, since FLOPS is literally irrelevant to them?"

Ignoring that FLOPS are extremely relevant, despite your moronic claims to the contrary, we certainly don't want WATTS which are completely meaningless.

Let's not forget that as stupid as your comments are regarding FLOPs, you make them in defense of something even more stupid.

Comment Re:I am such a dinosaur (Score 1) 83

A FLOP has just as much meaning as a watt, yet is far more relevant to computation. You can say what you want, but all you're telling us is how stupid you are.

"AI inference has zero dependence on FLOPS. None."

Completely false, and yet you want to claim one is meaningless while the other isn't? How do watts related to inferences?

"FLOPs are a better metric than Watts, though."

Because they are, but where is a single example of where I've used that metric with respect to inferences?

Do you even speak English, you idiot?

Slashdot Top Deals

Sendmail may be safely run set-user-id to root. -- Eric Allman, "Sendmail Installation Guide"

Working...