vote up 7 vote down star
8

Now that it looks like software patents are going to be severely limited, does anyone have a good argument for keeping them. It seems like copyright law serves software fine and patents just add overhead to what should be an almost frictionless process. Are there any examples of software that wouldn't have been written if not for patents?

flag

62% accept rate
Very recent article related to this question: techdirt.com/articles/20081030/… – Jon Limjap Oct 31 '08 at 3:42
You should make this a community wiki as it is subjective - there is no right or wrong answer, so it's more of a discussion. However, I do feel that this is a valid question and discussion for the SO community. – Thomas Owens Nov 3 '08 at 16:06
Judging by reading some of the comments in answers, I see this question as being flamebait. I really hesitate to close it though as I really do want to see this discussed. Any suggestions as to how to proceed? – Jason Baker Nov 3 '08 at 16:07
@[Jason Baker]: most of the comments are from a few of us who really seem to care about the level of ignorance and misinformation surrounding this increasingly critical issue. I will take the hint and tone down the passion somewhat, but closing the question is not warranted. – Steven A. Lowe Nov 3 '08 at 17:03

11 Answers

vote up 14 vote down

No. Copyright laws are enough to keep people from stealing/reusing your source code without permission. Anything beyond that makes the world less free. I don't feel like the ideas/process behind software should be protected.

Patents may encourage research and breakthrough in the private sector, but they limit how technology is used, since one company or person 'owns' the concept. The idea may be well known, but others can't use it without permission, thus they are less free. Patents discourage innovation and breakthrough in open source software. The owner of a patent is the only one 'free' to do what he or she wants. Everyone else (the world) is not free to do so.

link|flag
I think the problem with software patents is that it was used to patent the most simple constructs, concepts and algorithms (from things like URLs and links and sorting algorithms and Ribbon UIs). There has to be laws that prevent the patenting of very basic concepts like these. – Jon Limjap Oct 31 '08 at 2:57
@[Jon Limjap]: I agree these silly patents contributed greatly to the negative image of software patents and by extension all patents, but there are already laws for this - the patent law! Sadly the USPTO did not employ the brightest bulbs as patent examiners... – Steven A. Lowe Oct 31 '08 at 3:42
1  
and note that one could make the same suprious argument as above for copyrights, i.e. "copyrights make the world less free" – Steven A. Lowe Dec 5 '08 at 19:45
I must disagree and downvote. Saying that patents make the other less free is a tautology - that's what patents are for. The question is whether this is useful or not. Obviously, due to patent misuse (as noted in comments above), the disadvantages are currently quite big. – Roman Plášil Jul 8 at 21:07
vote up 8 vote down

Yes. Though there have been some really stupid patents issued, but that does not invalidate the entire system. The alternative to the patent system is secrecy and stagnation. Think "Order of the FreeMasons" but for software developers - where PKZIP is a jealously-guarded secret of the Order of the ZLIB, and mp3 files don't exist because Fraunhofer could never have recovered their R&D money for inventing them.

The article linked above is primarily about 'business method patents', which are an absolute farce; other articles linked herein indicate that the blowback from these stupid-fest patents will finally put the lid back on the requirements that a software patent actually be for something novel and non-obvious.

granted, many if not most software patents are categorically silly, but that is more due to the defects of the examiners rather than a flaw in the system itself

a patent for 'dual synchronized scrolling list displays' is ridiculous, any first-year CS student could have come up with that solution in less than a six-pack - this fails the "nonobvious" test

a patent for pkzip compression, though, not so obvious maybe

caveat: i have a software patent pending, but of course i think mine is not just novel and nonobvious but also ingeniously clever and useful ;-)

Some cynics assume that anyone in favor of patents must stand to make money from them, but I was in favor of patents long before i ever though i might have one, because the alternative to the patent system is secrecy and stagnation.

Remember, in return for patent protection the inventor must publish the invention so the world can learn from it. Without this incentive, most really useful inventions would remain closely-guarded secrets. The world is free to learn from the invention - which is the really important kind of freedom that advances civilization.

Also, patent protection is for a very limited period of time. The alternative - before patents - was "trade secrets", i.e. jealously guarded secrets about How Things Worked that made progress crawl at a snail's pace, instead of advancing at Net speed.

the original question asked "Are there any examples of software that wouldn't have been written if not for patents?" This is not really the right question, not just because it falls into the unrepeatable-experiments category, but also since without patent protection there would be a lot of software that no one ever heard about.

link|flag
I'm sure you can't give details on your patent, but how much is it costing you? I looked into one more than a decade ago, and the various lawyers estimated $10,000 - $50,000, which was $9,999 - $49,999 more than I had on hand. – MusiGenesis Oct 31 '08 at 1:59
@[MusiGenesis]: we've spent about $25K on the patents for the USA and Europe, which is less expensive than most. Part of the process requires publishing so see freshpatents.com/Digital-differential-watermark-a… if you're interested in the details. – Steven A. Lowe Oct 31 '08 at 2:03
@[MusiGenesis]: and please note that coming up with the idea behind this novel method took a few minutes' conversation, but developing the prototype to prove this novel method took three years out of my life! Ideas are cheap, implementation is expensive ;-) – Steven A. Lowe Oct 31 '08 at 2:08
Does the patent on software require that your release the full source code for the software, such that when the patent expires, people can actually reproduce your invention? – Kibbee Oct 31 '08 at 2:28
@[Kibbee]: no. The patent covers the method, not the software. In my case, we will most likely develop a hardware implementation of the software for efficiency. – Steven A. Lowe Oct 31 '08 at 2:34
show 8 more comments
vote up 4 vote down

