Articles posted on 2025

Copper anniversary

Today, this blog reaches the 12.5 year mark (In the Netherlands, copper annyversary). Actually 0ink.net has been running for much longer than that, but as a blog format, it is from 2013-05-15 when it was migrated to Wordpress. You can find the firs post here. ...

Booting Refind on KVM

This is a quick recipe to boot a refind image on KVM. This is just to test UEFI boot configuration in virtualized environments. First step is to create a refind boot image. For that I use this script: To use this script, you need to download the binary zip file refind image from here. ...

About JS2Py

Js2Py translates JavaScript to Python code. Js2Py is able to translate and execute virtually any JavaScript code. Js2Py is written in pure python and does not have any dependencies. Basically an implementation of JavaScript core in pure python. While intriguing, I do not see the point to do this. Going from Python to JavaScript seems to be more useful. ...