mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

373K
active users

#graalvm

1 post1 participant0 posts today

I was checking to use potentially kotlin/java + graalvm native-image for a new CLI tool I wanted to develop but it looks like there are really tons of things that break with native-image, been spending most of the time trying to make it work properly. I guess I will stay with Go for this kind of CLI tool
#java #golang #graalvm

For a personal project that I've been building for a few years already (yep, a few years), I want to build a small CLI app, and I'm considering two options:

- #rust
- #java with #graalvm

What would you do, considering that I'm way more fluent in Java than Rust?

I get the feeling Rust will be the most popular choice, but given that professionally I work within the #JVM ecosystem, and I don't have experience with GraalVM yet, it's also a nice option to consider, IMHO.

Agree? Disagree?

I tried a second time yesterday and I am still unable to use it with existing project. There is always something complaining. This time, it was about log4j which is requested by Spring. I am surprised since it is supposed to work well with . I guess i will have to eventually try using it on a fresh project to see when that stops working...

Building a #JavaFX app is easy and fun, but how do you efficiently distribute it to different systems? #jpackage and #GraalVM can help, but #jDeploy makes things even more effortless by handling all the packaging and providing an upgrading flow! In this "JFX In Action" interview, you'll learn how this works from Steve Hannah, the creator of jDeploy.

Video on YouTube:
youtube.com/watch?v=Lhmf9U0KYs,

More info on this blog post:
webtechie.be/post/2024-12-12-j

#java #JavaFXInAction#JFXInAction

[Перевод] Сколько памяти нужно в 2024 году для выполнения миллиона конкурентных задач?

Помните сравнение потребления памяти для асинхронного программирования на популярных языках 2023 года? Мне стало любопытно, как поменялась ситуация за один год на примере самых новых версий языков. Давайте снова проведём бенчмарки и изучим результаты!

habr.com/ru/articles/862482/

ХабрСколько памяти нужно в 2024 году для выполнения миллиона конкурентных задач?Помните сравнение потребления памяти  для асинхронного программирования на популярных языках 2023 года? Мне стало любопытно, как поменялась ситуация за один год на примере самых новых версий...