<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" version="2.0">
  <channel>
    <title>eraser and crowbar</title>
    <link>http://eraserandcrowbar.com/</link>
    <description>thoughts on software architecture and other things</description>
    <language>en-us</language>
    <copyright>Larry Clarkin</copyright>
    <lastBuildDate>Wed, 02 Jan 2013 22:10:31 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>blog@eraserandcrowbar.com</managingEditor>
    <webMaster>blog@eraserandcrowbar.com</webMaster>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=1956cba9-5ed9-4120-a595-1256093881b4</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,1956cba9-5ed9-4120-a595-1256093881b4.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,1956cba9-5ed9-4120-a595-1256093881b4.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=1956cba9-5ed9-4120-a595-1256093881b4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <a href="http://www.flickr.com/photos/pat00139/5983796116/">
            <img title="Frank, July 27, 2011 - measure_tape" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="4474421855_4b20643258[2]" src="http://eraserandcrowbar.com/i/99a73192f8ac_9BDF/5983796116_8ed8b30b5f_thumb.jpg" width="502" height="377" />
          </a>
        </p>
        <p align="center">
          <a href="http://www.flickr.com/photos/pat00139/5983796116/">Tape_measure</a> by <a href="http://www.flickr.com/photos/pat00139/">pat00139</a> used
under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons</a></p>
        <p>
I went to the <a href="http://mkealt.net">Milwaukee ALT.NET</a> (<a title="@AltDotNetMke" href="http://twitter.com/#!/altdotnetmke">@AltDotNetMke</a>)
group’s <a href="http://mkealt.net/holiday-hangout-2012">Holiday hangout</a> a couple
weeks ago.  It was a fun night of drinking a couple beers, talking shop and some
non-shop items.  One of the things that we talked about was something that is
very near and dear to my heart: how fast can you get a new member of your team up
to speed and productive and what the answer says about how mature your development
processes are.  I heard a pretty surprising response from a couple of the folks
at the Holiday Hang out when I asked the question.
</p>
        <p>
You may have heard of the <a href="http://www.sei.cmu.edu/">Software Engineering Institute</a> at <a href="http://en.wikipedia.org/wiki/Carnegie_mellon">Carnegie
Mellon University</a> and their <a href="http://www.sei.cmu.edu/measurement/tools/sixsigmacmmi/index.cfm">tools
for measuring Information Technology / Software Development teams</a>.  You almost
certainly have heard of the <a href="http://www.joelonsoftware.com/articles/fog0000000043.html">Joel
Test</a> that pokes a little fun at the SEI and offers a simple 12 question “test”
to rate the quality of your software development team.  I have quoted the Joel
test to numerous developers and architects over the years myself.  I have a bit
of a twist on both of these approaches it is a relatively simple test:
</p>
        <ol>
          <li>
Bring a brand new developer onto your team.  Needs to be a developer with an
average level of experience, but a “rock star” developer or a novice will not skew
the results too far either way. 
</li>
          <li>
Give him/her a laptop that has access to the domain and has the basic developer tools
installed (Visual Studio as an example).  But the laptop cannot have been setup
by anyone on your team. 
</li>
          <li>
Give him/her basic instructions for accessing your environment (source control repository,
tools you use, development servers and databases).  
</li>
          <li>
Start timing to see how long it takes for the new developer to be able to get the
latest version of your source code and successfully have it running on their machine.</li>
        </ol>
        <p>
The new developer is allowed to ask follow-up questions (and you should take notes
on every question that they ask), but you are not allowed to actually do anything
for them.  Each time that you have to look at their machine in order to answer
a question, you should add an hour to the clock time.  Once the developer has
the code running, take note of that time.  I like to call this the “<strong>zero
to configured</strong>” metric.  If you are like most development teams, this
number probably makes you want to weep uncontrollably.  Most development teams
probably think this should take them a “few minutes”, but the actual number is probably
located between several hours and never with most answers hovering in the neighborhood
of a couple of days.  Seriously – try this test and see for yourself.
</p>
        <p>
I wish I had actual data on this metric to share, but I only have anecdotal information. 
But if you work in software, you probably have a lot of anecdotal stories of your
own.  Here are a couple tidbits:
</p>
        <ul>
          <li>
The project that could not build or debug unless the files were located in C:\projects\erin</li>
          <li>
The search for the .h file that you only have the .obj for</li>
          <li>
The class library that only worked from C:\Program Files\ (did you know that is not
a universal in Windows, it can be installed on other drives and I know that older
versions of Italian installed used C:\Programi\)</li>
          <li>
The application whose production build only worked on one developer’s laptop (and
the 4 hours of terror as chkdsk and several other tools were run trying to get it
passed a boot error)</li>
          <li>
The application that required you to be running as a local administrator (*)</li>
          <li>
Brining on an extra developer to help finish a release on time only to have him leave
2 weeks later never having written a line of code (a shining example of the <a href="http://en.wikipedia.org/wiki/The_Mythical_Man-Month">Mythical
Man Month</a>)</li>
          <li>
The unit tests that work perfectly until you deployed them on the server and then
could only run if you spent an hour in <a href="http://en.wikipedia.org/wiki/Regedit#Editing">regedit32</a></li>
        </ul>
        <p>
I was not personally involved in every one of these and I have tried to keep the details
vague to protect the guilty (unless you name is Erin – sorry dude).
</p>
        <p>
Does a high “zero to configured” metric mean you are a bad group of developers? 
No.  It could be that you are a good group of developers and you don’t have a
lot of new people on boarding.  We tend to work on problems that we encounter
more frequently and if you don’t bring on new developer, you probably won’t address
it.   It does mean that you will probably have a painful time when you get
a new machine.
</p>
        <p>
Does a low “zero to configured” metric mean you are an awesome group of developers? 
No.  It could be you have a very simple application or spend too much time worrying
about on-boarding new developers.  I will say that there is a high correlation
between a good development team and a low “zero to configured” metric. 
</p>
        <p>
That was why I was so impressed by the answer that one of the guys gave when I asked
the question at the alt.Net hangout.  He said that he rolled onto a project a
few weeks before and was up and running in about 2 hours.  The impressive part
was that the 2 hours included installing the local version of SQL Server.  Kudos
to that team!
</p>
        <p>
* Seriously – quit running as an administrator.  You will write better code,
spend less time debugging issues and be much more secure as a result.
</p>
      </body>
      <title>Measuring your software development team (an easy test)</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,1956cba9-5ed9-4120-a595-1256093881b4.aspx</guid>
      <link>http://eraserandcrowbar.com/2013/01/02/MeasuringYourSoftwareDevelopmentTeamAnEasyTest.aspx</link>
      <pubDate>Wed, 02 Jan 2013 22:10:31 GMT</pubDate>
      <description>&lt;p align="center"&gt;
