Hacker News new | ask | show | jobs
by micks56 5469 days ago
Hypothetical: Baio downloads the latest Linux kernel. He changes all variable and function names to words of his choosing. Baio now says that he has the right to distribute BaioNix code free from GPL copyright restrictions and does so. The Free Software Foundation sues Baio alleging copyright infringement.

Who wins and why? How is this different from or the same as Maisel v. Baio?

4 comments

Completely different cases. The GPL covers binary distributions as well, and if your source compiles to the mostly-the-same binary that doesn't make it different enough, and you're bound by the GPL to release the modified source.

I think the concept of derivative work is more important here. IANAL but I suspect there's a difference between copying someone's Skip List class (maybe modding it a bit) vs. writing your own even if your own compiles to mostly-the-same binary. Your own wasn't derivative even if the end result was very similar.

I think your attempt at a distinction in paragraph 1 actually proves my point. Yes, GPL covers binaries, or however else the code is distributed. Just like how copyright law protects a Miles Davis picture on an album cover, a CD liner, and on a web page when it is "mostly-the-same."

Baio was mostly the same. Koons was not. See these. http://newsgrist.typepad.com/underbelly/images/silksandals.j... http://newsgrist.typepad.com/underbelly/images/koonsniagara_...

The second picture by Koons is transformative. Baio's is not even close to Koons.

People seem to like downvoting you. Anyway, I agree with you on the mostly-the-same part, and I think it's a derivative work anyway. The article's "You're just copying what was copied" is an interesting argument that I agree with but it's not really relevant to the copyright laws--again applying to a programming example, just because you bought a licensed copy doesn't mean someone can copy your copy without a license.

Do I think people should be able to make pixelized versions of photos for whatever purpose? Sure. Do I think the current law would be okay with that? No.

If you're talking about fair use, context matters. Two pictures out of context don't really prove anything.
Those two pictures are not out of context. They are from the case that Baio cited himself. On Baio's blog (http://waxy.org/2011/06/kind_of_screwed/) he cites an "influential paper on fair use" as his reasoning and authority for his own fair use argument.

These pictures show what the paper writer is actually using as the "transformativeness" example. Baio never bothered to dig into the writer's citations to figure out the details. Trying to claim his own work is similar to the Blanch v. Koons case is a mistake. They aren't alike at all.

Interesting hypothetical but mostly not relevant at all in this case. Details are lost making the analogy and when it comes to fair use, the details are often very important.

For example, are you changing the names of all the system calls? That will break lots of software. You have to figure out how important that is.

That's a discussion that really has no analogy in a discussion about transforming a real photograph to appear like it came from a Nintendo game like all the music on the album.

The only way it could really be worth discussing is pointing out how it is different. Your example seems like basically modifying the software for the sole purpose of evading copyright. In the Baio case, it is very clear that he's not simply making superficial changes in order to claim fair use.

I don't think that your distinctions are fair.

Source code changes that I am suggesting will allow the new BaioNix to functionally "work" just as Linux does, just like how Baio created a picture but it "works" as a homage to an earlier Miles Davis photo.

And I am not suggesting trivial code modifications for the sole purpose of evading copyright. The changes that BaioNix has produce a simpler naming convention that enables programmers to understand the code easier.

People are acting like Baio has a slam dunk case but had to settle because he doesn't have money to defend. In reality Maisel has a slam dunk case and Baio wisely settled and cut his losses.

Is this a just result? As with everything, that is up for debate. But if you want to change the law to allow Baio-works one needs to consider what else it affects.

It's not a slam dunk case, it's a 50/50 case. What we know for sure is that it was a dick move on the part of Maisel. Sort of like calling the cops on your neighbor because their dog barks a lot, even though you don't actually hear it when you're sleeping or working or doing anything else important.
The problem with hypotheticals is that there's no end to them. For every hypothetical you can come up with to show your point, I can come up with another to show mine.

Please, just use some common sense: BAIO WAS NOT PUBLISHING THE PHOTOGRAPH! He was publishing the MUSIC ; the photograph was just incidental, to show (at a glance) the relationship between the original music and the remixed Bloop music. Do you REALLY think that people bought the album because of the pixellated artwork? It had absolutely NO impact on the sales. I've bought many a record (and CD) in my lifetime, and I don't recall ever buying a single one because of the cover.

I am a hardcore supporter of the rights of the individual artists and musicians, and even I think Maisel was dead wrong.

Insulting everyone by implying they haven't used common sense simply because they don't agree with you is incredibly fatuous. Chill with the righteous HEY YOU GUYS IF YOU JUST SAW IT MY WAY caps and italics; most of us aren't particularly dumb here.

The pixel art was definitely published by any useful meaning of the word publish, 200 copies of the liner version. Also, it was the background of the site, clearly used as promotion.

Let's say everyone accepts your argument that you can only violate artist rights if you gain a profit directly driven by the unauthorized use. It'd be perfectly fine to use a struggling unsigned band's best song to sell Volkswagens, since no one would buy a car because of music in an ad.

Of course, the unsigned band was just about to license their song to sell cat food and pay the rent, but now the cat food manufacturer doesn't want the same song that's in that damn Volkswagen commercial. Oops! Shoulda moved faster, indie band!

If you think that an artist or a musician should have no control over where their work is reproduced or published as long as it can be argued that it wasn't the main draw of any profit, you're not a hardcore supporter of the rights of individual artists and musicians.

I wasn't around for any negotiations Maisel's or his attorney had with Baio, but it does see like Maisel was a bit of a jerk about this. A jerk solidly in his rights, however.

First, I can't say that I am surprised my post currently sits at 4 downvotes here on HN. A programmer's work is sacred while a photographer's is not.

Use some common sense? Baio absolutely published the photograph, which is why we are all having this discussion.

It doesn't matter why people buy something or if it had an impact on sales. A copyright holder retains the sole right to publish a work and its derivatives. That is the essence of how we protect works of art fixed in a tangible means of expression.

(Sorry for replying again) A better analogy would be: you think porting the Linux kernel to a PDP-11 would be a smashing idea (for the PDP-11 enthusiasts out there). So you painstakingly obtain permission from Linus, etc. and get the kernel ported to the PDP-11 architecture. You put the release on a CD, and use a hand-drawn rendition of RedHat's CD cover as your cover (without asking RedHat).

Then RedHat turns around and sues you for violating their copyright.

The PDP-Linux maker should be sued for copyright (and trademark) infringement. Buyers may believe they are getting RedHat Linux because that is what the cover is, but they are not getting Red Hat Linux.

Once again, the programmer's work is sacred and we need Linus's permission, but an artist who creates cover art did trivial work and deserves no protection.