Blog

111 berichten

Understanding git

Only a few people in the world get to create one famous piece of software. A guy called Linus Torvalds created two that are used every day by millions of people: Linux, and git. What is […]

Is AI te duur?

Al sinds het najaar van 2025 heeft de computerindustrie last van stijgende geheugenprijzen. Vooral RAM, dus het werkgeheugen, is enorm in prijs gestegen. Maar ook opslag in de vorm van zowel SSDs als ook HDDs en […]

Understanding the Rust Result type

One peculiarity of Rust is its Result type. In many other programming languages, you’ll probably use a bool or int to indicate successful function execution. If you’re new to Rust and take a look at Rust code, you’ll […]

A brief history of the Workstation

All images sourced from Wikipedia unless otherwise noted. What is a workstation? Wikipedia’s definition starts with A workstation is a special computer designed for technical or scientific applications. Intended primarily to be used by a single […]

Some Rust peculiarities

After first investigating Rust superficially some time ago, I’ve now started to really use it. As I’ve written before, my programming background is C/C++, Fortran, C#, and more recently Python. With that experience, some things about […]