Slashdot Mirror


User: Goaway

Goaway's activity in the archive.

Stories
0
Comments
4,507
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,507

  1. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    There is a substantial debate reguarding the causes of that & the influence that humanity is having on the trend, but not on the existance of the trend.

    In the media, perhaps. Not among the scientists who actually study the stuff.

  2. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    So relying on experts in a field you are not yourself an expert in makes you a sheep?

  3. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    None. It is not my area of expertise. I am not qualified to know definitively what is going on either way, based on the information available to me.

    Yet you still seem to think you are justified in calling the entire field of climatology "sheep"? Because they pretty much all believe you are wrong, and that global warming is real and man-made. As I'm told, the only real debates are about whether or not it's too late to do anything about it.

  4. Re:Something is horribly wrong on Apple Charges For 802.11n, Blames Accounting Law · · Score: 1

    However they expect (and with good cause) that if a feature is in the product but not turned on that Apple should supply the update to allow that feature to be used.

    Said feature was never announced or advertised, so nobody would expect anything of the kind.

  5. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    So how many climatology classes have you taken, then?

  6. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    I must honestly admit that I can't quite tell if you are misunderstanding sarcasm here or not, so I'll just assume you did get the sarcasm, and proceed on that assumption.

    The sheep, I would think, is the person who goes out to read only texts that agree with his pre-conceived notions, written by people pushing an agenda, and taking them at face value, and then claiming himself educated and superior.

  7. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    Yes, yes, you are so much smarter than all the sheep, I know.

  8. Re:So I Guess the Verdict Is In on Global Warming Exposes New Islands in the Arctic · · Score: 1

    It appears libertarians and objectivists like the grandparent poster for some reason find global warming inconsistent with their religion - er, sorry, politics - and feel the need to mouth off against it at any given opportunity, whether or not they get paid for it.

    I guess you can't expect much from a mind that actually thinks Ayn Rand is insightful.

  9. Re:Why string theory is stupid on The Trouble with Physics · · Score: 1

    I think before you try to learn about string theory, maybe you should learn about sentences and paragraphs.

  10. Re:Why string theory is stupid on The Trouble with Physics · · Score: 3, Informative

    If I explained to every person mouthing off on Slashdot why they are wrong, I'd never have time to leave the house. Sometimes, you have to keep it short.

    In short: He's confusing string theory and old-fashioned quantum mechanics, while understanding neither. Schrödinger's cat predates string theory several decades, and it is actually meant as a criticism of early quantum theories.

    http://en.wikipedia.org/wiki/Schr%C3%B6dinger's_ca t
    http://en.wikipedia.org/wiki/Quantum_mechanics
    http://en.wikipedia.org/wiki/String_theory

  11. Re:What's it look like? on Sun Releases Fortran Replacement as OSS · · Score: 3, Funny

    And most monitors will fail to display unambiguously, in any straightforward and reliable way.

    You may not have noticed, but cutting-edge monitors nowadays are capable of displaying graphics, and not just text.

  12. Re:Why string theory is stupid on The Trouble with Physics · · Score: 1

    You have no idea what string theory is, and you have no idea what Schrödinger's cat is.

    "Ugh, stupid!" indeed.

  13. Re:FUD much? on Inside the iPhone — 3G, ARM, OS X, 3rd Partyware · · Score: 1

    No, really. How?

  14. Re:FUD much? on Inside the iPhone — 3G, ARM, OS X, 3rd Partyware · · Score: 1

    And that argument doesn't apply to win32, why?

  15. Re:Genuine question about perl vs ruby on Lisp and Ruby · · Score: 1

    I notice that a most of the languages you mention are descendants/dialects of C.

    Yes, this is because most major languages today borrow heavily from C. This is expected. Not doing so is surprising.

    Requiring boolean expression to be explicitly boolean would be understandable. But allowing some values to evaluate to false, but not including 0 among these, is very, very surprising.

    Thus it does not follow any kind of principle of least surprise.

  16. Re:GROLIES on Is A Bad Attitude Damaging The IT Profession? · · Score: 1

    Doctors have an excuse. Their entire lives are spent dealing with nothing but tragedy. If they didn't grow a pretty thick skin, they'd go crazy pretty quick.

    IT people don't exaxctly have the same excuse.

  17. Re:Nooooo! on Print Messages On Your Beer · · Score: 5, Funny

    You understand Slashdot better than any person should have to.

  18. Re:FUD much? on Inside the iPhone — 3G, ARM, OS X, 3rd Partyware · · Score: 1

    And I laugh at people who are so affected by tunnel-vision that they think the only alternative to competing, incompatible APIs is design-by-committee. You correctly claim the Win32 API is horrid, but completely ignore that there are any number of other APIs that are not horrible but were developed in exactly the same way. Nextstep which later turned into Apple's Cocoa is a very good example.

  19. Re:Genuine question about perl vs ruby on Lisp and Ruby · · Score: 1

    Which "most languages" are those? For reference, here is a list of popular languages:

    * C
    * C++
    * Java
    * Perl
    * Python
    * PHP
    * Javascript
    * Visual Basic
    * C#

  20. Re:Genuine question about perl vs ruby on Lisp and Ruby · · Score: 1

    In the Ruby community there's a phrase for it -- "the principle of least surprise" -- things just work.

    And 0 being true is the least surprising behaviour, now?

  21. Re:Point of fact... on PHP Application Insecurity - PHP or Devs Fault? · · Score: 1
  22. Re:Point of fact... on PHP Application Insecurity - PHP or Devs Fault? · · Score: 1

    I don't use PHP, for exactly that reason.

    The thing is, the vast majority of PHP users don't even understand that there is a problem. PHP is a language used mainly by beginners, and actively aimed at beginners, but it is not designed to be used by beginners. It's a landmine-filled sandbox.

    Thus, the internet is full of SQL injection vulnerabilities.

    Blaming every PHP programmer for not being a security expert is idiotic. Most programmers aren't, and they wouldn't need to be, if the language was designed properly.

  23. Re:Point of fact... on PHP Application Insecurity - PHP or Devs Fault? · · Score: 1

    Why does SQL injection work? Because of improper validation.

    No, SQL injection works because PHP forces you to do validation. Hardly any other language than C forces you to do that. Perl, Python and the others have sane database interfaces that BY DEFAULT let you get away with no validation or escaping. Leaving it up to every single developer to properly handle this on their own is madness.

  24. Re:From the summary on iPhone Faces Uncertain Market · · Score: 1

    Here, have a cookie.

  25. Re:DING DING DING!! on Microsoft Worried OEM 'Craplets' Will Harm Vista · · Score: 1

    It would just be a minor config change to "the registry".

    That's strictly for power users. Normal users won't do that to install some random app or game. If it's not in the official repository, it may as well not exist. Furthermore, suggesting that every hobbyist developer set up their own repositories for every distro is patently absurd.

    Additionally, builiding isn't the only task. You have to somehow make the program accessible to the user, too. And that's distro-dependent, too.

    There is basically no viable method of software distribution for Linux other than getting added to multiple repositories. And that's not going to happen for everyone.