Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:So, cue up.. (Score 5, Insightful) 462

The "exposure" is not going to come from a few or even many Engineers complaining in isolation that there might be some collusion going on as the alternative offers are drying up.

The exposure doesn't need to come from engineers. It can come from anyone who knows about it.

The only reason we know about it at all is because there was a lawsuit filed accusing them of this illegal action. If it becomes totally legal, nobody's going to be filing that lawsuit in the first place, and the parties involved will continue to do it secretly.

Comment Re:Mario on PS4 (Score 1) 559

You know who buys huge entertainment companies to everyone's amazement? Disney. ABC, Marvel, Muppets, Star Wars. Granted the Sony idea makes a little more sense because of the Japanese factor. But doing something as big as buying a major console company is something Disney would do.

Comment Re: police arive within 'minutes' (Score 1) 894

What does "more homogenous" mean in this claim, and how is it relevant to the murder rate?

"Most murders were intraracial, with 84% of white homicide victims murdered by whites, and 93% of black victims murdered by blacks."

(http://en.wikipedia.org/wiki/Race_and_crime_in_the_United_States#Homicide)

Comment Re:4.8.2 is not even 2 weeks old (Score 2) 191

That's not "premature optimization", that's unsafe, bug-producing optimization, which is definitely wrong, but, again, is just not what Knuth was talking about in that statement. "Premature" in this context means "before you've profiled your code", not "before you're sure it's safe to add to your compiler".

Those man-page disclaimers are often there because some user complained that they couldn't get gcc to give them whatever super-optimized thing that was valid for their own program but not safe in general, so the gcc people said "ok, take it, but don't come back to us when it breaks code". If one of the built-in opt levels like -O3 turns those on, that's wrong. If it exists, but the user has to ask for it explicitly, well, the man page warning speaks truly.

Comment Re:4.8.2 is not even 2 weeks old (Score 2) 191

It is certainly possible to write a simple, crappy compiler. In reality, optimizing compilers are, yes, complex, because users will not accept the simple, crappy compiler output, and getting the best possible output is hard. There are multiple optimization problems in any compiler, and some of them fight each other.

And that Knuth quote applies to users prematurely optimizing their specific source code before seeing where the time actually is; compiler people have to figure out how to optimize all code in the world with the same compiler. It just doesn't apply to that situation.

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...