Klaus Brunner
About
Finding your Java code in GraalVM native images
I was curious what calls to Math.fma() would look like in GraalVM-generated native code on my Mac. Turns out it’s easy to check.
7 June 2025
What I should probably tell students about generative AI
Everything has been said about GenAI already, but not yet by everyone. Here’s what I think students should hear.
22 May 2025
ZIP: when good enough is good enough
For a little side project, I’ve recently had to dig into the details of the ubiquitous ZIP file format. That might sound boring, but it’s worth understanding that ZIPs are…
26 February 2025
Comparing Java libraries for sunrise/sunset calculation
How accurate are some of the available Java libraries to calculate sunrise and sunset times? This is not an exhaustive analysis; the idea is to get an estimate of what range…
24 February 2025
No matching items