Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:plastic's old and busted, hot metal is new hotn (Score 1) 230

It's not that simple...

The metal contracts as it cools. You have to scale up the model to compensate, and that takes knowledge you don't generally get without working with casting a LOT.

To make things interesting, the amount of scaling that's required changes based on the metal/alloy being used, and the -shape- of the object at that given area.

Comment Re:Even worse - extensions == "chmod +x" ?!? (Score 1) 564

Keep in mind a file with 755 will be examined and run based on the magic number at the front of the file.

Even shell scripts. #! is actually a 16-bit magic number, that also happens to be a comment in almost every scripting language.

Go ahead - chmod +x a random non-executable file and try to run it. You'll probably get something enligthening: "invalid file (bad magic number): Exec format error"

Slashdot Top Deals

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...