<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Cafes &#187; Software</title>
	<atom:link href="http://cafe.elharo.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Thu, 19 Jan 2012 17:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Don&#8217;t Hide From Google</title>
		<link>http://cafe.elharo.com/web/dont-hide-from-google/</link>
		<comments>http://cafe.elharo.com/web/dont-hide-from-google/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 12:44:49 +0000</pubDate>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://cafe.elharo.com/web/dont-hide-from-google/</guid>
		<description><![CDATA[Here&#8217;s a robots.txt file from a company whose software I&#8217;m currently evaluating: User-agent: * Disallow: /cgi/ Disallow: /cgi-bin/ Disallow: /mantis/ Disallow: /forum/ Disallow: /stats/ Disallow: /synk/unreg.html Disallow: /synk/de/unreg.html Disallow: /synk/fr/unreg.html Disallow: /synk/it/unreg.html Disallow: /synk/email.psn Disallow: /synk/help/ This is from a small company whose main product is experiencing solid growth. In fact, they are growing so [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a robots.txt file from a company whose software I&#8217;m currently evaluating:</p>
<pre><code>User-agent: *
Disallow: /cgi/
Disallow: /cgi-bin/
Disallow: /mantis/
Disallow: /forum/
Disallow: /stats/
Disallow: /synk/unreg.html
Disallow: /synk/de/unreg.html
Disallow: /synk/fr/unreg.html
Disallow: /synk/it/unreg.html
Disallow: /synk/email.psn
Disallow: /synk/help/</code></pre>
<p>This is from a small company whose main product is experiencing solid growth. In fact, they are growing so fast, they are having trouble responding to support e-mails and are consequently requesting that users check the FAQ list and read the forums before sending them e-mail.  Keeping that in mind, can you tell what&#8217;s wrong with this robots.txt?<br />
<span id="more-157"></span></p>
<p>If it&#8217;s not obvious consider this: the FAQ list they&#8217;re asking me to read and the forums they want me to consult are both in /forum. See it now?</p>
<p>The problem is that they have blocked off Google (and other polite search engines) from finding their support information. As it turns out, I had two problems with this product today, both of which gave me confusing, unhelpful, and yet fairly unique error messages. Consequently I did what any techie would do with such a message. Put quotes around it, typed it into Google, added the product name, and scanned the results.</p>
<p>Google&#8217;s very good at finding error messages (you&#8217;re never the first person to have any given problem) but this time it popped up zero hits. OK. I figured I did something really weird, or had a strange configuration. Maybe I was the first person to see this problem, so I sent off a detailed report to support@<em>company</em>.com. Then I started browsing their web site, and noticed their pleas to please check the FAQ list and the forums. The FAQ list didn&#8217;t answer the question but the forums did. </p>
<p>Then I had another problem with the same product. Again Google didn&#8217;t help, but the forums did. (This turned out to be a bug with no workaround that may be fixed in the next point release.) Why didn&#8217;t I find the answer I was looking for with Google? Because this company had deliberately blocked Google from their web site using robots.txt. That&#8217;s not business smart or user friendly. Now they&#8217;ve got two e-mails from me to read and process they wouldn&#8217;t have had to deal with if Google could search their forums.</p>
<p>Folks, to save money on support, you have to give your users  the best self-help tools you can; and when it comes to search, Google&#8217;s better than anything you&#8217;ll come up with on your own. Google wants to be your friend. Let it. </p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.elharo.com/web/dont-hide-from-google/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Less is More</title>
		<link>http://cafe.elharo.com/software/less-is-more/</link>
		<comments>http://cafe.elharo.com/software/less-is-more/#comments</comments>
		<pubDate>Fri, 12 May 2006 01:05:58 +0000</pubDate>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://cafe.elharo.com/software/less-is-more/</guid>
		<description><![CDATA[One of my flaws as a writer is that I say too much. I find it really hard to cut out as much as I need to. Sometimes I come up with a good turn of phrase, and I just can&#8217;t let it go. However sometimes I need to. It&#8217;s not that the sentence or [...]]]></description>
			<content:encoded><![CDATA[<p>One of my flaws as a writer is that I say too much. I find it really hard to cut out as much as I need to. Sometimes I come up with a good turn of phrase, and I just can&#8217;t let it go. However sometimes I need to. It&#8217;s not that the sentence or paragraph itself is wrong or bad in any way. It&#8217;s just that it no longer fits into the whole fabric of the article or book. Sometimes the article or book simply needs to be shorter. Even if every single sentence is well-written and conveys valuable information, sometimes the interest of the audience dictates that you say less rather than more. It&#8217;s a rare author who can keep an audience&#8217;s interest on the Web for more than a couple of thousand words, and I&#8217;m not one of them. Sometimes you have to cut just to keep the size down.</p>
<p>Software development is much the same.<span id="more-103"></span> When designing an application it&#8217;s important to keep the feature count down to a manageable and comprehensible level for the intended users. Sometimes this requires you to cut features that considered indivdually seem valuable and useful. Software products today are rarely subject to the sort of hard size constraints one might find in a book or article, which makes it even more difficult to cut features. It takes exceptional judgement to determine when the cognitive load imposed by one more feature outweighs the benefit of that feature. Many developers flat out refuse to consider it. Nonetheless they need to. One of the few developers to get this right (not surprisingly) is Apple. Applications like iTunes, AddressBook, and iCal do less than their competition and this is a good thing. It&#8217;s not just that Apple knows how to better design user interfaces. It&#8217;s that they know when to stop.  </p>
<p>APIs have the same issue. Many libraries add every feature a user asks for, because why not? it won&#8217;t hurt anybody, right? But more is not always better. Sometimes it&#8217;s worse. The inflection point can be hard to identify, but I&#8217;m convinced it exists. There is a point at which adding extra methods and classes makes the API and library harder to use, not easier. There is a point where the cost of finding the method you want outweighs the increased likelihood of it being there.</p>
<p>I suspect there&#8217;s a general principle at play here that goes beyond software. For instance, in designing massively multiprocessing systems like the <a href="http://en.wikipedia.org/wiki/Connection_Machine">Connection Machine</a> or Virginia Tech&#8217;s Big Mac, a big problem is making sure the processors don&#8217;t spend more time syncing up with each other than they do calculating. Fred Brooks identified a variant of this problem in <a href="http://www.amazon.com/exec/obidos/ISBN=0201835959/ref=nosim/cafeaulaitA/">The Mythical Man-Month</a> thirty years ago. Past a certain point adding more programmers to a late project makes it later. With a little thought I suspect you can remember similar examples in sports, education, politics, and other endeavors.</p>
<p>But bringing the focus back to software development, it&#8217;s important to keep a tight rein on features. For every feature you&#8217;re asked to add, don&#8217;t just ask yourself if it&#8217;s a good feature. Ask yourself if it&#8217;s good enough. How many people will it help? How much will it help them? If it&#8217;s going to help a lot of people, or help a few people a great deal, then go ahead and add it. However if it&#8217;s just a minor improvement, or is only needed by a few people, seriously consider leaving it out. Size carries real costs and those costs are too often ignored.   </p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.elharo.com/software/less-is-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

