Slashdot Mirror


User: CyberBill

CyberBill's activity in the archive.

Stories
0
Comments
130
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 130

  1. Re:Hubble Comparison? on Telescope Will Have Images 10X Sharper Than Hubble · · Score: -1, Flamebait

    What you just posted has got to be the stupidest thing I have ever seen posted on ./. Please kill yourself.

  2. Re:PayPal can't be down! on Paypal Grinds To A Halt · · Score: 1

    LOL, thats hilarious... Funniest part is that sooo many stupid users will do it!

  3. Go Stern! on Stern Will Jump To Sirius In 2006 · · Score: -1, Redundant

    Private Parts is the best movie EVVARRR!!!!

  4. Re:OSS and the Free Market on Microsoft's Lobbying Priorities: Limiting Open Source · · Score: 1

    It doesn't take a huge investment to create software anymore.

    It doesnt take a huge investment to work in a grocery store, but I sure as hell wouldnt do it for free. You cannot create a working business model when there is no exchange of money. As a game programmer, I expect to be paid for my work because I need to eat and have a home.

  5. Earth Simulator on Supercomputers Race to Predict Storms · · Score: 0, Redundant

    Isnt predicting the weather the job of that huge ass supercomputer in Japan? I think it is called Earth Simulator, but I am not sure... I remember a post about it awhile ago, and it showed all of the racks being 'crooked' because it allowed the heat from the processors to actually rise out of the case, and not stay in the rack. :P

  6. Jeff Bellinghausen on Using Games to Improve Medicine · · Score: 1

    I just wanted to point out this guy as a great example of using video games (in this game virtual reality) for more than just entertainment. He created "Spider world" to help people with aracnaphobia get used to spiders, and then later created "Snow world" to help burn victims during painful procedures.

    I wrote a big 26-page paper on the guy a year ago in my english class after he gave a lecture at my school. Seemed like a very interesting guy.

  7. Bluetooth sux! on Treo Bluetooth Bounty Efforts Unsuccessful · · Score: -1, Troll

    Bluetooth is the SHITTIEST 'standard' in the goddamn world! My girlfriend had a bluetooth cellphone and bluetooth USB thing, and it worked about 5% of the time. And the other 95% of the time the USB card animated itself and attacked her. Seriously.

  8. Re:Super Novas & Nebulas are different critter on Supernova Imaged by Hubble Telescope · · Score: 5, Informative

    Messier object 1 (M1), more commonly known as the Crab Nebula, is a good example of a "Long ago" supernova remnant.
    Crab Nebula Info
    The star went supernova almost a thousand years ago, and that is whats left.

    During the actual event of a supernova, though, the star (from so far away) only seems to go from being a normal star to an amazingly bright one, and then slowly dimming down over a few months (or years). The reason is because stars are so huge they cannot simply explode like in the movies, after all they are in a constant state of nuclear fusion!!

  9. The arrows are correct!!!! on Supernova Imaged by Hubble Telescope · · Score: 5, Informative

    They arrows are fine... You just have to realize that the first images have the majority of the galaxy cropped out... They are only showing NGC 2403-1, instead of the large NGC 2403.

  10. Yuuummm.... on New Ad Technology Tracks Consumer Movement · · Score: 0

    Anyone else read that and get a sudden urge to eat a cheeseburger and fries?

    -Bill

    Get a free iPod!

  11. Re:mod parent up on Insurance Companies Try Out Auto Black Boxes · · Score: 0

    Boooo!!

    -Bill

    Get a FREE iPod!

  12. WindowsXP is free... on New Numbers on Linux Market Share Soon · · Score: 0, Troll

    So long as I can download Windows XP and get a valid serial number generator, I have no reason to install Linux.

    -Bill

  13. Its easy... on How To Avoid Viruses At Windows Install Time? · · Score: 4, Informative

    Leave the software firewall turned on if you can, if not, get a cheap Linksys Cable/DSL router, it will block all of those viruses.

    I have to reinstall most of my family's computers when I go home, I made all of them have routers. :P

    -Bill

  14. Technical Explanation on 70 Megapixel Webcam · · Score: 5, Insightful

    Just to let everyone know, what this little camera is, is a scanner on its side. Instead of moving a linear CCD sensor back and forth, this is just a linear sensor mounted around a servo. Really basic stuff here.

    As far as the lens goes, It may be possible that they are not even using one, by using the "pin-hole" technique, but I am not sure this would produce good optics.

    If we used the same description of megapixels for scanners, most scanners would be capable of a few tens of megapixels.

    -Bill

  15. Re:NLDN on When Lightning Strikes · · Score: 1

    "The Great Outdoors" http://www.imdb.com/title/tt0095253/ -Bill

  16. Re:CCD? on Fermilab Builds 500-Megapixel Camera · · Score: 4, Informative

    CMOS is cheaper and can transfer the image faster off of the chip, but CCDs offer lower dark noise and lower reading noise, which means that your pictures are clearer and more scientifically usuable. CCDs are also INCREDIBLY more sensitive than CMOS, with the newer chips able to get upwards of 85% efficiency.

    -Bill

  17. Re:Filesize? on Fermilab Builds 500-Megapixel Camera · · Score: 1

    wait wait wait...

    A 500megapixel camera has 500,000,000 pixels, not 28,800,000,000!!!!!

    So, its actually closer to 1GB than 54GB.

    -Bill

  18. Re:He plans to show the exploit this Thursday! on TCP Vulnerability Published · · Score: 2, Insightful

    The recv window is an int. Thats 2^32. The window size is unknown, but you can guess that its say... 65k, thats pretty big. Even at that rate, youd have to go:

    for(int i=0; i<0xFFFFFFFF; i+=0xFFFF )
    {
    //Test vulnerability with *this* number..
    }

    This doesnt seem too bad, this is only 65,000 guesses, but you have to keep in mind that the window is moving the whole time, so you might accidentally skip over it, or if your not going fast enough, never reach it! (And, 65k is a pretty damned big window, I havnt tested any long term connections, but chances are it wont get this big).

    -Bill

  19. Re:He plans to show the exploit this Thursday! on TCP Vulnerability Published · · Score: 4, Insightful

    No, its not a problem that is software-specific. They are utilizing a 'flaw' in the design of TCP by spoofing the sender's IP address and port, *AND* guessing the recvwindow number!!

    The reason it only affects long-term connections is because it takes awhile to probe for the magic number to reset the connection, and ALL this does is reset the connection, nothing more.

    This whole thing is retarded, if you know enough about TCP this exploit was already on your mind and forgotten because its stupid. :P

    -Bill

  20. Re:Sadder news: Courtney Love not dead on Xbox Emulator Plays Retail Game · · Score: -1, Offtopic

    You do realize she was popular before way Curt Cobain, right?

    I mean, shes a little fucked up, and shes drugged a lot, and shes probably a whore, but she did contribute to music culture.

    -Bill

  21. NOC???? on Build Your Own NOC · · Score: 0, Interesting

    What in gods name is NOC?
    Nerds on Crack...
    Nice/Naughty old Chicks...

    -Bill

  22. Re:Back in the time of Star Control 2 it was simpl on Our Solar System's Nomenclature Wars · · Score: 4, Informative

    I dont think they are talking about singular objects, they still name comments and asteroids pretty randomly at first, then the person who discovers it gets to name it (typically). Like Shoemacher-Levy 9... Stars usually have two names, actually. One is the constellation its in followed by a letter or number to signify its brightness. And the other is a 'given' name, usually after greek mythology or something. So you could have Orion-beta which could be the start Beatleguise(sp). Oh, and I dont actually think beatleguise is orion-beta, but.. you get the idea.

    What the article was talking about was the difference between a NEO (Near Earth Object), a Kuiper belt object (really far away), etc. Personally I dont see what all the fuss is about. :)

    -Bill

  23. Uhhm... They are there for a reason. on Our Solar System's Nomenclature Wars · · Score: -1, Troll

    Those terms are just like the ones in the computer field, FPS, GNU, FTP, Skript Kiddie, Turd Burgler, etc.

    Of course its not organized, because they are designed not to let newbies into the arena of astronomy, just like computer science.

    I mean c'mon, its a f*cking mouse... WHY??? Because nobody wanted to call it a "hand movement input device".... actually that could work for mouce... I'll shuttup now.

    -Bill

  24. DMCA Sux on DMCA-Alikes Sweep Europe · · Score: -1, Redundant

    I hate the DMCA. And it should burn. Along with any bill or law that is supposed to do anything with technology. Burn in hell anyone who thought the DMCA was gonna be cool.

    -Bill

  25. G4 on Machinima Invade Hollywood's Turf? · · Score: 5, Informative

    G4 Network has a series (I cant think of the name right now) which uses in-game movies and added in dialog to do all sorts of shorts and such. Kind of like a soap opera for teenage boys. Personally I think it sucks, but whatever. You can get to the website at http://www.g4tv.com/ Oh, the name of the show is Portal. Seems they only use MMORPG engines (Dark Age of Camelot, Everquest, etc). -Bill