The Sentry in my Life

The idea of converting an Open Source project into a company is something that excites many of us, but very often this is something that will not succeed. Often times it’s because many Open Source projects fill a void that exists largely because in that space no money can be made. This is especially true […]

Read More

A Fresh Look at Rust

I have been programming with Rust for quite a long time now but that does not mean much. Rust has been changing for years now in such dramatic ways that coming back after two months feels almost like working in a different language. One thing however never changed: the trajectory. With every update, with every […]

Read More

Codec Confusion in Python

Alright, I admit Alex Gaynor is a pretty clever guy but I was very close to strangling him today for this tweet: @alex_gaynor: WTF does str.encode or unicode.decode even do on Python2? And that’s because on the way to Python 3 these functions were removed because they cause confusion with people, but this broke a […]

Read More

April 1st Post Mortem

This year I decided to finally do what I planned for quite some time: an April’s fool joke. (I did contribute a bit to PEP 3117, but that does not count). This year I decided to make a little joke about Python microframeworks (micro-web-frameworks?) and wrote a little thing, and created a website and screencast […]

Read More