2006-03-25

andrewducker: (hairy)
2006-03-25 10:13 am

Yay!

Cheers to [livejournal.com profile] purelyskindeep for letting me know that Radiohead tickets for Edinburgh were going on sale this morning.  I got two tickets!

If you want some yourself, then you can get them here (until they sell out, of course).
andrewducker: (Default)
2006-03-25 10:41 am

Ten points for Gryffindor!

And also for anyone who can tell me what stupid mistake was made in this
code:

if (!OpalControlsHelper.ProgrammaticChangeOccurring)
      this.dummySchemeCombo.Text = "No";
      this.dataHeldCombo.Text="No";

I'm so tempted to start coding in Python, where you can't make this kind of mistake.

Oh, and as a note - I didn't make this mistake, I just spent 2 hours tracking it down.  My current mistakes mostly seem to revolve around unthought of results of multiple sections of event-driven code interacting in unforseen ways.