Slashdot Mirror


User: ZaphDingbat

ZaphDingbat's activity in the archive.

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

Comments · 70

  1. Re:What about C++? on The Coming War Over the Future of Java · · Score: 1

    You know what worries me? Take a look at Python 3, they have deprecated the *excellent* C standard formatting method for a new way that's about as complicated and absurd as the C++ way.

    I disagree completely. Warlock's printf("0x%08xn", x) becomes print('0x{0:08x}'.format(x)) in Python 3. It's cleaner and easier to read, and has the advantage of positional formatting.

    Another Python "improvement": deprecated popen. This means that the nice, clean, easy to understand Unix command

    output=`dmesg | grep hda`

    has been replaced by:

    p1 = Popen(["dmesg"], stdout=PIPE)
    p2 = Popen(["grep", "hda"], stdin=p1.stdout, stdout=PIPE)
    output = p2.communicate()[0]

    WTF???

    Call me crazy-- I don't use popen-- but isn't that the purpose of the shell=True argument? (http://docs.python.org/library/subprocess.html) Their example is probably intended to work across as many platforms as possible.

  2. Re:And... on Man Loses Millions In Bizarre Virus-Protection Scam · · Score: 1

    But of the three, the televangelist is doing it under false pretenses.

  3. Re:Next step... on Large Hadron Collider (LHC) Generates a 'Mini-Big Bang' · · Score: 1

    Except that that leaves the deity with nothing to do but supply this process with entropy.

  4. Re:A bit big for their britches? on Ubuntu Dumps X For Unity On Wayland · · Score: 1

    "Survival of the fittest" requires diversity. If you're saying nobody should even attempt to replace X, then you have no diversity, and you have no "survival of the fittest," merely "survival of the incumbent."

    Let Ubuntu develop Wayland. If it's a good idea, people will pick it up. If it's not, people will stick to X. THAT is survival of the fittest.

  5. Re:Yeah... on Nicaragua Raids Costa Rica, Blames Google Maps · · Score: 1

    Yeah, sure, go after Intel instead.

  6. Re:It's a miracle! on Chip Allows Blind People To See · · Score: 1

    ...by following the man-made precepts of an imaginary deity who promises to send all peoples who don't follow it to certain doom.

    It's possible to get people to help others without lying to them.

  7. Re:Appropriate? on Chip Allows Blind People To See · · Score: 1

    Probably not. They won't recognize it.

  8. Re:No, it means you don't understand irony. on Internet Dismantling the State Church In Finland · · Score: 1

    What I don't get-- and maybe you can explain this to me-- is if Christians aren't under the Mosaic Law (and I'm not so sure they aren't, Jesus made it clear he wasn't abolishing the law at all), then what moral code *are* they under? If the Mosaic Law, uttered by God Himself, isn't reflective of His Most Excellent Moral Code, then what is?

  9. Re:Let's get our political opinions from entertain on Stewart and Colbert Plan Competing D.C. Rallies · · Score: 1

    ...we the voters shouldn't get our opinions from people who are paid to make us laugh, not make us see truth.

    I wasn't aware there was a difference.

  10. Re:Incompetent? on Microsoft's Chief Exec For Latin America Says 'Open' Means 'Incompetent' · · Score: 1

    That's it! He meant "open means incomplete"!

  11. Re:It's just a targeted sales angle on The Advent of Religious Search Engines · · Score: 1

    This. It kills me that Christian radio stations have commercials for *plastic surgery* and *investment classes*-- investment classes taught by preachers, no less!-- and Christians themselves don't catch the hypocrisy.

  12. Annoying: "X, anyone?" on Two Research Groups Create 'Electric Skin' · · Score: 2, Funny

    Does anyone else find the phrasing "X, anyone?" REALLY REALLY annoying? It sounds like a smarmy game show host. "Hint hint, wink wink," that sort of thing.

  13. Re:Ohhhhhhhhh on BP's Gulf Spill Report Shows String of Failures · · Score: 1

    I normally pronounce "oil" as "oy-yul," making it that much harder.

  14. Re:no, really? on First Review of Avatar Special Edition · · Score: 2, Insightful

    And who the hell thinks the extended cut of "Terminator 2" was any good?

  15. Re:Oracle sholuld simply fix their software... on 'Leap Seconds' May Be Eliminated From UTC · · Score: 1

    If they want a steady clock, they should be using CLOCK_MONOTONIC on the system.

    If they're parsing date/times, they should be using their system libraries, which already account for leap seconds.

    Really, I don't know what Oracle was trying to do here.

  16. Re:Poor solution on 'Leap Seconds' May Be Eliminated From UTC · · Score: 1

    Even stranger is that leap seconds are already implemented in most system libraries. If programmers were less eager to roll their own solutions to already-solved problems, it wouldn't be that big of a deal.

  17. Re:I look just like Buddy Holly on Windows 95 Turns 15 · · Score: 4, Interesting

    We got a kick out of the networked "Microsoft Hover" game: http://www.johnlamansky.com/blog/the-legend-of-microsoft-hover/

  18. Re:Yes, please. on Louisiana, Intelligent Design, and Science Classes · · Score: 1

    One of the "species" definitions that biologists fall back on when running into this difficulty is whether two individuals can mate and produce offspring. This makes "species" refer to broader groups than usual (since we like to separate species by shape or functionality) but gives clear lines when one species has separated into two, for example, human beings with their 46 chromosomes and monkeys with the original 48.

    Working with either definition confirms evolution, but you can use the more conservative one if you're having trouble.

  19. Re:Two different branches... on Louisiana, Intelligent Design, and Science Classes · · Score: 1

    Remember that the Creation Event described in the Bible supposedly occurred around 6,000 years ago. In it, God created all the lifeforms on the planet as they are (including the dinosaurs). So creationism is directly opposed to both astrology *and* evolution.

  20. Re:It's also nonscience because it leads nowhere on Louisiana, Intelligent Design, and Science Classes · · Score: 1

    So keep creationism out of science, but do offer religious beliefs as a class outside of science.

    As an atheist, I 100% wholeheartedly agree with this. Religion is part of art, history, philosophy, literature-- all kinds of other subjects. It can be taught in those classes. Religion is not science.

  21. Re:We're on the wrong track. on Bill Gates's New Version of the Einstein Letter · · Score: 1

    I've heard nuclear (fission) power is not the ultimate solution either, because of the scarcity of the fuel.

    Anyone care to comment on this?

  22. Re:What about Official English? on Official Kanji Count Increasing Due To Electronics · · Score: 1

    Mickey Mouse!

  23. Re:Not a 400% Increase on Univ. of California Faculty May Boycott Nature Publisher · · Score: 1

    I didn't think I was a grammar nazi until I nearly had a heart attack reading your post.

  24. Re:"Faith Science Basis?" on Australian Schools To Teach Intelligent Design · · Score: 1

    From inside the system it would appear to us that such small tweaks and experiments were random mutation.

    Since it's hard to really pin down "Intelligent Design," you will have some IDers who claim that that's exactly what happens. The Designer will reach in every now and then and tweak a gene for their purposes.

    Then the questions naturally lean toward "How does he do it?" and "How often does it happen? Every ten years?" and more unanswerable questions, etc.

  25. Re:an asteroid 100 km in size. on Vast Asteroid Crater Found In Timor Sea · · Score: 2, Insightful

    Guilty as charged.