Claude code is way better than cursor

Finally, an AI that can really take care of the tedious work. The last few days I've been really enjoying Claude Code doing all the things that act as the biggest hurdle to me starting on something. It's way better than Cursor, not because it'…

Sure it's hard but at least give it a try first

If the Handmade Hero series has taught me anything in its first week, it is that it's very much possible to build directly using system libraries if you wanted to. Without having to use other libraries that make it easier for you to use. In the last couple…

How to open a window in X11 with Zig

This one took me a week combing through docs watching others do it to figure this out. So maybe someone else would find a need for this. Although the API is a bit odd, it's wild to think that this API is from the 1980's and…

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…