This sounds like a good initiative. I'll have to do more reading about the Commonhaus Foundation.
This sounds like a good initiative. I'll have to do more reading about the Commonhaus Foundation.
#Lottie4J, a new library, is now available on #Maven Central. With this library, you can load and parse @lottiefiles.bsky.social animations as #Java objects, and integrate them as a #JavaFX component in your application.
www.youtube.com/watch?v=6t1O...
More info: webtechie.be/post/2026-03...
I don't have more marketing skills than this. But it's 100% honest.
Java and JavaFX apps are often long-lived apps, requiring Long-Term support of Java(/FX).
Maintaining LTS releases is a complex, resource-intensive process. Gluon delivers JavaFX LTS builds for free, making JavaFX supported and safe on many configurations.
Your company can support us in doing this.
Partial screenshot, there is a lot more on the site!
Here is the new (and long!) #JavaFX #LinksOfTheWeek, published on www.jfx-central.com/links.
Thanks to
CommonGround_2048
@johanvos.bsky.social
@gluonhq.com
JabRef
@tom-doerr.bsky.social
@lidianycs.bsky.social
@logorrr.bsky.social
@hansolo.eu
1/2
I got #Java 25 running on the #RISCV #BeagleBoard BeagleV-Fire! After my initial struggles in a previous video, I succeeded in upgrading Ubuntu and installing Java! In this video www.youtube.com/watch?v=p08u... and blog webtechie.be/post/2026-02..., I share a step-by-step guide. #JavaOnRiscV
How can I filter away the "WOW, my LLM wrote some code that millions of developers wrote before and now I can do it too without being smart"-messages and instead focus on posts where humans tackle real, unsolved, hard and barely documented problems?
Maintaining LTS versions for a project like JavaFX is complex and resource-intensive. It requires a fair amount of the Gluon resources, but it is extremely important to keep JavaFX secure, modern and relevant.
You can support us at gluonhq.com/lts
#java #javafx #opensource
JEP 527, "Post-Quantum Hybrid Key Exchange for TLS 1.3" now proposed to target JDK 27:
openjdk.org/jeps/527
mail.openjdk.org/pipermail/jd...
#jdk #openjdk #tls #crypto #pqc
The virtual JChampions Conference 2026 (jchampionsconf.com ) organised by @jchampionsconf.bsky.social will start on Jan 22. Have a look at the schedule, there are many great sessions by recognized Java champions. Get your free ticket at www.eventbrite.com/e/jchampions...
#java
My New Year's resolutions for my software development in 2026: focus even more on quality, sustainability and maintainability.
#java
We have added a new tool called "FxTools" to the @jfxcentral.com website at www.jfx-central.com/tools/fxtools It is a toolkit that provides image processing, color picking, SVG path extraction, font preview, and more. Author is @leewyatt.bsky.social @frankdelporte.be
Agree.
And I'd like to add: do what you believe needs to be done. Because you think it's important that it's done. Not to get a reward.
I highly recommend this book. Java is an excellent language/platform for embedded development. It is not focused on itself, but on doing the job. And it's damn good at that.
If youβve felt safer sending a message because you sent it on Signal, please support our work. As a nonprofit, Signal exists because of your donations.
In the app: Settings > Donate
On the web: Signal.org/donate
I wonder what will happen to those analysts who currently promise heaven if you invest in this bubble. I don't understand why renowned banks put a completely ridiculous price target on e.g. Tesla, "because it's now an AI company". Will taxpayers have to fix their mess once again?
Great post. It's a topic that I think about often too: what will happen (but especially, what should we do) after the bubble popped?
I hope taxpayers won't be the victims of this circular deal game.
I also hope some of the technology will then be used for good, human purposes.
This is a major issue indeed. On the plus side, I still believe that efficient, well-written software (running locally or in cloud) requires much less CPU(/GPU) power/RAM than most of the crap code running inside cloud containers today. So you can still save $ by not relying on cloud services.
Same for journalists. Unfortunately, even traditional media often simply quotes an X post. I prefer they directly speak to politicians, and ignore what they say on X.
Don't feed the monster, but also don't ask the monster.
Yep, we can agree on that :)
I strongly recommend the recordings of the JVM Language Summit 2025: www.youtube.com/playlist?lis...
I watched the Leyden/Vector API talks this weekend, helpful to learn about experiments and lessons learned at core level. Understanding this makes you a better Java developer, imho.
What sometimes saddens me is how a thin layer of non-technical polish can determine whether software is considered valuable, while the underlying (code) work is taken for granted (and not paid for accordingly).
And often, that non-technical layer is less ethical than the software was meant to be.
I prefer to write software that I believe is needed, helpful and "ethical". Often that is associated with free/hobby/spare time, and indeed it often is.
But that doesn't mean at all I'm against making money from software development (several friends have done great with it, and I'm happy for them).
Well, that implies that you use the indirect revenue model, and have sales people promoting that, thereby making it hard for individual devs or non-profit orgs to contribute/improve. And that is what slows down innovation. Abandoning FX would be a big win for this money-focused approach.
Great article on Foojay: foojay.io/today/the-ar...
Love this quote: "sustainability start at the keyboard, not in the billing dashboard"
I totally agree. I often wonder how much CPU usage could be saved if all code running in clouds would be top-optimized. Pretty sure it's huge. Way more than 50%.
It is about identification indeed. All calculations are done based on indexes, so it's the mapping between index-Object that was missing. e.g. instead of
Program p = new Program(2);
new Cnot(0,1);
it now almost support
Qubit ctrl...
Program p = new Program(ctrl, target);
new Cnot(ctrl, target);
Strange API's need some love. I'm currently working on "named qubits":
Qubit ctrl = new Qubit();
Qubit target = new Qubit();
Program p = new Program(ctrl, target);
p.addSteps(new Step(new Cnot(ctrl, target)));
Easier to work with then referring qubits by index only.
#quantumcomputing #java
Quantum Computing and AI are completely different things (although there are synergies). The A in AI stands for Artificial. Quantum Computing, otoh, exists because of fundamental phenomena in Nature.
Such a good write-up of making Signal resilient to quantum-based attacks
Why Signalβs post-quantum makeover is an amazing engineering achievement arstechnica.com/security/202...