A logo showing a blue circle
Vlad-Stefan Harbuz
The clumsy computer logo

clumsy computer

I’ve helped many people learn programming throughout the years, and I’ve noticed one thing — people increasingly fail to understand how to build things from scratch. Instead, they rely on other people’s code without understanding how it works.

I wanted to do something to help, and I decided to create a series of videos where I teach people to code tools we use every day from scratch, such as a regex engine or OCR.

I decided to use Python for these tutorials, to keep the barrier to entry as low as possible. However, I did want to do things as “from scratch”, as possible, so the projects coded on clumsy computer do not use any Python libraries, and in most cases they have zero import statements. This way, we’re creating everything ourselves, and can truly understand what’s happening.

I think having this kind of deeper knowledge and confidence when programming not only makes you a better programmer, but more importantly, it also helps you enjoy programming a lot more. It’s a special kind of feeling when you feel like you truly understand what the computer is doing and exactly what code you’re running.

At the time of writing this (2021), I’ve decided to take a small break before making more of these videos, because I want to think about what the very best way to teach programming would be — perhaps I can do a better job!

The source code of everything we code on clumsy computer is available on SourceHut. The videos are available below. I also used to stream episodes live on Twitch, so you can still find a couple of VODs on the clumsycomputer Twitch channel.