1509
Why indeed (lemmy.ml)
you are viewing a single comment's thread
view the rest of the comments
[-] dpflug@kbin.earth 6 points 3 days ago

I think maybe you're confused. Java drives a significant percentage of Android apps. It absolutely can do modern UI. I can almost guarantee you've interacted with a Java program this year that you never considered.

Pascal is more niche, but it can do modern, too.

Java was doing web clients before the web could and still can. I don't know much about Delphi's web stuff, but I know they've targeted it for years now.

WASM and transpiling blur the lines, too. LVGL can provide beautiful interfaces on the web as well as platforms Electron could never target, and works with any language compatible with the C ABI.

I'm not saying these strategies are without their own warts, but there are other ways to deliver good experiences across platforms with a ~single codebase in a smaller payload. But mostly nobody bothers because they just reach for Electron. It's this era's "nobody ever got fired for picking Intel".

We need more people working with and on alternatives, not just for efficiency but also for the health of the software ecosystem. Google's browser hegemony is feasting. Complexity has become their moat, preventing a fork from being viable without significant resources. Mozilla is off in a corner consuming itself in desperation.

A US-based company holds a monopoly over the free web and a hell of a lot of our non-web software. So maybe let's look for ways to avoid feeding the beast, yes? And we can get more efficient software in the process.

[-] uuldika@lemmy.ml 1 points 2 days ago

Isn't jfx still actually using HTML and CSS, though? like it's cool that the UI logic is in Java, but doesn't using CSS mean you still need to lug a rendering engine around, even if not a whole browser?

this post was submitted on 21 Mar 2025
1509 points (98.3% liked)

Programmer Humor

21852 readers
670 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS