<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Transcript: Andrew Tridgell on Patent Defence</title>
	<atom:link href="http://news.swpat.org/2010/03/transcript-tridgell-patents/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 16:07:43 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clifford Heath</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-204</link>
		<dc:creator>Clifford Heath</dc:creator>
		<pubDate>Thu, 01 Apr 2010 01:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-204</guid>
		<description>Thanks Tridge. The non-infringement path wasn&#039;t taken (this was several years ago), but I believe the attack was stymied anyhow, not sure how. Not until after it cost a heap though... annoying. I suspect that the process of discovery can be abused by scum-sucking IP companies looking for more complainants too, despite it no doubt being an illegal use of the material. I&#039;m glad it&#039;s not my problem now...</description>
		<content:encoded><![CDATA[<p>Thanks Tridge. The non-infringement path wasn&#8217;t taken (this was several years ago), but I believe the attack was stymied anyhow, not sure how. Not until after it cost a heap though&#8230; annoying. I suspect that the process of discovery can be abused by scum-sucking IP companies looking for more complainants too, despite it no doubt being an illegal use of the material. I&#8217;m glad it&#8217;s not my problem now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tridgell</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-203</link>
		<dc:creator>Andrew Tridgell</dc:creator>
		<pubDate>Wed, 31 Mar 2010 11:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-203</guid>
		<description>Hi Clifford,

yes, I recall it, and you may recall that I didn&#039;t agree with your
assessment. The situation with rsync is quite complex, and it is
certainly not nearly as clearcut as you make out.

I have spent considerable time looking at the various patents on
differencing techniques. As is common, I can&#039;t disclose the details of
that analysis (that is one of the problems with this field, and is why
I chose a defused patent and a made-up patent in my talk).

On your second question, my understanding is that there is no need to
&#039;re-active&#039; the non-infringement argument. You should discuss with a
patent attorney for real advice, but I think the most likely way it
would go is you would try to prevail using a non-infringement argument
as a summary judgment motion. You would also put your claim
construction arguments at the Markman hearing (if it gets that far).

This is straying outside of my area of expertise however. What I&#039;m
trying to teach is patent analysis from the engineers perspective,
where the primary role is to develop the argument which can then be
presented to a patent attorney. I want to ensure the engineers in the
FOSS community know how to present their knowledge effectively, and to
ensure they know what their role is in the whole patent defense
process.

Cheers, Tridge</description>
		<content:encoded><![CDATA[<p>Hi Clifford,</p>
<p>yes, I recall it, and you may recall that I didn&#8217;t agree with your<br />
assessment. The situation with rsync is quite complex, and it is<br />
certainly not nearly as clearcut as you make out.</p>
<p>I have spent considerable time looking at the various patents on<br />
differencing techniques. As is common, I can&#8217;t disclose the details of<br />
that analysis (that is one of the problems with this field, and is why<br />
I chose a defused patent and a made-up patent in my talk).</p>
<p>On your second question, my understanding is that there is no need to<br />
&#8216;re-active&#8217; the non-infringement argument. You should discuss with a<br />
patent attorney for real advice, but I think the most likely way it<br />
would go is you would try to prevail using a non-infringement argument<br />
as a summary judgment motion. You would also put your claim<br />
construction arguments at the Markman hearing (if it gets that far).</p>
<p>This is straying outside of my area of expertise however. What I&#8217;m<br />
trying to teach is patent analysis from the engineers perspective,<br />
where the primary role is to develop the argument which can then be<br />
presented to a patent attorney. I want to ensure the engineers in the<br />
FOSS community know how to present their knowledge effectively, and to<br />
ensure they know what their role is in the whole patent defense<br />
process.</p>
<p>Cheers, Tridge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clifford Heath</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-198</link>
		<dc:creator>Clifford Heath</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-198</guid>
		<description>Tridge,

You might recall the occasion when I pointed out how rsync infringes Travelling Software&#039;s patent, and how the protocol could be reversed (checksum blocks on the sender, scan on the receiver) to avoid the patent - which actually improves the scalability of file distribution servers because the block checksums can be pre-computed and no server-side computation is needed, just an HTTP server, and even an HTTP cache, including one that can cache partial (HTTP subrange) entities (does such a thing even exist?)

I never understood why you didn&#039;t take that suggestion seriously. Is it because you never actually received an infringement claim from TS? My employer took the possibility seriously, and we even improved on the reversed protocol by using compressor flushing to allow remote differencing of compressed files (as also discussed with you at the time)... The technique is unencumbered AFAIK - we certainly didn&#039;t proceed with our patent application, thank goodness.

On another note, if you&#039;re hit with a patent attack and you clearly don&#039;t infringe the patent being used, yet due to whatever reason it goes to the (hella expensive) &quot;process of discovery&quot;, is there any way you can shortcircuit that process by reactivating a non-infringement argument?</description>
		<content:encoded><![CDATA[<p>Tridge,</p>
<p>You might recall the occasion when I pointed out how rsync infringes Travelling Software&#8217;s patent, and how the protocol could be reversed (checksum blocks on the sender, scan on the receiver) to avoid the patent &#8211; which actually improves the scalability of file distribution servers because the block checksums can be pre-computed and no server-side computation is needed, just an HTTP server, and even an HTTP cache, including one that can cache partial (HTTP subrange) entities (does such a thing even exist?)</p>
<p>I never understood why you didn&#8217;t take that suggestion seriously. Is it because you never actually received an infringement claim from TS? My employer took the possibility seriously, and we even improved on the reversed protocol by using compressor flushing to allow remote differencing of compressed files (as also discussed with you at the time)&#8230; The technique is unencumbered AFAIK &#8211; we certainly didn&#8217;t proceed with our patent application, thank goodness.</p>
<p>On another note, if you&#8217;re hit with a patent attack and you clearly don&#8217;t infringe the patent being used, yet due to whatever reason it goes to the (hella expensive) &#8220;process of discovery&#8221;, is there any way you can shortcircuit that process by reactivating a non-infringement argument?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tridgell</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-194</link>
		<dc:creator>Andrew Tridgell</dc:creator>
		<pubDate>Fri, 26 Mar 2010 00:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-194</guid>
		<description>Hi Georg,

My primary experience has been with the US patent system, and my talk
was based on spending many years working with very experienced patent
attorneys in the US system.

When I write this up more fully, instead of in a short talk, the type
of reference I will use will be this sort of thing:

  http://nopr.niscair.res.in/bitstream/123456789/3068/1/JIPR%2014%281%29%207-13.pdf

which explains the doctrine of equivalence quite well, as well as the
ways that the doctrine can be limited by the prosecution history,
prior art and other considerations.

My experience has been that the broader the patent claims look at
first glance, the more that you end up finding they are narrowed by
the prosecution history. This is not a hard and fast rule, it is just
the observation based on the patents that I have had to develop
defensive materials for.

The aim of my talk was to teach engineers what they should do. It
wasn&#039;t a talk aimed at patent attorneys, or even general lawyers.  It
is the job of the engineer to put forward the best non-infringement
arguments they can, then it is the job of the patent attorney to shoot
it down based on a judgment of the likelihood of the success of the
defense, usually using as a basis whether a positive result at summary
judgment is likely.

I have had plenty of my non-infringement arguments shot down by patent
attorneys. When that happens I go back and develop better arguments,
or I work out ways to change the code so the weaknesses in the
arguments are removed.

I do not want to stop people from developing non-infringement
arguments because they are afraid of the bogey man of the doctrine of
equivalents. It is not for a lay person to judge whether the doctrine
applies in a specific instance. That requires deep knowledge of the
patent system, and possibly consultation with a patent litigator.

I tried to be careful in my talk to emphasize the importance of
presenting your arguments to a patent attorney. I hope that came
through clearly enough. What I really want to do though is stop the
insanity that currently prevails in the FOSS community where people
stop at the title or abstract of a patent and shout &quot;prior art!&quot; then
think they are done.

If I can get people to start developing non-infringement arguments
instead, then I think we will have moved forward a long way. 

Cheers, Tridge</description>
		<content:encoded><![CDATA[<p>Hi Georg,</p>
<p>My primary experience has been with the US patent system, and my talk<br />
was based on spending many years working with very experienced patent<br />
attorneys in the US system.</p>
<p>When I write this up more fully, instead of in a short talk, the type<br />
of reference I will use will be this sort of thing:</p>
<p>  <a href="http://nopr.niscair.res.in/bitstream/123456789/3068/1/JIPR%2014%281%29%207-13.pdf" rel="nofollow">http://nopr.niscair.res.in/bitstream/123456789/3068/1/JIPR%2014%281%29%207-13.pdf</a></p>
<p>which explains the doctrine of equivalence quite well, as well as the<br />
ways that the doctrine can be limited by the prosecution history,<br />
prior art and other considerations.</p>
<p>My experience has been that the broader the patent claims look at<br />
first glance, the more that you end up finding they are narrowed by<br />
the prosecution history. This is not a hard and fast rule, it is just<br />
the observation based on the patents that I have had to develop<br />
defensive materials for.</p>
<p>The aim of my talk was to teach engineers what they should do. It<br />
wasn&#8217;t a talk aimed at patent attorneys, or even general lawyers.  It<br />
is the job of the engineer to put forward the best non-infringement<br />
arguments they can, then it is the job of the patent attorney to shoot<br />
it down based on a judgment of the likelihood of the success of the<br />
defense, usually using as a basis whether a positive result at summary<br />
judgment is likely.</p>
<p>I have had plenty of my non-infringement arguments shot down by patent<br />
attorneys. When that happens I go back and develop better arguments,<br />
or I work out ways to change the code so the weaknesses in the<br />
arguments are removed.</p>
<p>I do not want to stop people from developing non-infringement<br />
arguments because they are afraid of the bogey man of the doctrine of<br />
equivalents. It is not for a lay person to judge whether the doctrine<br />
applies in a specific instance. That requires deep knowledge of the<br />
patent system, and possibly consultation with a patent litigator.</p>
<p>I tried to be careful in my talk to emphasize the importance of<br />
presenting your arguments to a patent attorney. I hope that came<br />
through clearly enough. What I really want to do though is stop the<br />
insanity that currently prevails in the FOSS community where people<br />
stop at the title or abstract of a patent and shout &#8220;prior art!&#8221; then<br />
think they are done.</p>
<p>If I can get people to start developing non-infringement arguments<br />
instead, then I think we will have moved forward a long way. </p>
<p>Cheers, Tridge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg Jakob</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-192</link>
		<dc:creator>Georg Jakob</dc:creator>
		<pubDate>Thu, 25 Mar 2010 13:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-192</guid>
		<description>Hi Andrew,

First of all, let me say that I admire your work, especially on Samba :-)

I think your message, as far as you encourage reading and carefully analyzing patents is a *very* important one.

But I&#039;m also afraid you&#039;re dangerously underestimating the power of equivalent infringement. Maybe what you suggest is true for Australia - I don&#039;t know anything about the specifics of that country&#039;s patent system.

However in the E.U. and the EPC member states (especially in Germany, the leading &quot;patent country&quot; under the EPC regime), equivalent infringement is a *very* powerful tool. Probably as many infringers loose their case based on it as on direct infringement. From what I understand, in the U.S and Japan it is a quite serious thing, too.

I understand that it is difficult to say everything important in only 45 minutes (oh my, I suffer from the same problem in almost each of my talks...) but I suggest it&#039;d be important to at least clarify that one would have to check *all* elements of the independent claims and should at least also generally consider what the dependent claims add to that.

Or you&#039;ll have to put more emphasis on the fact that all these suggestions apply only when one is already talking to a lawyer and building a defense in a case.

You&#039;re suggesting that  by only checking some elements of independent claims and ignoring dependent claims, we are &quot;safe&quot;. 

We are *not*.</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>First of all, let me say that I admire your work, especially on Samba <img src='http://news.swpat.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I think your message, as far as you encourage reading and carefully analyzing patents is a *very* important one.</p>
<p>But I&#8217;m also afraid you&#8217;re dangerously underestimating the power of equivalent infringement. Maybe what you suggest is true for Australia &#8211; I don&#8217;t know anything about the specifics of that country&#8217;s patent system.</p>
<p>However in the E.U. and the EPC member states (especially in Germany, the leading &#8220;patent country&#8221; under the EPC regime), equivalent infringement is a *very* powerful tool. Probably as many infringers loose their case based on it as on direct infringement. From what I understand, in the U.S and Japan it is a quite serious thing, too.</p>
<p>I understand that it is difficult to say everything important in only 45 minutes (oh my, I suffer from the same problem in almost each of my talks&#8230;) but I suggest it&#8217;d be important to at least clarify that one would have to check *all* elements of the independent claims and should at least also generally consider what the dependent claims add to that.</p>
<p>Or you&#8217;ll have to put more emphasis on the fact that all these suggestions apply only when one is already talking to a lawyer and building a defense in a case.</p>
<p>You&#8217;re suggesting that  by only checking some elements of independent claims and ignoring dependent claims, we are &#8220;safe&#8221;. </p>
<p>We are *not*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg Jakob</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-191</link>
		<dc:creator>Georg Jakob</dc:creator>
		<pubDate>Thu, 25 Mar 2010 12:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-191</guid>
		<description>My point was not if the system is broken or not. And I have high hopes in the upcoming Bilski decision as well (so high that I actually co-submitted an amicus curiae brief).

The point of my comment is that it is misleading to suggest that by 

0. reading patents
1. not caring about dependent claims
2. making sure you&#039;re not using ALL elements of an independent claim 3. you can&#039;t be infringing the claim in question and therefore you&#039;re on the safe side

is misleading at best and probably quite dangerous. That&#039;s one of the
main reasons why software patents are so dangerous and
happily coexisting with them is a much more complex issue than
Andrew&#039;s talk suggests.</description>
		<content:encoded><![CDATA[<p>My point was not if the system is broken or not. And I have high hopes in the upcoming Bilski decision as well (so high that I actually co-submitted an amicus curiae brief).</p>
<p>The point of my comment is that it is misleading to suggest that by </p>
<p>0. reading patents<br />
1. not caring about dependent claims<br />
2. making sure you&#8217;re not using ALL elements of an independent claim 3. you can&#8217;t be infringing the claim in question and therefore you&#8217;re on the safe side</p>
<p>is misleading at best and probably quite dangerous. That&#8217;s one of the<br />
main reasons why software patents are so dangerous and<br />
happily coexisting with them is a much more complex issue than<br />
Andrew&#8217;s talk suggests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tridgell</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-190</link>
		<dc:creator>Andrew Tridgell</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-190</guid>
		<description>Unfortunately the time for the talk didn&#039;t allow me to discuss the doctrine of equivalents.

You are right that it can mean that patents are more broadly interpreted, but the key thing to understand is that
the doctrine of equivalents is a fragile thing. It can easily be lost, especially through the normal to-and-fro discussion
between the patent office and the patent applicant.

For the patents I deal with, it is common that the patents have been through a very lengthy process of rejection and revival
during the examination process. This may leave very little of the doctrine of equivalents left for the patent, if any. That is
also why I suggested that reading the file wrapper can be helpful, as it tends to narrow the claim construction.

The main idea of this talk was also to teach people how to prepare material for a patent attorney to review. The patent attorney
will be able to offer an assessment of how broad the claims of the patents would be interpreted at a potential Markman hearing.
It is still up to the engineer to present the possible non-infringement arguments, it is then up to the patent attorney
to decide of that defence material is sufficient.

I am planning on writing more extensive &quot;field guide to patent analysis&quot; at some stage, perhaps as a series of blog postings which
would then be collated into a single work. I&#039;ll have more time in that format to do into detail on these sorts of issues.

Teaching patent analysis in a 45 minute talk was always going to be a challenge :-)

Cheers, Tridge</description>
		<content:encoded><![CDATA[<p>Unfortunately the time for the talk didn&#8217;t allow me to discuss the doctrine of equivalents.</p>
<p>You are right that it can mean that patents are more broadly interpreted, but the key thing to understand is that<br />
the doctrine of equivalents is a fragile thing. It can easily be lost, especially through the normal to-and-fro discussion<br />
between the patent office and the patent applicant.</p>
<p>For the patents I deal with, it is common that the patents have been through a very lengthy process of rejection and revival<br />
during the examination process. This may leave very little of the doctrine of equivalents left for the patent, if any. That is<br />
also why I suggested that reading the file wrapper can be helpful, as it tends to narrow the claim construction.</p>
<p>The main idea of this talk was also to teach people how to prepare material for a patent attorney to review. The patent attorney<br />
will be able to offer an assessment of how broad the claims of the patents would be interpreted at a potential Markman hearing.<br />
It is still up to the engineer to present the possible non-infringement arguments, it is then up to the patent attorney<br />
to decide of that defence material is sufficient.</p>
<p>I am planning on writing more extensive &#8220;field guide to patent analysis&#8221; at some stage, perhaps as a series of blog postings which<br />
would then be collated into a single work. I&#8217;ll have more time in that format to do into detail on these sorts of issues.</p>
<p>Teaching patent analysis in a 45 minute talk was always going to be a challenge <img src='http://news.swpat.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers, Tridge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose_X</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-188</link>
		<dc:creator>Jose_X</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-188</guid>
		<description>Let me note something else. Patent monopoly subsidies are subsidies most have deemed worthwhile (in part) as a check against abuse by large wealthy groups. At least this is the traditional justification for such an imperfect system. In the past, you would not expect someone in their garage to come up with an invention and seek to distribute it widely very frequently or without patents to help them out.

Today, we have a totally different picture with software. Not just a few or some but a great many people do create in their &quot;garages&quot;, and in fact beat out the large &quot;bully&quot; corporations to the distribution punch, all without even considering taking out a patent or even a major loan. This was an unheard of concept when patent was worked into law. [Note that when creation is inexpensive, you find many talented people willing to create for something greater than money.]

Because of the special properties of software, many did not attempt to use the patent system on software; however, the greediest among us eventually realized what was perhaps possible and sought exploitation, and others had to move as well for defensive purposes (in fact, the line between hardware/tangible and software is blurred).

Today, this patent system is being used not as it was intended. [Something like the machine test from Bilski was essentially implied throughout our history with patenting.] As an individual user or small business or even a larger user, I should never have to worry about software patents being used against me. Not only might the law as it stands today back me, but arguments of equity and reasonableness surely do.</description>
		<content:encoded><![CDATA[<p>Let me note something else. Patent monopoly subsidies are subsidies most have deemed worthwhile (in part) as a check against abuse by large wealthy groups. At least this is the traditional justification for such an imperfect system. In the past, you would not expect someone in their garage to come up with an invention and seek to distribute it widely very frequently or without patents to help them out.</p>
<p>Today, we have a totally different picture with software. Not just a few or some but a great many people do create in their &#8220;garages&#8221;, and in fact beat out the large &#8220;bully&#8221; corporations to the distribution punch, all without even considering taking out a patent or even a major loan. This was an unheard of concept when patent was worked into law. [Note that when creation is inexpensive, you find many talented people willing to create for something greater than money.]</p>
<p>Because of the special properties of software, many did not attempt to use the patent system on software; however, the greediest among us eventually realized what was perhaps possible and sought exploitation, and others had to move as well for defensive purposes (in fact, the line between hardware/tangible and software is blurred).</p>
<p>Today, this patent system is being used not as it was intended. [Something like the machine test from Bilski was essentially implied throughout our history with patenting.] As an individual user or small business or even a larger user, I should never have to worry about software patents being used against me. Not only might the law as it stands today back me, but arguments of equity and reasonableness surely do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose_X</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-187</link>
		<dc:creator>Jose_X</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-187</guid>
		<description>You quote from a time prior to the dissemination of inexpensive computing, software, and online communication. We can tolerate a broken system if the players are all huge corporations or the small guy is on the &quot;inventor&quot; end seeking protection. With many fewer inventing entities (and involving essentially large firms as the potential &quot;abusers&quot;), we are less likely to have clashes or can give the benefit of the doubt to the alleged inventor.

Once we move to the domain of attacking small businesses or individuals, we have to revisit our assumptions and also realize that the rough parts of the law can get magnified tremendously.

The SCOTUS hearing on Bilski should have made it very clear that the Justices were very hostile to the notion of the patenting of business methods, even if arguably such would be allowed by the law as written. [Note business method patents also weren&#039;t an issue in 1950.]. As I just mentioned, when we deal with material goods that cost a lot and where much time might be needed to distribute and recoup costs (though likely much less than 20 years), we can look aside some problems and even worry about the &quot;poor inventor&quot; being shut down unfairly. When we deal with &quot;inventions&quot; within the purvue of ordinary folks and small firms, we have to realize this system is very broken.

Also, note that copyrights are $0 and this means anyone can participate. We have a much more educated population today, so this $0/auto combo is very useful. We also have much more advanced (cheap) tools and collaboration available today [yes, copyright law needs more revising as well.] Patenting is still not $0 and implicit. This creates a tremendous disadvantage for the small entities (who in the past were assumed not to be participants by and large -- obviously, an assumption that doesn&#039;t hold for software today).

Again, as stated in earlier comments above, SCOTUS has ruled software is not patentable and it is a trivial step to load it into a computer. [Except at the hardware interface end] software are algorithms based on an ideal model that transcend physics. Software is already covered by copyrights. Well... I won&#039;t repeat everything I&#039;ve already stated above....</description>
		<content:encoded><![CDATA[<p>You quote from a time prior to the dissemination of inexpensive computing, software, and online communication. We can tolerate a broken system if the players are all huge corporations or the small guy is on the &#8220;inventor&#8221; end seeking protection. With many fewer inventing entities (and involving essentially large firms as the potential &#8220;abusers&#8221;), we are less likely to have clashes or can give the benefit of the doubt to the alleged inventor.</p>
<p>Once we move to the domain of attacking small businesses or individuals, we have to revisit our assumptions and also realize that the rough parts of the law can get magnified tremendously.</p>
<p>The SCOTUS hearing on Bilski should have made it very clear that the Justices were very hostile to the notion of the patenting of business methods, even if arguably such would be allowed by the law as written. [Note business method patents also weren't an issue in 1950.]. As I just mentioned, when we deal with material goods that cost a lot and where much time might be needed to distribute and recoup costs (though likely much less than 20 years), we can look aside some problems and even worry about the &#8220;poor inventor&#8221; being shut down unfairly. When we deal with &#8220;inventions&#8221; within the purvue of ordinary folks and small firms, we have to realize this system is very broken.</p>
<p>Also, note that copyrights are $0 and this means anyone can participate. We have a much more educated population today, so this $0/auto combo is very useful. We also have much more advanced (cheap) tools and collaboration available today [yes, copyright law needs more revising as well.] Patenting is still not $0 and implicit. This creates a tremendous disadvantage for the small entities (who in the past were assumed not to be participants by and large &#8212; obviously, an assumption that doesn&#8217;t hold for software today).</p>
<p>Again, as stated in earlier comments above, SCOTUS has ruled software is not patentable and it is a trivial step to load it into a computer. [Except at the hardware interface end] software are algorithms based on an ideal model that transcend physics. Software is already covered by copyrights. Well&#8230; I won&#8217;t repeat everything I&#8217;ve already stated above&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georg Jakob</title>
		<link>http://news.swpat.org/2010/03/transcript-tridgell-patents/#comment-186</link>
		<dc:creator>Georg Jakob</dc:creator>
		<pubDate>Wed, 24 Mar 2010 14:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://news.swpat.org/?p=241#comment-186</guid>
		<description>This is a article describes the fallacies of communication between programmers, lawyers and patent attorneys quite nicely.

There is at least one *CRUCIAL* mistake however: You are by no means on the safe side of non-infringement if you manage to dismantling just one (or more, but not all) of the patent claims. What still can -- and quite often will -- be alleged is known as &quot;equivalent infringement&quot;, at least in the U.S. and quite everywhere around the EU.

As the U.S. Supreme Court put it in Graver Tank &amp; Mfg. v. Linde Air Prods (USSC 1950): &quot;One who seeks to pirate an invention, like one who seeks to pirate a copyrighted book or play, may be expected to introduce minor variations to conceal and shelter the piracy. Outright and forthright duplication is a dull and very rare form of infringement.&quot;

For starters, even the Wikipedia entry on the doctrine of infringements might be helpful.</description>
		<content:encoded><![CDATA[<p>This is a article describes the fallacies of communication between programmers, lawyers and patent attorneys quite nicely.</p>
<p>There is at least one *CRUCIAL* mistake however: You are by no means on the safe side of non-infringement if you manage to dismantling just one (or more, but not all) of the patent claims. What still can &#8212; and quite often will &#8212; be alleged is known as &#8220;equivalent infringement&#8221;, at least in the U.S. and quite everywhere around the EU.</p>
<p>As the U.S. Supreme Court put it in Graver Tank &amp; Mfg. v. Linde Air Prods (USSC 1950): &#8220;One who seeks to pirate an invention, like one who seeks to pirate a copyrighted book or play, may be expected to introduce minor variations to conceal and shelter the piracy. Outright and forthright duplication is a dull and very rare form of infringement.&#8221;</p>
<p>For starters, even the Wikipedia entry on the doctrine of infringements might be helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

