I've started on another project called MaoMi: the idea is to make a sort of v0/bolt.new for GameDev. My main goal is to get more familiar with building sophisticated LLM-powered tools.
Why MaoMi?
A...
So, I've moved my entire blog over to a custom SSG. While it's generally frowned upon as a sort of procrastination, I don't think this advice still holds with tools like Cursor greatly speeding up th...
So I've been continuing working a little on MandoMaster, a free Chinese learning app. If you're interested in the beginning then you can read my earlier entry. In this entry I'd like to share how som...
Hey there! I've been trying to step out of my comfort zone lately and share more of my projects with the world. But you know what's been driving me crazy? Those social media preview images that show ...
Alright, so in the last couple of days I've been quite busy polishing MandoMaster to get it to a state that I'm content with to show widely. Have learned quite a bit and I do enjoy the end result so n...
Hey there,
today I'll be writing about an old game I've made for a gamejam which I actually rather like, A certain magical shooter, the source code is also on GitHub if you want to look at the messy i...
Hello again,
This time I'll be talking about another of my (many) projects where development stalled but I'm not quite ready to call it quits, this one is called WikiNarau, since everything is open-so...
The WolkenWelten Journey
Today I'm diving into one of my most ambitious projects, WolkenWelten - a voxel sandbox game that evolved across multiple programming languages over several years. While devel...
Alright, so today while talking to a friend about the limits of current AI coding tools I've been wondering whether
it is possible to do low-level "vibe coding" — specifically, an operating system fro...
Hey there,
This time I'd like to talk about an idea I've been carrying around for some time, percolating in my subconscious. Hopefully, I'll get to explore an actual implementation soon.
The main idea...
What is Seeqie?
Seeqie is a lightweight terminal-based image gallery browser inspired by geeqie but built exclusively with sixel graphics. It allows you to browse and view images directly within your...
Today I'm going to write about another old project of mine where development
stopped but where I'm still somewhat excited about the overall idea. It's my
attempt at writing my own Lisp-like programmin...
In today's post, I'm excited to share my work on ZZTerm, a next-generation terminal emulator that bridges the gap between text-based terminals and graphical applications. This project, like my previou...
Introduction
Today I'd like to talk about Makefiles, since these days they seem to have fallen out of favor and are basically forgotten by anyone without a beard. I'll start by giving a simple C examp...
Greetings, this time I'll write about a project I haven't started yet but rather one I'm about to start with. Instead of writing about things I've learned/experienced, I'll try and use this entry to s...
Hey there!
First off, MandoMaster is live and free to use, so if you're interested you can just take a quick look to see what I'm talking about.
Alright, time to write about another project of mine, ...
I've often thought that make is a solid tool, but it could really benefit from modern features like package management and file watching capabilities.
After considering this for a while, I decided to ...
In this comprehensive retrospective, I'll share everything I've learned while building bitmenu, a startup that enables restaurants to create digital menus accessible via QR codes and links. This proje...
Introduction: My Journey with AI Coding Tools
So, I've started using Cursor about 6 months ago, in the beginning I was quite
skeptical but by now I can't imagine going back to coding everything by han...
Progress Update
I've been somewhat busy with other things on the weekend but today I've returned
to work some more on WS2HTTP, and by now things actually work pretty well. It's
also a lot less complic...
Initial Attempt with Rust/Tokio
Today I've continued experimenting with this WS2HTTP idea and first started building the backend with Rust/Tokio...
Gotta say, I really didn't like it, it just felt so ...
The Problem with Modern Web Stacks
So, because I've been thinking a lot about how to do small projects on the web without all the
complexity inherent in modern stacks I came upon an idea that might be...
Decision to Abandon the Project
So, I'm calling quits on this project. Mainly because working with
this stack is just no fun and mostly just slows me down. Still good
that I tried things out, so that ...
Project Introduction
So for my first project I thought I'd build a simple Web Page/App where people
can specify what they know and what they'd like to know, and the system
then matches people up so th...
Digital Nomad Life
So, I've finally become one of these digital nomad backpackers,
floating through Asia with neither purpose nor goals.
While it is pretty nice to get to see so many different places ...
Exploring Guile for Game Development
So, after deciding to take GuixSD for another spin on my x220, I've become interested
in trying out Guile again. For starters I wanted to do a simple Pong, since i...
Introduction
Lately I've been thinking about the trade-offs between multiple-dispatch and single-dispatch.
Single-Dispatch: Simplicity and Efficiency
Single-dispatch has its appeal in its simplicity. ...
Welcome to My Tech Blog
Finally set up a blog, this time using Zola instead of going down the rabbit-hole of writing a custom SSG (which gets even more time intensive if it's written in a custom langu...