05 September 2010

In Boris Gloger's "Estimation in Depth" deep dive at the South African Scrum Gathering he introduced us to Magic estimation. Intro Boris introduced it a little something like this: So you've got a backlog of about 100-200 items and you have a backlog estimation meeting. First thing to do is put a numerical estimate on everything in the backlog. Using...

Posted on Sunday, September 05, 2010 by Unknown

6 comments

02 September 2010

The open space marketplace in action this morning at the Cape Town Scrum Gathering. Fun being part of a complex dynamic system. Sessions I convened today: Agile contracting Job swapping (bus 2 bus) for cross pollination Sessions I attended, paraphrased: Extreme public openness; what (code, practice) should we share? Team psychology Wildcard ad-hoc...

Posted on Thursday, September 02, 2010 by Unknown

1 comment

Cape Town gathering day 1 concluded in a networking event where I caught a few moments of Henrik's improv on the baby grand at the Westin Grand. Before I plunge into day 2, a sketch of what stood out on day 1. Henrik's KeynoteHenrik Kniberg's keynote was excellent, setting the tone for the gathering. He revisited the core scrum values (not the agile...

Posted on Thursday, September 02, 2010 by Unknown

1 comment

31 August 2010

Mohamed Bray Sugsa August 2010 This month's sugsa was a cross-talk from the Business Analysis community. The Talk Mohamed described an iterative process as just multiple quick failures (wagile, thanks Karen), if we decide to skimp on requirements. His stat was that 70% of defects are injected during the requirements phase. After gathering, the challenge becomes requirements management and communication. This communication is difficult because the audience is broad and diverse. Requirements communication should have a few characteristics. connect:...

Posted on Tuesday, August 31, 2010 by Unknown

No comments

07 June 2010

Complete Word A long while back I included the "Complete Word" shortcut: Ctrl-Space in my coding practice, avoiding the tricks I had developed to prompt the visual studio intellisense back into giving me suggestions for word completion. This saves a lot of "micro-time" and improves flow. Parameter Info Another time when I found myself coaching...

Posted on Monday, June 07, 2010 by Unknown

1 comment

12 May 2010

The problem Stored in a varchar column, payload_xml, we have xml that looks something like this: <?xml version="1.0" encoding="utf-16"?> <ReceiveMoneyParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ... <PaymentArrangementExternalReference> JT00009084 </PaymentArrangementExternalReference> ... </ReceiveMoneyParameters> I need to return the underlined section as a varchar. The solution With the help of Tim Chapman's article...

Posted on Wednesday, May 12, 2010 by Unknown

3 comments

18 February 2010

Last night I ran through a basic tutorial on Fitnesse and .net. It went a little something like this. Download and run Fitnesse Download, double-click. And then...Huh? I double clicked the jar file, got a question about enabling network comms, and nothing else happened. What had actually happened was some files were extracted and the server started...

Posted on Thursday, February 18, 2010 by Unknown

No comments

21 January 2010

Just learned something new about the DOS copy command from this comment on a keyboard ninja article. copy /a *.txt aggregate.txt Will aggregate the contents of all the .txt files into aggregate.txt. This is useful to me for .csv files. (to disambiguate: 1.txt contains "one one one" &c.) So cool; not often I find out something new about D...

Posted on Thursday, January 21, 2010 by Unknown

No comments