Slashdot Mirror


Stallman Critical of OSDL Patent Project

PatPending writes to mention a News.com article about Richard Stallman's objections to the OSDL patent project. He argues that the project may actually be 'worse than nothing', as it will undermine certain legal tactics. From the article: "'Thus, our main chance of invalidating a patent in court is to find prior art that the Patent Office has not studied,' Stallman wrote. Second, patent applicants could use the prior art uncovered by the OSDL to write patent claims that simply avoid the technologies used in the tagged software. 'The Patent Office is eager to help patent applicants do this,' Stallman wrote. Finally, he wrote, a 'laborious half measure' such as the Open Source as Prior Art project could divert attention from the real problem: that software is patentable in the first place."

6 of 226 comments (clear)

  1. Aboslutly correct. by geekoid · · Score: 5, Insightful

    "Finally, he wrote, a 'laborious half measure' such as the Open Source as Prior Art project could divert attention from the real problem: that software is patentable in the first place.""

    Aboslutly correct.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  2. Moral correctness is not enough by EmbeddedJanitor · · Score: 5, Insightful
    It's like saying nobody should steal, so I won't lock my car/house/whatever.

    Sure, in the long term, and a perfect world, you might want to get rid of software patents. Right now however they are real and are here and measure that combat them face to face have some merit.

    --
    Engineering is the art of compromise.
    1. Re:Moral correctness is not enough by LordLucless · · Score: 4, Insightful

      Building on what you said: the whole basis of a patent is that of a trade. The public gives the inventory a time-limited monopoly, the inventor tells the public how his invention works. The reason this is a good deal for the public is the non-obvious clause. Patents are designed to protect things that nobody else can figure out how to do. If someone can look at your invention and think "Eh, I know how to do that", then your invention is not worthy of patent - the public would be getting a bad deal, because they're trading a monopoly for something they already know. Patents are designed so that when someone invents something really cool, he doesn't keep it as a trade secret. If he does, and he dies, then the world loses knowledge. If he patents it, then everyone knows how to do it (even if they can't use it for another ten years) and knowledge is retained. That is how patents can (and should) act towards the good. The problem now is that the USPTO is betraying their purpose by making crappy deals on behalf of the public. They're giving away monopolies like candy, and reaping the kickbacks (errr, I mean processing fees).

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
    2. Re:Moral correctness is not enough by Chris+Burke · · Score: 4, Insightful

      Why should I spend time inventing new algorithms, then?

      The same reason you spend time writing software at all (that others with more resources may duplicate and undercut): The new algorithm solves a particular need of yours. It is useful.

      This is why Sir Charles Hoare created the quicksort in 1960. It probably didn't even occur to him that this was something he should prevent others from using, and he still found it useful to invent. Thank God he did not -- could not -- patent it, or it would have been over a decade before people could have taken free advantage of the fastest-average-time general sorting algorithm known today. Imagine everyone else had been doing the same thing -- locking up merge sort, bin sort, r/b binary trees, avl binary trees, b-trees, etc etc. With all these foundations of computer science locked up in patents for 14-20 years, how much progress do you think the software world would have made compared to what it did with free access to all these ideas? Remember, we're talking about a fourth of the entire existence of computers.

      Why does software not being a physical object make it less suitable to be patented?

      Because software is math.

      That's all it is. A program is just a series of mathematical operations performed by a computer. Now the computer is an invention. But the software is just a calculation. Patenting a software algorithm is like patenting a sequence of button pushes on your calculator, and by "like" I mean "is very literally the same".

      Imagine if Sir Issac Newton had decided to lock away his Calculus? He might have had some legal troubles from Leibniz, but once they came to an amicable arangement, everyone else would have been out of luck. Is Calculus not a great invention? Of course! But like all math, it is an invention whose benefit comes from what could be built upon it. Thank goodness that Newton published his book and did not restrict others from using what it described, or you have to wonder where we'd be today.

      Why shouldn't software be patentable? Because it's a patent on math, the fundamental language of the universe.

      --

      The enemies of Democracy are
  3. Horns Of A Dilemna by rumblin'rabbit · · Score: 4, Insightful
    On Stallman's (probably long) list of things he doesn't like, the following rank at or near the top:
    • Software patents.
    • Proprietary (that is, closed) software.
    Here's the thing: Probably the best defense against having to deal with software patents is to keep the software closed. Don't make the code public and don't tell how it works. If people don't know you've violated their patent, they are not likely to sue you, and their software patent won't be worth very much.


    Such a strategy is not dishonest - even when behaving with the highest integrity, inadvertent patent violation is not only possible, but likely. You should not knowingly violate patents, but you aren't required to help the patent holders identify offenders either.

    By hating both simultaneously, RMS has given himself a very tough row to hoe. Open software is highly vulnerable to patent litigation.

  4. Re:patent GPL? by illuminatedwax · · Score: 4, Insightful

    Because if someone patents something, you can't make a free version of it yourself. A software patent closes off all versions and iterations of that software completely.

    Stallman's issue isn't with copyright - his issue is with people not voluntarily giving up their code to the community. He is all for copyright and ownership of code. His problem is that software is not something you should be able to patent, and that the OSDL initiative distracts from this point.

    --
    Did you ever notice that *nix doesn't even cover Linux?