Johannes Bechberger

@mostlynerdless.de

OpenJDK hacker at SapMachine, works on hello-ebpf for fun

Dear bluesky: Does anyone here work at #SAP and want to show off a cool #opensource project they work on (at least partially) on company time? Then please message me, as I'm looking for people to tell cool stories in an SAP internal OSPO meetup in Walldorf. Please share...

A picture of a home-made croissant, which you can enjoy as a speaker at the open-source meetup

Honestly, it's surprising how easy it is to port a Java CLI into a tiny web-app with @graalvm.org: parttimenerd.github.io/jhserr/ It is far superior to running the CLI on a webserver, as these leads to all sorts of security problems and also privacy concerns (especially with redaction tools).

hs_err Parser — Parse, Redact & Export

parttimenerd.github.io

Johannes Bechberger@mostlynerdless.de · 4mo ago

Ever looked at a HotSpot error file and thought “nope”? I wrote a guide + built a VSCode highlighter and a browser redaction tool (using @graalvm.org). mostlynerdless.de/blog/2026/04...

Command-line parser libraries don't have to be big to support everything you need, like subcommands, validators, and Java-agent-style argument parsing: Introducing femtocli, with a 45KB JAR file. Read more at mostlynerdless.de/blog/2026/02...

Femtocli: A small but mighty CLI library for small CLI tools in < 45KB - Mostly nerdless

Command-line parser libraries don't have to be big to support everything you need: Introducing femtocli, which is smaller than 45KB.

mostlynerdless.de