Tech Kindred
Entries in Software (2)
[Semi-Off Topic] Please vote for better espresso at Starbucks
So, Starbucks has a Mix and IdeaStorm-like social network for product suggestions, called mystarbucksidea. Today, Starbucks announced a new style of brewed coffee called "Pike Place Roast" to address the common customer complaint of a burnt/bitter taste. I have complained for years about this burnt-style, and unfortunately I think it's rubbed off on other main-stream coffee providers. Dunkin' Donuts used to have some good brewed sweet stuff, but the Starbucks trend ruined it. Luckily, smaller cafes and chains have started to reverse this trend over the past few years, and now Starbucks is listening.
While I think Pike Place is a solid start, we're still stuck with the same burnt tasting espresso-based drinks. I'm not sure why they introduced Pike Place only for brewed coffee, but it seems pretty lame to me. So, I joined the social network to "share my idea," or more accurately complain. So, if you drink coffee, please take a minute to vote for it:
Vote for more mellow espresso drinks at Starbucks
I knew this network existed. But what I didn't realize is that it's a salesforce.com application. It's logical, in that this customer ideation is an extension of CRM, but I didn't know that salesforce hosted consumer facing apps. When I did a little digging, I realized that IdeamStorm is a Dell version of the same app. Mix seems to be the only custom CRM social network around. Anyone know of any others?
The One-third Rule
I’m going to make a seemingly arbitrary claim. In some sense, the debatable nature is the point, in that hopefully it spurs some thinking.
If it takes you longer than a third of your development time to deploy a web application, including acceptance testing, then your deployment process is broken.
I’m calling this the one-third rule. Obviously, the one-third rule is linear, which means it isn’t a big deal for large apps that have taken > 1 year to develop. However, as dynamic languages and convention based MVC frameworks dramatically reduce development times, sometimes in the range of 2 – 3X, what seems simple can be a tall order for some shops.
For example, Oracle Mix took ThoughtWorks and Oracle AppsLab about 5 – 6 weeks to develop. Under the one-third rule, that means roughly 2 weeks for deployment, which in the Mix case we did simultaneously with development. Most enterprises that I’ve worked with during my consulting days couldn’t come close to that – in fact, many places would still be trying to requisition hardware at the two week marker. Worse yet, if I create a skunkworks project that takes me only a day to create, it implies a near instantaneous setup, which I’ve never seen.
We can argue about whether the number is one-eighth, one-third, or one-half, and if there are bottom and upper limits. We can also argue about what constitutes a deployment, especially considering whether the release is internal or external and the extent to which it includes user acceptance testing. But all the caveats belie the point. Fundamentally, as development times decrease, deployment times will increasingly become a constraint. The companies that take innovation and time-to-market seriously will get this and optimize their deployment. The companies wed to the world of 500 person teams and 3-year development cycles will not. Period.
Dynamic languages, like Ruby, and faster development cycles will affect several concerns beyond the act of writing actual software. For smaller projects, the other constraints can make the productivity gains in development marginal. If it takes you 3 months to deploy anything, then saving a month of development time on a three-month project is good, but not great. Conversely, shaving a month off the same project when it takes you two weeks to deploy has a greater relative impact. Organizational shifts need to occur in the business and operations groups to take full advantage of what happens in development. Deployment is a good starting point, as it should touch several pieces of your process.
Lastly, if you don’t like my rule of thumb, then come up with your own. Just make it controversial.