&lt;a href="http://www.flickr.com/photos/pat00139/5983796116/"&gt;&lt;img title="Frank, July 27, 2011 - measure_tape" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-top-width: 0px" border="0" alt="4474421855_4b20643258[2]" src="http://eraserandcrowbar.com/i/99a73192f8ac_9BDF/5983796116_8ed8b30b5f_thumb.jpg" width="502" height="377"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;a href="http://www.flickr.com/photos/pat00139/5983796116/"&gt;Tape_measure&lt;/a&gt; by &lt;a href="http://www.flickr.com/photos/pat00139/"&gt;pat00139&lt;/a&gt; used
under &lt;a href="http://creativecommons.org/licenses/by/2.0/deed.en"&gt;Creative Commons&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I went to the &lt;a href="http://mkealt.net"&gt;Milwaukee ALT.NET&lt;/a&gt; (&lt;a title="@AltDotNetMke" href="http://twitter.com/#!/altdotnetmke"&gt;@AltDotNetMke&lt;/a&gt;)
group’s &lt;a href="http://mkealt.net/holiday-hangout-2012"&gt;Holiday hangout&lt;/a&gt; a couple
weeks ago.&amp;nbsp; It was a fun night of drinking a couple beers, talking shop and some
non-shop items.&amp;nbsp; One of the things that we talked about was something that is
very near and dear to my heart: how fast can you get a new member of your team up
to speed and productive and what the answer says about how mature your development
processes are.&amp;nbsp; I heard a pretty surprising response from a couple of the folks
at the Holiday Hang out when I asked the question.
&lt;/p&gt;
&lt;p&gt;
You may have heard of the &lt;a href="http://www.sei.cmu.edu/"&gt;Software Engineering Institute&lt;/a&gt; at &lt;a href="http://en.wikipedia.org/wiki/Carnegie_mellon"&gt;Carnegie
Mellon University&lt;/a&gt; and their &lt;a href="http://www.sei.cmu.edu/measurement/tools/sixsigmacmmi/index.cfm"&gt;tools
for measuring Information Technology / Software Development teams&lt;/a&gt;.&amp;nbsp; You almost
certainly have heard of the &lt;a href="http://www.joelonsoftware.com/articles/fog0000000043.html"&gt;Joel
Test&lt;/a&gt; that pokes a little fun at the SEI and offers a simple 12 question “test”
to rate the quality of your software development team.&amp;nbsp; I have quoted the Joel
test to numerous developers and architects over the years myself.&amp;nbsp; I have a bit
of a twist on both of these approaches it is a relatively simple test:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Bring a brand new developer onto your team.&amp;nbsp; Needs to be a developer with an
average level of experience, but a “rock star” developer or a novice will not skew
the results too far either way. 
&lt;li&gt;
Give him/her a laptop that has access to the domain and has the basic developer tools
installed (Visual Studio as an example).&amp;nbsp; But the laptop cannot have been setup
by anyone on your team. 
&lt;li&gt;
Give him/her basic instructions for accessing your environment (source control repository,
tools you use, development servers and databases).&amp;nbsp; 
&lt;li&gt;
Start timing to see how long it takes for the new developer to be able to get the
latest version of your source code and successfully have it running on their machine.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
The new developer is allowed to ask follow-up questions (and you should take notes
on every question that they ask), but you are not allowed to actually do anything
for them.&amp;nbsp; Each time that you have to look at their machine in order to answer
a question, you should add an hour to the clock time.&amp;nbsp; Once the developer has
the code running, take note of that time.&amp;nbsp; I like to call this the “&lt;strong&gt;zero
to configured&lt;/strong&gt;” metric.&amp;nbsp; If you are like most development teams, this
number probably makes you want to weep uncontrollably.&amp;nbsp; Most development teams
probably think this should take them a “few minutes”, but the actual number is probably
located between several hours and never with most answers hovering in the neighborhood
of a couple of days.&amp;nbsp; Seriously – try this test and see for yourself.
&lt;/p&gt;
&lt;p&gt;
I wish I had actual data on this metric to share, but I only have anecdotal information.&amp;nbsp;
But if you work in software, you probably have a lot of anecdotal stories of your
own.&amp;nbsp; Here are a couple tidbits:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
The project that could not build or debug unless the files were located in C:\projects\erin&lt;/li&gt;
&lt;li&gt;
The search for the .h file that you only have the .obj for&lt;/li&gt;
&lt;li&gt;
The class library that only worked from C:\Program Files\ (did you know that is not
a universal in Windows, it can be installed on other drives and I know that older
versions of Italian installed used C:\Programi\)&lt;/li&gt;
&lt;li&gt;
The application whose production build only worked on one developer’s laptop (and
the 4 hours of terror as chkdsk and several other tools were run trying to get it
passed a boot error)&lt;/li&gt;
&lt;li&gt;
The application that required you to be running as a local administrator (*)&lt;/li&gt;
&lt;li&gt;
Brining on an extra developer to help finish a release on time only to have him leave
2 weeks later never having written a line of code (a shining example of the &lt;a href="http://en.wikipedia.org/wiki/The_Mythical_Man-Month"&gt;Mythical
Man Month&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;
The unit tests that work perfectly until you deployed them on the server and then
could only run if you spent an hour in &lt;a href="http://en.wikipedia.org/wiki/Regedit#Editing"&gt;regedit32&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I was not personally involved in every one of these and I have tried to keep the details
vague to protect the guilty (unless you name is Erin – sorry dude).
&lt;/p&gt;
&lt;p&gt;
Does a high “zero to configured” metric mean you are a bad group of developers?&amp;nbsp;
No.&amp;nbsp; It could be that you are a good group of developers and you don’t have a
lot of new people on boarding.&amp;nbsp; We tend to work on problems that we encounter
more frequently and if you don’t bring on new developer, you probably won’t address
it.&amp;nbsp;&amp;nbsp; It does mean that you will probably have a painful time when you get
a new machine.
&lt;/p&gt;
&lt;p&gt;
Does a low “zero to configured” metric mean you are an awesome group of developers?&amp;nbsp;
No.&amp;nbsp; It could be you have a very simple application or spend too much time worrying
about on-boarding new developers.&amp;nbsp; I will say that there is a high correlation
between a good development team and a low “zero to configured” metric. 
&lt;/p&gt;
&lt;p&gt;
That was why I was so impressed by the answer that one of the guys gave when I asked
the question at the alt.Net hangout.&amp;nbsp; He said that he rolled onto a project a
few weeks before and was up and running in about 2 hours.&amp;nbsp; The impressive part
was that the 2 hours included installing the local version of SQL Server.&amp;nbsp; Kudos
to that team!
&lt;/p&gt;
&lt;p&gt;
* Seriously – quit running as an administrator.&amp;nbsp; You will write better code,
spend less time debugging issues and be much more secure as a result.
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,1956cba9-5ed9-4120-a595-1256093881b4.aspx</comments>
      <category>Software Architecture</category>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=145f0876-3897-4819-8070-e3f6c6fe6b23</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,145f0876-3897-4819-8070-e3f6c6fe6b23.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,145f0876-3897-4819-8070-e3f6c6fe6b23.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=145f0876-3897-4819-8070-e3f6c6fe6b23</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you work in technology and have any kind of a public presence (Twitter, Personal
Blog or just a profile on LinkedIn) you will eventually and probably regularly get
an e-mail that goes something like this:
</p>
        <blockquote>
          <p>
I came across your resume and I think you are the perfect match for &lt;some position&gt;
at my client.  We have been searching for someone with experience in &lt;some
technology&gt; and you seem to be a great fit.  I would like to schedule some
time with you……
</p>
        </blockquote>
        <p>
I chuckle every time I get one of these because in my case I can tell you that it
is a <strong>bold faced lie</strong>.  My resume is not public in any way, shape
or form and it is horribly out of date.  And by “horribly out of date” I mean
like 10 years out of date: It lists me being a certified systems engineer on Windows
NT 4 and it is in <a href="http://en.wikipedia.org/wiki/Times_Modern#Other_typefaces_used_by_The_Times">Times
New Roman</a>.  I have taken to responding to these e-mail inquiries by telling
the person just that:
</p>
        <blockquote>
          <p>
Hey thanks for reaching out to me.  I am sure that your client is an awesome
place to work.  You might want to take a more careful look at my resume, because
you will find that I am not qualified in any way shape or form to use the technology
that your customer is seeking.
</p>
        </blockquote>
        <p>
My response is a little snarky and I should be nicer.  I have only gotten a couple
of responses from this: One asking me for my resume and one admitting that they pulled
the information from LinkedIn.  Evidentially if you pay for the LinkedIn premium
membership, you get a lot more tools to search for people.  Unlike some people,
I am totally cool with the LinkedIn model.  They provide me a free service and
as a result they collect revenue from the few people who want extra utility from the
service.  As long as I can have a gateway between myself and the recruiter I
am fine with that model.  The gateway being they have to contact me via LinkedIn.
</p>
        <p>
I keep my information on LinkedIn reasonably current, much more so than that 10+ year
old resume.  So what I have been wondering is if it is possible to do away with
the resume all together?  I am not in the job market, but if I was would a recruiter
or human resources department accept a hyperlink to a LinkedIn profile rather than
a Word Document or PDF that contains the same information?  I would think that
since LinkedIn has a consistent data structure, they would actually prefer that.
</p>
        <p>
In the meantime, I hope I don’t have to update my resume any time soon….
</p>
      </body>
      <title>Will LinkedIn kill the resume? (please!)</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,145f0876-3897-4819-8070-e3f6c6fe6b23.aspx</guid>
      <link>http://eraserandcrowbar.com/2012/12/19/WillLinkedInKillTheResumePlease.aspx</link>
      <pubDate>Wed, 19 Dec 2012 16:58:44 GMT</pubDate>
      <description>&lt;p&gt;
If you work in technology and have any kind of a public presence (Twitter, Personal
Blog or just a profile on LinkedIn) you will eventually and probably regularly get
an e-mail that goes something like this:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
I came across your resume and I think you are the perfect match for &amp;lt;some position&amp;gt;
at my client.&amp;nbsp; We have been searching for someone with experience in &amp;lt;some
technology&amp;gt; and you seem to be a great fit.&amp;nbsp; I would like to schedule some
time with you……
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I chuckle every time I get one of these because in my case I can tell you that it
is a &lt;strong&gt;bold faced lie&lt;/strong&gt;.&amp;nbsp; My resume is not public in any way, shape
or form and it is horribly out of date.&amp;nbsp; And by “horribly out of date” I mean
like 10 years out of date: It lists me being a certified systems engineer on Windows
NT 4 and it is in &lt;a href="http://en.wikipedia.org/wiki/Times_Modern#Other_typefaces_used_by_The_Times"&gt;Times
New Roman&lt;/a&gt;.&amp;nbsp; I have taken to responding to these e-mail inquiries by telling
the person just that:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
Hey thanks for reaching out to me.&amp;nbsp; I am sure that your client is an awesome
place to work.&amp;nbsp; You might want to take a more careful look at my resume, because
you will find that I am not qualified in any way shape or form to use the technology
that your customer is seeking.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
My response is a little snarky and I should be nicer.&amp;nbsp; I have only gotten a couple
of responses from this: One asking me for my resume and one admitting that they pulled
the information from LinkedIn.&amp;nbsp; Evidentially if you pay for the LinkedIn premium
membership, you get a lot more tools to search for people.&amp;nbsp; Unlike some people,
I am totally cool with the LinkedIn model.&amp;nbsp; They provide me a free service and
as a result they collect revenue from the few people who want extra utility from the
service.&amp;nbsp; As long as I can have a gateway between myself and the recruiter I
am fine with that model.&amp;nbsp; The gateway being they have to contact me via LinkedIn.
&lt;/p&gt;
&lt;p&gt;
I keep my information on LinkedIn reasonably current, much more so than that 10+ year
old resume.&amp;nbsp; So what I have been wondering is if it is possible to do away with
the resume all together?&amp;nbsp; I am not in the job market, but if I was would a recruiter
or human resources department accept a hyperlink to a LinkedIn profile rather than
a Word Document or PDF that contains the same information?&amp;nbsp; I would think that
since LinkedIn has a consistent data structure, they would actually prefer that.
&lt;/p&gt;
&lt;p&gt;
In the meantime, I hope I don’t have to update my resume any time soon….
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,145f0876-3897-4819-8070-e3f6c6fe6b23.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=59d9bc64-ad26-421e-9779-43ced1994955</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,59d9bc64-ad26-421e-9779-43ced1994955.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,59d9bc64-ad26-421e-9779-43ced1994955.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=59d9bc64-ad26-421e-9779-43ced1994955</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have been thinking about job titles lately.  It started when someone asked
me if I knew anyone who would be a good fit for a job posting for a SharePoint Architect. 
I proceeded to go on a rant about how no good architect would ever want to take a
job that pigeon holed them into a single technology.  I don’t think I ever answered
the question and probably frustrated the person who asked me.
</p>
        <p>
About a week later, someone asked me what my ideal job title would be.  I admitted
that I had not put a lot of thought into the question, however a job title that I
always thought was cool was “Director of Disruptive Technologies”.  The title
was held by Max Mancini at eBay.  I had read about him and his job in the book <a href="http://www.amazon.com/Web-2-0-Heroes-Interviews-Influencers/dp/B005MZDD5M">Web
2.0 Heroes</a> by Brad Jones (<strong>Disclaimer</strong>: Brad is a friend of mine,
but I am not writing this to “pimp” his book).  What I liked about it was that
it described very well what he was doing: working with disruptive technologies. 
However it did not specify what the disruptive technologies were.  If you have
worked in technology long enough, you know there will always be disruptive technologies.
</p>
        <h2>
          <b>“Good” Job Title</b>
        </h2>
        <p>
So what goes into a “good” job title?  I think there are a few attributes that
make a job title “good”: Descriptive, Universal and Flexible.   <strong>Descriptive</strong> means
that people can read the title and have a (general) idea about what you do. 
We know that developer in a job title means that person writes code, as an example.  <strong>Universal</strong> means
that you are using terms that apply to most organizations.  I like to use the
“rank” as an example: A manager is someone who has people reporting to them, a President
is higher than a Vice President.  <strong>Flexible</strong> means that your job
title can adapt over time.  The flexibility is the part that I really like to
focus on when I evaluate a job title.  A job title of Cisco Pix Engineer, while
descriptive and somewhat universal is not really that flexible.  A more flexible
title might be Firewall Engineer or even better Network Security Engineer.
</p>
        <h2>
          <b>Kill all the job titles?</b>
        </h2>
        <p>
Another way to address the “problem” of having a good job title is to do away with
them all together.  I always loved how the early research oriented technology
firms like <a href="http://en.wikipedia.org/wiki/Xerox_Parc">Xerox Parc</a> and <a href="http://en.wikipedia.org/wiki/Bell_labs">Bell
Labs</a> gave most of their employees the same title: Member of the Technical Staff. 
Another way to address it and that is to let your employees pick their job titles. 
At Microsoft we are not allowed to change are job titles in the official directory,
which is driven by Human Resources, but we can pick what we want to put on our cards:
</p>
        <p>
          <a href="http://eraserandcrowbar.com/i/171942533feb_784A/image.png">
            <img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://eraserandcrowbar.com/i/171942533feb_784A/image_thumb.png" width="402" height="230" />
          </a>
        </p>
        <p>
I am getting ready to order new business cards with the new logo.  I will update
you on whether or not I have the guys to order it with this title, or if I do the
predictable thing and use my official title.
</p>
        <h2>
          <strong>Parting thought</strong>
        </h2>
        <p>
One of my early mentors advised me to never get hung up on job titles or rank. 
He said that in the military, when it “hits the fan” nobody turns to the highest ranking
officer, they always turn to the guy that can get them out of the situation (usually
a grizzled old Sargent).  He also said the most important thing on your business
card is not your job title, it is how the person should get a hold of you (e-mail,
phone number, twitter handle, etc.).
</p>
      </body>
      <title>Thinking about job titles</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,59d9bc64-ad26-421e-9779-43ced1994955.aspx</guid>
      <link>http://eraserandcrowbar.com/2012/12/17/ThinkingAboutJobTitles.aspx</link>
      <pubDate>Mon, 17 Dec 2012 21:55:43 GMT</pubDate>
      <description>&lt;p&gt;
I have been thinking about job titles lately.&amp;nbsp; It started when someone asked
me if I knew anyone who would be a good fit for a job posting for a SharePoint Architect.&amp;nbsp;
I proceeded to go on a rant about how no good architect would ever want to take a
job that pigeon holed them into a single technology.&amp;nbsp; I don’t think I ever answered
the question and probably frustrated the person who asked me.
&lt;/p&gt;
&lt;p&gt;
About a week later, someone asked me what my ideal job title would be.&amp;nbsp; I admitted
that I had not put a lot of thought into the question, however a job title that I
always thought was cool was “Director of Disruptive Technologies”.&amp;nbsp; The title
was held by Max Mancini at eBay.&amp;nbsp; I had read about him and his job in the book &lt;a href="http://www.amazon.com/Web-2-0-Heroes-Interviews-Influencers/dp/B005MZDD5M"&gt;Web
2.0 Heroes&lt;/a&gt; by Brad Jones (&lt;strong&gt;Disclaimer&lt;/strong&gt;: Brad is a friend of mine,
but I am not writing this to “pimp” his book).&amp;nbsp; What I liked about it was that
it described very well what he was doing: working with disruptive technologies.&amp;nbsp;
However it did not specify what the disruptive technologies were.&amp;nbsp; If you have
worked in technology long enough, you know there will always be disruptive technologies.
&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;“Good” Job Title&lt;/b&gt;
&lt;/h2&gt;
&lt;p&gt;
So what goes into a “good” job title?&amp;nbsp; I think there are a few attributes that
make a job title “good”: Descriptive, Universal and Flexible.&amp;nbsp;&amp;nbsp; &lt;strong&gt;Descriptive&lt;/strong&gt; means
that people can read the title and have a (general) idea about what you do.&amp;nbsp;
We know that developer in a job title means that person writes code, as an example.&amp;nbsp; &lt;strong&gt;Universal&lt;/strong&gt; means
that you are using terms that apply to most organizations.&amp;nbsp; I like to use the
“rank” as an example: A manager is someone who has people reporting to them, a President
is higher than a Vice President.&amp;nbsp; &lt;strong&gt;Flexible&lt;/strong&gt; means that your job
title can adapt over time.&amp;nbsp; The flexibility is the part that I really like to
focus on when I evaluate a job title.&amp;nbsp; A job title of Cisco Pix Engineer, while
descriptive and somewhat universal is not really that flexible.&amp;nbsp; A more flexible
title might be Firewall Engineer or even better Network Security Engineer.
&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;Kill all the job titles?&lt;/b&gt;
&lt;/h2&gt;
&lt;p&gt;
Another way to address the “problem” of having a good job title is to do away with
them all together.&amp;nbsp; I always loved how the early research oriented technology
firms like &lt;a href="http://en.wikipedia.org/wiki/Xerox_Parc"&gt;Xerox Parc&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Bell_labs"&gt;Bell
Labs&lt;/a&gt; gave most of their employees the same title: Member of the Technical Staff.&amp;nbsp;
Another way to address it and that is to let your employees pick their job titles.&amp;nbsp;
At Microsoft we are not allowed to change are job titles in the official directory,
which is driven by Human Resources, but we can pick what we want to put on our cards:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://eraserandcrowbar.com/i/171942533feb_784A/image.png"&gt;&lt;img title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="http://eraserandcrowbar.com/i/171942533feb_784A/image_thumb.png" width="402" height="230"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I am getting ready to order new business cards with the new logo.&amp;nbsp; I will update
you on whether or not I have the guys to order it with this title, or if I do the
predictable thing and use my official title.
&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Parting thought&lt;/strong&gt;
&lt;/h2&gt;
&lt;p&gt;
One of my early mentors advised me to never get hung up on job titles or rank.&amp;nbsp;
He said that in the military, when it “hits the fan” nobody turns to the highest ranking
officer, they always turn to the guy that can get them out of the situation (usually
a grizzled old Sargent).&amp;nbsp; He also said the most important thing on your business
card is not your job title, it is how the person should get a hold of you (e-mail,
phone number, twitter handle, etc.).
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,59d9bc64-ad26-421e-9779-43ced1994955.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=8e4b5f28-2901-46c2-80c8-e9dcbe6158c8</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,8e4b5f28-2901-46c2-80c8-e9dcbe6158c8.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,8e4b5f28-2901-46c2-80c8-e9dcbe6158c8.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8e4b5f28-2901-46c2-80c8-e9dcbe6158c8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <a href="http://www.flickr.com/photos/shutterhacks/4474421855">
            <img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4474421855_4b20643258[2]" border="0" alt="4474421855_4b20643258[2]" src="http://eraserandcrowbar.com/content/binary/Windows-Live-Writer/Book-a-week-FAIL--sorta_9C80/4474421855_4b20643258%5B2%5D_cb2bb2e7-8ba2-481f-b0df-73c80d0db436.jpg" width="502" height="408" />
          </a>
        </p>
        <p align="center">
          <a href="http://www.flickr.com/photos/shutterhacks/4474421855">Books</a> by <a href="http://www.flickr.com/people/shutterhacks/">shutterhacks</a> used
under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative Commons</a></p>
        <p>
At the beginning of the year, I set a <a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx">resolution
of reading a book a week</a> (or 52 total).  If you have been following along
with my <a href="http://lclarkin.tadalist.com/lists/1844910/public">list</a> it will
come as no surprise to you that I am not going to get to 52 books before the end of
the year; I am currently at 20 books, including the one I finished last night, with
a month to go.  I could give a lot of excuses and even a few valid reasons for
not making this aggressive goal, but I can sum them all up with “I have been really
busy”.  I do want to “finish strong” and get a few more books read.  It
would be nice to get to 24 (two per month) or even better to get to 26 (one every
two weeks).  But I will take it one book at a time.
</p>
        <p>
I was going to call this a total failure, until I looked over the list of books that
I have read.  I had a good balance with fiction (5 titles) and non-fiction (15
titles).  Read a great <a href="http://www.amazon.com/gp/product/0743268938/ref=as_li_ss_tl?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=0743268938">biography
of Lou Gehrig</a>, read a couple of books on Google (I enjoyed “<a href="http://www.amazon.com/gp/product/0547416997/ref=as_li_ss_tl?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0547416997">I
am feeling lucky</a>” much better than “<a href="http://www.amazon.com/gp/product/1416596585/ref=as_li_ss_tl?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399369&amp;creativeASIN=1416596585">In
the Plex</a>”) and finally got my hands on a book I have been wanting to read for
years “<a href="http://www.amazon.com/gp/product/B0001OOTYI/ref=as_li_ss_tl?ie=UTF8&amp;tag=larcalsblo-http://www.amazon.com/gp/product/B0001OOTYI/ref=as_li_ss_tl?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B0001OOTYI">Showstopper!</a>”. 
I think reading 20+ books is more than most people do in a year, so I think that is
a positive.  The only real FAIL! is that I did not get around to blogging enough
about the books as I read them.   
</p>
      </body>
      <title>Book-a-week FAIL! (sorta)</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,8e4b5f28-2901-46c2-80c8-e9dcbe6158c8.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/11/30/BookaweekFAILSorta.aspx</link>
      <pubDate>Wed, 30 Nov 2011 21:26:34 GMT</pubDate>
      <description>&lt;p align="center"&gt;
&lt;a href="http://www.flickr.com/photos/shutterhacks/4474421855"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="4474421855_4b20643258[2]" border="0" alt="4474421855_4b20643258[2]" src="http://eraserandcrowbar.com/content/binary/Windows-Live-Writer/Book-a-week-FAIL--sorta_9C80/4474421855_4b20643258%5B2%5D_cb2bb2e7-8ba2-481f-b0df-73c80d0db436.jpg" width="502" height="408"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;a href="http://www.flickr.com/photos/shutterhacks/4474421855"&gt;Books&lt;/a&gt; by &lt;a href="http://www.flickr.com/people/shutterhacks/"&gt;shutterhacks&lt;/a&gt; used
under &lt;a href="http://creativecommons.org/licenses/by/2.0/deed.en"&gt;Creative Commons&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
At the beginning of the year, I set a &lt;a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx"&gt;resolution
of reading a book a week&lt;/a&gt; (or 52 total).&amp;nbsp; If you have been following along
with my &lt;a href="http://lclarkin.tadalist.com/lists/1844910/public"&gt;list&lt;/a&gt; it will
come as no surprise to you that I am not going to get to 52 books before the end of
the year; I am currently at 20 books, including the one I finished last night, with
a month to go.&amp;nbsp; I could give a lot of excuses and even a few valid reasons for
not making this aggressive goal, but I can sum them all up with “I have been really
busy”.&amp;nbsp; I do want to “finish strong” and get a few more books read.&amp;nbsp; It
would be nice to get to 24 (two per month) or even better to get to 26 (one every
two weeks).&amp;nbsp; But I will take it one book at a time.
&lt;/p&gt;
&lt;p&gt;
I was going to call this a total failure, until I looked over the list of books that
I have read.&amp;nbsp; I had a good balance with fiction (5 titles) and non-fiction (15
titles).&amp;nbsp; Read a great &lt;a href="http://www.amazon.com/gp/product/0743268938/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399369&amp;amp;creativeASIN=0743268938"&gt;biography
of Lou Gehrig&lt;/a&gt;, read a couple of books on Google (I enjoyed “&lt;a href="http://www.amazon.com/gp/product/0547416997/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=0547416997"&gt;I
am feeling lucky&lt;/a&gt;” much better than “&lt;a href="http://www.amazon.com/gp/product/1416596585/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399369&amp;amp;creativeASIN=1416596585"&gt;In
the Plex&lt;/a&gt;”) and finally got my hands on a book I have been wanting to read for
years “&lt;a href="http://www.amazon.com/gp/product/B0001OOTYI/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=larcalsblo-http://www.amazon.com/gp/product/B0001OOTYI/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=B0001OOTYI"&gt;Showstopper!&lt;/a&gt;”.&amp;nbsp;
I think reading 20+ books is more than most people do in a year, so I think that is
a positive.&amp;nbsp; The only real FAIL! is that I did not get around to blogging enough
about the books as I read them.&amp;nbsp;&amp;nbsp; 
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,8e4b5f28-2901-46c2-80c8-e9dcbe6158c8.aspx</comments>
      <category>Book-a-week</category>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=c8883102-85de-40e3-b1c2-29261f3bfbd4</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,c8883102-85de-40e3-b1c2-29261f3bfbd4.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,c8883102-85de-40e3-b1c2-29261f3bfbd4.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c8883102-85de-40e3-b1c2-29261f3bfbd4</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was installing a fresh copy of <a href="http://windows.microsoft.com/en-US/windows7/products/home">Windows
7</a> on a new <a href="http://www.samsung.com/us/computer/laptops/NP900X3A-A03US">Samsung
Series 9</a> laptop this week and as I got a strange error during the install:
</p>
        <blockquote>
          <p>
A required CD/DVD drive device driver is missing. If you have a driver floppy disk,
CD, DVD, or USB flash drive, please insert it now. Note: If the Windows installation
media is in the CD/DVD drive, you can safely remove it for this step.
</p>
        </blockquote>
        <p>
The error baffled me, because the Samsung Series 9 does not have a CD or DVD drive
and I was installing Windows 7 from a bootable USB flash drive (which was already
inserted).  I spent quite a bit of time troubleshooting the error and went down
several bad paths.  When you search you find several forums that reference this
error, mostly from the Windows 7 Beta or Release Candidate builds.  The collective
conventional wisdom from the forums that I landed on said to try one (or more) of
the following fixes:
</p>
        <ul>
          <li>
Get another copy of the .iso (root cause: bad download)</li>
          <li>
Burn the iso to the DVD at a slower speed (root cause: bad burn)</li>
          <li>
Change the BIOS boot order (root cause: unknown)</li>
          <li>
Update the driver for the Drive (root cause: upgrade advisor not finding hardware)</li>
          <li>
Switch from SATA to AHCI in the BIOS (root cause: Windows 7 installer not supporting
SATA – huh?)</li>
        </ul>
        <p>
One or more of the above <strong><em>might</em></strong> fix the error for you, but
none of these fixed my problem and most of them did not apply even apply to my situation. 
What was causing the problem for me was I had the USB device plugged into the USB
3.0 port for the machine.  I moved the USB flash drive to the USB 2.0 port (on
the other side of the laptop) and the install worked just fine.  
</p>
        <p>
My speculation is that the boot loader for the installer worked fine, but the installer
itself had issues with the USB 3.0 device.  Windows 7 itself has no issues with
the USB 3.0 port; it seems to be limited to the installer environment.  I am
also fairly certain that you would see the same problem on other machines with a USB
3.0 drive- so more than just the Samsung Series Nine.
</p>
        <p>
          <strong>Note:</strong>  This post seems a little off topic for this site; I usually
don’t talk about troubleshooting issues and the like.  However I wanted to post
this in the hopes that if someone else runs into this issue, they might find this
solution mixed in with all the older forum posts.  Hope this helps….
</p>
      </body>
      <title>CD/DVD drive device missing error</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,c8883102-85de-40e3-b1c2-29261f3bfbd4.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/06/17/CDDVDDriveDeviceMissingError.aspx</link>
      <pubDate>Fri, 17 Jun 2011 16:06:17 GMT</pubDate>
      <description>&lt;p&gt;
I was installing a fresh copy of &lt;a href="http://windows.microsoft.com/en-US/windows7/products/home"&gt;Windows
7&lt;/a&gt; on a new &lt;a href="http://www.samsung.com/us/computer/laptops/NP900X3A-A03US"&gt;Samsung
Series 9&lt;/a&gt; laptop this week and as I got a strange error during the install:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
A required CD/DVD drive device driver is missing. If you have a driver floppy disk,
CD, DVD, or USB flash drive, please insert it now. Note: If the Windows installation
media is in the CD/DVD drive, you can safely remove it for this step.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
The error baffled me, because the Samsung Series 9 does not have a CD or DVD drive
and I was installing Windows 7 from a bootable USB flash drive (which was already
inserted).&amp;nbsp; I spent quite a bit of time troubleshooting the error and went down
several bad paths.&amp;nbsp; When you search you find several forums that reference this
error, mostly from the Windows 7 Beta or Release Candidate builds.&amp;nbsp; The collective
conventional wisdom from the forums that I landed on said to try one (or more) of
the following fixes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Get another copy of the .iso (root cause: bad download)&lt;/li&gt;
&lt;li&gt;
Burn the iso to the DVD at a slower speed (root cause: bad burn)&lt;/li&gt;
&lt;li&gt;
Change the BIOS boot order (root cause: unknown)&lt;/li&gt;
&lt;li&gt;
Update the driver for the Drive (root cause: upgrade advisor not finding hardware)&lt;/li&gt;
&lt;li&gt;
Switch from SATA to AHCI in the BIOS (root cause: Windows 7 installer not supporting
SATA – huh?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
One or more of the above &lt;strong&gt;&lt;em&gt;might&lt;/em&gt;&lt;/strong&gt; fix the error for you, but
none of these fixed my problem and most of them did not apply even apply to my situation.&amp;nbsp;
What was causing the problem for me was I had the USB device plugged into the USB
3.0 port for the machine.&amp;nbsp; I moved the USB flash drive to the USB 2.0 port (on
the other side of the laptop) and the install worked just fine.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
My speculation is that the boot loader for the installer worked fine, but the installer
itself had issues with the USB 3.0 device.&amp;nbsp; Windows 7 itself has no issues with
the USB 3.0 port; it seems to be limited to the installer environment.&amp;nbsp; I am
also fairly certain that you would see the same problem on other machines with a USB
3.0 drive- so more than just the Samsung Series Nine.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp; This post seems a little off topic for this site; I usually
don’t talk about troubleshooting issues and the like.&amp;nbsp; However I wanted to post
this in the hopes that if someone else runs into this issue, they might find this
solution mixed in with all the older forum posts.&amp;nbsp; Hope this helps….
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,c8883102-85de-40e3-b1c2-29261f3bfbd4.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=96c260ef-1d27-4069-ba70-0faedeacf665</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,96c260ef-1d27-4069-ba70-0faedeacf665.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,96c260ef-1d27-4069-ba70-0faedeacf665.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=96c260ef-1d27-4069-ba70-0faedeacf665</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://larryclarkin.com/">
            <img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Screen Shot of larryclarkin.com" border="0" alt="Screen Shot of larryclarkin.com" align="right" src="http://eraserandcrowbar.com/i/The-cc-atribution-delima_8AB4/image.png" width="334" height="302" />
          </a>
        </p>
        <p>
I recently updated my “home page” or “splash screen”: <a title="http://larryclarkin.com/" href="http://larryclarkin.com/">http://larryclarkin.com/</a>. 
Among some other changes that I made was the inclusion of a photo of myself; I was
on the “fence” about doing this, because I have never been crazy about photos of myself. 
However I bit the bullet and included one taken about 3 years ago by <a href="http://december.com">John
December</a> at a <a href="http://web414.com">Web414</a> meeting.  It is shown
here in a screen shot and the <a href="http://www.flickr.com/photos/johndecember/2282578615/">original
is on Flickr</a>.  One of the questions / concerns that I had in using the photo
was to make sure that I followed the license of the work, in this case it was a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">creative
commons license: attribution, non commercial, share and share alike</a>.
</p>
        <h3>I love creative commons licenses
</h3>
        <p>
I liked the idea of creative commons from the first moment that I heard about it during
a conversation with myself, <a href="http://www.lhotka.net/">Rocky Lhotka</a> and <a href="http://nerddogs.com/">Matt
Bumgardner</a> on how design patterns out to be shared.  All of the blog entries, <a href="http://www.flickr.com/photos/jodieandlarry">photos</a> and <a href="http://thirstydeveloper.com">podcasts</a> that
I have created carry some version of the creative commons license.  In addition
to creating works with the license, I use works that others have shared as well (see
many of the photos on this site).  I wanted to make that clear, because my dilemma
/ critique has nothing to do with the license itself.
</p>
        <h3>Attribution means different things to different people
</h3>
        <p>
In order to comply with the license, you must attribute the work to the original author
(along with the other components like non-commercial use and share and share alike). 
Attribution is defined in the creative commons license as:
</p>
        <blockquote>
          <p>
            <strong>Attribution</strong> — You must attribute the work in the manner specified
by the author or licensor (but not in any way that suggests that they endorse you
or your use of the work). 
</p>
        </blockquote>
        <p>
When I decided to include John’s photo on my site I checked to see if he had any particular
instructions for how he wanted the photo attributed to him.  I could not really
find any (I checked on his Flickr profile and at his website).  John is not unique
in providing instructions for how he wanted the photo attributed to him; it is usually
the exception to find instructions on how people want to be attributed.  When
I have run across specific instructions they are almost always reasonable examples
include: it is usually people preferring their name to be used (instead of a Flickr
handle) or having the link go to their blog or home page.
</p>
        <p>
So barring specific instructions, I decided to take a look at the detailed version
of the license to see if it provided any more guidance (the version above is the “human
readable version).  Section 4.d reads:
</p>
        <blockquote>
          <p>
If you distribute, publicly display, publicly perform, or publicly digitally perform
the Work or any Derivative Works or Collective Works, You must keep intact all copyright
notices for the Work and give the Original Author credit reasonable to the medium
or means You are utilizing by conveying the name (or pseudonym if applicable) of the
Original Author if supplied; the title of the Work if supplied; to the extent reasonably
practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be
associated with the Work, unless such URI does not refer to the copyright notice or
licensing information for the Work.
</p>
        </blockquote>
        <p>
I found myself scratching my head and breaking out my “I am not a lawyer card” on
that one!  Barring any specific instructions I clearly spelled out “Photo by
John December” and linked the name to his website.  Another option would have
been to link to the photo page on Flickr or to John’s Flickr Profile.
</p>
        <h3>Other media gets even more complicated
</h3>
        <p>
Placing photos on a web page is probably the easiest use case for attribution. 
You have hyperlinks and great CSS styling to help you out.  Other media, such
as printed photos, sound recordings and video aren’t as robust in their ability to
attribute.
</p>
        <h3>Links to help you think more about this
</h3>
        <p>
Jeff Atwood on <a title="http://blog.stackoverflow.com/2010/08/defending-attribution-required/" href="http://blog.stackoverflow.com/2010/08/defending-attribution-required/">Defending
Attribution Required</a><br />
My article on a <a title="http://eraserandcrowbar.com/2008/10/07/CreativeCommonsAndPowerPointSlides.aspx" href="http://eraserandcrowbar.com/2008/10/07/CreativeCommonsAndPowerPointSlides.aspx">Creative
Commons And PowerPoint Slides</a><br />
Pete Prodoehl on <a href="http://rasterweb.net/raster/2010/08/03/creative-commons-expert/">One
of his run-ins with non-Attribution</a></p>
        <p>
          <strong>Notes  </strong>
        </p>
        <ul>
          <li>
I talked with John at <a href="http://photocampmilwaukee.org/">Photocamp Milwaukee
2</a> and verbally asked him if the attribution was okay; he agreed that it was. 
Thanks again for sharing some of your photos under the creative commons license. 
</li>
          <li>
I just realized that nowhere have I spelled out my preferred attribution.</li>
        </ul>
      </body>
      <title>Creative Commons Attribution Dilemma</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,96c260ef-1d27-4069-ba70-0faedeacf665.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/06/14/CreativeCommonsAttributionDilemma.aspx</link>
      <pubDate>Tue, 14 Jun 2011 17:55:12 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://larryclarkin.com/"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Screen Shot of larryclarkin.com" border="0" alt="Screen Shot of larryclarkin.com" align="right" src="http://eraserandcrowbar.com/i/The-cc-atribution-delima_8AB4/image.png" width="334" height="302"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I recently updated my “home page” or “splash screen”: &lt;a title="http://larryclarkin.com/" href="http://larryclarkin.com/"&gt;http://larryclarkin.com/&lt;/a&gt;.&amp;nbsp;
Among some other changes that I made was the inclusion of a photo of myself; I was
on the “fence” about doing this, because I have never been crazy about photos of myself.&amp;nbsp;
However I bit the bullet and included one taken about 3 years ago by &lt;a href="http://december.com"&gt;John
December&lt;/a&gt; at a &lt;a href="http://web414.com"&gt;Web414&lt;/a&gt; meeting.&amp;nbsp; It is shown
here in a screen shot and the &lt;a href="http://www.flickr.com/photos/johndecember/2282578615/"&gt;original
is on Flickr&lt;/a&gt;.&amp;nbsp; One of the questions / concerns that I had in using the photo
was to make sure that I followed the license of the work, in this case it was a &lt;a href="http://creativecommons.org/licenses/by-nc-sa/2.0/"&gt;creative
commons license: attribution, non commercial, share and share alike&lt;/a&gt;.
&lt;/p&gt;
&lt;h3&gt;I love creative commons licenses
&lt;/h3&gt;
&lt;p&gt;
I liked the idea of creative commons from the first moment that I heard about it during
a conversation with myself, &lt;a href="http://www.lhotka.net/"&gt;Rocky Lhotka&lt;/a&gt; and &lt;a href="http://nerddogs.com/"&gt;Matt
Bumgardner&lt;/a&gt; on how design patterns out to be shared.&amp;nbsp; All of the blog entries, &lt;a href="http://www.flickr.com/photos/jodieandlarry"&gt;photos&lt;/a&gt; and &lt;a href="http://thirstydeveloper.com"&gt;podcasts&lt;/a&gt; that
I have created carry some version of the creative commons license.&amp;nbsp; In addition
to creating works with the license, I use works that others have shared as well (see
many of the photos on this site).&amp;nbsp; I wanted to make that clear, because my dilemma
/ critique has nothing to do with the license itself.
&lt;/p&gt;
&lt;h3&gt;Attribution means different things to different people
&lt;/h3&gt;
&lt;p&gt;
In order to comply with the license, you must attribute the work to the original author
(along with the other components like non-commercial use and share and share alike).&amp;nbsp;
Attribution is defined in the creative commons license as:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&lt;strong&gt;Attribution&lt;/strong&gt; — You must attribute the work in the manner specified
by the author or licensor (but not in any way that suggests that they endorse you
or your use of the work). 
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
When I decided to include John’s photo on my site I checked to see if he had any particular
instructions for how he wanted the photo attributed to him.&amp;nbsp; I could not really
find any (I checked on his Flickr profile and at his website).&amp;nbsp; John is not unique
in providing instructions for how he wanted the photo attributed to him; it is usually
the exception to find instructions on how people want to be attributed.&amp;nbsp; When
I have run across specific instructions they are almost always reasonable examples
include: it is usually people preferring their name to be used (instead of a Flickr
handle) or having the link go to their blog or home page.
&lt;/p&gt;
&lt;p&gt;
So barring specific instructions, I decided to take a look at the detailed version
of the license to see if it provided any more guidance (the version above is the “human
readable version).&amp;nbsp; Section 4.d reads:
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
If you distribute, publicly display, publicly perform, or publicly digitally perform
the Work or any Derivative Works or Collective Works, You must keep intact all copyright
notices for the Work and give the Original Author credit reasonable to the medium
or means You are utilizing by conveying the name (or pseudonym if applicable) of the
Original Author if supplied; the title of the Work if supplied; to the extent reasonably
practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be
associated with the Work, unless such URI does not refer to the copyright notice or
licensing information for the Work.
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
I found myself scratching my head and breaking out my “I am not a lawyer card” on
that one!&amp;nbsp; Barring any specific instructions I clearly spelled out “Photo by
John December” and linked the name to his website.&amp;nbsp; Another option would have
been to link to the photo page on Flickr or to John’s Flickr Profile.
&lt;/p&gt;
&lt;h3&gt;Other media gets even more complicated
&lt;/h3&gt;
&lt;p&gt;
Placing photos on a web page is probably the easiest use case for attribution.&amp;nbsp;
You have hyperlinks and great CSS styling to help you out.&amp;nbsp; Other media, such
as printed photos, sound recordings and video aren’t as robust in their ability to
attribute.
&lt;/p&gt;
&lt;h3&gt;Links to help you think more about this
&lt;/h3&gt;
&lt;p&gt;
Jeff Atwood on &lt;a title="http://blog.stackoverflow.com/2010/08/defending-attribution-required/" href="http://blog.stackoverflow.com/2010/08/defending-attribution-required/"&gt;Defending
Attribution Required&lt;/a&gt;
&lt;br&gt;
My article on a &lt;a title="http://eraserandcrowbar.com/2008/10/07/CreativeCommonsAndPowerPointSlides.aspx" href="http://eraserandcrowbar.com/2008/10/07/CreativeCommonsAndPowerPointSlides.aspx"&gt;Creative
Commons And PowerPoint Slides&lt;/a&gt;
&lt;br&gt;
Pete Prodoehl on &lt;a href="http://rasterweb.net/raster/2010/08/03/creative-commons-expert/"&gt;One
of his run-ins with non-Attribution&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Notes&amp;nbsp; &lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
I talked with John at &lt;a href="http://photocampmilwaukee.org/"&gt;Photocamp Milwaukee
2&lt;/a&gt; and verbally asked him if the attribution was okay; he agreed that it was.&amp;nbsp;
Thanks again for sharing some of your photos under the creative commons license. 
&lt;li&gt;
I just realized that nowhere have I spelled out my preferred attribution.&lt;/li&gt;
&lt;/ul&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,96c260ef-1d27-4069-ba70-0faedeacf665.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=8596edf1-e2a4-4b5d-b957-1b45a9c1c292</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,8596edf1-e2a4-4b5d-b957-1b45a9c1c292.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,8596edf1-e2a4-4b5d-b957-1b45a9c1c292.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8596edf1-e2a4-4b5d-b957-1b45a9c1c292</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
For week 2 of my <a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx">Book-a-week
resolution</a> I read <a href="http://www.amazon.com/gp/product/B004J8HXOA?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004J8HXOA">Wikinomics:
How Mass Collaboration Changes Everything</a> by Don Tapscott and Anthony Williams. 
Instead of doing a full <a href="http://eraserandcrowbar.com/CategoryView,category,BookReview.aspx">book
review</a> on it, I thought I would talk a little about the cover.
</p>
        <p>
Here are the book covers from the two editions that are currently in print. 
The first edition is on the left and was published in December, 2006.  The second
edition (the one that I read) is on the right hand side and was published in September,
2010.
</p>
        <p align="center">
          <a href="http://www.amazon.com/gp/product/1591841380?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1591841380&quot;">
            <img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" border="0" src="http://www.brandgenetics.com/wp-content/uploads/2010/03/wikinomics.jpg" width="264" height="400" />
          </a> <a href="http://www.amazon.com/gp/product/B004J8HXOA?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004J8HXOA"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" border="0" src="http://images.indiebound.com/937/841/9781591841937.jpg" /></a></p>
        <p>
Might be a little hard to notice the difference with these small thumb nails, but
it is a little more obvious on the book when you hold it life size.  I am not
talking about the colors, the quotes or the “Expanded edition” added to the cover. 
I am talking about how they replaced MySpace on the original edition with Facebook
on the second edition.
</p>
        <h3>Don’t blame them, but…
</h3>
        <p>
The authors point out in the forward that the book seemed “So 2006….” when they created
the next edition and having MySpace listed on the cover is not the only thing that
dates the book in that era.  And I don’t begrudge them dropping MySpace from
the cover; would you buy a book in 2010 / 2011 that talked about how awesome MySpace
is?  My only complaint is that they replaced MySpace with Facebook when Facebook
only plays a minor role in the book.  All the references to Facebook are in the
last chapter of the book (called Enterprise 2.0) and it does not feel really integrated
into the book core tenants.
</p>
        <p>
I do have to wonder what the cover of the 3rd edition of this book (circa 2014) will
include on the cover.   Surely Wikipedia and Linux will be on the cover,
but will Facebook and Flickr be?   
</p>
        <p>
          <strong>Note: </strong>If you are following along just to see if I have <strong><em>failed
miserably</em></strong> in my book-a-week resolution, I am doing okay.  I am
technically a couple weeks behind, but I have 2 books that I am almost done reading. 
I am reading a lot more than I am blogging about, so I have put up a <a href="http://lclarkin.tadalist.com/lists/1844910/public">list
of completed books</a> so you can see the progress. 
</p>
      </body>
      <title>Revisionist book covers</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,8596edf1-e2a4-4b5d-b957-1b45a9c1c292.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/02/22/RevisionistBookCovers.aspx</link>
      <pubDate>Tue, 22 Feb 2011 11:35:45 GMT</pubDate>
      <description>&lt;p&gt;
For week 2 of my &lt;a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx"&gt;Book-a-week
resolution&lt;/a&gt; I read &lt;a href="http://www.amazon.com/gp/product/B004J8HXOA?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004J8HXOA"&gt;Wikinomics:
How Mass Collaboration Changes Everything&lt;/a&gt; by Don Tapscott and Anthony Williams.&amp;nbsp;
Instead of doing a full &lt;a href="http://eraserandcrowbar.com/CategoryView,category,BookReview.aspx"&gt;book
review&lt;/a&gt; on it, I thought I would talk a little about the cover.
&lt;/p&gt;
&lt;p&gt;
Here are the book covers from the two editions that are currently in print.&amp;nbsp;
The first edition is on the left and was published in December, 2006.&amp;nbsp; The second
edition (the one that I read) is on the right hand side and was published in September,
2010.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;a href="http://www.amazon.com/gp/product/1591841380?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1591841380&amp;quot;"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" border="0" src="http://www.brandgenetics.com/wp-content/uploads/2010/03/wikinomics.jpg" width="264" height="400"&gt;&lt;/a&gt;&amp;nbsp;&lt;a href="http://www.amazon.com/gp/product/B004J8HXOA?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B004J8HXOA"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" border="0" src="http://images.indiebound.com/937/841/9781591841937.jpg"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Might be a little hard to notice the difference with these small thumb nails, but
it is a little more obvious on the book when you hold it life size.&amp;nbsp; I am not
talking about the colors, the quotes or the “Expanded edition” added to the cover.&amp;nbsp;
I am talking about how they replaced MySpace on the original edition with Facebook
on the second edition.
&lt;/p&gt;
&lt;h3&gt;Don’t blame them, but…
&lt;/h3&gt;
&lt;p&gt;
The authors point out in the forward that the book seemed “So 2006….” when they created
the next edition and having MySpace listed on the cover is not the only thing that
dates the book in that era.&amp;nbsp; And I don’t begrudge them dropping MySpace from
the cover; would you buy a book in 2010 / 2011 that talked about how awesome MySpace
is?&amp;nbsp; My only complaint is that they replaced MySpace with Facebook when Facebook
only plays a minor role in the book.&amp;nbsp; All the references to Facebook are in the
last chapter of the book (called Enterprise 2.0) and it does not feel really integrated
into the book core tenants.
&lt;/p&gt;
&lt;p&gt;
I do have to wonder what the cover of the 3rd edition of this book (circa 2014) will
include on the cover.&amp;nbsp;&amp;nbsp; Surely Wikipedia and Linux will be on the cover,
but will Facebook and Flickr be?&amp;nbsp;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Note: &lt;/strong&gt;If you are following along just to see if I have &lt;strong&gt;&lt;em&gt;failed
miserably&lt;/em&gt;&lt;/strong&gt; in my book-a-week resolution, I am doing okay.&amp;nbsp; I am
technically a couple weeks behind, but I have 2 books that I am almost done reading.&amp;nbsp;
I am reading a lot more than I am blogging about, so I have put up a &lt;a href="http://lclarkin.tadalist.com/lists/1844910/public"&gt;list
of completed books&lt;/a&gt; so you can see the progress. 
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,8596edf1-e2a4-4b5d-b957-1b45a9c1c292.aspx</comments>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=4ddf8c86-4189-4b10-bba1-be8c3120202b</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,4ddf8c86-4189-4b10-bba1-be8c3120202b.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,4ddf8c86-4189-4b10-bba1-be8c3120202b.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=4ddf8c86-4189-4b10-bba1-be8c3120202b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
For week 1 of my <a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx">Book-a-week
resolution</a> I read <a href="http://www.amazon.com/gp/product/B00342VEP6?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00342VEP6">Free:
The Future of a Radical Price</a> by <a href="http://en.wikipedia.org/wiki/Chris_Anderson_(writer)">Chris
Anderson</a>.  Below is a review of that book.
</p>
        <a href="http://www.amazon.com/gp/product/B00342VEP6?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00342VEP6">
          <img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="41zEip9U-GL__SL160_" border="0" alt="41zEip9U-GL__SL160_" align="right" src="http://eraserandcrowbar.com/i/Book-re_C90A/41zEip9U-GL__SL160_.jpg" width="310" height="480" />
        </a>
        <h3>Quick Review
</h3>
        <p>
If you have not read Chris Anderson’s <a href="http://www.amazon.com/gp/product/1401309666?ie=UTF8&amp;tag=larcalsblo-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1401309666&quot;">The
Long Tail</a> I would read that book instead of Free.  If you have read The Long
Tail, then Free is a decent investment of your time.  While Free is not technically
a sequel or a continuation of The Long Tail, it is a deeper dive into how shift from
physical media (such as CDs, DVDs, etc.) to digital media and distribution is effecting
our economy and society.
</p>
        <h3>What I liked about the book
</h3>
        <p>
Before I started reading the book and even into the first 20 pages or so I was a little
concerned that Free was going to be focused on the mantra of “give everything away”
or “figure out the business model later”.  What I quickly found was that Chris
Anderson’s study of the “radical price” was clearly about using Free as part of an
overall strategy of having a solid business plan.  He actually starts with some
historical (going back more than 100 years) examples of how people have used Free
in order to gain traction in a market or used it to sell complimentary goods. 
He ends the book with many ideas and examples for using Free.
</p>
        <p>
One of the other things that I <strong><em>really</em></strong> enjoyed was the sidebars
that Chris Anderson presents on real world examples of companies that use Free as
part of their business strategy.  They sidebars, despite being generally a page
or less in length, are rich in analysis and often have an interesting graph to illustrate
the example.  The Long Tail and the sidebars both made great use of the graphics
to add richness to the text.
</p>
        <h3>What I did not like about the book
</h3>
        <p>
I alluded to the how much I liked the real world examples and graphics in the sidebars
in the last section.  I found that the main text of the book lacked some of the
hard data that I am used to in Chris Anderson’s writing style.  In Free he provides
lots of examples to support his ideas, but they often seem anecdotal examples. 
Contrast this with the rich data-backed examples that he presented in The Long Tail. 
I think this is more of a criticism of the research and writing style of the book,
rather than me thinking that the ideas he presents are flawed.  I think the ideas
that Chris presents are sound and everyone running a business should consider the
ideas presented if for no other reason than your competitors might be considering
Free at this moment.
</p>
        <h3>An example of Free
</h3>
        <p>
This blog is a good example of Free (Chris Anderson identities it as such in the book). 
I post my thoughts here to share them with the world and in hopes to raise my reputation
as a Software Architect.  I take it a step further a put a Creative Commons License
on the work, so that other can take it and do interesting things with it and owe me
nothing other than an attribution.
</p>
      </body>
      <title>Book Review: Free: The Future of a Radical Price</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,4ddf8c86-4189-4b10-bba1-be8c3120202b.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/02/03/BookReviewFreeTheFutureOfARadicalPrice.aspx</link>
      <pubDate>Thu, 03 Feb 2011 22:12:07 GMT</pubDate>
      <description>&lt;p&gt;
For week 1 of my &lt;a href="http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx"&gt;Book-a-week
resolution&lt;/a&gt; I read &lt;a href="http://www.amazon.com/gp/product/B00342VEP6?ie=UTF8&amp;amp;amp;tag=larcalsblo-20&amp;amp;amp;linkCode=as2&amp;amp;amp;camp=1789&amp;amp;amp;creative=390957&amp;amp;amp;creativeASIN=B00342VEP6"&gt;Free:
The Future of a Radical Price&lt;/a&gt; by &lt;a href="http://en.wikipedia.org/wiki/Chris_Anderson_(writer)"&gt;Chris
Anderson&lt;/a&gt;.&amp;nbsp; Below is a review of that book.
&lt;/p&gt;
&lt;a href="http://www.amazon.com/gp/product/B00342VEP6?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00342VEP6"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="41zEip9U-GL__SL160_" border="0" alt="41zEip9U-GL__SL160_" align="right" src="http://eraserandcrowbar.com/i/Book-re_C90A/41zEip9U-GL__SL160_.jpg" width="310" height="480"&gt;&lt;/a&gt; 
&lt;h3&gt;Quick Review
&lt;/h3&gt;
&lt;p&gt;
If you have not read Chris Anderson’s &lt;a href="http://www.amazon.com/gp/product/1401309666?ie=UTF8&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1401309666&amp;quot;"&gt;The
Long Tail&lt;/a&gt; I would read that book instead of Free.&amp;nbsp; If you have read The Long
Tail, then Free is a decent investment of your time.&amp;nbsp; While Free is not technically
a sequel or a continuation of The Long Tail, it is a deeper dive into how shift from
physical media (such as CDs, DVDs, etc.) to digital media and distribution is effecting
our economy and society.
&lt;/p&gt;
&lt;h3&gt;What I liked about the book
&lt;/h3&gt;
&lt;p&gt;
Before I started reading the book and even into the first 20 pages or so I was a little
concerned that Free was going to be focused on the mantra of “give everything away”
or “figure out the business model later”.&amp;nbsp; What I quickly found was that Chris
Anderson’s study of the “radical price” was clearly about using Free as part of an
overall strategy of having a solid business plan.&amp;nbsp; He actually starts with some
historical (going back more than 100 years) examples of how people have used Free
in order to gain traction in a market or used it to sell complimentary goods.&amp;nbsp;
He ends the book with many ideas and examples for using Free.
&lt;/p&gt;
&lt;p&gt;
One of the other things that I &lt;strong&gt;&lt;em&gt;really&lt;/em&gt;&lt;/strong&gt; enjoyed was the sidebars
that Chris Anderson presents on real world examples of companies that use Free as
part of their business strategy.&amp;nbsp; They sidebars, despite being generally a page
or less in length, are rich in analysis and often have an interesting graph to illustrate
the example.&amp;nbsp; The Long Tail and the sidebars both made great use of the graphics
to add richness to the text.
&lt;/p&gt;
&lt;h3&gt;What I did not like about the book
&lt;/h3&gt;
&lt;p&gt;
I alluded to the how much I liked the real world examples and graphics in the sidebars
in the last section.&amp;nbsp; I found that the main text of the book lacked some of the
hard data that I am used to in Chris Anderson’s writing style.&amp;nbsp; In Free he provides
lots of examples to support his ideas, but they often seem anecdotal examples.&amp;nbsp;
Contrast this with the rich data-backed examples that he presented in The Long Tail.&amp;nbsp;
I think this is more of a criticism of the research and writing style of the book,
rather than me thinking that the ideas he presents are flawed.&amp;nbsp; I think the ideas
that Chris presents are sound and everyone running a business should consider the
ideas presented if for no other reason than your competitors might be considering
Free at this moment.
&lt;/p&gt;
&lt;h3&gt;An example of Free
&lt;/h3&gt;
&lt;p&gt;
This blog is a good example of Free (Chris Anderson identities it as such in the book).&amp;nbsp;
I post my thoughts here to share them with the world and in hopes to raise my reputation
as a Software Architect.&amp;nbsp; I take it a step further a put a Creative Commons License
on the work, so that other can take it and do interesting things with it and owe me
nothing other than an attribution.
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,4ddf8c86-4189-4b10-bba1-be8c3120202b.aspx</comments>
      <category>Book Review</category>
      <category>Book-a-week</category>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="center">
          <a href="http://eraserandcrowbar.com/i/93359040bc75_E7A3/730978_5d8989de34.jpg">
            <img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="book shelf" border="0" alt="book shelf" src="http://eraserandcrowbar.com/i/93359040bc75_E7A3/730978_5d8989de34_thumb.jpg" width="502" height="332" />
          </a>
        </p>
        <p align="center">
          <a href="http://www.flickr.com/photos/striatic/730978/">book shelf</a> by <a href="http://www.flickr.com/people/striatic/">hobvias
sudoneighm</a> used under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">Creative
Commons</a></p>
        <p>
This is the time of the year when people make their resolutions for the New Year.
I have a number of the things that I would like to accomplish in 2011, but I will
not bore you with the full list. Like many people I want to do more of some things
and less of others. One of the things I do want to do more of in 2011 is reading,
which as a happy coincidence should lead to watching less television. I really like
reading, but in the last year or two I seem to be reading much less.
</p>
        <p>
I am a big believer in setting measurable goals, so I have decided to set the goal
of reading a book a week in 2011. I have currently have 20 books on my bookshelf that
I have not read along with a rather long list of books that I don’t own that I would
like to read. Whenever I hear about a good book I put it up on a <a href="http://lclarkin.tadalist.com/lists/360706/public">list</a> and
when I am out at a used book store I see if any of them available. I am happy (as
always) to get suggestions for other books. 
</p>
        <p>
I have a couple of other “rules” for this resolution:
</p>
        <ul>
          <li>
The book a week is an “average” if I spend 10 days reading a long book and 4 days
reading a short book, that is okay</li>
          <li>
I have a couple books that I have partially read, finishing those will count</li>
          <li>
I want to read a good mix of books for “work” and for “fun”</li>
          <li>
I will post up <a href="http://eraserandcrowbar.com/CategoryView,category,BookReview.aspx">book
reviews</a> when they are “on topic” for this site, but generally not for the “fun”
books</li>
          <li>
I reserve the right to fail miserably in getting 52 books read this year</li>
        </ul>
        <b>Update</b> - My blogging has been a little slow, so I created a <a href="http://lclarkin.tadalist.com/lists/1844910/public">list
of the books</a> that I have read so far.</body>
      <title>Book-a-week resolution</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4.aspx</guid>
      <link>http://eraserandcrowbar.com/2011/01/03/BookaweekResolution.aspx</link>
      <pubDate>Mon, 03 Jan 2011 20:15:45 GMT</pubDate>
      <description>&lt;p align="center"&gt;
&lt;a href="http://eraserandcrowbar.com/i/93359040bc75_E7A3/730978_5d8989de34.jpg"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="book shelf" border="0" alt="book shelf" src="http://eraserandcrowbar.com/i/93359040bc75_E7A3/730978_5d8989de34_thumb.jpg" width="502" height="332"&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;a href="http://www.flickr.com/photos/striatic/730978/"&gt;book shelf&lt;/a&gt; by &lt;a href="http://www.flickr.com/people/striatic/"&gt;hobvias
sudoneighm&lt;/a&gt; used under &lt;a href="http://creativecommons.org/licenses/by/2.0/deed.en"&gt;Creative
Commons&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
This is the time of the year when people make their resolutions for the New Year.
I have a number of the things that I would like to accomplish in 2011, but I will
not bore you with the full list. Like many people I want to do more of some things
and less of others. One of the things I do want to do more of in 2011 is reading,
which as a happy coincidence should lead to watching less television. I really like
reading, but in the last year or two I seem to be reading much less.
&lt;/p&gt;
&lt;p&gt;
I am a big believer in setting measurable goals, so I have decided to set the goal
of reading a book a week in 2011. I have currently have 20 books on my bookshelf that
I have not read along with a rather long list of books that I don’t own that I would
like to read. Whenever I hear about a good book I put it up on a &lt;a href="http://lclarkin.tadalist.com/lists/360706/public"&gt;list&lt;/a&gt; and
when I am out at a used book store I see if any of them available. I am happy (as
always) to get suggestions for other books. 
&lt;/p&gt;
&lt;p&gt;
I have a couple of other “rules” for this resolution:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
The book a week is an “average” if I spend 10 days reading a long book and 4 days
reading a short book, that is okay&lt;/li&gt;
&lt;li&gt;
I have a couple books that I have partially read, finishing those will count&lt;/li&gt;
&lt;li&gt;
I want to read a good mix of books for “work” and for “fun”&lt;/li&gt;
&lt;li&gt;
I will post up &lt;a href="http://eraserandcrowbar.com/CategoryView,category,BookReview.aspx"&gt;book
reviews&lt;/a&gt; when they are “on topic” for this site, but generally not for the “fun”
books&lt;/li&gt;
&lt;li&gt;
I reserve the right to fail miserably in getting 52 books read this year&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;Update&lt;/b&gt; - My blogging has been a little slow, so I created a &lt;a href="http://lclarkin.tadalist.com/lists/1844910/public"&gt;list
of the books&lt;/a&gt; that I have read so far.</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,10e5a202-9bb9-42cb-9c2b-fd06d5fe70b4.aspx</comments>
      <category>Book-a-week</category>
    </item>
    <item>
      <trackback:ping>http://eraserandcrowbar.com/Trackback.aspx?guid=eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4</trackback:ping>
      <pingback:server>http://eraserandcrowbar.com/pingback.aspx</pingback:server>
      <pingback:target>http://eraserandcrowbar.com/PermaLink,guid,eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4.aspx</pingback:target>
      <dc:creator>Larry Clarkin</dc:creator>
      <wfw:comment>http://eraserandcrowbar.com/CommentView,guid,eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4.aspx</wfw:comment>
      <wfw:commentRss>http://eraserandcrowbar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <a title="The Conference" href="http://www.flickr.com/photos/schweitn/5015949267">
          <p align="center">
 
</p>
          <img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="5015949267_e9fda5f6e6[2]" border="0" alt="5015949267_e9fda5f6e6[2]" src="http://eraserandcrowbar.com/i/ArchitecturebyBaseballConferenceatthemou_8D79/5015949267_e9fda5f6e62.jpg" width="502" height="360" />
          <p align="center">
          </p>
        </a>
        <a title="The Conference" href="http://www.flickr.com/photos/schweitn/5015949267/">The
Conference</a> by <a href="http://www.thecodingmonkey.net/">Nick Schweitzer</a>, used
with permission
<p>
This is the twelve in a <a href="http://eraserandcrowbar.com/ArchitecturebyBaseball.aspx">series
of blog posts</a> about how we can learn about software architecture by studying and
comparing it to the sport of <a href="http://en.wikipedia.org/wiki/Baseball">Baseball</a>. 
This series was inspired by the book <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FManagement-Baseball-Official-Rules-Winning%2Fdp%2FB000MG1ZBK%2F&amp;tag=larcalsblo-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Management
by Baseball</a>.
</p><p>
I noted a couple of years ago that baseball was one of the few or the only sport that <a href="http://eraserandcrowbar.com/2008/06/11/ArchitectureByBaseballCoaches.aspx">allowed
coaches on the field of play</a>, referring to the fact that when a team is up to
bat, two coaches are allowed on the field in coaches boxes.  In addition, a pitching
coach or manager is allowed to visit the pitcher’s mound when his team is in the field
of play.  They are almost always joined by the catcher during the conference
on the mound, but they can be joined by players from the infield as well (as the photo
above shows occasionally you can get <strong>all</strong> the players from the infield
on the mound).  The most common reasons for a manager to visit the mound are
to:
</p><ul><li>
Remove a pitcher from the game in favor of another pitcher 
</li><li>
As a stall tactic to allow a pitcher in the bullpen time to warm up 
</li><li>
Review the pitcher’s approach to the upcoming batter, especially when the batter is
coming up as a pinch hitter 
</li><li>
Coordinate the defense when there are runners on base 
</li><li>
Calm the nerves of the pitcher in a big game situation</li></ul><p>
You can sum up all of these specific reasons for visiting the mound as needing to
make an adjustment to the game plan.
</p><p>
In this series I have always drawn the parallel between the baseball team’s managers
and coaches with the architects on a software development project.  I think of
the players as the developers on the software development project.  I don’t mean
to say that the architect is a higher level than the developers; it is just that their
role is different.  The architect, like the baseball team’s manager, has to do
a bunch of work upfront to line up the correct team and prepare them for the game. 
The developer, like the baseball players, play just as critical of a role (or maybe
more critical) in the success during the game.  
</p><p>
What I have not spent much time discussing in this series is how the architect and
the developers actually communicate with each other before and during the software
development project.  But the conference on the mound gives us a good chance
to discuss how the developers and the architect can adjust the “game plan” during
the project.
</p><h3>The team standup
</h3><p>
I <a href="http://eraserandcrowbar.com/haveyoutriedscrum.aspx">talked about Scrum</a> a
couple of years ago and I am still a fan of it, but the part that I have always liked
the best was the daily scrum (sometimes called a team stand-up).  A stand-up
got its name from the fact that the meeting was so quick and to the point, that there
was no need to even sit down.  Even though traditionalists encourage the no sitting
rule, it is often violated.  The “meeting” is a ~10-15 minute check point where
all of the team members come together, and when done in the most traditional fashion,
it looks a lot like Nick’s photograph above.  The main purpose of the stand-up
is to frequently make sure that everyone on the team is on the same page and to identify
any issues that need to be addressed.  Quick issues can be addressed in the stand-up,
but more complex issues are deferred for a follow-up with just a subset of the team. 
Scrum and other agile methodologies encourage this to be done on a daily basis, although
in practice it can be adjusted to 3 or 4 times a week.
</p><h3>Not exactly like the conference on the mound
</h3><p>
There is one key difference between the team stand-up and the conference on the mound
in the game of baseball: frequency.  The strength of the team stand-up is that
you are meeting quite frequently (even if it is for just a short amount of time). 
That luxury is not afforded in baseball; you are only allowed to visit the mound once
per inning.  A subsequent visit to the mound requires the pitcher to be pulled
from the game in favor of a relief pitcher.  The purpose of this is to keep the
game moving along, the game would get too long if they manager and other players were
allowed to visit the mound as often as they wished.  Fortunately as developers
and architects we have the luxury of frequency.
</p></body>
      <title>Architecture by Baseball: Conference on the mound</title>
      <guid isPermaLink="false">http://eraserandcrowbar.com/PermaLink,guid,eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4.aspx</guid>
      <link>http://eraserandcrowbar.com/2010/12/28/ArchitectureByBaseballConferenceOnTheMound.aspx</link>
      <pubDate>Tue, 28 Dec 2010 06:24:00 GMT</pubDate>
      <description>&lt;a title="The Conference" href="http://www.flickr.com/photos/schweitn/5015949267"&gt; 
&lt;p align="center"&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="5015949267_e9fda5f6e6[2]" border="0" alt="5015949267_e9fda5f6e6[2]" src="http://eraserandcrowbar.com/i/ArchitecturebyBaseballConferenceatthemou_8D79/5015949267_e9fda5f6e62.jpg" width="502" height="360"&gt; 
&lt;p align="center"&gt;
&lt;/a&gt;&lt;a title="The Conference" href="http://www.flickr.com/photos/schweitn/5015949267/"&gt;The
Conference&lt;/a&gt; by &lt;a href="http://www.thecodingmonkey.net/"&gt;Nick Schweitzer&lt;/a&gt;, used
with permission&gt;
&lt;p&gt;
This is the twelve in a &lt;a href="http://eraserandcrowbar.com/ArchitecturebyBaseball.aspx"&gt;series
of blog posts&lt;/a&gt; about how we can learn about software architecture by studying and
comparing it to the sport of &lt;a href="http://en.wikipedia.org/wiki/Baseball"&gt;Baseball&lt;/a&gt;.&amp;nbsp;
This series was inspired by the book &lt;a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;amp;location=http%3A%2F%2Fwww.amazon.com%2FManagement-Baseball-Official-Rules-Winning%2Fdp%2FB000MG1ZBK%2F&amp;amp;tag=larcalsblo-20&amp;amp;linkCode=ur2&amp;amp;camp=1789&amp;amp;creative=9325"&gt;Management
by Baseball&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
I noted a couple of years ago that baseball was one of the few or the only sport that &lt;a href="http://eraserandcrowbar.com/2008/06/11/ArchitectureByBaseballCoaches.aspx"&gt;allowed
coaches on the field of play&lt;/a&gt;, referring to the fact that when a team is up to
bat, two coaches are allowed on the field in coaches boxes.&amp;nbsp; In addition, a pitching
coach or manager is allowed to visit the pitcher’s mound when his team is in the field
of play.&amp;nbsp; They are almost always joined by the catcher during the conference
on the mound, but they can be joined by players from the infield as well (as the photo
above shows occasionally you can get &lt;strong&gt;all&lt;/strong&gt; the players from the infield
on the mound).&amp;nbsp; The most common reasons for a manager to visit the mound are
to:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Remove a pitcher from the game in favor of another pitcher 
&lt;li&gt;
As a stall tactic to allow a pitcher in the bullpen time to warm up 
&lt;li&gt;
Review the pitcher’s approach to the upcoming batter, especially when the batter is
coming up as a pinch hitter 
&lt;li&gt;
Coordinate the defense when there are runners on base 
&lt;li&gt;
Calm the nerves of the pitcher in a big game situation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
You can sum up all of these specific reasons for visiting the mound as needing to
make an adjustment to the game plan.
&lt;/p&gt;
&lt;p&gt;
In this series I have always drawn the parallel between the baseball team’s managers
and coaches with the architects on a software development project.&amp;nbsp; I think of
the players as the developers on the software development project.&amp;nbsp; I don’t mean
to say that the architect is a higher level than the developers; it is just that their
role is different.&amp;nbsp; The architect, like the baseball team’s manager, has to do
a bunch of work upfront to line up the correct team and prepare them for the game.&amp;nbsp;
The developer, like the baseball players, play just as critical of a role (or maybe
more critical) in the success during the game.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
What I have not spent much time discussing in this series is how the architect and
the developers actually communicate with each other before and during the software
development project.&amp;nbsp; But the conference on the mound gives us a good chance
to discuss how the developers and the architect can adjust the “game plan” during
the project.
&lt;/p&gt;
&lt;h3&gt;The team standup
&lt;/h3&gt;
&lt;p&gt;
I &lt;a href="http://eraserandcrowbar.com/haveyoutriedscrum.aspx"&gt;talked about Scrum&lt;/a&gt; a
couple of years ago and I am still a fan of it, but the part that I have always liked
the best was the daily scrum (sometimes called a team stand-up).&amp;nbsp; A stand-up
got its name from the fact that the meeting was so quick and to the point, that there
was no need to even sit down.&amp;nbsp; Even though traditionalists encourage the no sitting
rule, it is often violated.&amp;nbsp; The “meeting” is a ~10-15 minute check point where
all of the team members come together, and when done in the most traditional fashion,
it looks a lot like Nick’s photograph above.&amp;nbsp; The main purpose of the stand-up
is to frequently make sure that everyone on the team is on the same page and to identify
any issues that need to be addressed.&amp;nbsp; Quick issues can be addressed in the stand-up,
but more complex issues are deferred for a follow-up with just a subset of the team.&amp;nbsp;
Scrum and other agile methodologies encourage this to be done on a daily basis, although
in practice it can be adjusted to 3 or 4 times a week.
&lt;/p&gt;
&lt;h3&gt;Not exactly like the conference on the mound
&lt;/h3&gt;
&lt;p&gt;
There is one key difference between the team stand-up and the conference on the mound
in the game of baseball: frequency.&amp;nbsp; The strength of the team stand-up is that
you are meeting quite frequently (even if it is for just a short amount of time).&amp;nbsp;
That luxury is not afforded in baseball; you are only allowed to visit the mound once
per inning.&amp;nbsp; A subsequent visit to the mound requires the pitcher to be pulled
from the game in favor of a relief pitcher.&amp;nbsp; The purpose of this is to keep the
game moving along, the game would get too long if they manager and other players were
allowed to visit the mound as often as they wished.&amp;nbsp; Fortunately as developers
and architects we have the luxury of frequency.
&lt;/p&gt;</description>
      <comments>http://eraserandcrowbar.com/CommentView,guid,eb9b56d0-0c99-4d1b-8bcf-7b5a937f88a4.aspx</comments>
      <category>Architecture by Baseball</category>
    </item>
  </channel>
</rss>