Python-fnord of the day

An unexpected behavior of python that surprised me today.

May 6, 2014

Heartbleed: New certificates

Updating my TLS-certificates due to Heartbleed.

April 10, 2014

go stacktraces

A small pattern to add stacktraces to errors.

February 19, 2014

Signed blog posts

I sign my blog posts.

January 23, 2014

Incentives in education

I hate software-engineering as it is teached in Heidelberg. Really.

December 16, 2013

ext4: Mysterious “No space left on device”-errors

ext4 has a feature called dir_index enabled by default, which is quite susceptible to hash-collisions

October 20, 2013

Using i3 and vim to keep a set of notes at hand

Put a terminal with a vim-instance in an i3-scratchpad, combine it with autosave-when-idle and you got the perfect note keeping workflow."

October 20, 2013

Tic Tac Toe AI

I wrote a simple Tic Tac Toe AI as an exercise. You can get it on github.

October 19, 2013

Inject Environment variables into running processes

Using gdb to manipulate a running process is fun and just the right amount of danger to be exiting

October 11, 2013

How to C-Golf

We had a codegolf challenge recently. My C-solution was 246 byte, the perl-winner was 191. I decided to give notes for C-golf beginners.

October 11, 2013