Slashdot Mirror


User: ImprovOmega

ImprovOmega's activity in the archive.

Stories
0
Comments
1,183
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,183

  1. Re:Blackholes and Time Travel on Chandra Sees Black Hole Rip Star Apart · · Score: 3, Interesting

    Note: IANAP(hysicist)

    From a thought experiment point of view, a teeny-tiny black hole would have an event horizon (the point of no return so to speak) with a vanishingly small radius, as subatomic particles come into contact with it, it eats those, then it eats more and more of them until it's eating atoms, then...and so on.
    It is worth noting that black holes, being 0-dimensional points, have infinite density and would (absent an electromagnetic field of some kind) fall straight into the earth's core, and in our little thought experiment, eventually eat the earth from the inside out. However:

    A bit of googling turns up the following link:

    http://www.alcyone.com/max/writing/essays/black- ho le-evaporation.html

    which shows that a black hole evaporates over an amount of time proportional to it's mass cubed. Let's assume they make a black hole that weighs 1kg, then

    tau=c^2/(3*(3.563*10^32)) * (1kg)^3
    tau=8.4198*10^(-17) seconds

    which is not long enough to worry about by any means =)

  2. Re:What do you need flowers for! on Genetically Modified Flower Detects Landmines · · Score: 1

    You need flowers so you know that the first box is safe to click :-)

  3. Re:Does he *really* talk like that? on Linus Speaks Out, Calls SCO 'Cornered Rat' · · Score: 1

    As if switches came in decimal or octal

    I had a trinary button on an old remote control once. Up was untriggered, down was maybe triggered if the planets were properly aligned, and pushing-down-so-freakin'-hard-your-thumb-turns-blu e-while-swearing always managed to trigger it.

  4. Re:Hey!? on IBM Patents Method For Paying Open Source Workers · · Score: 2, Funny

    Filtering their spam for them?

    I can see the cardboard sign now - Will work for SPAM filtration.
  5. Re:I was watching it on Return of the King Wins Four Golden Globes · · Score: 1

    This is one of the reasons I was moderately impressed with Terminator 3. I reckon it took some guts on the part of the filmmakers to actually blow up the world on screen. They didn't cop out and go with the feel good ending that they could have.

  6. Re:The Office wins Two! on Return of the King Wins Four Golden Globes · · Score: 1
    Come to think of it, I can't think of a TV series that has ever made it across the Atlantic intact.
    I understand Big Brother pretty well sucked on both sides of the Atlantic.
  7. Re:He's not the real Napster on Shawn Fanning's New Venture · · Score: 1

    I can't believe you would publicly admit to watching The Italian Job...Oh crap, I just publicly admitted to watching The Italian Job.

  8. Re:I guess the home market rules... on Intel to Increase Stages in Prescott · · Score: 1

    Having personally implemented several algorithms in SSE on the job, I can attest to a halving of the time that portion of the code takes versus regular optimized C code (executed on the FPU). This, however, is operating on four 32-bit floats at a time, so memory bandwidth is still a limiting factor.