Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Oracle matters less thank you'd think (Score 1) 157

I have no industrial experience with phone software, so I can't speak to that. But the research surely delivered for software in the large. In the same way that compilers can no longer optimize code as well as virtual machines can, it's a bit conceited to think we could hand-code memory management of complex systems better than the computer itself.

Also, in addition to app performance, the second metric to consider is programmer productivity, and gc's impact there is incalculable.

Comment Re:Oracle matters less thank you'd think (Score 1) 157

Not having unsigned types is probably the second dumbest decision in Java's design, after compulsory garbage collection.

If these things are important to you, then you are programming in an arena where Java is the wrong choice. These are not defects in Java's design, but Java is not the best language for, say, writing device drivers.

Comment Re:It's not only programmers vs bosses (Score 1) 469

Which is also why I don't understand why programmers and IT usually put down other departments like sales and marketing.

Part of it might be because the sales guy drank and partied his way through college while the science majors were suffering through actual hard work. There just might be some resentment that somebody who made no actual contribution to a technical product just got a huge commission off it.

Comment Re:these generalizations do not apply to me (Score 1) 435

It's nice that you can cite examples of casually dressed folks that have landed jobs, but why sabotage oneself? When an interviewee shows up without a suit it means (1) that they were too clueless to know that some interviewers would take that as a lack of respect, or (2) they knew it but felt that their skills were so awesome that they could deliberately do so anyway. Why hire the ignorant or the arrogant if there are alternatives?

Comment Re:Bad example (Score 1) 373

Copernican theory was picked up fairly quickly because it offered a simpler view of the cosmos. Astronomers bought into it largely because of its simplicity -- in effect, following Occam's Razor.

These are two very widely held beliefs, but they are false. The Copernican model of the solar system was not less complicated than Ptolemy's. It even had more epicycles, for example. It also never displaced the preeminence of the Ptolemaic model in the minds of many astronomers as you suggest. Basically, Ptolemy's model gave the right answers, so why abandon it?

Years later, Kepler's model was indeed simpler. But Copernicus was neither simpler nor more popular than Ptolemy. We remember him, though, because heliocentrism is essentially correct.

Slashdot Top Deals

"Gotcha, you snot-necked weenies!" -- Post Bros. Comics

Working...