This is a post where I summarize some of the projects I have been hacking on during 2023. Note that only "non-work" related projects are covered by this list. FOSS projects which I have been able to contribute to during work time are included, though.
Read more |
In this post, I describe a recent event I encountered when working on my project which illustrates
some of the benefits of automated testing in general, and Valgrind-based testing in particular.
Read more |
This is a post where I summarize some of the projects I have been hacking on during 2022. Note that only "non-work" related projects are covered by this list. FOSS projects which I have been able to contribute to during work time are included, though.
Read more |
In this blog post, I describe one particular aspect of the C language that can lead to unpleasant surprises if you’re not careful.
Read more |
It has again become time to summarize the top FOSS projects I've been involved with during the past year. Not all projects I worked on are listed; I've tried to limit it to the ones where I spent the largest amount of time, or where I consider the project/work done to be particularly interesting for one reason or another.
Read more |
In this post I'll write about referential equality (ie the == operator) and why it can be very dangerous to use this operator incorrectly in Java. I made this mistake today, and it is my hope that this blog post will help you to avoid doing the same mistake yourself (or at least get a good laugh). 
Read more |
For a good many years, I have been running some of my personal web hosting from a Raspberry Pi in my home. In this post I describe the process of decommissioning this server and the background to why this happened right now. I also share some of the experiences of using a Raspberry Pi as a server this way and my general feelings around it.
Read more |
Sometimes, you find yourself in a situation where you need to do rather drastic changes to a git repository, like when you actually want to remove one or more files including their full history from the repo. This is where git filter-branch can come in handy. In this blog post, we take a closer look at how it can help us with this task.
Read more |
This is a post where I summarize some of the projects I have been hacking on during 2020. Note that only "non-work" related projects are covered by this list. FOSS projects which I have been able to contribute to during work time are included, though.
Read more |
This is a post where I summarize some of the projects I have been hacking on during 2019. Note that only non-work related projects are covered by this list.
Read more |