This is one of those issues that I feel is more a member of tribal affiliation than anything substantive. It's like flag burning for us Republicans: if I were to rank order my political objectives, "prevent flag burning" would be somewhere in the x0,000s, but the tribe cares about this a lot for philosophical reasons (which I'm broadly speaking on board with) and as a result uses it as a signaling mechanism. Software…
Poll: Do you support software patents?
171–180 of 319 posts
Re: Poll: Do you support software patents?
#172Earlier quoted context omitted.
And not only you might accidentally break patents - you might not even be able to figure out if you break patents at all without paying a lawyer to translate the patent specifications. Maybe it's just because I'm no native english speaker, but I often don't get patent texts. Coding around patents is like walking blindfolded through a minefield.
One could argue that you shouldn't code around patents in the first go round. Because if you demonstrate that you knew about the patent and then proceeded to infringe on it, you could be liable for 3X the amount. If you don't know about the patent, then you're only liable for 1X the amount. Moral of the story: don't read patents, you can only get into trouble. If you get sued after the fact, then you can change your…
Ironic, given one of the original primary reasons for the patent system.
Re: Poll: Do you support software patents?
#173Earlier quoted context omitted.
Except it's even worse than that: usually patent trolls haven't even written the code to solve the problem. Working code is not required to be granted a patent.
And they could file for the patent after you have done the work. You then have the hassle and expense of proving that your work came first and even then such cases often don't go the way they should.
For a worse horror story, just take a look at Farnsworth trouble with RCA about the TV patents.
Re: Poll: Do you support software patents?
#174This is one of those issues that I feel is more a member of tribal affiliation than anything substantive. It's like flag burning for us Republicans: if I were to rank order my political objectives, "prevent flag burning" would be somewhere in the x0,000s, but the tribe cares about this a lot for philosophical reasons (which I'm broadly speaking on board with) and as a result uses it as a signaling mechanism. Software…
Re: Poll: Do you support software patents?
#175I think the problem here stems from the fact that people talk as if "software" were one homogenous entity. But as we all know - it isn't. Some software is trivial and some isn't. Some represents a trifling investment and some a huge investment of time and dollars. Some is very easy to copy and some much harder. It is only when we start thinking about such categories that we can make real progress thinking about where…
You forgot "(c) First-mover advantage"[1], which is historically very effective at rewarding innovators.
Without our current patent system, I'm fairly confident innovators would come up with clever ways of capitalizing on their ideas despite those ideas being easy to duplicate. Of course, it wouldn't be a perfect system either, but in my opinion a much better one.
PS: Up voted you as I believe you are making and interesting point which is worth debating. I wish people would stop down voting comments they disagree with.
Re: Poll: Do you support software patents?
#176Earlier quoted context omitted.
Software is an application of mathematical equations perhaps, but then hardware is an application of material properties and other laws of physics. Since material properties and laws of physics can't be patented, you're presumably against hardware patents as well?
The capability of modelling a physical system with math does not mean that physical systems are math. On the other hand, the numerous proofs that software is math are fairly trivial for anyone with a modest background in mathematics.
It's the modeling of physical systems that its patented, not the physical object itself. Those patents usually protect the inventor from people creating any number of variations on their exact design because it's the approach to solving a particular problem that is being patented.
I think there are a lot of people who take an absolute position against software patents and end up going through all sorts of contortions to differentiate between why ideas in the physical realm should be protected and ideas in the software realm should not.
That said, I certainly agree that most software patents are far too obvious and not deserving of any sort of protection. The challenge, of course, is how to fix the system to afford protections to real innovators and not to those who simply connect the dots.
Re: Poll: Do you support software patents?
#177Earlier quoted context omitted.
That's not how software patents work in practice. They are written to be as broad and non-specific as possible, because their purpose is to be legal weapons. They are not about spreading innovation; competition, in functioning markets, is sufficient for that.
I think patents can be (and have been) distorted to be used as weapons, but their real purpose is to help innovation as I described. The argument you're making is basically that the system right now is broken, so we should just throw it out. I do agree that it's broken, but I argue that fixing the system is a better solution than throwing it out.
Do you honestly believe there is such a problem with sharing innovation in the software industry, that we need government intervention to encourage sharing?
Re: Poll: Do you support software patents?
#178This is one of those issues that I feel is more a member of tribal affiliation than anything substantive. It's like flag burning for us Republicans: if I were to rank order my political objectives, "prevent flag burning" would be somewhere in the x0,000s, but the tribe cares about this a lot for philosophical reasons (which I'm broadly speaking on board with) and as a result uses it as a signaling mechanism. Software…
I'm not just flag burning here. Privacy might be a better issue to put into the "tribal affiliation" buckets as I have heard of few real instances where privacy actually harmed a real person (I'm talking about stuff like google tracking your searches). As a developer, there is a real chance you will get sued over patents, and if you do there will be real damage done.
Re: Poll: Do you support software patents?
#179But here's a more pragmatic argument.
The current patent system exists to provide financial incentive to bring the number of inventors in an untouched area from 0 to 1.
It is completely broken wherever it brings the number of innovators in an emerging area from 50 to 1.
The first case is probably true in any industry with high startup costs and unproven technology. The second case is true of software and services on the still young, still evolving internet, with low technological barriers to entry and fertile soil as far as the eyes can see.
If we want to see what innovators are really capable of, we'll get rid of software patents and watch them duke it out in the market.
Re: Poll: Do you support software patents?
#180I think the problem here stems from the fact that people talk as if "software" were one homogenous entity. But as we all know - it isn't. Some software is trivial and some isn't. Some represents a trifling investment and some a huge investment of time and dollars. Some is very easy to copy and some much harder. It is only when we start thinking about such categories that we can make real progress thinking about where…