skip navigation

dailyWFTisTimeSink = true;

Robert Gauld

So the daily WFT appears the be the best time sink I've found in a while. So here are some of my favourites.

FOR-CASE Paradigm

Every so often when you're just trying to get something working you'll end up with something like:

	for (int i=0; i<3; i++) {
		select case i
			case 0
				functionA();
			case 1
				functionB();
			case 2
				functionC();
		end select
	}
As far as I'm concerned the problem here is not then turning in into:
	functionA();
	functionB();
	functionC();

Interesting implementation of s=lower(s);

Engage brain before fingers

Fun with Maths

Security for the insane

Helpful FAQ

My new favourite response when I'm accused of being unhelpful.

Just a Wiring Problem

This one reminded me of a place I used to work except taken to the extreme.

Wish It Was a Two Factor Login

For more details of what double factor authentication is listen to Security Now 90.