[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Question regarding Microsoft patent on file synchronization

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2007-04-22 08:19:13 CEST

Hello!

Mark Reibert schrieb:
> On Sat, 2007-04-21 at 12:10 -0700, Karl Fogel wrote:
>> In my professional opinion, this patent should not have been granted.
>
> That would imply some capability to separate the oats from the manure, a
> task for which our famous USPTO has shown little propensity.

Exactly. Microsoft recently also got a patent on the comparison of a
numeric value being not zero.

Common knowledge:

if !(a == 0) {
   // Do something
   ...
}

Great invention:

if (a != 0) {
   // Do something
   ...
}

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 22 08:19:32 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.