Follow Slashdot stories on Twitter

 



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. :-)

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...