<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: IT Stack Overflow Update: Naming is Hard</title>
	<atom:link href="http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kelly French</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-27113</link>
		<dc:creator>Kelly French</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-27113</guid>
		<description>Naming things is one of the most important and hardest things to do in programming. many a time I&#039;ve worked on a conceptual model and realized that the names the customer uses are actually causing them more headaches than they would admit. The human problem of course is people don&#039;t like change and would rather put up with ambiguity rather than call something familiar by a new name.  I would say that this tends to happen more in IT than in other industries.  I was watching a training video about oil-field equipment maintenance and was amazed at how many terms were being bandied about.  It wasn&#039;t that the terms were all that technical rather it was that they had specific names for everything and expected the audience to know the terms.  Think about it, if you&#039;re on an active drilling rig, one of the most dangerous places to work, you need to know that when you ask for a wrench you&#039;ll get handed the right tool. Another example is a surgeon. There might be 13 different scalpels, let&#039;s name them A - M, used for a given operation.  If you ask for the H scalpel you don&#039;t mean any scalpel, the G, or the I scalpel.  Of course it helps that a standard set of names exists and learning all the names is part of the expected training for the field.

Why don&#039;t we have standard names for the things upon which we manipulate? My guess would be that as humans we&#039;re lazy and that communication is hard.  I&#039;m also sure that our challenge with managing software can also carry some of the blame.  The question is, what do we do? We can&#039;t force people into throwing out more terms, like orthogonal, when the communication environment is already crowded with buzzwords.  Where do we turn to develop some standard terms? The ACM? They seem far removed from working programmers. Dr. Dobbs Journal? Maybe but who&#039;se going to consider them the authoritative source?  IEEE? I don&#039;t know enough about them as an organization to even hazard a guess.</description>
		<content:encoded><![CDATA[<p>Naming things is one of the most important and hardest things to do in programming. many a time I&#8217;ve worked on a conceptual model and realized that the names the customer uses are actually causing them more headaches than they would admit. The human problem of course is people don&#8217;t like change and would rather put up with ambiguity rather than call something familiar by a new name.  I would say that this tends to happen more in IT than in other industries.  I was watching a training video about oil-field equipment maintenance and was amazed at how many terms were being bandied about.  It wasn&#8217;t that the terms were all that technical rather it was that they had specific names for everything and expected the audience to know the terms.  Think about it, if you&#8217;re on an active drilling rig, one of the most dangerous places to work, you need to know that when you ask for a wrench you&#8217;ll get handed the right tool. Another example is a surgeon. There might be 13 different scalpels, let&#8217;s name them A &#8211; M, used for a given operation.  If you ask for the H scalpel you don&#8217;t mean any scalpel, the G, or the I scalpel.  Of course it helps that a standard set of names exists and learning all the names is part of the expected training for the field.</p>
<p>Why don&#8217;t we have standard names for the things upon which we manipulate? My guess would be that as humans we&#8217;re lazy and that communication is hard.  I&#8217;m also sure that our challenge with managing software can also carry some of the blame.  The question is, what do we do? We can&#8217;t force people into throwing out more terms, like orthogonal, when the communication environment is already crowded with buzzwords.  Where do we turn to develop some standard terms? The ACM? They seem far removed from working programmers. Dr. Dobbs Journal? Maybe but who&#8217;se going to consider them the authoritative source?  IEEE? I don&#8217;t know enough about them as an organization to even hazard a guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary-Anne</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-25139</link>
		<dc:creator>Mary-Anne</dc:creator>
		<pubDate>Thu, 18 Jun 2009 17:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-25139</guid>
		<description>Anything about root or sudo 
is Unix/Linux specific.
If that is what you want, 
then rootusers and sudofixit
are good choices.

If not, I can suggest
solveadmin
solveit
adminanswers
itcommunity
admincommunity

Of these I like 
admincommunity 
because it is clearest what it intends
and solveit 
because it sounds like &quot;Solve it!&quot;
the best.</description>
		<content:encoded><![CDATA[<p>Anything about root or sudo<br />
is Unix/Linux specific.<br />
If that is what you want,<br />
then rootusers and sudofixit<br />
are good choices.</p>
<p>If not, I can suggest<br />
solveadmin<br />
solveit<br />
adminanswers<br />
itcommunity<br />
admincommunity</p>
<p>Of these I like<br />
admincommunity<br />
because it is clearest what it intends<br />
and solveit<br />
because it sounds like &#8220;Solve it!&#8221;<br />
the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-19900</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 17 Apr 2009 04:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-19900</guid>
		<description>I know you&#039;ve already chosen a name, but, this would&#039;ve been kinda cool too...

sudofixit.com</description>
		<content:encoded><![CDATA[<p>I know you&#8217;ve already chosen a name, but, this would&#8217;ve been kinda cool too&#8230;</p>
<p>sudofixit.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: htxt</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17705</link>
		<dc:creator>htxt</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17705</guid>
		<description>What about sigterm?</description>
		<content:encoded><![CDATA[<p>What about sigterm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Duveborn</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17663</link>
		<dc:creator>Oskar Duveborn</dc:creator>
		<pubDate>Tue, 24 Mar 2009 23:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17663</guid>
		<description>superuser.com sounded neat and simple.... even though it might feel slightly awkward having the word user in there.</description>
		<content:encoded><![CDATA[<p>superuser.com sounded neat and simple&#8230;. even though it might feel slightly awkward having the word user in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike M</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17568</link>
		<dc:creator>Mike M</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17568</guid>
		<description>Have you thought about asking Bruce Schneier?</description>
		<content:encoded><![CDATA[<p>Have you thought about asking Bruce Schneier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17567</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17567</guid>
		<description>Just keep it simple, and strengthen the brand.

Meaning something &#039;overflow&#039; in it:

itoverflow.com
systemoverflow.com
etc</description>
		<content:encoded><![CDATA[<p>Just keep it simple, and strengthen the brand.</p>
<p>Meaning something &#8216;overflow&#8217; in it:</p>
<p>itoverflow.com<br />
systemoverflow.com<br />
etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustman</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17518</link>
		<dc:creator>Dustman</dc:creator>
		<pubDate>Mon, 23 Mar 2009 00:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17518</guid>
		<description>clusterjob.com
clusterdown.com
rack-stack-and-two-smoking-clusters.com :D</description>
		<content:encoded><![CDATA[<p>clusterjob.com<br />
clusterdown.com<br />
rack-stack-and-two-smoking-clusters.com :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17492</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17492</guid>
		<description>If it hasn&#039;t already been suggested: Internal Error.</description>
		<content:encoded><![CDATA[<p>If it hasn&#8217;t already been suggested: Internal Error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Buret</title>
		<link>http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/#comment-17455</link>
		<dc:creator>Johan Buret</dc:creator>
		<pubDate>Sun, 22 Mar 2009 00:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=868#comment-17455</guid>
		<description>Defaultroute.com : where network packets and administrator go when there are no other ways</description>
		<content:encoded><![CDATA[<p>Defaultroute.com : where network packets and administrator go when there are no other ways</p>
]]></content:encoded>
	</item>
</channel>
</rss>
