Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Total energy (Score 2) 284

One megawatt is one million joules per second. The pulse
lasts 100 nsec, or 0.1 millionth of a second. If you multiply
the two, you get the total amount of energy for the pulse... ... 0.1 joule.

That's about the same amount of energy as lifting a 100 g
chocolate bar 10 cm vertically in the air....

Comment How does Sophos do this? (Score 4, Interesting) 133

He tried to open a quarantined file, once with the 'cat' command
and once with vi, as root, and both times Sophos warned him and
prevented him from proceeding. Now, the code for the 'cat'
command is quite simple, it basically just does a open(2)
of the file and then issues a series of read(2). My question
is: Does Sophos actually intercept the system calls in order
to make sure no application opens an infected file? If so,
wouldn't that introduce a HUGE performance penalty on the
everything happening on the machine, since these system calls
are so crucial?

Comment Re:I don't even think it's that well-defined. (Score 1) 597

Hey, are you Peter Seebach? If so, just a few comments above yours, I provided a link
to your insightful (and funny) Hacker FAQ. I've always recognized myself in it.

Have you ever considered reformating it to a more modern HTML document? It's simply
that in its present form, it really DOES look like a text from 1999... it shows
its age. :-)

Microsoft

Why Windows Must (and Will) Go Open Source 555

Attila Dimedici writes "Charles Babcock of Information Week published an interesting article suggesting that Microsoft will have to at least to some degree take Windows open source if they want to stay in business. He suggests that the money to be made from the things MS builds on top of Windows (Office, Server, SQL Server, Exchange, Sharepoint, etc.) is so much greater than what can be made from Windows itself that MS will have to give up the revenue stream from Windows in order to maintain these other, more valuable, revenue streams."

Comment Re:Earth's Orbit? (Score 3, Interesting) 280

Your computation actually has some errors in it. The amount of energy required to increase the earth's speed from what it is (about 30,000 m/s) by 1 m/s is not the same as the amount of enery needed to increase it from 0 to 1 m/s (which is what you computed, except that you also made a mistake by a factor of 2).

A better estimate (with same mass, but increasing the speed from 30,000 m/s to 30,001 m/s) yields
1.7921e29 joules needed. That's 5 orders of magnitude greater than your solution.

I once computed that to remove the top 1cm of topsoil or water from all the worlds land masses and oceans, and throw them out into outer space at escape velocity, we'd need to perfectly use the energy of 100 billions bombs like Hiroshima's. I wanted to see whether exploding a planet like the Death Star does in Episode 4 was realistic. It isn't. At escape velocity, the chunks of the planets would take 6 minutes to double the planet's volume (so the explosion would look very very slow).

Slashdot Top Deals

2.4 statute miles of surgical tubing at Yale U. = 1 I.V.League

Working...