The original expressed intent of patent law was to create a mechanism whereby individuals would be encouraged to publish details of their inventions and innovations, knowing that they could still profit from the invention through patent enforcement. Without patent protection, inventors could only protect their inventions by keeping the details secret. So the basic rationale of patents is that they provide a good to society as a whole.

I cannot think of one single example in the software world where a software patent actually served this purpose (i.e. the [possibly anticipated] awarding of the patent allowed the original inventor to freely reveal the details of some innovation). Instead, software patents are used to legally badger people who either invented the process independently or are doing something incredibly obvious (like one-click shopping) which violates the critical "non-obvious" requirement of a patent award.

So I do not think there is any value whatsoever in software patents. There could be, if the people awarding the patents were actually knowledgeable about software. They appear not to be.

link|flag
most software patents are indeed worthless and without merit, but not all of them - the patent mechanism is still a good idea, but it does sort of assume qualified patent examiners to make it work! – Steven A. Lowe Oct 31 '08 at 1:55
Do you know if the patent office is hiring? That would be a pretty fun job. Maybe. – MusiGenesis Oct 31 '08 at 1:58
@[MusiGenesis]: I don't know, but they should be! – Steven A. Lowe Oct 31 '08 at 2:05
vote up 3 vote down

The problem with not protecting software from being picked apart for people to use as they please is that some of the people (not all) that are behind the great software that we have will stop making it altogether. While open source is great and there are plenty of people who like to create great software either for the pure joy or just because it will be useful to others, a lot of people do it because it's how they make money.

If someone makes something that's new and fresh, why shouldn't they be granted exclusive rights to it for a little while? If they don't have the capital or marketing power of a big company, they'd be hard pressed to make any money off of their work and if there's no protection, a bigger company could just come along and pick it off.

Companies already skirt copyrights and patents as it is, it won't get any better for the little guy if they are suddenly given free reign to snatch up every great concept before the creator is able to benefit from it.

That said, the current system we have (as others above have said) is quite ridiculous and needs a tremendous overhaul.

link|flag
well said. "No bucks, no Buck Rogers" – Steven A. Lowe Oct 31 '08 at 1:53
vote up 2 vote down

This is an excellent essay (as usual from Paul Graham): Are Software Patents Evil?

link|flag
a most excellent essay, thanks for the link! – Steven A. Lowe Oct 31 '08 at 1:23
vote up 2 vote down

I think the biggest problem with patents (and copyright) in a field that moves as fast as computer software is that they simply last too long, to the point of being counterproductive. In an industry where 5 years is an eternity, it seems silly that someone shouldn't be able to build on your technology for 20 years or whatever the limit is after you created it. Software patents might be much more palatable if they lasted for a much shorter time period (maybe 1-3 years), to give the initial creator a chance to make a few extra bucks without stifling others that want to build on that innovation too much.

link|flag
1-3 years may seem like an eternity on the internet, but it is about how long it takes to get a start-up business off the ground. – Steven A. Lowe Oct 31 '08 at 2:05
Fair enough. That's just a number I pulled out of my @$$. At any rate, it should be substantially less than 20 years. – dsimcha Oct 31 '08 at 2:09
it used to be 17 years, and was extended to 20. Twenty years is good, i think - that's essentially one generation. – Steven A. Lowe Oct 31 '08 at 2:36
vote up 2 vote down

I don't know if I feel that software patents in and of themselves are wrong, but I do feel that our current patent system is beyond broken. For instance, IBM filed 10 patents a day last year. Now IBM is a great and innovative company and everything. But I don't buy that they really invented 10 things a day that needed to be patented last year.

In my opinion, this is a system that inherently benefits the IBMs of the world and not the smaller development shops. To be fair though, companies like IBM tend to regard patents more as a defense against patent trolls (who I feel are the real bad guys in our system) than any offensive measure.

link|flag
IBM's policy is to patent everything they invent - as you mentioned, as a defense against patent trolls. With about 400,000 employees it only takes 1 in 100 to have an idea on a daily basis, and there's your 10 patents per day. ;-) – Steven A. Lowe Nov 3 '08 at 17:00
vote up 1 vote down

Patents were invented for physical creations, copyright is for textiles. I think the problem is that in the days of early computers the distinction between hardware vs software functionality was blurred so they could get away with it and the tradition has unfortunately stuck.

link|flag
actually, the novel aspect of many patents is the algorithm embodied in the mechanism being patented, and not the mechanical device itself – Steven A. Lowe Oct 31 '08 at 1:52
Finally someone who understands – WolfmanDragon Feb 5 at 2:35
1  
And that is wrong, as algorithms are not, and should not be patentable – Stephan Eggermont Apr 9 at 12:33
vote up 0 vote down

Viewpoints on this issue tend to be based on how much a person stands to gain or lose.

One site that tends towards not liking software patents - and patents in general is techdirt.

And for some possible benefits that software patents might have: John Carroll: The benefits of patents

link|flag
or how much they understand why the patent process was established in the first place. i was in favor of patents long before i ever thought i might get one, because the alternative to patents is secrecy and stagnation – Steven A. Lowe Oct 31 '08 at 1:31
vote up 0 vote down

I am reviving an old thread as I see, and yet a small question. Is there a written patent somewhere on the concept of Sub Version Control (SVN\ SVC) or Source Control?

link|flag
vote up 0 vote down

To answer the question, didn't the PNG image format get developed in direct response to the GIF patent and the much publicised intention of the rights holder (Unisys) to recover royalty payments from the likes of Compuserve?

link|flag
Correct. It was Unisys patenting the LZW algorithm, which is used as the data compression algorithm in GIF formatted images, that spurred the creation of PNG. More information about the algorithm: en.wikipedia.org/wiki/… – joseph.ferris Nov 9 at 19:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.