I don’t blog very often.
I should probably stop bothering with the automated twitter compilations.
In other news, some legacy PHP code I look after had this :
<?php
// ...
require('#something.inc.php');
Yes, that’s including a file name that starts with a ‘#’ … which while it’s a clever idea, it’s also a pain in the bum to edit in Vim etc all the time.