340
submitted 2 weeks ago by neme@lemm.ee to c/programming@programming.dev
top 50 comments
sorted by: hot top controversial new old
[-] atzanteol@sh.itjust.works 131 points 2 weeks ago

Oracle is a law firm with a large IT department.

They've been giving us shit because they "see downloads from our IP addresses". It's an absolute shake-down operation. They let anybody download their poisoned jvm for free and then tell your company that they now owe them a fortune.

[-] thesporkeffect@lemmy.world 44 points 2 weeks ago

It's time for corporate IT to block that download

[-] atzanteol@sh.itjust.works 19 points 2 weeks ago

We'd love to but we do have some legitimate needs for it since Oracle software requires their jvm. It's a massive pain in the ass.

load more comments (7 replies)
load more comments (1 replies)
[-] hydroptic@sopuli.xyz 124 points 2 weeks ago

It feels like actual innovation in all sectors has slowed to a crawl, and corporations – especially the ones run by MBA parasites – are concentrating more and more on just squeezing money out of people with various bullshit tactics, while at the same time thinning their workforce (naturally the MBAs are never under threat, though)

[-] Laser@feddit.de 68 points 2 weeks ago

Oracle was never really innovative on a technical level , it's first and foremost a company focused on selling licenses, and they're really innovative in that regard but if you fall for that as a company, I have no pity, this is their whole schtick.

Big companies in general are often rather conservative in nature while innovation happens on smaller scale and later expands.

The big problem is rather that a lot of innovation has been absorbed by the big companies via buyouts, especially when money was cheap to borrow. Innovation bears risk, buying an established solution and milking existing users much less so.

I don't think the users are without blame. A lot of people ignore the red flags when a solution is just convenient enough (we need the commercial support / this exactly covers our use case so we don't have to hire someone to adapt it / ...) and the vendor then cashes out when moving away from his solution would be really expensive.

I think there's still a lot of innovation lately, but a lot people are just looking for the next big thing that does everything it feels like.

[-] pixeltree@lemmy.blahaj.zone 39 points 2 weeks ago* (last edited 2 weeks ago)

I was a developer at Oracle. We got handed down sales goals. ??? It was a running joke in our org that oracle is a sales company and we just scramble to make what they're selling. When I left half our org had been laid off or left. Only got two raises in the 5 years I was there. Not worth.

load more comments (4 replies)
[-] some_guy@lemmy.sdf.org 16 points 2 weeks ago

We're at the end-times for western capitalism, where rent-seeking has become the primary driver of markets. It's happening all around us.

load more comments (1 replies)
load more comments (2 replies)
[-] Potatos_are_not_friends@lemmy.world 102 points 2 weeks ago* (last edited 2 weeks ago)

Lol brb gonna share this with the CFO and watch them go into a panic. Going to bet they'll freak out and by the end of 2024, no more Java for us.

This is the golden ticket I've been waiting for.

[-] kameecoding@lemmy.world 59 points 2 weeks ago

You will just switch to one of the openjdk implementations

[-] firelizzard@programming.dev 36 points 2 weeks ago

Obviously OpenJDK is superior to dealing with Oracle's bull. But even more superior (IMO) is simply not using Java. My life has been noticeably more pleasant since I started refusing to touch Java.

[-] kameecoding@lemmy.world 22 points 2 weeks ago

No offense but I have never seen a good developer complain about java.

[-] TheSambassador@lemmy.world 31 points 2 weeks ago

Java has a lot of advantages, but that's a crazy statement. I feel like literally everyone complains about basic stuff like public static void main, over reliance on factories and OOP, and just how much code you need to generate for some basic stuff. I'm not a Java hater, but I am glad I don't have to use it anymore.

load more comments (2 replies)
load more comments (4 replies)
[-] Kissaki@programming.dev 16 points 2 weeks ago* (last edited 2 weeks ago)

Did you stop programming altogether? /s

I think you can potentially get stuck with worse when you stop Java.

load more comments (1 replies)
load more comments (4 replies)
load more comments (1 replies)
[-] Senseless@feddit.de 14 points 2 weeks ago
[-] Omgboom@lemmy.zip 79 points 2 weeks ago* (last edited 2 weeks ago)

Oracle quoted us 30K because a small handful of our users needed to use a .jnlp application a couple times per year. It took me a couple of days but I got it working with Corretto and a program called OpenWebStart.

load more comments (1 replies)
[-] 4am@lemm.ee 73 points 2 weeks ago

One Rich Asshole Called Larry Ellison

[-] slazer2au@lemmy.world 15 points 2 weeks ago

Not going to lie, that is the only way I remember how to spell the company name now.

load more comments (3 replies)
[-] rtxn@lemmy.world 62 points 2 weeks ago

Oracle was one of the first companies on my personal shit-list. I feel validated.

I fucking knew it

load more comments (2 replies)
[-] paf0@lemmy.world 58 points 2 weeks ago

This is how Oracle finally kills Java. I stopped working with Java many years ago and firmly believe that no developer should tie themselves to this fuckery. Find a new job before it's too late.

[-] masterplan79th@lemmy.world 67 points 2 weeks ago

This is only very indirectly related to Java as a whole. the reference implementation of the jvm is open source and managed by a coalition of companies under a GPL license, the OpenJDK.

Oracle has its own set of enhancements to the reference jvm that handle things like just-in-time compilation and garbage collection differently and have some additional flags that allow for more fine-grained tweaking of certain features.

There are many other companies that do the same.

