So the daily WFT appears the be the best time sink I've found in a while. So here are some of my favourites.
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();
My new favourite response when I'm accused of being unhelpful.
This one reminded me of a place I used to work except taken to the extreme.
For more details of what double factor authentication is listen to Security Now 90.

This blog is licensed under a Creative Commons Licence.
Recent comments
2 years 8 weeks ago