Live data from Hacker News

Oracle refuses to accept pro-Google “fair use” verdict in API battle

arstechnica.com

21–30 of 344 posts

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#21
post #7

Who has better connections with Trump? Sadly to say, that is not an irrelevant fact anymore. Trump is clearly the kind of president that would reach in to legal rulings he's paid not to like.

Why would he care about two companies he doesn't own? I don't think this is a big concern.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#22
Yeah. I got a suggestion. Don't join the industry. And if you're still in college, don't major in Computer Science

Edit:

Got hellbanned lol.

@gregnoire:

HN is a giant circlejerk

You prolly think this site is so great and intellectual just because it has ycombinator in the URL. Internet comments fundamentally suck

@DanBC:

Pretty sure I got hellbanned. It's been an hour, still can't make new comments

@sjwright:

The medium is the message. Text typed on a psuedo-anonymous HTML page never leads to substantial discussion. This was obvious back in 2000s but I guess since the internet has regressed so much, most people turn a blind eye to it. Fuck, honestly, why am I even writing this? This is hypocrisy in its biggest form. I need to stop writing in these stupid comment sections

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#24
post #19

Okay, either I'm crazy or everyone else is. Assuming the court isn't trying to set a new precedent with regards to software it seems like Oracle should have easily won this case. There is an argument to be made that APIs shouldn't be copyrightable but surely it's not fair use -- Google's use of Java doesn't even come close to meeting the criteria.

This is tricky because if you declare any API no matter how trivial copyrightable then the first guy to copyright a function to compute sqrt, tan, atan, etc wins. And if you can't copyright trivial interfaces then the question becomes where the line is drawn.

There's far more at stake than Oracle trying to squeeze money out of Google.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#25
post #19

Okay, either I'm crazy or everyone else is. Assuming the court isn't trying to set a new precedent with regards to software it seems like Oracle should have easily won this case. There is an argument to be made that APIs shouldn't be copyrightable but surely it's not fair use -- Google's use of Java doesn't even come close to meeting the criteria.

I understand the logic of saying that the API itself is a creative work and should be copyrighted. Creating a solid, logical API structure isn't simple.

But I believe the API signature itself (function name, argument types, return type) should not be copyrightable, in the interests of the industry as a whole. Google didn't steal the implementation, they just reused the same function signatures to make their drop-in replacement of the JVM work with existing software.

If developers can't even have the API signature without being sued, you are seriously hurting competition. It's just reality.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#26
post #19

Okay, either I'm crazy or everyone else is. Assuming the court isn't trying to set a new precedent with regards to software it seems like Oracle should have easily won this case. There is an argument to be made that APIs shouldn't be copyrightable but surely it's not fair use -- Google's use of Java doesn't even come close to meeting the criteria.

This is tricky because if you declare any API no matter how trivial copyrightable then the first guy to copyright a function to compute sqrt, tan, atan, etc wins. And if you can't copyright trivial interfaces then the question becomes where the line is drawn. There's far more at stake than Oracle trying to squeeze money out of Google.

Someone should write a program that generates all possible function names and argument types and declares them copyrighted, then release them all to the public.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#27
Let's slap a great big IANAL on this before I start:

The fair use decision was wrong. It relied on a fundamental misunderstanding of the term transformative where the use of the code was considered rather than merely the implementation. So Oracle has a huge case here.

Moreover, practically it doesn't matter. Even if fair use is established in this case, the door has been left wide open to hordes of API copyright trolls. If you thought patent trolls were bad, you ain't seen nothing yet.

If you care about the economy, the only sensible outcome would be that API surfaces aren't subject to copyright. Sadly the horse has bolted a long time ago.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#28
post #26

Earlier quoted context omitted.

This is tricky because if you declare any API no matter how trivial copyrightable then the first guy to copyright a function to compute sqrt, tan, atan, etc wins. And if you can't copyright trivial interfaces then the question becomes where the line is drawn. There's far more at stake than Oracle trying to squeeze money out of Google.

Someone should write a program that generates all possible function names and argument types and declares them copyrighted, then release them all to the public.

That list wouldn't be copyrightable, since it contains no creative elements.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#29
post #19

Okay, either I'm crazy or everyone else is. Assuming the court isn't trying to set a new precedent with regards to software it seems like Oracle should have easily won this case. There is an argument to be made that APIs shouldn't be copyrightable but surely it's not fair use -- Google's use of Java doesn't even come close to meeting the criteria.

This is tricky because if you declare any API no matter how trivial copyrightable then the first guy to copyright a function to compute sqrt, tan, atan, etc wins. And if you can't copyright trivial interfaces then the question becomes where the line is drawn. There's far more at stake than Oracle trying to squeeze money out of Google.

I completely agree, but I don't really know what to do about it. Surely a document describing a useful software interface (GUI, CLI, API) is a creative work and takes effort to produce. Unless we just agree that it's a necessary exception for the purposes of interoperbility I'm not sure how I would argue that it shouldn't fall under copyright protection.

Re: Oracle refuses to accept pro-Google “fair use” verdict in API battle

#30
post #6

Is Oracle the biggest troll in Silicon Valley right now? Can't think of anyone else that would claim the title. Maybe Theranos.

At least Oracle has actual products though. I don't wanna stick up for Oracle by any means, but comparing them with theranos just ain't right.
Post reply on HN