Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

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.

Comment Re:the way to go (Score 1) 743

Wouldn't you be able to evaluate all these things to an even greater degree by sticking the candidate in a room for 2 hours and having him complete a slightly more involved coding task instead of ask him to write out snippets on a white board by hand?

I agree. Even more telling might be spending a little time looking at their open source contributions, which reflect actual development, unencumbered by nerves, the clock, and an unfamiliar environment.

Comment Re:the way to go (Score 1) 743

In corporate Amerika, harassment is not illegal unless the harassment falls under a protected category like race or gender.

A minor quibble. Even outside of a protected class, it's still illegal, but the burden of proof falls upon the plaintiff instead of the company. This makes such cases harder to win, but not impossible.

Slashdot Top Deals

"Can you program?" "Well, I'm literate, if that's what you mean!"

Working...