Feeling jaded by the whole XP/Agile thing? Register here
SPA 2006 looks like another good year. Not least, of course, because I'm rerunning Storytelling with FIT with Mike Hill and Getting to know your Customer with Andy Pols
Sign up before the end of the month to get the discount!
This one is run by the theorists
via Brian Foote
Bill Caputo (hi Bil!) has been readiing Jared Diamond's Collapse. It's possibly one of the most depressing books I've read. Bill writes about how societies cling to established practices, even when they're disastrous in the current situation.
There is another lesson from the book. There are a couple of examples where societies, for whatever motivation, have managed to sustain the resources on which they depend. One is Iceland and its fishing grounds, another is Japan since the Shogunate and its forests. According to Diamond, Iceland maintains very strict control over catches, even sending inspectors out on the boats. If there's any sign of stress in the stock, the relevant area is closed immediately. This seems to work despite huge temptations for trawler skippers to cheat.
Both cases share some characteristics: ownership aligned with exploitation (in the best sense) and a long-term view. Are these also essential for an Agile project (well, any project really)? The One Team practice says that all the right people have a stake in the success of a project. The organisation must do its best to reduce any motivation for people to game the results and concentrate on finger pointing instead. Similarly, an absolute commitment to quality means that everyone realises that the system has a life beyond its initial sign-off. Someone has to support this stuff, and it might be us.
I don't even remember how I found this artice
I was trying to avoid working on my lecture slides at the time.
I'm not sure I agree with everything, but it's a good post
Of course, I especially liked:
I've been working on a prototype of something at work - where I started off the usual imperative programming style. Realizing that this wasn't going to scale, I rewrote it in functional style making full use of C#'s anonymous delegates and iterators. When I had to make a major change, it was so much easier to add in extra functionality since I was just passing closures around.
via Don Box
I know these images are slightly unfair, but they do seem to express the cultural difference between these well-known IT companies:

via Presentation Zen
This is not what I want, this is. 5.6lbs weight. Dongles for VGA (forgot mine again this week). New, incompatible power connection.
Another year to wait, then.
I was trying to upload a keynote presentation to backpack and they wrote up the bug in public...
Update RubyfulSoup is not the fastest code in the the world, but it seems to do the job.
So, I finally scrambled up on the Ruby bandwagon and I'm intending to use it to demonstrate the benefits of scripting languages in an upcoming lecture. I'm developing the examples and gradually coming to terms with the corners of the syntax, when I find a showstopper.
I want to scrape a web page that includes tags that are not closed properly. All the Ruby HTML/XML parsers I can find fall over at this point. I've implemented the exercise in (gasp) Java, which is a worse tool (right?) but has fault-tolerant parsers available.
This has to be a really common scripting task, so I must be missing something. Can someone help me out?
P.S. and a Happy New Year.