After experimenting with the one dimensional version of the game of life (see https://janklingel.de/2026/07/20/one-dimension-game-of-life-from-1978/), I wanted to do the same in two dimensions. Instead of …
If you are here for the boy band, sorry. This is about mathematics. Usagi on YouTube (https://www.youtube.com/watch?v=bpdYBsgYF_c) gave me the idea to practice my C …
Today I was able to compile my code for a multiple linear regression (MLR) sucessfully for the first time. See jklingel/Multiple-Linear-Regression: Creating a multiple linear …
One thing I learned in life is that you have to replace negative and frustrating topics with something positive, something that gives you back strength, …
To get better in programming C and to understand AI (machine learning) a little bit better, I wrote a tool in modern C to estimate …
Wouldn’t it be nice if we could start a memory monitor from within our C program? For example if we want to see where the …
@NoelsRetroLab published an interesting video on YouTube called „TI-99/4A BASIC Performance, Games and Comparison to Other 8 Bit Systems“. In the video, he benchmarks a …
A modern C compiler takes a struct data type and pads its elements to i.e. 4 or 8 bytes in order to improve CPU access …
When writing software in POWER C, there are some peculiarities that must be accounted for. POWER C is a programming language from 1986, meaning that …
If you know how, developing code in POWER C using an emulated C64 is not that hard. In contrast to real hardware it even has …