Slashdot Mirror


User: morgan_greywolf

morgan_greywolf's activity in the archive.

Stories
0
Comments
7,574
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,574

  1. Re:Jobs goal for 2008 was ten million iPhones sold on NYTimes Speculates On the Next iPhone · · Score: 0, Flamebait

    Don't underestimate Steve Jobs, you're talking about the mastermind who after 30 years has managed to brainwash an entire 3% of the computer market.
    There. Fixed it for ya. Go ahead, fanbois, mod me down. You know it's funny.
  2. Re:How to get to 10M in 2008: on NYTimes Speculates On the Next iPhone · · Score: 0, Redundant

    Yeah, but 1.7*5 is still only 8.5.

  3. Re:SETI on "Nightlife" Harnesses Idle Fedora Nodes For Research · · Score: 1

    Show me your proof that we are the only intelligent life in the Galaxy... or the Universe? I won't leave you hanging... you CAN'T prove it, because it is IMPOSSIBLE to prove that we are the only intelligent life out here.
    Only because it's impossible to prove a negative. You also can't prove that aliens do exist, precisely because, to date, no one has said publicly that they have such evidence. I don't doubt that extraterrestial intelligent life might and probably does exist, but without tangible proof that I can see with my own eyes, well, I can't say for certain that it does exist.
  4. Re:SETI on "Nightlife" Harnesses Idle Fedora Nodes For Research · · Score: 1

    Well, since we haven't seen any just yet, we don't have any proof that aliens do or do not exist. Unless you want to get into conspiracy theories that make great X-Files episodes, but not very good science.

  5. Re:Its sad on SoCal Selene Group Drops Google Lunar X Prize Bid · · Score: 1

    My question is -- why was the camera design disallowed? The fuel tanks, I get. The camera design, I don't.

  6. Re:Back to Basic on What Makes a Programming Language Successful? · · Score: 2, Informative
    "Strong typing" and "weak typing" mean a lot of different things to a lot of different people. Those who feel Python programs are difficult to maintain because they are not statically typed like Java or C don't get Python. Consider:

    >>> def func(a,b,c):
    ... return (a+b)*c
    ...
    >>> func(1,2,3)
    (the 'return' line is idented even if you can't tell :)) versus:

    >>> func("apples"," and oranges ", 3)
    'apples and oranges apples and oranges apples and oranges '
    But, also this:

    >>> func ("apples","oranges","grapes")
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "<stdin>", line 2, in func
    TypeError: can't multiply sequence by non-int of type 'str'
    What's important to understand is that there IS type checking, but you have to understand that ad-hoc polymorphism creates power. With power may come confusion, but that is the fault of the programmer, not the language.
  7. Re:grmbl. on What Makes a Programming Language Successful? · · Score: 1

    I'm not sure if that was meant as a joke, but I happen to agree with you for the following reason: a programming language is successful when it opens up the field to low to mid grade programmers.
    So how do you explain the popularity of C?
  8. Re:I don't really get the Java hate around here on What Makes a Programming Language Successful? · · Score: 1

    Indeed, this can happen in any language. Python 3.0 will break a whole slew of applications written in Python because of changes in syntax (the change in the syntax of the print statement comes to mind, in particular). PHP also made a number of changes from 3 to 4 to 5 that broke existing applications. I seem to remember the same thing happening with Visual Basic and Borland/Turbo Pascal as well.

  9. Re:Grace Hopper & John Backus didnt have on What Makes a Programming Language Successful? · · Score: 2, Funny

    They were inventors of COBOL, FORTRAN and LISP - three languages still in use from the 1950s.
    Yes, only by people who either have finger worn down to stubs, have difficulty forming complete sentences, or have worn out the ( and ) keys on their keyboards.
  10. Re:Cue Apple's lawyers on VIA Introduces the Nano Processor · · Score: 2, Funny

    Well, I think there's a few devices with the word Micro in them. But if it came down to it, they could just switch to Pico.
    Will they be introducing a more power hungry high-end workstation or server version? I propose that they could call it 'Emacs'!
  11. Re:Patch Tuesday on Firefox Goes for World Download Record · · Score: 4, Insightful

    Three words: Unlike most people.

  12. Re:It's not the idle capacity I'm worried about on "Nightlife" Harnesses Idle Fedora Nodes For Research · · Score: 1

    What do you pay per KWH? The rule of thumb is that each 10W on your PSU will cost about 90 KWH per year, running around the clock. So a 250/10 == 25 25*90 == 2250 KWH per year. If you pay say, 6 cents per kwh: .06*2250 == $135 per year or $11.25 per month to run that 250W PSU 24 hours per day. I leave other wattages as an exercise to the reader.

  13. Re:SETI on "Nightlife" Harnesses Idle Fedora Nodes For Research · · Score: 4, Informative

    Not to mention climate change prediction at home via climateprediction.net.

  14. Re:It's a bit nebulous on "Nightlife" Harnesses Idle Fedora Nodes For Research · · Score: 2, Interesting

    Err... I've read TFA and all I can see is that some guy would like to use spare Fedora cpu cycles for some sort of project but he doesn't know what and he's not really sure how. My immediate response is come back when you've got something concrete
    Hmph. Sounds just like a PHB when they propose a new development project. "Well, see, we want to use [ SAP | Lotus Notes | Teamcenter | other complex technology here ], but we're not really sure how we'd use it. For fsck's sake, if you don't already know HOW you would use something, you probably DON'T NEED IT!
  15. Re:Patch Tuesday on Firefox Goes for World Download Record · · Score: 4, Insightful

    Two words: Automatic Updates,

  16. Re:Patch Tuesday on Firefox Goes for World Download Record · · Score: 3, Insightful

    I bet WOW patches are high ranking.
    I bet not. How many Windows users are there? What percentage of those Windows users play WOW? (Hint: it's probably not even a majority.)
  17. Re:Dude! Yer gettin' a slap on the wrist. on Dell Found Guilty of Fraud, False Advertising · · Score: 1
    For purposes of argument,I'll draw a parallel:

    Windows is not inevitable. The fact that it is ubiquitous only points to a failure of imagination, not some kind of natural law. There are systemss that work better, we wrote them, but widespread adoption outside of the open source community hasn't occurred yet.
    Why? Hint: it's the same reason that the kyklos is ubiquitous.
  18. Re:Patch Tuesday on Firefox Goes for World Download Record · · Score: 2, Insightful

    Probably as in previous download counts, they are only counting downloads from Mozilla. As for Microsoft service packs, should a patch really count?

  19. Re:Dude! Yer gettin' a slap on the wrist. on Dell Found Guilty of Fraud, False Advertising · · Score: 1

    Why present a false dichotomy? Are you so intellectually bankrupt and slavishly devoted to your dogma of greed-driven, unrestricted capitalism that you can't think up any possible alternatives?
    Well, it's like Plato said ... the eventual downfall of all republics is corruption, right? If you ask me, the viable alternatives -- pure democracy and pure communism -- exist only in theory.
  20. Re:Dude! Yer gettin' a slap on the wrist. on Dell Found Guilty of Fraud, False Advertising · · Score: 5, Informative

    I'm pretty sure it the outsourcing went to some place overseas. I recall once billing for some software support to the tune of $120.00
    No. My step-son used to work there as well (laid off within the last 6 months or so), so I can say with confidence that Stream still does support outsourcing for Dell, and they still pull shit like this.
  21. Re:What are the most "standard" parser generators? on The Definitive ANTLR Reference · · Score: 1

    PLY, although this is an implementation of Flex/Yacc in Python.

  22. Re:1TB disc! on 1TB Blu-Ray Compatible Optical Disc Announced · · Score: 1

    What's the conversion for that in 'Volkswagen Beetles'?

  23. Re:Excited... on 1TB Blu-Ray Compatible Optical Disc Announced · · Score: 1

    Que jokes on being excited by laser beams in 3..2..1...
    Can't. The sharks on strike this week.
  24. Re:Just great on 1TB Blu-Ray Compatible Optical Disc Announced · · Score: 4, Funny

    And I thought I wasted my money buying a HD-DVD writer. Now I've gone and wasted my money on an ordinary Blu-Ray writer. Alright, I lied. I didn't buy either of those. In fact, I'm not going to buy this "rhodamine-type" enhanced backwards-compatible Blu-Ray drive, because that will soon be surpassed by a Super-deluxe backwards compatible "rhadamine-type" enhanced backwards-compatible Blu-Ray drive. To think I thought the race was over.
    I dunno about you, but I'm still waiting for the dust to settle in the floppy disk wars; hence, I'm still doing my backups on 'datasettes'. BTW--anyone know where I can get these on sale? They're getting mighty expensive these days.
  25. Re:Incorrect (and irritating) grammar on Windows 7 Multitouch Demonstration · · Score: 1

    It's incorrect usage in U.S. English, but I believe in U.K. English (spoken in much of Europe and India and other former British Empire lands), the other way is correct.