Oracle only started doing this in 2019 so many companies who were running Java before this used the Oracle JVM out of convenience, even if they weren't going to use the tweaked parts. So everyone switched to another implementation, OpenJDK, Amazon Coretto, Eclipse J9 or some other available JRE/JDK.

In 2023 Oracle cracked down harder trying to get people to pay for licenses and changed their terms such that any company with even 1 employee using an Oracle JVM had to pay for every employee in the company. ridiculous I know.

This is just more news about Oracle's licensing crackdown and not about Java as a whole at all. Think of it more like the Unity licensing change and you're telling people to stop coding in C#.

[-] corsicanguppy@lemmy.ca 11 points 2 weeks ago

even 1 employee using an Oracle JVM had to pay for every employee in the company

Before that one, they were using a "if one core can run it, all cores must have a license" model.

If you want to see how well that model did, remember

  • Oracle moved off its success onto this one
  • VMwareCom is now using it
  • Microsoft is using it (want to run a single 2022? License every core in your cluster)

It makes the SuSE AND SCO seat-license deal look tame.

load more comments (40 replies)
[-] BrianTheeBiscuiteer@lemmy.world 18 points 2 weeks ago

Nah, my company still uses Java but an open source version (Eclipse Temurin). We haven't used Oracle Java in like 4 years.

load more comments (2 replies)
load more comments (6 replies)
[-] BlackEco@lemmy.blackeco.com 54 points 2 weeks ago

Way to push Fortune 200 companies towards Azul, Adoptium, Correto and other alternative Java distributions, Oracle!

[-] OsrsNeedsF2P@lemmy.ml 41 points 2 weeks ago

Is anyone else in this thread surprised people weren't using OpenJDK this whole time?

[-] echodot@feddit.uk 20 points 2 weeks ago

I'm actually not that shocked. Corporations make weird corporate decisions all the time because they feel as if they're getting the more professional version or something. They tend to view open source projects as either unprofessional or in some complicated way, actually illegal. Like it'll turn out that open source isn't allowed after all.

This is what happens when lawyers who don't actually know what they're talking about make recommendations. They don't know, so they always advise caution. Also they genuinely don't seem to know the difference between pirated software and open source.

[-] Avg@lemm.ee 14 points 2 weeks ago

The reason corporation are like that is because the responsibility is with the employee the decided to use the open source tool, when there is another company backing a product, there is someone to hold accountable. Also, there is a support number if shit hits the fan, and guarantee of support long term if the supplier is financial healthy.

load more comments (1 replies)
[-] Fungah@lemmy.world 11 points 2 weeks ago

I'm currently involved in a legal case in which I produced audio recordings. I was questioned intensely by the other sides lawyer about the modified date on windows.

I kept asking him to clarify what he meant by modified until he said "I don't know".

Like. Ffs.

load more comments (5 replies)
[-] Kolanaki@yiffit.net 38 points 2 weeks ago

But industry experts have pointed out that businesses with limited Java use would have to license the software per employee under the latest model

Yikes.

load more comments (2 replies)
[-] proton_lynx@lemmy.world 32 points 2 weeks ago
[-] pohart@programming.dev 49 points 2 weeks ago

It's so easy to use openjdk. I think the lesson is stop using oracle

[-] IphtashuFitz@lemmy.world 13 points 2 weeks ago

My employer has a pretty large presence in AWS. We finished migrating to Amazon’s Corretto (based on openjdk) months ago. It was pretty painless given we already use Amazon’s Linux distros.

load more comments (6 replies)
[-] Feathercrown@lemmy.world 11 points 2 weeks ago* (last edited 2 weeks ago)

Ever since I looked up "java download" and had to go through the horrible process on the Oracle site, I decided that they didn't want me to download Java so I should avoid it, and that has always proved to be a good decision

load more comments (1 replies)
[-] farcaller@fstab.sh 14 points 2 weeks ago

So here's the thing. This year I fell in love wih clojure, it's an absolute pleasure to program in. It's also a hosted language that runs on java (primarily) or javascript (or a bunch of marginalized things). And honestly, I feel like I can make the java backend run more resource-effecient than the JS one.

[-] redcalcium@lemmy.institute 26 points 2 weeks ago

Why would anyone recommend their company to use Oracle stuff these days? Oracle should give kickbacks to people that recommend to use Oracle Database, Java, or VirtualBox in their company so they'll keep at it /s

[-] figjam@midwest.social 18 points 2 weeks ago

Oracle databases are not allowed to run in the Google cloud because of ceo drama

[-] tourist@lemmy.world 24 points 2 weeks ago

auditors gonna make absolute bank from bribes

load more comments (1 replies)
[-] zer0squar3d@lemmy.dbzer0.com 22 points 2 weeks ago

We got the notice 2 months ago, I played dumb asking for their proof and they sent a 5 hits detected from ips we owned. Which was a joke.

https://openjdk.org/ for pre built binaries or for installers and jre, use: https://adoptopenjdk.net/releases.html

load more comments (2 replies)
[-] kaffiene@lemmy.world 20 points 2 weeks ago

I like Java but Oracle are pricks. Thank god for OpenJDK

[-] Semi_Hemi_Demigod@lemmy.world 19 points 2 weeks ago

Oracle is a law firm disguised as a tech company

[-] 0x0@programming.dev 15 points 2 weeks ago

Corpos nagging corpos? I'll get the popcorn.

load more comments
view more: next ›
this post was submitted on 11 Jun 2024
340 points (99.1% liked)

Programming

16176 readers
77 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS