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

 



Forgot your password?
typodupeerror
×

Comment Re:AGW (Score 1) 961

You forgot quotes around the word, "information." And "information" is not the same thing as data. We have a lot of "information" about climate change; we just have little concrete data in so far as what the hell it actually means and/or how should we properly interpret it.

Comment Re:AGW (Score 4, Insightful) 961

The main problem is, we honestly have no clue what's going on. Anyone who says we have this all figured out is either an idiot or someone pandering for funding.

There is lots of contradictory data and that's ignoring the fact that some of the data is extremely suspect from the start. Hell, some of the data has several multiples more noise the then signal they hope to detect. When questioned, literally the official response is, "Shhhh....noise doesn't effect our signal." Which is, of course, a major WTF??!?

Seriously, should we learn more about it? Absolutely! Should we be wary of absolute claims? Absolutely! Again, we honestly have no idea what's going on. Some 20% of climatologists admit this. Some 80% of meteorologists admit this. Please note, meteorologists don't get their funding from "Climate change grants."

Comment Re:Kill it Oracle (Score 1) 338

I don't really get why people emphasize to be able to program in assembler. Or machine code ...

Says a lot. There are still plenty of platforms where assembler is REQUIRED. Furthermore, on others, even where higher level languages, such as C, are available, to access certain hardware features are still only available via direct assemble and/or machine code.

Do you really believe a programmer who can program in Java or even Visual Basic is incapable of learning assembler?

Bit of a red herring there. Capable of learning? Probably they are capable of learning. Do they have a desire to learn it? Probably not. Are they capable of learning it well? Maybe. Are they capable of understand the overall implications of some of the code they may generate at this level? Its iffy if we're talking about the average Java coder.

nevertheless assembler is easy to learn.

Reading a dictionary is easy. Remembering the words and knowing how to put them together properly and concisely is an entirely different animal.

Comment Re:A language with a file system? (Score 1) 338

When I first started doing Java, I was shocked and amazed at how very shitty the entire IO model and APIs were for IO and Data/Time. Literally, doing it in C++ and especially Python would have been leaps about bounds faster, easier, and better. I quickly found my self wonderful why so many claim Java development is faster than C++ when in these areas, clearly it is not.

Comment Re:One day we will be done with java... (Score 1) 338

Its funny that Python has had this licked for some time now. In fact, they have an entire interface to allow for clean resource acquisition and release of any object and even added a statement to compliment.

Python's combination of, "with/as", context management, and, "try/except/else/finally", make error handling and recovery for even complex use cases fairly easy and extremely powerful.

Comment Re:Kill it Oracle (Score 2) 338

Let me get this straight - you think that a harder programming language increases programmer competence. While I'm not defending Java, this logic is deeply flawed.

Glad to know you're here to fix the entire world's education system. Sorry, but YOUR logic is deeply flawed. With your logic, none of the "good schools" are actually any good. So yes, clearly those capable of mastering difficult tasks show they are better in any way.

I'm going to take a wild stab here and say, perhaps you are a Java programmer? And even if you are not, YOUR logic is dubious at best and in no way invalidates the line of thinking which spurred your initial response.

Comment Re:How about replacing an open file? (Score 1) 456

Those mandatory locks are not POSIX. Thus number of cases where they actually add value are small. Traditionally, Linux advocates POSIX interfaces and defacto standards. In this vein, for the vast majority of use cases, alternative co-operative locking is by far preferred and as an advantage, you entirely avoid the cluster fuck that is file locking under Windows.

Comment Re:You know, I've got to say one thing for NASA (Score 2) 91

Their attempt to build an economical, reusable spaceship resulted in an overpriced money-sink that required a complete rebuild at every launch and ate $700 million every time it lifted off.

You're conflating NASA with Congress. There is a difference. The vast, vast majority of everything negative about NASA today, and why its in such a shape, is specifically because of Congress.

The shuttle that flies today, aside from being a lifting body, has nothing to do with what NASA originally designed and fought to build. Congress, and by extension lobbying from NSA and the Air Force, is what made the shuttle a cluster fuck. Sorry, but any blame for the cluster fuck that is the space shuttle does not belong with NASA, but rather the NSA, the USAF, and most definitely, the US Congress.

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...