korry // blog

Some posts on this site were written with AI assistance.

writing a text editor in zig

notes on porting kilo, a minimal text editor, from C to Zig and learning way too much about terminal escape sequences. i wish i have to never do this again.

Hello world

Testing out the blog functionality. First post to verify everything is working correctly.

the one thing i want to do with llms

while there are many technical and other usecases for a large language mode, there is one thing i want to do with it , which is probably just a personal thing. would be good if many people did it tho , idk about consequences.

Making a strategy game in one file - with cpp

devlog of me making a map game, in cpp (for learning purposes). consider this a devlog. progress, fails, lessons — all while building a strategy game in one C++ file.