Slashdot Mirror


User: multipartmixed

multipartmixed's activity in the archive.

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

Comments · 2,578

  1. Re:Another Easter Egg I found on Revenge of the Sith Easter Eggs · · Score: 1

    Nine lives for your favourite turtle!

    Now, if only I could remember the power up sequence for the arcade version of Bubble Bobble..

  2. Re:hilarious on Revenge of the Sith Easter Eggs · · Score: 1

    Hilarious would be the understatement of the century. Thanks!

  3. Re:huh? on Revenge of the Sith Easter Eggs · · Score: 1

    Maybe the FTL drive actually folds space, and "any old ship" is assumed to be able to achieve X% of light speed on it's regular engines?

    Then, the relative speed worthiness of a ship could be measured in parsecs... Say, a lousier ship could only fold space "hard enough" to make the ship's regular engines have to travel, say, 18 parsecs?

    That said, 12 parsecs is pretty far even for very large (but 1) values of X. It would be kind of like bragging about how fast your car could drive from SF to NY and back six times.

  4. Re:He should have used DC blocking capacitors.... on Chat Online with Cordless Phone · · Score: 1

    Did you mean in series with the signal, or in parallel with your signal and ground?

    Also, if electrolytics are used, and you meant in series with the signal, does the polarity of the cap matter?

    Thanks.

  5. Re:Is this good? on O'Reilly on the Virtues of Rexx · · Score: 3, Interesting

    There is no requirement to work out types in order to declare variables.

    Dynamically declared are a terrible, terrible, terrible thing.

    Take the following JavaScript excerpt:


    function foo()
    {
    for (i=0; i < 10; i++)
    hello();
    }

    function bar(world)
    {
    for (i=0; i < 10; i++)
    foo();
    }

    bar(i);


    How many times does hello() run? It looks like it should run 100 times. But it only runs 10 times.

    Add "var i" to each of those functions, and it behaves as expected.

    Javascript in many respects is a good (core) language. With better inheritance and a few other tweaks, it could be an excellent scripting language. But dynamically allocated variables really, really hurts it.

  6. Re:We are so primitive on Titan Moon's Bright Hot Spot · · Score: 1

    > the chance that we are alone in the galaxy is very high.

    Only if the universe is finite.

    Have we proven that yet?

  7. Re:He should have used DC blocking capacitors.... on Chat Online with Cordless Phone · · Score: 1

    > He should have used DC blocking capacitors to couple audio in and out of the phone

    Care to provide a ~10-word description for the masses? [e.g. "10pf capacitor in series with signal; bonded grounds"]

    I've always used audio transformers when doing this sort of hack, but then again, my AC theory is pretty much non-existant (damned lousy highschool).

  8. Re:You laugh, but, on Windows Nearly Ready For Desktop Use · · Score: 1

    I hope you stuck a Knoppix CD in that CD bundle you sent him..

  9. Re:Only stupid on the surface. on Scientific Research That Could Have Been Avoided · · Score: 1

    > In air or water, heavier objects do fall faster.

    Um, no.

    What do you think will faster in air: a pound of feathers all tied together with dental floss, or a 1-inch ball bearing?

    It has NOTHING to do with weight, and everything to do with aerodynamics.

    > you can't prove that the sun does not "go around the earth"

    You can if you accept that gravity works the same everywhere.

    Yeesh. I feel like I'm talking to GWB.

  10. Re:Grammar School on 2-Year OpenOffice High School Case Study · · Score: 1

    I'm glad you pointed out this error. I was very confused reading TFA's summary, as it appeared to me that it was a school of fish who had converted to Open Office.

  11. Bummer on Oregon Woman Sues Yahoo for $3 Million · · Score: 0, Redundant

    Looks like the Wayback Machine never archived 'em, either. Hrmph.

  12. Re:Civil Disobedience on Airport Screeners could see X-rated X-rays · · Score: 1

    If they X-ray both sides of you, you could write "Urine" on your bladder and "Asshole" on your glutes.

    Ha, ha, get it? Urine Asshole.

  13. Re:Worst.. Slashdot.. Article.. Ever on Logitech Cordless Desktop LX500 and LX700 Showdown · · Score: 1

    > People buying these things have been suckered, big time.

    Funny, I bought mine so I could lay back on the couch and surf on my TV.

    I couldn't imagine running cords all over the damned livingroom.

  14. Re:Simultaneous Use on Logitech Cordless Desktop LX500 and LX700 Showdown · · Score: 1

    You must've used a shitty combo. I'm typing this on a Logitech pair that were bought in... 1998? Never had that problem.

    Even neater, the wireless protocol from them is compatible with currently-available products.

  15. Re:Greenwich sidereal time? on eBay sellers Told to Include GST · · Score: 1

    In Canada, we call it the "Gouge and Screw Tax"

  16. Re:rumor? on Apple to Use Intel Chips? · · Score: 1

    > For the accented é, the keystrokes are option+e and then e.

    So how do you do è and ê?

    I like the UNIX way.

    á: compose a'
    à: compose a`
    é: compose e'
    è: compose e`
    ê: compose e^
    ç: compose c,
    ö: compose o"
    ü: compose u"
    n-with-a-nina: compose n~ (can't seem to remember the char ent for that one)

    etc. Works very well, and is easy as hell to remember.

    As long as you remember to set your locale properly, and/or load the right emacs module...

  17. Re:Translating now... hold on.... on Stanford Accelerator Uncovers Archimedes' Text · · Score: 1

    And even if he WAS Roman, it would be: "F1RSTVS P0STV5" -- the letter U is relatively modern invention (as is J). More recent, in fact, than the street names in Washington, DC.

  18. Re:Cheap Bastards on NASA Offers Reward for Extracting O2 from Moondust · · Score: 1

    > if you figure out a way to make the moon inhabitable, you better damn well score
    > more than a quarter mill off the deal.

    I think I've already figured out how to make it inhabitable. Give me $10,000 and I'll tell you.

  19. ARGH! on Cuban Says RIAA Damages Should be $5 Per Month · · Score: 0, Flamebait

    A bunch of music for five bucks a month?

    Where do I sign up?

    Hmm. No Canadians allowed. No problem, I'll just lie about my address. It took it?! GREAT!

    Okay, now how the hell do I play the tunes? Apparently, you need a special player. Which works on neither Linux nor Win98.

    This service just got unbearably expensive. Anybody have a workaround? A Linux player would be ideal.

  20. Re:Replace CPUID instruction system call? on Windows XP Starter Edition Snubs P4, Athlon · · Score: 1

    TFA doesn't say it checks the system call, it checks the *instruction*. As in processor instruction.

    To do what you're suggesting, you'd have to hack your CPU.

    It would be far easier to hack your version of Windows. Or pirate a better version. Or run in a VMWare or BOCHS window under a Real OS.

  21. Re:Arbitrary marketing decision on Windows XP Starter Edition Snubs P4, Athlon · · Score: 1

    I'm certainly no Microsoft apologist, but I thought I should point out two thing:

    1. DOS doesn't blue screen
    2. DOS is dead-bang reliable as of version 3.21

    (except version 4.00, which would be VERY hard to find nowadays)

  22. wtf???? on Sun to Acquire Tarantella · · Score: 4, Interesting

    The original SCO (decent guys) are now called Tarantella, which are apparently being bought by sun.

    The evil people used to be Caldera. They bought the SCO *name* and tarnished it.

    Haven't you been paying attention? The original SCO never sold their souls, they just sold their name.

  23. Re:"Neither the person nor the company"? on Dell Founder Dropped $100M Onto Red Hat · · Score: 1

    No, it was Del Shannon.

    Run away!

  24. Re:BFD on Dell Founder Dropped $100M Onto Red Hat · · Score: 1

    No, MM is clearly Roman Numeral for two thousand.

    That's one of the primary reasons why Romans sucked at math. The other biggie would be the lack of zero. A Roman mathematian parsing M-M would SIGSEGV.

  25. Re:motivations. on Dell Founder Dropped $100M Onto Red Hat · · Score: 1

    > And I'll write tons of screaming testimonials for any product
    > that you may be selling. With pics.

    Hmm... I've been looking for a shill for my self-castration kit..