Posts

Showing posts from December, 2012

Continuous Improvement Book

I did not manage to use my Christmas break to get a lot of work done on the book . I tried, but there was much going on in our world (almost all good stuff) and I was unable to get the focused time I was hoping for. You might be able to access a sample of the draft as of today. It is only a small bit of the book, but maybe enough to whet your appetite. I hope to decide on the "early adopters" price soon, and finish up the initial set of illustrations (thereby getting rid of the ugly ascii art that appears in some places, and breaking up the expanse of text that appears in others). If you want, use the public page to suggest a price. Thanks for waiting. I hope you'll find the result thought-provoking and useful.

Circling the Drain/Facing the Truth

Image
Messages from the past have a way of reaching into the future and getting your attention. This week everyone is talking "apocalypse." This is because of an ancient mayan calendar which quits tracking time on Dec 21st. The joke (I hope we all know it's a joke) is that it stops because that's when time ends. Of course, my calendars used to run out every year (before Google Calendar). The word "apocalypse," according to my sources, was a theatrical term. It referred to the moment when the curtain was pulled back and all was revealed. When I learned that, the title of the biblical book "Revelations" finally made sense, as did more of the text within. Today I'm facing my own apocalypse. An ancient message (from two years ago) has come back and presented itself to me. I like this team. They're good people, and they understand their business. They write quite a lot of code, and they get along. There is nothing to dislike, and much anyone...

Code Oddity: Conditionally starting

I'm starting to see a lot of these: for(int x=0; x < someLimit; x++ ){ if (x == 0 ) { // do initialization } else { // do everything else } } Is it just me, or is this a pretty weird thing to see? I've seen it a half-dozen times in the past few months and I don't think (outside of Duff's device) I've seen a switch/case or if/else on the loop counter in years.

Robert Probst and the Cubicle Wars (we lost)

Image
I was talking with some folks in California last week about the evolution of cubicles from the original "action office" where everything was movable to the modern view of cubicles as tiny jails with fixed walls held firmly in place by management policy and departmental will. Originally, the office was supposed to adapt to the needs of the people living/working in it, but then something sad happened: Propst believed that the facility should adapt to the needs of the individuals, and there could be many forms of adaptation. But in the 1980s and 1990s, standards programs and the box move—move people instead of the office—became the predominant planning model. Workers had to adapt to the facility. What happened to a human-focused, individual-focused interior design approach? This is not an unfamiliar story. I think it has some parallels with other great movements of the past few decades in that some mechanical aspect of the original work is kept, but only after the humani...

TLC Labs Doesn't Do Performance Reviews

I read an interesting post from  The Library Corporation's TLC Labs . Here's what I learned: Since we ended reviews, we have seen employee retention improve substantially. A host of other metrics that one could argue would be likely to be affected by “performance management” have also improved. I can’t prove (or disprove) that not doing forced ranking was a major driver of these outcomes, but I feel safe in saying that at the least it has done no harm. When you see your company asking how they can improve employee retention, try pointing them to this blog post and let them see what happens when people realize the futility of pitting employees against each other.