Slashdot Mirror


Building a Homemade Nuclear Reactor In NYC

yukk writes "Mark Suppes, a web developer for Gucci, is working on his own personal fusion reactor. His work in a NYC warehouse using $35,000 of his own money and $4,000 raised on a website has made him the 38th independent researcher recognized as creating a working fusion reactor. How's that for a hobby?"

2 of 219 comments (clear)

  1. Uh Typo by Anonymous Coward · · Score: -1, Offtopic

    Wouldn't it be a fission reactor?

  2. If you call that web developing... by Monkeedude1212 · · Score: -1, Offtopic

    HIs site has a few errors.
    For example This:
            if((Prototype.Browser.IE && (/MSIE 6\./.test(navigator.userAgent))))
            DD_belatedPNG.fix('.overlay-text .overlay-title');
            document.observe('dom:loaded', function(){
                    Menu.initialize('homepage');
            });
    Should say
            if((Prototype.Browser.IE && (/MSIE 6\./.test(navigator.userAgent))))
            window.location = 'http://windowsupdate.microsoft.com/'
            });