Recent Posts

Iterative Improvement

It is a tendency among many people to perfect something before they think of ever releasing it or showing it to anyone else. Often you might label these people perfectionists, and they exist in all spheres of life, from programming to writing to art. There is a big problem with being a perfectionist and thats that you hardly ever release anything!

Contine reading...

Useful Linux Programs

Having been using Linux exclusively as my operating system for development for quite some time now I thought it was time to catalog some of the useful commands and programs I use in the terminal on an almost daily basis.

Contine reading...

Copying Photos off of Android using ADB

Last night I was struck by a mini disaster! My phone had run out space due to the amount of photographs I have taken over the last few years! Annoyed at the sudden disruption to my phones operation I went to work trying to delete old photos and back them up.

Contine reading...

Sending EBooks to Kindle from the Terminal

Just a quick post sharing a simple bash script for sending your EBooks to your Kindle via email (using msmtp and mutt).

Contine reading...

i3-shortcuts

Recently I wrote a very quick C program to parse my i3 configuration file and output the bound keys within. This was to help jog my memory of the various keys I have set in my configuration file beyond the common ones.

Contine reading...