this post was submitted on 30 Jan 2025
166 points (100.0% liked)

Technology

69913 readers
2352 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 33 points 3 months ago (1 children)

I'm guessing 1 out of 10 respondents didn't understand the question.

[–] [email protected] 27 points 3 months ago

Like that one dentist that doesn't agree toothbrushes are good or whatever.

[–] [email protected] 20 points 3 months ago (1 children)
[–] [email protected] 13 points 3 months ago (1 children)

I'm on Linux and have a large variety of Javas to choose from. (Currently having 2 installed in parallel. Don't remember ones name, but the other is Temurin.) Is it different on Windows? Why don't they just switch?

All my private projects compile and run on both and even my favorite old Java game Spiral Knights works after some CLI parameter tweaking for modern JVMs.

[–] [email protected] 6 points 3 months ago

There's a large variety on Windows too, e.g. Temurin and Corretto are both available there

[–] [email protected] 8 points 3 months ago (1 children)

Why would you? This is probably the WORST Gum of them all! Mhmm spicy Cinnamon! Something I was craving all day!

[–] [email protected] 2 points 3 months ago

I love it. It was my grandpa's favorite too

[–] [email protected] 8 points 3 months ago* (last edited 3 months ago)

I've been running my Minecraft client on Azul Zulu builds of the OpenJDK for years, just because I trust anyone else more than Oracle.

Of course my Minecraft server is running on Linux anyway, with the openjdk build from my distro.

Honestly I don't know what differences there still are that would motivate companies to use Oracle JDK. I thought Oracle JDK and OpenJDK converged strongly a few years ago.

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago)

Can use Scala to gradually transition away from java - convert code module by module, interop just works, until eventually no java left, can then compile instead as js, native or even wasm (i recently tried this for my climate-system model which evolved from old java). Also, btw, made in europe, not big-tech, and scala3 looks more like python.