Slashdot Mirror


User: Qu4Z

Qu4Z's activity in the archive.

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

Comments · 63

  1. Re:A-list? What? on StarCraft Cheating Scandal Rocks Korea · · Score: 2, Funny

    Not Michael Jackson. He means Mick Jagger.

  2. Re:Strange limitation on Good Language Choice For School Programming Test? · · Score: 1

    Not to mention that if you don't specify a CPU time limit, and you get an (apparently) infinitely running process you have no way of determining a winner short of solving the halting problem -- which may be a little too much effort if you're just looking to have a kids' programming competition.

  3. Re:Game of Chicken on China Warns Google To Obey Or Leave · · Score: 1

    Could you explain to me how this is a Catch 22 situation? To me it just looks like a difficult moral choice.

  4. Re:Mars on Senators Blast NASA For Lacking Vision · · Score: 1

    Just don't send the scientists, or we'll get a wonderful Ayn-Randist theme park at the bottom of the ocean :P

  5. Re:Doesn't get the resolution on Game Testing ATI's Six-Screen Eyefinity System · · Score: 1

    Put them above/below you, and turn on keystone correction. Hell, you can put all six on the floor and point them up if you can't afford to hang them from the ceiling (although if you can afford six projectors, you probably can...)

  6. Re:The machine can do it because we allow it to. on Triumph of the Cyborg Composer · · Score: 1

    The root of the problem is that a computer has different (and/or no) "taste" in music. Now, I don't know where humans get their taste in music (I'm hardly an expert in the area) and it brings up the old nature vs nurture argument, but at the end of the day, you can't expect a computer to develop new musical styles that humans like without some way of evaluating what styles humans like.

  7. Re:Customer of Size? on Southwest Declares Kevin Smith Too Fat To Fly · · Score: 1

    Actually, I was visiting Romania recently, and I saw a store which (translated) was called "Clothes for fat people".

    It made my day.

  8. Re:I'm with stupid on Ex-Pirate Bay Admin Launches Micropayment Service · · Score: 1

    I believe the point is that with Flatter^H^Hr you pay a fixed monthly fee, which is divided between the recipients. It means that you don't need to decide how much to give, and you can Flattr an artist without worrying whether you can afford to donate any more money.

    Personally, I think it's a good idea, and not a duplicate of Paypal, although 10% does seem a bit steep...

  9. Re:I did this first on Researchers Claim "Effectively Perfect" Spam Blocking Discovery · · Score: 1

    Nononono, that's all wrong. There should be a Message class, with a deleteIfSpam method that takes an instance of SpamDefinition as a parameter.

  10. Re:The right way to rehash on New Super Mario Bros. Wii Tops 10 Million Sales · · Score: 1

    I agree with sibling poster. The start is the most hideously dull thing ever, but once you're past the first temple it starts getting more interesting, and it's actually pretty awesome by the end. Well, if you liked OoT, anyway.

  11. Re:Death of the Adverb on The Apple Paradox, Closed Culture & Free-Thinking Fans · · Score: 1

    Firstly, let me admit that I learned English post-1980.

    Secondly, IANAL[inguist], the second sentence, "Sarah is acting foolish.", doesn't seem incorrect to me as I read "is acting" in a similar way to "smells". That is, to me the sentence reads "Sarah is acting [as if she were] foolish.". Should one then say "Sarah is acting oldly.", or whatever the adverbial form of "old" is?

    Just my $x cents

  12. Re:How is newline invisible on Visual Studio 2010 Forces Tab Indenting · · Score: 3, Insightful

    I think the issue is more that tab and space are visually indistinguishable.
    A good guideline is that you should be able to glean all the semantically meaningful data from the source code even on a hard-copy. I can certainly see a newline in hard-copy (although I can't tell whether it's \n, \r\n, \r or whatever). Similarly, I can see tabs in hard-copy, but I can't tell them apart from spaces, so in that sense it's wrong for them to be any more semantically meaningful.

  13. Re:Already Skynet protects itself on Google Demonstrates Quantum Computer Image Search · · Score: 1

    I thought they were on ships?

  14. Re:A view from Asia-Pacific on Linux Reaches 32% Netbook Market Share · · Score: 1

    If they are just slightly-lower-power laptops (I don't really follow the whole "netbook" fad thingamajiggy), it seems that there's little point in having a separate term for them. Why not just call them laptops?

    Oh, and gerroff my lawn.

  15. Re:Remind me why we need (or even want) this? on Nvidia Announces 3D Blu-ray Format For 2010 · · Score: 1

    Your point?

    The film was also shown in Dolby 3D in selected theaters. -- http://en.wikipedia.org/wiki/Up_(2009_film)

    (For the record, I saw it in 3D, and it was excellent.)

  16. Re:Where are they making their money? on Facebook Masks Worse Privacy With New Interface · · Score: 1

    Because you're a customer of the electronics company you bought it from. ... just not the media outlet serving your streaming media.

  17. Re:For the most part. on Moving Decimal Bug Loses Money · · Score: 1

    Actually, I believe they call the euro-cents, er... cents (or sometimes euro cents, says Wikipedia helpfully).

  18. Re:For the most part. on Moving Decimal Bug Loses Money · · Score: 1

    My suggestion: Binary-Coded Decimal!

  19. Re:A view from Asia-Pacific on Linux Reaches 32% Netbook Market Share · · Score: 1

    I thought a netbook was by definition a low-end, portable laptop used only for browsing and light typing. You know, a "net" book...

  20. Re:Oblig Simpson Quote on Linux Reaches 32% Netbook Market Share · · Score: 1

    Actually, I think what the GP is asking is

    If you were going to run Windows, why would you buy a Linux netbook in the first place, for practically the same price?

  21. Re:That, or we don't give a shit. on Facebook ID Probe Shows Things Getting Worse · · Score: 1

    Yeah, but who answers those with the real values?

  22. Re:Why don't they focus on things that matter? on Google Visual Search Coming Soon to Android · · Score: 1

    It works fine for me, but then I'm usually only interested in the text anyway.

  23. Re:subject-verb agreement on Virgin Galactic Unveils SpaceShipTwo · · Score: 1

    Well, whether you treat a collective noun as singular or plural (which obviously varies by context) I am still firmly of the belief that the verb and the pronoun should agree, which is, I think, what the GP wanted to express. Of course, it isn't technically a subject verb agreement thing, but you should probably treat the subject the same way throughout the sentence. That's why "has unveiled their" sounds odd. "has" treats VG as a singular, whereas "their" treats it as a plural. This change in the space of a couple of words is just a little disorienting.

  24. Re:author seems somewhat confused and inexperience on Defining Useful Coding Practices? · · Score: 1

    I disagree about NULL being false as being a largely arbitrary design choice. To me it reads as

    if (/* there is a */ thing)
        doSomethingWith(thing);

    To me, that's a hell of a lot clearer than

    if (thing != NULL)

  25. Re:Yes on Will Tabbed Windows Be the Next Big Thing? · · Score: 1

    The entire point of this tabbing interface is that you can group your windows/documents how you like. The new Win7 window grouping functionality is (although I admit I haven't used it extensively and may be wrong) really just a prettification of the old XP-style grouping. The point here is that you can group your windows by task. Honestly... grouping windows by application is pretty useless for separating multiple concurrent tasks, which is the issue being addressed here.