Slashdot Mirror


User: CannonballHead

CannonballHead's activity in the archive.

Stories
0
Comments
3,245
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,245

  1. Re:Well, I doubt they'll like it. on Apple Changes App Ranks, Rejects Pay Per Install · · Score: 1

    I am here only because I want to quote the above poster, who said, "You mean 'It is "That is."'"

    Actually, to be more pedantic/picky/what-have-you, I don't think you use two periods. I believe the period inside the quote (the one for "That is.") works for the rest (the "You mean" sentence).

  2. Re:Happy Birthday on Celebrating 20 Years of Linux · · Score: 1

    a popper, of course. :-o

  3. Reasons for it being consistent? on Is Science Just a Matter of Faith? · · Score: 3, Interesting

    If nothing else, the idea that everything will continue the way it has in the past is faith-based... at least, a completely naturalistic view. There's no reason, aside from it having been that way for a long time in the past, to believe that laws of various scientific disciplines (physics, biology, astronomy) will continue to be the way they have been, is there? One might argue that the fact they haven't changed in observed history is evidence... but I don't see how one could "scientifically" prove it. It may be a reasonable explanation, a reasonable conclusion, a reasonable belief/faith, but proving something is more than something being reasonable or even "making sense."

  4. Re:JavaScript is client-side on FSF Suggests That Google Free Gmail Javascript · · Score: 1

    Google licensing prevents you from reading plain text?

  5. Re:Please have a -1 Button on Google Is Introducing the +1 Button · · Score: 1

    ++;
    sigh, doesn't let me only post that. :)

  6. Re:Letting it all out on Book Review: Test-Driven JavaScript Development · · Score: 1

    Doh, I just responded to it, too. Ignore my code examples ... hehe :)

  7. Re:Python is strongly typed on Book Review: Test-Driven JavaScript Development · · Score: 2

    it doesn't do much to prevent you from using the wrong type in the wrong spot (enter automagic to try and make it work for you).

    In my experience:
    Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39)
    [GCC 4.4.5] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> a = 'hello'
    >>> print a + 2
    Traceback (most recent call last):
    File "", line 1, in
    TypeError: cannot concatenate 'str' and 'int' objects

    ... and ...
    >>> a = 2
    >>> a = a + 'hi there'
    Traceback (most recent call last):
    File "", line 1, in
    TypeError: unsupported operand type(s) for +: 'int' and 'str'
    >>> print a.find('string')
    Traceback (most recent call last):
    File "", line 1, in
    AttributeError: 'int' object has no attribute 'find'

    Ok, so it is more of an attribute and operand issue, but it doesn't do a whole lot of typecasting automagically for you. You have to use something like str(anIntegerVariable) or int(aStringVariable)... and while integers have string representations, all strings do not have integer representations:
    >>> print int('asdf')
    Traceback (most recent call last):
    File "", line 1, in
    ValueError: invalid literal for int() with base 10: 'asdf'

  8. Re:Why not a tablet? on Ask Slashdot: Data-Only Android For Development? · · Score: 1

    Hum. You get bonus points for reading the question before answering. ;)

  9. Why not a tablet? on Ask Slashdot: Data-Only Android For Development? · · Score: 1

    ... seems data-only apps and tablets seem to go well together, since tablets aren't phones and usually have non-3G options...

  10. Re:Fair enough on Texas Bill Outlaws Discrimination Against Creationists In Academia · · Score: 1

    My point is that your analogy is incorrect. Evolution is a theory, not a law.

  11. Re:Fair enough on Texas Bill Outlaws Discrimination Against Creationists In Academia · · Score: 1

    You can't be a good scientist and believe in creationism any more than you can be a good scientist and deny the existence of gravity or atoms.

    Most creationists get rebuked strongly for using the word "theory" as a way of saying that evolution is just a theory.

    But you're basically equating a scientific theory with a scientific law, now... and in the same breath, saying something about bad scientists...

  12. Re:Not really ridiculous on Texas Bill Outlaws Discrimination Against Creationists In Academia · · Score: 1

    or other alternate theories of the origination and development of organisms.'"

    Origination, not just development.

    This would mean that a non-Big-Bang theory would fit in here. Not all theistic evolutionists believe in the big bang, I don't think?

  13. Re:Watching the watchers on Scott Adams Says Plenty Would Choose Life In Noprivacyville · · Score: 1

    Or they aren't taught history anymore.

  14. Re:spacex on NASA Buys 12 Seats On Soyuz · · Score: 1

    Probably because some people who voted for said Congressman has a job from NASA.

    It's an entire cultural issue, not just a Congress issue. (you can't take away my government job! that's not fair! make cuts somewhere else!)

  15. Re:People associate it wrongly on Microsoft Patent Deems Comic Books Shameful · · Score: 1

    The obvious answer would be "single." ;)

    Really, though, if that's the first thing people find out about you; i.e., you're that ... enthusiastic about it (or, one might say, obsessed), it can be a bit weird.

    ultimately though ... I don't really care. I'm enthusiastic about things I like, too, but usually don't bring them up right away ... mainly because I figure the other person probably doesn't care that much :P :)

  16. Re:A 12 year old? on $1.2 Million Worth of MS Points Taken After Hackers Figure Out Code Algorithm · · Score: 1

    Well, to be fair, I don't think it's an intellect issue. I'd say most kids have an intellect that's just fine.

    They just don't use it.

    If anything, it's laziness (partially due to lack of necessity), lack of ... ambition, one might say... lack of interests in anything but [insert wastes of time here], etc.

    In short, it's kind of a parenting issue, I suppose.

  17. Re:This doesn't mean much on US House Subcommittee Votes To Kill Net Neutrality · · Score: 1

    But the folks who define science as witch-craft, speak in tongues and handle snakes (Mike Huckabee)

    Any sources for that? You do realize that not all "Christians" believe in snake handling and speaking in tongues and that not all "Christians" believe that science is witchcraft, right?

    It kinda sounds like you have decided that God does not exist, all religion is a conscious lie, and that anyone who believes it is clearly delusional and not fit to lead.

    Which is kinda scary, to me. What else do you believe to be true that if someone else believes differently, they are clearly intellectually stunted?

  18. Re:What's with the white light on DIY Laser Pistol Shoot 1MW Blasts · · Score: 1

    From some of the comments ... it looks like it has to do with the camera sensors picking up infrared light? CCD or something like that.

  19. Re:misleading title on /.? never! on Safari/MacBook First To Fall At Pwn2Own 2011 · · Score: 1

    Yeah... most Windows users don't claim that Windows is immune to viruses, hacks, etc., either. :) MS itself keeps their virus/security thing up to date pretty well now, it seems.

  20. Re:It is slowly ramping up on Safari/MacBook First To Fall At Pwn2Own 2011 · · Score: 1

    They really do think that running a Mac absolves them from any security responsibility.

    You would get that impression from reading slashdot, too. They have been told this, multiple times. It's not really their fault, heh.

  21. Re:Technically... on Utah To Teach USA is a Republic, Not a Democracy · · Score: 2

    "... and to the republic for which it stands ..."

    The pledge is from 1892 I believe. Republic. Not Democracy, even back then.

  22. Re:Working for free on A Letter On Behalf of the World's PC Fixers · · Score: 1

    Ever ask him to? Maybe he'd be happy to help.

  23. Re:Facebook? on Zimbabwe Makes Arrest Over Facebook Comment · · Score: 2

    Ummm. Using public property for your personal political messages? I didn't think that was legal, actually. So, if Google put up ads on overpasses, would you be okay with it? No, I suppose - because Google is a corporation.

    Ok, so who DOES get to place their own notices on public property? Well, I didn't think anyone was allowed to, generally.

    Getting arrested for breaking the law is hardly new or hardly news; just because it so happens that they were breaking the law while being mad at Bush...

    I didn't read all the links. If there was one in there where they weren't actually breaking the law and actually were arrested for their actual protected free speech, my point may be moot. :)

  24. Re:Double-surprise on Bing Becomes No.2 Search Engine at 4.37% · · Score: 1

    I actually use travel.bing.com... I like the UI and it seems to get it's prices pretty well. And the historical data is nice to have access to, even if you can only see 3 months ahead.

  25. Re:It was just a matter of time on Backdoor Trojan For Windows Ported To Mac OS · · Score: 1

    Regardless of percentage, there are reckoned to be c. 94 million OS X users. Is that still not enough?

    One cannot hope to reach 100% of users. It's easier to hit X users if there are 50X users.

    As we all know, Mac users are computer illiterates with far more money than sense.

    Yeah, I agree that's an over-generalization.