Showing posts with label copyright. Show all posts
Showing posts with label copyright. Show all posts

20110331

Bits of Intellectual Property II

I was reading "What Color are the Bits?", an in depth discussion of the interplay between information theory and copyright law. I like this discussion, with one exception.

The authors reference an interesting thought experiment. If I take a copyrighted file, x-or it with a public domain file to produce gibberish, is that gibberish still copyrighted? Their argument is that a Lawyer would say "yes of course, those bits still came from someones intellectual property", and a computer scientist would say "no, now its just nonsense".

Why the confusion ?

These two differing opinions arise because each party is considering different pieces of information. When we scramble the bits of a copyrighted file, we might render the file itself meaningless. However, not all the information is contained within the file. We must also consider the information needed to de-code the file. The scrambled file, along with the string "This file can be decoded by x-oring it with the file found at www.foo.bar/baz57", constitutes an encoding of the original, copyrighted work. Without the knowledge of how to decode the x-ored file, it appears to be gibberish. However, with just a few more bits we can reconstruct the original copyrighted work.

This may sound familiar. The x-or example is really an example of encryption. In this case, the decryption password is a reference to the public-domain file that can be used to recover the original copyrighted work. I believe common sense dictates that encrypting a copyrighted work does not strip it of its copyrighted status, although the bits (encoding) may change significantly. The Lawyers are correct, provided that the decryption scheme is distributed in a way that can be associated with the x-ored file.

This logic also applies to the illegal numbers. These are numbers which, if represented in binary, correspond to information that it is illegal to posses. People, myself included, have gotten terribly excited about this. How can a number be illegal ? This must mean our entire legal system is bankrupt.

No. These numbers are only illegal if you know how to use them.

For instance, this prime is perfectly innocuous, unless, of course, you mention that "it unzips via the gzip algorithm into the c source for a program that breaks DVD encryption". That last piece of information is crucial. It is, in fact, the ( number, how_to_use ) pair that is in violation. Neither on its own has any meaning.

We do not consume, directly, series of zeros and ones from our computers. To ascribe meaning to these sequences of bits, we define procedures for turning these bits into something more familiar. For example, the ASCII standard defines how to turn a sequence of 8-bit chunks into the text you're reading now. The mp3 codex defines how to turn a series of bits into an audible sound file. Information is always paired with a decoding algorithm to convert it into something meaningful to humans. This concept captured by file extensions : we, or at least our computers, know to interpret 'foo.mp3' differently from 'foo.txt' or 'foo.doc'. All of these tricks to disguise copyrighted or illegal information are just clever re-encoding.

Since it is impossible to outlaw sequences of bits, it follows that to stop distribution of copyrighted or illegal information, you must simply dissociated the (information,encoding) pair. Both the information and the encoding scheme have legitimate uses on their own, but together they represent the infringing file. Some legal definitions more true to information theory might look like :

"An (information,encoding) pair A is considered to infringe upon an existing copyrighted (information,encoding) pair B if and only if the decoding of A would be considered infringing on the decoding of B."

and

"For a given illegal or copyrighted (information,encoding), it is unlawful to distribute (information) and (encoding) in such a way that through expressed or implied means, the (information,encoding) pair can be reconstructed".

I'm not sure what the implications of this are, if any.


20101110

Rapid Prototyping ≠ Digital Reproduction

BoingBoing has mentioned a new whitepaper outlining the copyright and patent complexities of at-home 3D printing. Copyright violation and 3D printing may not be as big of a potential issue as the paper makes out.

The current copyright controversy is driven by the fact that duplicating an information artifact costs much, much less than purchasing said artifact. However, this effect is not present in 3D printing. The base material costs money, and the range of possible materials is restricted. Therefore, mass manufacturing of parts should still be cheaper, more efficient, and in some cases produce better products, than at-home 3D printing. These parameters may change as the technology matures, but I doubt the Chinese plastic trinket market is in danger anytime soon. Rapid prototyping is far more a means of creation than it is a means of production.

Most plastic objects we encounter day-to-day have little value added beyond their actual physical manufacturing cost. As long as mass production remains more efficient for plastic parts, there should be enough of a gap between the cost of home printing and the cost of an industrially produced item to discourage piracy. I understand that this is oversimplified : there may be objects that have artificially enforced scarcity, by copyright and patents. However, I just can't remember running into such an object, built only out of plastic, in recent memory. Design patents are still an issue, but these do not limit functional reproduction, only aesthetic.

I'm obviously overlooking some things. For instance, a 3D printer that could operate on recycled materials just might undercut mass production. However, there is still an upper limit to how much thermoplastic you want piling up in your house. If you had to physically print out every article you wanted to pirate, your study would rapidly fill with articles and papers ( and indeed, many of our office are such masses of papers ). At some point you'd realize that the cost of all that toner might not really be worth it.

Of course, you might get a situation where people pirate objects, print them, use them for a time, and then recycle them back into feedstock. But, what would have been the fate of the same objects had they come from industrial production ? Overwhelmingly, they would be destined, like so much of the rest of the 20th century, for our landfills, garbage islands in the Pacific, and the stomachs of (dead) albatrosses. The only way rapid prototyping could become a sustained threat to manufacturing is for rapid prototyping to become both sustainable and a viable means of manufacturing, of which it is neither at this time.

I feel that there is some sort of intrinsic efficiency gain to mass production that will always discourage piracy of printable objects, but I would also love to be proved wrong in this assumption. If or when printing technology matures to this point, well ... heh ... they'll never be able to stop us anyway.

p.s. : but seriously, the paper is good and basically a completely accurate, way better analysis, than this post. so, head over there.