Slashdot Mirror


User: Amazing+Quantum+Man

Amazing+Quantum+Man's activity in the archive.

Stories
0
Comments
2,377
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,377

  1. Copernican Heresy on Classic Books of Science? · · Score: 2, Insightful

    Uh... Galileo? OK, he wasn't burned, but he was imprisoned and forced to recant.

  2. And others on Classic Books of Science? · · Score: 1

    James Gleick - "Chaos: Making a New Science"

  3. Re:Some English Links on Classic Books of Science? · · Score: 1

    It's been updated -- I have "The New World of Mr. Tompkins".

  4. Re:King of the Capitol Hill on Pentagon Lost Billions, Pennies At a Time · · Score: 1

    I congratulate you, sir. You've nailed KotH perfectly.

  5. Re:Basic Codes? on Al-Qaeda Used Basic Codes, Calling Cards, Hotmail · · Score: 1

    Yeah, he did. The current infidels didn't keep the people enraged, so he needed new infidels.

  6. Re:Plausible Denial? on Forensics Tool Finds Headerless Encrypted Files · · Score: 1

    When I bought my 8GB Corsair Flash Voyager, it came *bundled* with TrueCrypt.

  7. Re:Plausible Denial? on Forensics Tool Finds Headerless Encrypted Files · · Score: 4, Funny

    Simple. Make your password, "what hidden truecrypt volume?"

  8. Re:Don't worry on Forensics Tool Finds Headerless Encrypted Files · · Score: 1

    Did it on Law & Order, too.

  9. Re:No Klingon in the TOS Either... on Klingons Cut From Final Star Trek XI Movie · · Score: 1

    His episodes were... glorious

  10. Re:Yes, I'm old on Old-School Coding Techniques You May Not Miss · · Score: 1

    * Sorting algorithms

    Agree with parent.

    * Creating your own GUIs

    Actually was required in a graphics class.

    * GO TO and spaghetti code

    Goto is still useful in one case that I know of: Bailing out of nested loops in C (not C++ -- you'd throw an exception).

    for (i = 0 ; i < N ; ++i)
    {
      for (j = 0 ; j < N; ++j)
      {
        if (disaster) goto bailout;
    /* yada yada yada */
      }
    }
    bailout:
    /* recover here */

    * Manual multithreading

    Agree with parent -- select is useful. State machines are also useful. I had to code at the bare metal level (no OS), and needed something that at least sort-of worked in a semi-multitasking manner. Used an eventloop and a state machine.

    * Self-modifying code
    Never did this abomination, though I did do the patch thing.

    * Memory management

    Wrote a handle-based memory manager. It didn't actually do cleanup, but would compact memory when it got too fragmented.

    * Working with punch cards

    The fun part was waiting 12 hours for the result of your 15 line program.

    * Math and date conversions

    Needed to do trig, in mils (1 mil = 9/160 degree). On a 4MHz Z80. In 14-bit scaled fixed point arithmetic.
    Not fun.

    * Hungarian notation

    Evil.

  11. Re:So how much for AOL? on Time Warner To Spin Off AOL · · Score: 1

    You forgot to put your pinky to your mouth

  12. Semi-OT on Viability of Mobile Broadband For Home Use? · · Score: 1

    Can you get U-Verse as just internet -- no TV?

  13. If it's for the stats on Cablevision To Offer 101 Mbps Down, No Caps · · Score: 2, Insightful

    Then you want Baseball.

  14. Re:Terrorists, Star Chambers, and immunity on Papers Sealed In Class Action Against RIAA · · Score: 4, Funny

    To what, exactly, is God not immune?

    A puff of logic?

  15. Re:Good news for the Royal Mail on UK Government To Monitor All Internet Use · · Score: 1

    At last... another "In Soviet Russia" that actually makes sense!

  16. It also has a on IBM Computer Program To Take On 'Jeopardy!' · · Score: 1

    "Wierd Al Yankovich" mode, where it always loses.

    "I lost at Jeopardy! Baby!"

  17. Re:How much is your time worth on Handmade vs. Commercially Produced Ethernet Cables · · Score: 1

    Come on. You need to be using these.

    I mean, how are you going to put the arrows on a handmade cable? The electrons won't know which way to go!

  18. I'll take The Rapists for $300 on IBM Computer Program To Take On 'Jeopardy!' · · Score: 3, Funny

    That's "Therapists"

  19. Re:Reguarding on The Woman Who Established Fair Use · · Score: 1

    Or as I (sort of) said 7 years ago...

    P2P Killed Elvis.

  20. First Sale on Judge Opens Hearing On RealDVD Legal Battle · · Score: 3, Funny

    I'd love to see Real point out the First Sale. The customer bought it, they can fold, spindle or mutilate it.

    If the studios claim it's licensed, point out the ads that say "Buy it today!" or "Own it today!"

  21. Re:Following my earlier rant... on Ubuntu 9.04 Is As Slick As Win7, Mac OS X · · Score: 1

    Good point.

    The Amazing Quantum Man goes out back and flogs himself with a wet noodle.

  22. Re:Following my earlier rant... on Ubuntu 9.04 Is As Slick As Win7, Mac OS X · · Score: 1

    You have dial up? You lucky, jammy bastard! I'm using Carrier Pigeons!

  23. Re:Netbook Remix 4 EeePC 900? on Ubuntu 9.04 Released · · Score: 1

    Looks to be in a week or so, according to this.

    They may be using an older kernel due to a bug in Intel drivers, though.

  24. Re:Happy Ubuntu-Day, everyone! on Ubuntu 9.04 Released · · Score: 1

    Just out of curiosity... I've been running the eeebuntu NBR. Is the only difference between Ubuntu NBR and Eeebuntu NBR the use of the Array kernel?

  25. Re:Just installed ... on Ubuntu 9.04 Released · · Score: -1, Redundant

    Love the encrypted home folder option

    Home folder? HOME FOLDER???????

    Turn in your geek card. It's home directory, and has been since 1969.