Earlier quoted context omitted.
A Supreme Court ruling is a lot better than settlement if they've decided they want to pivot to sueing independent implementations of their APIs. I wouldn't find it compelling to follow if Google took the other side of a settlement they were involved in to go and pursue others. Maybe they settled because they figured out they could make more money that way, regardless of the question of law.
Interesting! Leaves me wondering, what independent implementations of Google APIs are out there?
Google’s Supreme Court faceoff with Oracle was a disaster for Google
721–730 of 771 posts
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#722Earlier quoted context omitted.
It’s mind blowing to me that Google was too cheap to buy a license or buy Sun considering the strategic importance of the platform.
IIRC it wasn't purely about money. Sun had a mobile platform at the time, J2ME. If you wanted to use Java on mobile, it had to be J2ME. There was no option back then to just pay money and pick'n'choose which bits of Java you wanted. In fact there still isn't, the Java guys are zealous about compatibility. And J2ME was in turn a slow, multi-vendor, standards oriented kind of thing with multiple implementations. It was…
They could have yes, with Java SE actually
> The SavaJe OS was a monolithic OS-and-Java platform, an implementation of Sun Microsystems' Java Standard Edition, as opposed to the more limited Micro Edition usually offered on mobile phones.
https://en.wikipedia.org/wiki/SavaJe
Also the Nokia and Sony-Ericson extensions to J2ME were quite good, while keeping compatibility with J2ME related specifications.
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#723You only need to learn to drive one car, and you can drive them all. But under the hood the cars are completely different. Gas, diesel, battery, hybrid, all have the same API, yet no one says that you copied a car if it has a steering wheel.
One could probably reinvent the (steering) wheel and possibly make a better interface to the car, but that would result in people having to learn how to drive your car specifically.
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#724Earlier quoted context omitted.
> "Whole" in the sense of "the whole is more than the sum of its parts" is not generally understood to imply the maximal possible scope in any given context. It's simply meant to meant to talk about how the identify an aggregation (of no particular scale) relates to the identities of its individual components. Which is how I'm using it. An API that consists of two functions and one that consists of a billion function…
An API is an invisible thing. It's not in the code. It has absolutely nothing to do with code. You can create an API without any code at all. Therefore copyright does nothing because there are ways of copying an API that do not violate copyright. Compare it to x86. It's just an "API" as well. Someone can write a specification or reference listing all opcodes and even though that reference is licensed under MIT or GPL…
AMD, Cyrix, Transmeta
I'm 99% certain that, if Intel had legal grounds to keep them out of the market, they would have done so. I'm 100% uncertain what's different between that case and this one.
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#725Slightly OT but not really: why didn't Google buy Sun when it could?? I'll never understand this.
They only got screwed when Oracle bought Sun.
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#726Earlier quoted context omitted.
> copyright should not exist at all Copyright is not just about software. Imagine a world in which you write a novel, let's call it Harry Potter, and publish it. And then I see people liking it, so I publish it too, but I can sell it cheaper because I don't have to recoup the costs of having written it. Or imagine you write and record a song, let's call it Revolution. A shoe company can use that exact recording in an…
Destroying copyright would make some business models go extinct. However, society should use IP laws to maximize the societal goods of creation, not to keep the entrenched players' businesses profitable. There are hundreds of ways to monetize creative works. It's laughable to think that creativity will cease if we don't allow 70 year rent-seeking on the products of that effort. I think 90%+ percent of "societally use…
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#727I'm not sure why so many people here seem to be surprised by this, I got the exact same impression from the hearing. The problem for Google on the copyrightability front is that "compilations" of non-copyrightable items can be copyrightable even if the underlying items themselves are not, if the "selection, coordination, or arrangement" of those items involves sufficient creativity to be considered an "original work…
> As applied to Java, individual method signatures like min and max might not be copyrightable, but someone had to go in and organize those individual methods into classes, and organize those classes into packages. That act of organization likely implies that the Java API (taken as a whole) constitutes a copyrightable work, even if the individual method signatures are not. The problem with this theory is that class a…
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#728Patenting API's imo is like patenting a rule set for a game (say like football). Imagine someone patenting rules for a football and afterwards it's allowed only to play the game if you are "licensed" by the patent holder.
anyways- the Googles defense team seems bland. Not sure whether they really understand the idea of what API is and what's it's purpose and that API's textual representation is absolutely non-essential.
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#729I'm not sure why so many people here seem to be surprised by this, I got the exact same impression from the hearing. The problem for Google on the copyrightability front is that "compilations" of non-copyrightable items can be copyrightable even if the underlying items themselves are not, if the "selection, coordination, or arrangement" of those items involves sufficient creativity to be considered an "original work…
Re: Google’s Supreme Court faceoff with Oracle was a disaster for Google
#730Earlier quoted context omitted.
IIRC it wasn't purely about money. Sun had a mobile platform at the time, J2ME. If you wanted to use Java on mobile, it had to be J2ME. There was no option back then to just pay money and pick'n'choose which bits of Java you wanted. In fact there still isn't, the Java guys are zealous about compatibility. And J2ME was in turn a slow, multi-vendor, standards oriented kind of thing with multiple implementations. It was…
> Could Google have made Android using J2ME? They could have yes, with Java SE actually > The SavaJe OS was a monolithic OS-and-Java platform, an implementation of Sun Microsystems' Java Standard Edition, as opposed to the more limited Micro Edition usually offered on mobile phones. https://en.wikipedia.org/wiki/SavaJe Also the Nokia and Sony-Ericson extensions to J2ME were quite good, while keeping compatibility wit…