Slashdot Mirror


User: Bingo+Foo

Bingo+Foo's activity in the archive.

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

Comments · 813

  1. Two Words: on The Politics of the Video Game · · Score: 2, Interesting

    Oregon Trail.

  2. Re:Politicians in Videogames on The Politics of the Video Game · · Score: 1
    Answer: yes.

    Question: Is yours the kind of post that masquerades insecurity with pedantry?

  3. Re:Random fact... on The Bugatti Veyron · · Score: 1

    Vertical drops on a roller coaster are about as close as most people will get to sustained zero g in their lives. I think you are comparing to the wrong thing.

  4. Re:Just one question? on New Darth Vader Costume Revealed in upcoming DVDs · · Score: 1

    No, he threatens Greedo with a U.N. resolution.

  5. The obvious question: on Ask the Robotic Psychiatrist · · Score: 1
    10 INPUT ANSWER$
  6. Re:std::for_each on A Taste of Qt 4 · · Score: 3, Insightful

    This would not "do the trick" for me. The STL for_each requires a pre-defined functor outside the scope where the for_each pseudoloop algorithm is executed. I like the perlness of a "for each" that acts like a natural extension to the for loop.

  7. Re:foreach on A Taste of Qt 4 · · Score: 1

    IIRC, the g++ "typeof" extension is evaluated at compile-time. I think it's not at all related to RTTI, which may be what you are thinking of. RTTI is a performance drag, and is "considered harmful" by some.

  8. foreach on A Taste of Qt 4 · · Score: 5, Insightful
    If you use a c++ compiler with "typeof" (g++ has this) and STL containers, you can do this handy trick:
    #define EACH( I , C ) typeof((C).begin()) (I) = (C).begin();\
    (I) != (C).end(); ++(I)
    that allows:
    std::vector<MyBigClass> v = ...

    for ( EACH( i, v ) ) {
    ... do something with i ...
    }
    which is very readable and maintainable. My guess is that Qt's foreach is something similar:
    #define foreach( I , C ) for ( typeof((C).begin()) (I) = (C).begin();\
    (I) != (C).end(); ++(I) )

    foreach( i, v ) {
    ... do something with i ...
    }
    The problem is that this is too much of a departure from C++ syntax (foiling editor syntax highlighting), and the macro hides too much of the actual loop construct.

  9. Re:Ack on A Taste of Qt 4 · · Score: 0, Troll

    Yeah, if they said that Quake 4 were being positioned directly against Java, that would make more sense.

  10. Re:What is this? on AmigaOS 4.0 Developer Pre-release · · Score: 2, Insightful
    No kidding. As a former Amiga owner, and a former rabid Amiga fan, I can say that the new Amiga OS is the successor to the old Amiga in trademark only. What made Amiga cool in 1985-1990 was the hardware. Let me repeat, the hardware. What about the ease of programming? Again, that came from the hardware. It did have a color GUI desktop before macintosh, yes, and that was cool. Nobody, though, chose Amiga for any reason that can not be satisfied by other hardware/software combinations today.

    The only analogue I can think of that would show what Amiga would be in today's market is some hybrid of the Playstation 2 graphics and sound with a Mac OS desktop and Cocoa programming.

  11. Re:More on AmigaOs4... on AmigaOS 4.0 Developer Pre-release · · Score: 4, Funny
    and it doesn't distract you like some other operating systems.

    You mean distract you with things like applications?

  12. Re:Yomega yoyos rock too, at a much better price on Extreme Yo-Yoing · · Score: 4, Informative

    As the owner of a Yomega Raider (~$10), a Spintastics (~$14), various Duncans (~$5), a few BC Spitfires (~$4), and a Custom Goldeneye (~$60), I can say that in metal-axle and ball bearing yoyos, you definitely get what you pay for. Duncans are not as good as yomega, for sure, but Yomega is not the top of the heap. I would look into an aluminum Custom, IIWY.

    In wood-axle yoyos, you can get an amazing amount of play for cheap. The BC spitfire is still my favorite looper. I also found an unlabeled black wood saber-shape (with wooden transaxle) at a liquidation sale for $5, that rivaled the Spintastics for sleep time.

  13. Re:request denied on Twisty Little Passages · · Score: 1

    I think what you may be getting at is the fact that writing a compelling IF world is literally NP hard. Every choice leads to a few new choices, and those each lead to a few new choices, etc., exponentially. Unless you have an artful way of constraining the user's choices and re-using scenarios that they otherwise would have chosen their way out of, you will have to do exponential work in relation to the depth of the user's experience in the game. Perhaps that application of subtle constraints and convincingly presenting of otherwise "forced" scenarios is the "art" to be judged in this medium.

  14. Re:Who would have thought? on The Joy of Random Shuffle · · Score: 2, Interesting
    No they can't. I'm talking about the random number generation itself. Look into the general problem of (pseudo)random number generation algorithms. What iTunes does is let you choose between "random" and various sortings by categories.

    What I am proposing is not sorted, but weighted randomization. iTunes would do what I want if it had selections like "Randomize with (strong|medium|weak|no) (positive|negative) correlations in (size|time|date added|year|artist|song name|composer|...)"

  15. Re:Who would have thought? on The Joy of Random Shuffle · · Score: 5, Interesting
    Since "random" shuffle is so popular, it might be a good thing to develop other shuffle methods for the shuffling connoisseur:
    1. Time-correlated shuffle, so that songs heard within the last few days are more likely to show up again. This allows songs to "stick in your head." This is more like what you actually hear on radio.
    2. Low-discrepancy sequences based on, e.g., date and/or genre. This provides a more uniform sampling of your music library for short duration listening, since in, say, four songs you are guaranteed four maximally different dates or genres, or whatever.
    Any others?
  16. Re:Great on Brain's Cache Memory Found · · Score: 1
    like the kind in Johnny Pneumonic

    Give us the information Johnny! Come on, cough it up!

    I think you meant mnemonic.

  17. Re:Jobs will migrate... on Florida Ponders Communication Tax on LANs · · Score: 1
    but then I read the article.

    Which article? this article? (note the date).

  18. Re:Weird findings regarding IE on Amazon's Search Engine Goes Live · · Score: 2, Funny

    That's right. Everyone who uses it knows that IE is not a web browser, it is "the internet," or possibly, "the intarweb."

  19. Slashdot user preferences on Kernel 2.4.26 Out · · Score: 0, Funny
    StupidKatz writes...

    And I thought I blocked his stories...

  20. Re:"Water"-cooling on Sapphire: A Liquid That Won't Get Things Wet · · Score: 1

    With frickin' laser beams on its head.

  21. Re:Steganography... on Hidden Messages in Spam · · Score: 1
    In a human language that has no possibility for redundancy (allows anything to be described in only one way) there wouldn't be space for steganography at all. Combined with the fact that most languages at least pay some attention to being efficient, it's no surprise that human language is terrible as a carrier for hidden data.

    This actually goes a long way in explaining the difference between the two presidential candidates. What Kerry likes to call "nuance," is actually a steganographic secret message. I have now decoded it and find the contents to be the repetition of this one phrase: "I am wishy-washy."

  22. Re:The Godfather Part 4 on Technology Spontaneously Combusts In Sicily · · Score: 1

    Uh, Parent is NOT off-topic.

  23. You know that old adage: on IBM Snags Leading Indian Outsourcing Firm · · Score: 2, Funny

    "No one ever got fired for being bought by IBM."

  24. Re:Next layoffs? on IBM Snags Leading Indian Outsourcing Firm · · Score: 1
    I wonder if this will result in more layoffs from the company that once boasted it would never do so.

    Yeah, those indian givers.

  25. Re:lindos eh on Lindows Agreeing to Change Name · · Score: 4, Funny
    Wouldn't it be easier to assume no one is a lawyer unless they say otherwise?

    Not in America.