Personal blog with worklogs, random thoughts and notes and things that I find interesting in general. Mostly technology focused.

Take the bus


My days have felt sped up lately; my attention flying all over the place, my stress levels high even though there was not really too much to worry about, drowning in a sea of uncertainty, longing for a fixed point in my reality to cling to. Needed a reset. Enter taking the long-distance bus. The several hour-lasting teleport. The quiet place where you can just turn off and focus on nothing else than sleeping and breathing.…
Read more ⟶

Setting up ONNX Runtime for C++


In my work at AMZ Racing I struggled a bit to install ONNX runtime for C++ to use for model inference. The official docs only recommend installation using various Microsoft tooling; I did not want to do that. Turns out it is pretty easy in the end. First, you download the current version for your architecture from the repo here. Then, you unzip it whereever youn need it. Then, you compile your project as:…
Read more ⟶