My thoughts on various subjects. I particularly love hacking my work. Either by methodology or by improving my tools. Check out this list of tags / subjects.

Recent Posts

Pro tip on git rebase -i

less than 1 minute read

Here is a small tip to improve your efficiency when using dynamic rebasing in Git. I do my work on topic branches that are forked of master. Before I push m...

Dog vs Cat diary

2 minute read

This is not new by any means but I recently saw this joke. As a recent dog owner I must admit I found it too true to not laugh. Excerpts from a dog’s diary ...

Bash script to expand file templates

1 minute read

I am working on pushing all my “dotfiles” into a Git repo. Some contains passwords or other private data. It took me longer than expected to write an expande...