Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Julia anyone? (Score 1) 263

Comment Re:Julia anyone? (Score 1) 263

JITing Python is not really a substitute for Julia. Essentially, due to Python's language design, you can't JIT arbitrary code, only a subset, and it won't do dependent compilation (JITting through all your package dependencies to give you a custom-compiled version of user code and all the libraries it depends on).

Comment Re:Julia anyone? (Score 1) 263

I have no idea what you're talking about. Julia doesn't isn't any harder learn than Python. The statement that "you can't just pick it up and go" is just bizarre; the syntax is different from Python, but if you're learning Julia from scratch it's not worse than learning Python from scratch. It's true that their threading model is still in flux, but that's not really anything having to do with the language design.

Your complaint seems to boil down to "Python is the 'standard' approach, and therefore anything else is designed wrong and hard to learn".

Comment Re:Put your money where your mouth is. (Score 4, Interesting) 247

Actually, Congress did give NOAA more money for a new supercomputer. The computer hasn't materialized because NOAA is locked into a single-source contract with IBM. As TFA mentions, IBM just sold its supercomputer division to a Chinese company (Lenovo). It seems some people are antsy about the implications for a Chinese company providing the computer behind a critical national security capability (weather prediction).

Comment Peace and Physics aren't even the same committee (Score 1) 276

As others have pointed out, the Peace Prize is inherently political in nature. What should be emphasized is that it's also given out by an entirely different committee, in a different country.

Peace Prize: Norwegian Nobel Committee
Physics and Chemistry Prizes: Royal Swedish Academy of Sciences
Physiology or Medicine: Nobel Assembly at Karolinska Institutet (Sweden)
Literature: Swedish Academy

Economics (not really a Nobel): Royal Swedish Academy of Sciences

Comment Re:More of an "Engineering" Nobel (Score 1) 243

Technically, the prize goes to "the person who shall have made the most important 'discovery' or 'invention' within the field of physics". Insofar as 'inventions' are considered engineering, they fall within the scope of the physics prize. The 1912 prize, for example, went to the inventor of an automatic regulator for lighthouses.

Comment Re:Wait a sec (Score 2) 772

You're confused about fundamental vs. derived theories in science. As another poster said, when you start asking questions like why do natural laws exist?, "this is not the realm of science": it's philosophy.

We can explain evolution in terms of more fundamental mechanisms: selection, mutation, etc. With gravity, there is (currently) no underlying theory. And if we found one, you'd just ask why that theory exists. At some point, you hit the bottom, and it doesn't mean you understand the theory "less", it just means you've finally reached something that isn't describable in terms of something else.

Watch Feynman's attempt to explain this in the context of magnetism to understand this better.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...