Slashdot Mirror


User: l33td00d42

l33td00d42's activity in the archive.

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

Comments · 63

  1. photo of person holding? on The Gameboy Micro Reviewed · · Score: 1

    what the hell kind of review of a small gadget doesn't give you a feel for its size with a photo of a person holding it?

    oh wait, a crappy one that slashdot links to.

  2. Re:There's Dumb Risk versus Unavoidable Risk. on Panel Challenges NASA Over Shuttle Safety · · Score: 1

    Speaking of Saturn V...

    Last summer i visited an uncle at the plant near New Orleans that makes the external tanks. He gave me a tour and talked about the changes they were making, but he also made a comment that suprised me: he said if it were up to him, he would have never scrapped the Saturn V. His comment seems to have even more wisdom since Discovery's complications.

    He's been there a while. He was part of the Apollo 1 disaster investigation also. (!)

  3. the galaxy? on The Real Hitchhiker's Guide? · · Score: 1

    it gives detailed information throughout the whole milky way?

  4. INTEL IS NOT AN ARCHITECTURE! on Apple Switching to Intel · · Score: 1, Offtopic

    IT'S A FREAKING COMPANY! THEY MAKE PROCESSORS FOR SEVERAL ARCHITECTURES! GET YOUR TECHNOLOGY JOURNALIST[sic] HEADS OUT OF YOUR ASSES AND USE CLEAR, PRECISE LANGUAGE FOR ONCE!

    maybe if i throw in some lowercase stuff at the end, the "lameness filter" (a.k.a. strong feelings filter) won't reject me this time.

  5. User agreement? on Stanford Rejects Business School Hackers · · Score: 1

    These folks had to be logged in to access the info. Did they agree to a user agreement that said something about attempts to access information they aren't intended to have access to? If not, I say all bets are off and the students exhibited no dishonesty--especially since nothing was "stolen" except innocuous information. If they did accept such an agreement, I would say their actions were dishonest.

  6. Re:Is it just me... on Windows Nearly Ready For Desktop Use · · Score: 2, Insightful
    Where is a OS/2 Warp upgrade when you need one?

    you mean like OS/2 Ludicrous? that would rock. ;)

  7. DMA? on FireWire for 75% Better Mac mini Disk Performance · · Score: 1

    um, i don't know a lot about firewire (and/or USB for that matter), but my guess would be that you don't get DMA like you do with the drive connected directly to an ATA port.

    my guess is that they get faster performance, but the cpu overhead is greater, leaving less time for processes to run while i/o is going on.

  8. 90% share? on Internet Explorer's Share Dips Below 90% · · Score: 1
    Internet Explorer has slipped below 90% usage share

    That's amazing. I want to know what 80% of the world, which doesn't use the internet but does use internet explorer, is using it for...

  9. all-in-one boards... on Simple, Bare-Bones Motherboards? · · Score: 5, Insightful

    ... are cheaper in my experience, since they're geared toward the value market.

    quit yer whining and buy a motherboard.

  10. old TTL? on Providers Ignoring DNS TTL? · · Score: 3, Insightful

    it sounds possible the OP lowered the TTL on entries expecting that to have a retroactive effect on servers with the entries already cached. can we get confirmation that this is not what is happening?

  11. Re:What Bad Things? on The Top Three Reasons for Humans in Space · · Score: 1

    >We really should invest in perfect, 100% reliable data storage, here, in our offices

    um, according to my understanding of modern physics, this is not possible. you can always put in more effort to get closer to 100% reliability.

    um, according to my understanding of physical security, this is not possible. you can always put in more effort to get closer to 100% reliability.

  12. Re:On my whiteboard at work... on The Top Three Reasons for Humans in Space · · Score: 1

    >Dinosaurs are extinct because they didn't have a space program.

    From news i've heard, we're getting very close to being able to breed dinosaurs from their preserved DNA. Perhaps we should just hope the same happens for us if we become extinct.

    <obligatory dubyah crack> ... i just hope the new race of earthlings is smart enough not to clone someone like Dubyah. </obligatory dubyah crack>

  13. Re:Bugs on Forty Years of Moore's Law · · Score: 1
    Of course, there is no substitute for testing the hell out of it as much as possible before releasing.

    um, formal verification is *superior* to testing the hell out of it, because testing alone can't even come close to being exhaustive.

    Hardware design is actually software design anyway

    in theory, there's a huge difference. software can be infinite-state. hardware is necessarily finite-state. this helps a little in practice, but it's not a huge benefit.

    what makes hardware design different from most software design is that you have a well-defined high-level specification that you *must* implement. software requirements are usually ad hoc and evolve.