Author archive Steven Wake

Steven Wake

Global Git ignore

A handy little feature of Git is the global ignore file. Use this file to exclude annoying system files from your nice clean repo, especially good for those dreaded .DS_Store files (Mac poo) on OSX and Thumbs.db files on Windows.

Setup and configuration of a global ignore file is extremely simple:

Read more | 1 comment
Tags: git

Steven Wake

Very late to the party

Of late I’ve been missing lots of comms from all over.

Eighteen months ago I signed up to Twitter to see what all the fuss was about – I very quickly decided I hated it. ‘I am doing this’, ‘I have just done that’ – why do I need to know this? Another form of communication that I had to keep tabs on. I already have IM, email and a mobile phone why would I choose to run another application to monitor something that I’m not interested in? BAH!

Read more | 5 comments
Tags: twitter, mac, refusenik, iphone

Steven Wake

The Entifyr

The Entifyr is a small web application that started life as an personal experiment to automate the removal of problem characters from client supplied content (usually Microsoft Word documents). The offending characters are replaced with corresponding entities (hence the name) allowing the content to display correctly.

Read more | 7 comments