Window needs to be reopened with X11

If you have cared at all to follow the Linux drama that I have created for myself the entry from yesterday and the day before should be quite entertaining. At least it has been for me. It's quite funny really now that I think about it. I started…

Finishing the compiler

You can find the code on Github. Something that I started two months ago was finally completed this morning. I built the whole thing using Zig and Thorsten Ball's Compiler book. I'd highly recommend the book. He does his best to explain things first so that…

Story time: Off by one again

The last three or four days I've been stuck on this bug in the compiler where my constant indexes were always way off. I ran it through the debugger, tested the compiler and yet it was way off. Turns out I was looking in all the wrong places.…

Setting up Rasberry Pi Debug Probe on Linux

This took me a while today, there were a few hoops I had to jump through. So I'd like to take some notes for my future self or anyone else who might need this. Have a read through the official docs if you haven't done so…