Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Maybe (Score 2) 293

Possible, although unlikely. The -CDM model does an astonishingly good job of modeling the observed universe. But, that doesn't mean it is right.

In the case of aether, people didn't stop investigating it until a) experiments that should have observed no matter what saw no evidence of it and b) another theory that agreed with this new data came along.

People who trot out the tired old "dark matter is just like aether!" line typically do so while patting themselves on the back for their cleverness, while neglecting the above.

If there isn't WIMP dark matter, or even isn't dark matter at all, then we'll find out. That's how science works.

Comment Re:Fortran (Score 2) 465

This is exactly the right answer. Never write code that someone else has already written. If you can compose standard operations to do your calculations, then do so in a high-level language. Spend more time thinking and less time coding. OTOH, if you need to code up something custom and you're REALLY sure that you can't use standard operations to do it, then think again about whether or not you can do it with standard operations. You probably can. But, if you can't, then go with FORTRAN. Or maybe C or even C++. But probably FORTRAN. But even then, code as little as you can in FORTRAN. Don't write the whole thing in FORTRAN. Create small operations, and compose them in a high-level language as if they were the standard operations.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...