Become a fan of Slashdot on Facebook

 



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"

Comment Re:Snake oil (Score 1) 213

I've heard this too, though on mine it was only audible when amplified to absurd levels (well, relatively).

Have you ever had a computer that made odd sounds though the speakers when you move the mouse cursor? In my case, it was a very similar sound. Again, quiet - but if you have it loud enough or it's otherwise quiet enough, you can hear it.

I believe this was a Sansa e200r. It didn't have an SD card, but flash memory - in either case still a lot of digital signaling.

Slashdot Top Deals

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...