Slashdot Mirror


User: fgb

fgb's activity in the archive.

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

Comments · 281

  1. Re:My first glance at the title of TFA... on Initial ROTS Reviews Hit the Internet · · Score: 1

    do you mean: Return of the Shit?

  2. Re:Wanna lose my business? on Online Shoppers Aren't Impulsive · · Score: 1

    I agree with all these, but just as importantly:

    If you send me a defective product, insist that I have to accept a replacement even though I decided I would rather have my money back.

  3. Re:PDF on PDF Tracking On the Way · · Score: 1

    I believe PDF stands for "Portable Document Format".

  4. Re:Computers shouldn't lose data on Computer Crash Reactions Examined · · Score: 1

    Every bit is sacred
    Every bit is good
    And if a bit is wasted
    God gets quite irate

  5. Re:What do Swedish Pirates themselves have to say? on Anti-Piracy Bureau of Sweden Planted Evidence · · Score: 1

    that should be bork bork bork!

  6. Re:What about actually reading? on Sources of Intelligent Audio for Commute? · · Score: 2, Insightful

    I've seen people read while they drive.

    They scare me.

  7. Re:womanlike? on Juiced · · Score: 1

    I did the same thing. I read it as "womanlike" and wondered "what does that mean?".
    So, I went back and sure enough, it said "workmanlike".
    Of course I still wonder "what does that mean?"

  8. Re:Is the objective of GNU/Linux to recreate Windo on NeroLinux vs. K3b · · Score: 1

    I thought the objective of Linux was to give people more choices.
    This gives people another choice.

    Is that bad?

  9. Young whippersnappers on Intel Flaunts Mac mini Knock-off · · Score: 1

    This is what a real mini looks like.

  10. Re:Constants first!!! on Optimizations - Programmer vs. Compiler? · · Score: 1

    I have to strongly disagree with this. This advice probably made sense at one time, but there is no longer any reason to sacrifice code readability in this manner. Any modern C/C++ compiler will (by default or with the appropriate option set) flag statements such as:

    if (x = 0)

    with a warning. If you did intend to perform an assignment, the correct way to write it would be:

    if ((x = n) != 0)

    or better yet:

    x = n;
    if (x != 0)

    but please, can we leave hideous constructions like if (0 == x) in the past? They no longer serve any purpose except to cause some cognative dissonance to anyone reading the code. (how could the value of 0 change?)

  11. Prior Art on Microsoft's 'IsNot' Patent Continued... · · Score: 1

    I think there is already ample prior art for this.

    LISP has had two equality operators for a very long time.

    One tests if two objects have the same value. The other tests if they are the same object.

    This is not a new concept by any stretch of the imagination.

  12. Re:Why is this so hard? on The Return Of The Pop-Up Ad · · Score: 1

    Better yet, why can't they stop it at the API level?

    Why not have an option that does not allow any of the scripting engines to create a window. Ever.

    Along the same vein, I can't stand it when a site decides that my browser window should be a certain size. I put the browser window where I want it on my screen and the size I want it to be. Don't screw with it!

  13. Re:Money well spent... on Wearable PC with an Artificial-Reality Helmet · · Score: 1

    Of course it's true. Why would any other country spend money on our military?

  14. Re:64-bit GPUs on Pentium 4 6XX Sequence and New EE P4s Launched · · Score: 2, Insightful

    IAPWATB (I am probably wrong about this but...) I thought most GPUs were 64-bit and even 128-bit processors.

  15. Re:Every mother knows this on Study Points to Sixth Sense in Humans · · Score: 1

    The 10% myth is one of the most persistant myths of American culture. It is amazing how many times this obviously bogus figure is quoted by the media and charlatans trying to separate people from their money.

    What percentage of our brains do we use? 100%

    check it out

  16. Re:Fascinating... on Study Points to Sixth Sense in Humans · · Score: 1

    Gnome's been cracked?
    Thank goodness I use KDE!

    Sorry... I couldn't resist.

  17. Re:spousal spyware on FL Court Rules Against Spouse-Installed Spyware · · Score: 1

    No, it forces you to spy on yourself.

  18. Re:Stars from planets??? on Strange Mini Solar System Found · · Score: 1

    Neutron stars reflect.

  19. makes me wonder... on Microsoft Seeks Latitude/Longitude Patent · · Score: 1

    from the article: The set deliberately omits vowels to avoid the possibility of the algorithm inadvertently generating real words that could be offensive. The letter 1 has also been omitted to avoided possible confusion with the number 1

    So, what's located at the following coordinates?

    LAT: d1cks
    LON: c11ts

  20. Ship Date on New Standard Keyboard · · Score: 1

    The very last line of the article is: It will ship in April 2005.

    Would that be April 1st, 2005?

  21. Re:Does patent law require defense of IP? on Linux, Inc. · · Score: 1

    I believe that's true for trademarks, and perhaps for copyrights as well, but not for patents.

  22. why is this news on Creative Gunning For the iPod · · Score: 1

    Isn't every company's goal to take as much market share as they can?

    Was Creative's plan to lose market share to Apple last year? If so, they need better management.

  23. Re:MacOS X Kzinti on Looking Ahead to Tiger, Powerbook G5s · · Score: 1

    or Kilrathi

  24. Re:All I can say is... on Fantastic Four Teaser Trailer · · Score: 1

    yeah, but then the one woman turns invisible and it just looks like three guys jerking off.

  25. Re:Quake did it for me on Too Much Gaming, Anyone? · · Score: 1

    Indeed, after a long Quake2 session, I remember driving down the street and spotting a large object in a tree. What was the first thought that went through my mind?

    Sniper! If I spin the car around, I can nail him before he gets a shot off!

    I don't play anymore. Between that and the carpal tunnel, it just isn't worth it.