Hunting Memory Leaks in Python

Posted on Sa, 2013-08-31 in coding • Tagged with python, coding, debugging

The first thing you might say: "Memory leaks in python? What the hell are you talking about? Python has garbage collection. How is this possible? I don't have to care about memory management!" Well you don't. Until your python project blows up directly into your face because it eats up …


Continue reading

Mini Git Tutorial

Posted on Do, 2013-04-04 in other • Tagged with git, coding

Okay I decided to copy & paste some basic git commands and add some short descriptions, so that people who never used git before but have used svn can get a basic workflow running. (So I can tell people I work with: "read this to get started. If you need to …


Continue reading