Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Dark matter only interacts gravitationally? (Score 3, Informative) 102

Dark matter might be amassed slower than ordinary matter though because it's not slowed down by the accretion disk and similar processes that get rid of momentum. IOW, a particle has to be headed directly into the event horizon, otherwise it'll miss and continue to orbit.

Comment Re:Bware of 'cleanups' (Score 3, Interesting) 233

I still have some superfluous debugging code in a project that literally does nothing in the production version but without it the code crashes randomly after a week or so; a classic Heisenbug. It's clearly data trashed by a wild pointer but I could never find who did it since it's a large multithreaded program that depends on hardware behavior. Neither valgrind nor Coverity were of any help. It's too big to be rewritten so we just have to live with it.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...