Lombok Lombok is a java annotation processor which generates boilerplate code automaticall...
Sometimes when we are programming we don't always do the right thing. This can easily be the result o...
The x11 protocol is described in several xml files in the xcb project. These files define structures...
Have you ever ran into an exception thrown by a try-with-resources block and wondered how it works? T...
In a few projects at work everything is declared final. Even parameters and local variables. I believ...
I have been obsessed with graphs for a few years now. This obsession has resulted in three projects:...
What emojis do you often use? I just found about these: ❌, ✔️. I would like to find some emojis for t...
Everyone has a different preference for $PS1 in bash what is yours?
I am the maintainer for NixOS's micronaut package. This package installs the micronaut cli which can...
I'm really interested in x11 but I am a java developer. Java covers most desktop application developm...
Tests for logging is something I have tried to avoid in the past. Today I had to write some code whic...