All posts in 'English posts'

JSpecify and NullAway: A fresh take on nullsafety in the Java world

26-Sep-25

Introduction Sir Antony Hoare[1] introduced the concept of Null-references or a Null pointer[2] back in 1965 with the release of ALGOL W. In 2009 he spoke about it as his “Billion Dollar Mistake”[3]. Dereferencing a Null pointer will address an invalid memory region, usually leading to runtime errors or complete crashes. Despite many efforts, this is still […]

Read the complete article »

Beautiful “new” cloud world: Apple Music

01-May-25

Things used to work, things had been quite nice for a while even. I usually felt being the owner and in charge of my electronic devices for the better part of my life. There’s been a lot of stuff that used to just worked. One such feature was the fact that my first iPod classic […]

Read the complete article »

Maven build plan and execution order

10-Mar-25

Update: The plugin is now hosted on Mojohaus, has a new artefact id and thus is automatically available in Maven without to having to supply the group id. I updated the snippets below. The latest version displays also the versions of the plugins being used. I recently stumbled upon the buildplan-maven-plugin and I find it […]

Read the complete article »