<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The great debate: breadth vs depth of knowledge</title>
	<atom:link href="http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/</link>
	<description>a system administrators mutterings</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JR</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-984</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-984</guid>
		<description>I consider myself to be a generalist who can operate at most levels of the technology &quot;stack&quot; from networks and operating systems (Unix/Linux and Windows) to databases and servers and a small amount of software development.

I&#039;m not sure about the relative salaries of breadth vs depth, but personally I&#039;d get bored doing just the one thing every day.</description>
		<content:encoded><![CDATA[<p>I consider myself to be a generalist who can operate at most levels of the technology &#8220;stack&#8221; from networks and operating systems (Unix/Linux and Windows) to databases and servers and a small amount of software development.</p>
<p>I&#8217;m not sure about the relative salaries of breadth vs depth, but personally I&#8217;d get bored doing just the one thing every day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty Wilson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-949</link>
		<dc:creator>Dusty Wilson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 20:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-949</guid>
		<description>I&#039;ve noticed that Python does got a lot of binding love.  If something isn&#039;t built for something in Perl, I just build it and put it up on the CPAN.  Almost my entire infrastructure is built in Perl or is controlled by Perl.  I like being able to just extend it farther and farther as the need arises.  I can always use another language for whatever needed, but being able to do it all in a single language is really handy for me.  I do have some concern about what will happen when Perl 6 is out and in general use, but other than that, I don&#039;t have any reason to move away from old faithful.  And until other languages come with my favorite distros by default, I don&#039;t plan to use them for anything.

One tool I use heavily is wajig, which is built in Python.  I do have some discomfort with using it since it&#039;s the only thing I use that requires Python, which takes up quite a bit of disk space on each of my vz containers.  At least it doesn&#039;t take any real effort to install it (Debian, I love you).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed that Python does got a lot of binding love.  If something isn&#8217;t built for something in Perl, I just build it and put it up on the CPAN.  Almost my entire infrastructure is built in Perl or is controlled by Perl.  I like being able to just extend it farther and farther as the need arises.  I can always use another language for whatever needed, but being able to do it all in a single language is really handy for me.  I do have some concern about what will happen when Perl 6 is out and in general use, but other than that, I don&#8217;t have any reason to move away from old faithful.  And until other languages come with my favorite distros by default, I don&#8217;t plan to use them for anything.</p>
<p>One tool I use heavily is wajig, which is built in Python.  I do have some discomfort with using it since it&#8217;s the only thing I use that requires Python, which takes up quite a bit of disk space on each of my vz containers.  At least it doesn&#8217;t take any real effort to install it (Debian, I love you).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-948</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 19:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-948</guid>
		<description>Oh yeah, one reason you might want to look at the new fancy languages is speed of development. Python seems to get bindings pretty darn fast for new things. Of course perl is the old faithful but some of the modules just don&#039;t seem to get updated anymore and break on me. I myself have latched onto python as my higher language of choice. I&#039;m sure that will change again in the next 10 years.</description>
		<content:encoded><![CDATA[<p>Oh yeah, one reason you might want to look at the new fancy languages is speed of development. Python seems to get bindings pretty darn fast for new things. Of course perl is the old faithful but some of the modules just don&#8217;t seem to get updated anymore and break on me. I myself have latched onto python as my higher language of choice. I&#8217;m sure that will change again in the next 10 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-947</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 19:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-947</guid>
		<description>thanks for the thoughts Dusty

Yeah Chef is just another configuration management system but its pure ruby for the config syntax which has its benefits as well as drawbacks depending on the environment.</description>
		<content:encoded><![CDATA[<p>thanks for the thoughts Dusty</p>
<p>Yeah Chef is just another configuration management system but its pure ruby for the config syntax which has its benefits as well as drawbacks depending on the environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty Wilson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-946</link>
		<dc:creator>Dusty Wilson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 08:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-946</guid>
		<description>I don&#039;t think not knowing Ruby/Chef/Puppet will cause you to be unemployed (either fired or unhireable).  Unless/until Ruby gets a much larger foothold on infrastructure tasks (and such), it just isn&#039;t that important to me.  Perl and Bash both are awesome tools for this purpose and I don&#039;t expect that to change any time soon.  One of the best features of Linux (or other POSIX-ish systems) is the shebang line.  If you don&#039;t like Perl or Bash, feel free to write with some other language/tool.
As per usual, I&#039;m happy that I am the &quot;decider&quot;.  Perl and Bash come standard with Debian.  If that ever changes (doubtful, at least within the next decade), I&#039;ll make sure they exist anyway.  If some tool/language comes out that does a better job, I&#039;ll use it.  Until then, I don&#039;t see any reason to jump to a fancy new language unless it provides some necessary function that I don&#039;t have now (I can&#039;t think of any such missing functions).
Puppet is cool.  I don&#039;t think that&#039;s going to kill anyone if they don&#039;t know about it.  As things evolve (and especially as marketing droids are increasingly involved), I doubt Puppet will be the standard awesometool anyway.
I don&#039;t know anything about Chef, but I imagine it&#039;s something like Puppet.  I&#039;ll go do some research into that.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think not knowing Ruby/Chef/Puppet will cause you to be unemployed (either fired or unhireable).  Unless/until Ruby gets a much larger foothold on infrastructure tasks (and such), it just isn&#8217;t that important to me.  Perl and Bash both are awesome tools for this purpose and I don&#8217;t expect that to change any time soon.  One of the best features of Linux (or other POSIX-ish systems) is the shebang line.  If you don&#8217;t like Perl or Bash, feel free to write with some other language/tool.<br />
As per usual, I&#8217;m happy that I am the &#8220;decider&#8221;.  Perl and Bash come standard with Debian.  If that ever changes (doubtful, at least within the next decade), I&#8217;ll make sure they exist anyway.  If some tool/language comes out that does a better job, I&#8217;ll use it.  Until then, I don&#8217;t see any reason to jump to a fancy new language unless it provides some necessary function that I don&#8217;t have now (I can&#8217;t think of any such missing functions).<br />
Puppet is cool.  I don&#8217;t think that&#8217;s going to kill anyone if they don&#8217;t know about it.  As things evolve (and especially as marketing droids are increasingly involved), I doubt Puppet will be the standard awesometool anyway.<br />
I don&#8217;t know anything about Chef, but I imagine it&#8217;s something like Puppet.  I&#8217;ll go do some research into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusty Wilson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-944</link>
		<dc:creator>Dusty Wilson</dc:creator>
		<pubDate>Sat, 22 Aug 2009 06:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-944</guid>
		<description>If you know a little about a lot, you know enough to do research and to know your options.  If you know a lot about a little, you don&#039;t need so much research and have deep knowledge, but might not have much awareness of other (possibly better) options.</description>
		<content:encoded><![CDATA[<p>If you know a little about a lot, you know enough to do research and to know your options.  If you know a lot about a little, you don&#8217;t need so much research and have deep knowledge, but might not have much awareness of other (possibly better) options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Anderson</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-943</link>
		<dc:creator>Nick Anderson</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-943</guid>
		<description>I am curious how being a specialist vs being a generalist stacks up for earning potential. I think a generalist will have the most flexibility with regard to being able to switch jobs or find a new job. But do you think the generalist will get the same level of pay when the employer sees that he is not an expert in any of the technologies they look for?

Earning potential isn&#039;t everything though. I don&#039;t know that I would be happy doing the same thing day in day out no matter how large my paycheck was.</description>
		<content:encoded><![CDATA[<p>I am curious how being a specialist vs being a generalist stacks up for earning potential. I think a generalist will have the most flexibility with regard to being able to switch jobs or find a new job. But do you think the generalist will get the same level of pay when the employer sees that he is not an expert in any of the technologies they look for?</p>
<p>Earning potential isn&#8217;t everything though. I don&#8217;t know that I would be happy doing the same thing day in day out no matter how large my paycheck was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Nedeff</title>
		<link>http://www.cmdln.org/2009/08/20/the-great-debate-breadth-vs-depth-of-knowledge/comment-page-1/#comment-942</link>
		<dc:creator>Ryan Nedeff</dc:creator>
		<pubDate>Fri, 21 Aug 2009 13:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmdln.org/?p=449#comment-942</guid>
		<description>I personally think breadth is the way to go. The more familiar you are with all the items that make up your environment, the better.

However, I do think that everyone has their own knack. The one thing they enjoy more than others, and something you really dive into. 

For example, I used to know BIND inside and out. I was also a wizard when it came to the mail daemon &quot;Surgemail.&quot; At my old job, that was the meat and potatoes of what I did. Add a side of IIS, with a dash of MSSQL, and that was my lunch, every day.

I changed jobs, and moved into a totally different environment. I haven&#039;t touched BIND, any email server (let alone something as obscure as surgemail), IIS or MSSQL since my last day of my last job. I haven&#039;t even booted up my dev servers at home. But, because I&#039;m a competent Cisco and AD guy, I&#039;ve been just fine while I learn about phone systems and SCCM/SMS.

The more things you are familiar with, the more apt you will be to hit the ground running when the &quot;next big thing&quot; comes along.</description>
		<content:encoded><![CDATA[<p>I personally think breadth is the way to go. The more familiar you are with all the items that make up your environment, the better.</p>
<p>However, I do think that everyone has their own knack. The one thing they enjoy more than others, and something you really dive into. </p>
<p>For example, I used to know BIND inside and out. I was also a wizard when it came to the mail daemon &#8220;Surgemail.&#8221; At my old job, that was the meat and potatoes of what I did. Add a side of IIS, with a dash of MSSQL, and that was my lunch, every day.</p>
<p>I changed jobs, and moved into a totally different environment. I haven&#8217;t touched BIND, any email server (let alone something as obscure as surgemail), IIS or MSSQL since my last day of my last job. I haven&#8217;t even booted up my dev servers at home. But, because I&#8217;m a competent Cisco and AD guy, I&#8217;ve been just fine while I learn about phone systems and SCCM/SMS.</p>
<p>The more things you are familiar with, the more apt you will be to hit the ground running when the &#8220;next big thing&#8221; comes along.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

