this post was submitted on 11 Jun 2024
335 points (99.1% liked)

Programming

17025 readers
202 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
you are viewing a single comment's thread
view the rest of the comments
[–] proton_lynx@lemmy.world 32 points 3 months ago (2 children)
[–] pohart@programming.dev 47 points 3 months ago (2 children)

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

[–] IphtashuFitz@lemmy.world 13 points 3 months ago (1 children)

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.

[–] Simulation6@sopuli.xyz 6 points 3 months ago (1 children)

What could possibly go wrong with locking yourself into an environment owned by Amazon, or Google or Microsoft?

[–] kogasa@programming.dev 6 points 3 months ago* (last edited 3 months ago) (2 children)

What's the lockin? Is it really harder than just swapping the jdk path to switch between Coretto and OpenJDK? I understand Coretto being preferable for performance and security patches but I don't imagine it's that big of a deal if one eventually had to switch

[–] decivex@yiffit.net 1 points 3 months ago* (last edited 3 months ago)

I think that may have been in reference to using AWS, not corretto specifically.

[–] atzanteol@sh.itjust.works 0 points 3 months ago (2 children)

It's not a big deal. Java haters know very little about Java.

[–] bigkahuna1986@lemmy.ml 1 points 3 months ago

You're getting downvoted because you spoke the truth.

[–] Feathercrown@lemmy.world 11 points 3 months ago* (last edited 3 months ago) (1 children)

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

[–] balder1993@programming.dev 1 points 3 months ago

As much as I do like programming in Java, you have a good point.

[–] farcaller@fstab.sh 13 points 3 months 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.