Thoughts of a Software Developer

Snap Docker Read-Only Error

I repurposed a laptop with a broken display as an Ubuntu server on my local network. I did the installation via the Ubuntu live USB wizard and opted to have... Read more »

Change Keyboard Layout on WSL2 for X11 Apps

For better or worse (worse really), I use the dvorak keyboard layout. Typically, I manage the layout using the Operating System, which means my physical keyboard is a normal qwerty... Read more »

Migrate H2 from 1.x.y to 2.x.y

If you have seen the following error: [HY000][50000] General error: "The write format 1 is smaller than the supported format 2 [2.1.210/5]" [50000-210] The write format 1 is smaller than... Read more »

Java Localization: Indonesia

Recently, I went through the exercise of externalizing the strings on a Discord bot, pawa, so that I can provide different translations. Since this is a JVM code base, the... Read more »