Thursday, 22 March 2012

Am back. Had forgotten my password. Tadaa.

Friday, 11 November 2011

Well, here we are with a new contract at a new job. Happy days.

Monday, 18 April 2011

How old am I?

I once built an astable multivibrator (using, as I recall, a pair of BC108s). My brother's comment when I showed him the bulb flashing on and off was, 'how old are you?'

So, I have now for the first time in my life redirected the error to null:

$ find . 2>/dev/null -name "redacted.pl" -print

Blimey. How old am I? :-)

Friday, 15 April 2011

Here is a handy chunk of code for cross thread updates to UI.

public void MyUIMethodCalledFromWorkerThread(string message)
{
BeginInvoke((Action)delegate
{
someControl.Text = message;
});
}

Friday, 8 April 2011

scdelete

A new command: scdelete
This deleted a Windows Service and also cleans up its entry in Services plugin.
Huzzah! (My thanks to Jake Palmer for this useful hint)

Friday, 10 September 2010

2 Months In London

Rhymes with 'Last Train To London'

If only you knew.

Whilst we're on the subject didja hear Poor Edwards died. Death by bale. Harsh.

London, don't'cha know, is... Londonish.

Am 2 months into a 6 monther with a well known north american investment bank. Is v boring, just lots of Sybase scripts and back office extracts. Ooooh Matron.

Sunday, 25 July 2010

Unemployed...

... or as a thesp would say; 'resting between contracts'

Unfortunate that the project I was working on in Glasgow was canned. Ah well. That's life (for contractors). I had 2 interviews on Monday and 3 on Tuesday and 4 firm offers on Friday; following a lot of horse trading I've rejected two, and accepted one, pending background checks (it's for another Investment Bank).

I'm holding the last in backup pending disasters around the credit score/ criminal record front. Not that I have a criminal record or CCJs, but, don't let go of your options until the ink is drying on the contract, is what I always say.

This weekend has been filled with flying (circuit bashing to maintain currency), building a tree house for the small one, and strimming. Oh, and a cassoulet with confitted pheasant. Mmm.

Oh, and per last month's post: I now have an ESXi box with a six core Phenom and its GREAT!