This week I added unit tests to blaggen and implemented the “top links” and watched Bobby Anguelovs talk about entity/object models and probably going to switch my system to something similar.

Gustav Jansson
Welcome to my lair.
Latest devlogs
This week I ported the last python script (I think) and continued working on cleaning up the build code. Then I started a new project (oh noes), a small(ish) static site generator. It started, at first, as a small project to see how big a static static site generator would be but I think, if it ever becomes useful, it would be neat if I could port this homepage/blog to use it.
This week I ported most of my tools from rust to c#.
Latest blog posts
I recently realized that I’ve been writing my devlog since 2017 but I have never compiled all the devblogs into a longer post starting from today. I’ll summarize and write a smallish review of what I’ve done on all my hobby projects the past year. Euphoria Euphoria is my hobby game engine and to much surprise I did a couple of cool things related to it. Code wise I’ve continued to code cleanup (replacing streams with fmt), both warnings and enabled warning-as-errors(with w4/Wall+extra), I also added both a clang-tidy and coverage step on github actions so I can keep the code clean and strive towards a 100% coverage for the core.
I took Open AI: Chat for a spin and it’s easy to get it to write a fictional conversation between one or more people that probably never going to have a conversation. Here are some of theese meetings that I found entertaining. Sorry for focusing so much on Uncle Bob. He’s the name I think the AI would have read most about and the only name I can think of that has written about many various topics that could be discussed with various fictional characters.
Introduction Clean Code, mostly authored by Robert C. Martin, aka Uncle Bob, has come up lately in discussions and apparently it is still being read. I haven’t read it and only read the responses about how bad it is and I’ve read that it’s pretty popular to hate on it and who am I to miss a trend. Join me as I read chapter to chapter and express my feelings and thoughts about each chapter.