Live data from Hacker News

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

arstechnica.com

341–344 of 344 posts

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

#341
post #82

Earlier quoted context omitted.

If implementing an interface is against copyright, then every Java program is infringing on Oracle's copyright.

No because the Java license lets you do that.

If having your lawyers read the license is the requirement to using any programming language...

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

#342
post #246

Earlier quoted context omitted.

> At least that's what their lawyer claims. Of course he would, that's his job. How does Android "directly hurt" Oracle?

I can tell you what the lawyers for Oracle claim. I'm not going to do the research to see if their claims are true, though, you'll have to do that. 1) Oracle claims that they had contracts for a lot of "Java in TV" (presumably J2ME) with manufacturers, who later switched to Android. 2) Oracle claims that they had contracts with auto companies for Java in cars, dashboards and such, and those later switched to Android.…

I think it's Spivak's burden to back up his claim, not mine to falsify the claims of Oracle.

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

#343

Earlier quoted context omitted.

If you don't like maven, you're going to need a padded cell when you move to nuget.

Paket makes dependencies a bit more reasonable, though https://fsprojects.github.io/Paket/ But I agree, even Yarn/npm is better than the current state of dependencies for F#

Yep. Love Paket. Wholeheartedly recommend it.

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

#344

Earlier quoted context omitted.

PostgresQL is an RDBMS and has increasingly been demonstrated as able to hold it's own against closed source rivals. I think the OPs tossing NOSQL in there was poor form, and I think "SQL engines" could be replaced with DBAs. The world still needs RDBMS and we desperately need people who understand them from an engineering perspective. But as an average app developer, I can scale my product to serve hundreds of thous…

What can Oracle do that Postgres can't, then? Can Oracle function with less RAM than Postgres?

A lot of things that don't get talked about:

Analytics operating closely on the data (CUBE, etc) Partitioning (PostgreSQL has this now, but it is not as flexible) Transparent compression Security features Crypto features XML extensions (big in Enterprise)

Post reply on HN