So You Want To Earn Money With Open Source

I earned 0 Euros from maintaining OSS software for years, and I thought that's the way things are. I finally looked into ways to monetize my projects last year and in this talk I want to share what I learned so far. It didn't make me rich (yet!), but I built my first sustainable side-project with an… More »

My Blog Just Got Faster: Cloudflare Workers and AVIF Support

Did I mention that this website is fast? Oh yeah, I did, multiple times. It's never fast enough, so today I go one step further by adding support for the new AVIF image format to the blog. The results were suprising. More »

Tips for Faster Rust Compile Times

When it comes to runtime performance, Rust is one of the fastest guns in the west. 🔫 It is on par with the likes of C and C++ and sometimes even surpasses those. Compile times, however? That's another story. Below is a list of tips and tricks on how to make your Rust project compile faster today. Th… More »

Gravity

Here's a test to check your age: Do you still remember that funny JavaScript gravity effect, which Google used on their homepage ten years ago? More »

Hackers' Folklore

Some computer terms have a surprising legacy. Many of them are derived from long-obsolete technologies. This post tries to dust off the exciting history of some of these terms that we use every day but aren't quite sure about their origins. Let's jump right in! Bike-Shed… More »

A Timelapse of Timelapse

Timelapse is a little open-source screen recorder for macOS. It takes a screenshot every second and creates a movie in the end. To celebrate its unlikely 1.0 release today, I present here a timelapse of this project's journey. It just took ten years to get here. More »

A Tiny, Static, Full-Text Search Engine using Rust and WebAssembly

I wrote a basic search module that you can add to a static website. It's very lightweight (50kB-100kB gzipped) and works with Hugo, Zola, and Jekyll. Only searching for entire words is supported. Try the search box on the left for a demo. The code is on Github. Static site generators are magica… More »

« NextPrevious »