Slashdot Mirror


User: Planar

Planar's activity in the archive.

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

Comments · 32

  1. Re:Time is mostly subjective anyway... on There Is No Single Instant In Time · · Score: 3, Insightful
    It's sorta scary to see that people whos very job it is to broaden our understanding can be horrible quick to judge [...], as that will only slow down the speed we as a society learns about the world around us.
    Not really. Quickly dismissing crackpots will actually speed up the progress of science by making more time available for more promising work.
  2. Secret patents ? on Antibiotic Resistant Staph Antibiotic Discovered · · Score: 1

    There's a bug in the story:

    >AquaPharm is keeping the identity of its MRSA-killing
    >bacteria a closely guarded secret, and taken out patents
    >on how they can be cultivated and used.

    It doesn't make sense. The purpose of the patent system
    is to grant limited monopoly in exchange for the
    *publication* of the invention. You can't patent it and
    keep it a secret.

    Also, the sentence is grammatically incorrect. I suspect
    some editor at CNN did his job of mangling the story
    until it says the opposite of what the journalist intended...

  3. Re:from the rabid-knee-jerk-reactions dept. on RIAA Sues Backbone ISPs to Censor Website · · Score: 5, Insightful
    If this suit passes in the favor of the RIAA, then you can kiss The Constitution goodbye."
    If this suit passes in favor of the RIAA, then you can kiss The Internet goodbye. I mean, if any jerk can sue the ISPs for transmitting packets they don't like, the Internet just cannot work.
  4. Titanic mistake ? on The Illusion of Spectrum Scarcity · · Score: 0, Redundant

    The Titanic sunk more than 90 years ago, not 70.

  5. Re:Repent! on RMS Says Hurd Could Be Loosed in 2002 · · Score: 1

    There is only one standard format for date and time: ISO 8601

  6. Let us be really paranoid on Path of Least Surveillance · · Score: 2, Funny

    Who wants to bet that the FBI is logging all connections to the iSee web site ?

    (And what will the slashdot effect do to that logging ?)

  7. Re:Sends the Wrong Message on 4th ICFP Programming Contest Announced · · Score: 1
    Speed of completion is not important.
    In the real world, it is.
    Moreover, contests like these are disastrously counter-productive in the coder's quest to have his profession recognized as a legitimate field of engineering.
    Engineering is about doing the most with the smallest amount of resources. Time is just another resource.
    Do Mechanical Engineers have contests to see who can design a bridge the fastest? NO! Because if that bridge falls down, it people die. Likewise, now that computers are running life-support systems and the like, there is no room for error.
    I can tell you that the first contest entries to be eliminated will be the ones that crash or give the wrong result on any of the input sets. There is no room for error in this contest either. And that's one of the reasons why functional languages usually do so well. Most C programmers cannot write a bug-free program in 3 days (except maybe for hello world). Some Caml programmers can.