Tagged with geek

Keyboards

- 2008-10-14 13:59:01

Back in the day I swapped the keys on my 12" powerbook keyboard around to read macgenius across the middle row.

--More--

Alistapart Survey

- 2008-07-29 14:47:24

Another Concise Code Example

- 2008-04-26 15:54:09

This is just another example showing how I refactor code down to its bare minimum. The reason why I do this so much (and indeed I think why ruby is so easy to read compared to other languages) is because it makes my code more readable and less of a bugger to pick up after a while.

--More--

BarCamp Manchester

- 2008-03-01 11:34:25

So I'm at BarCamp Manchester for the day. Its great meeting people I already know, and meeting new ones; most impressed by Peter's ruby shoes.. they glitter!

--More--

Command line tricks: Scripting Languages

- 2008-02-14 16:24:27

To search your php.ini file quickly and easily with the option to use regular expressions, I tend to drop back to the cli. The reason for this is I can easily parse the output of phpinfo() with grep, and can do various things with the output, could even pass it to a script if I really wanted to.

--More--