<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to craft a programmer's lens?</title>
	<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens/</link>
	<description>Comments on Ask MetaFilter post How to craft a programmer's lens?</description>
	<pubDate>Wed, 23 Jan 2008 20:05:26 -0800</pubDate>
	<lastBuildDate>Wed, 23 Jan 2008 20:05:26 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to craft a programmer&apos;s lens?</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens</link>	
		<description>Help me think in terms of programming metaphors. &lt;br /&gt;&lt;br /&gt; Recently I noticed when looking at certain situations relating to people and their respective environments, I was trying to distill aspects of them into software/hardware/computing metaphors.  My knowledge of this field is at best intermediate, and being a lowly systems administrator I have no practical experience of coding or developing.  I don&apos;t want to learn to code or develop, but I do want to read a few books detailing various programming models and languages that are not advanced comp. sci. texts but are above layperson level.  Ostensibly, this would help me to build some mental frameworks to juxtapose to real-world situations.  This is really borne out of my need to keep poking my brains to keep them from going to sleep.  Thanks for any books, practical lessons, thought exercises, websites, etc that you suggest!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.81803</guid>
		<pubDate>Wed, 23 Jan 2008 19:54:37 -0800</pubDate>
		<dc:creator>Burhanistan</dc:creator>
		
			<category>computers</category>
		
			<category>programming</category>
		
			<category>brain</category>
		
			<category>thought</category>
		
			<category>mind</category>
		
			<category>metaphor</category>
		
	</item> <item>
		<title>By: Lokheed</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212119</link>	
		<description>You might try looking at the standard design patterns.  &lt;a href=&quot;http://tinyurl.com/3e45qv&quot;&gt;Head First Design Patterns&lt;/a&gt; is an excellent book that describes the patterns in a clear and accessible way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212119</guid>
		<pubDate>Wed, 23 Jan 2008 20:05:26 -0800</pubDate>
		<dc:creator>Lokheed</dc:creator>
	</item><item>
		<title>By: joshjs</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212213</link>	
		<description>I realize it&apos;s not quite what you&apos;re asking for, but if you decide to lean toward more practical aspects of programming, rather than models of code itself, &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/020161622X/metafilter-20/ref=nosim/&quot;&gt;The Pragmatic Programmer&lt;/a&gt; is high-level, readable and concise.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212213</guid>
		<pubDate>Wed, 23 Jan 2008 21:46:05 -0800</pubDate>
		<dc:creator>joshjs</dc:creator>
	</item><item>
		<title>By: tdismukes</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212330</link>	
		<description>&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0735611319/metafilter-20/ref=nosim/&quot;&gt;Code&lt;/a&gt;, by Charles Petzold does an good job of explaining the principles behind software.&lt;br&gt;
&lt;br&gt;
In regards to Lokheed&apos;s recommendation of Head First Design Patterns - it&apos;s an excellent book, but I&apos;m not sure how accessible it will be to someone with zero experience in object-oriented programming.  (If you do have a little experience in OO-programming, then I strongly recommend it.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212330</guid>
		<pubDate>Thu, 24 Jan 2008 03:25:21 -0800</pubDate>
		<dc:creator>tdismukes</dc:creator>
	</item><item>
		<title>By: GPF</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212418</link>	
		<description>2nding The Pragmatic Programmer -- especially because the book is presented explicitly as metaphors for programming.  And those metaphors, logically, work both ways.  I, too, am not a programmer (nor, for that matter, do I professionally maintain or interact with code or computers) but found it a &quot;high-level, readable and concise&quot; discussion of the software creation craft.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212418</guid>
		<pubDate>Thu, 24 Jan 2008 06:32:01 -0800</pubDate>
		<dc:creator>GPF</dc:creator>
	</item><item>
		<title>By: heresiarch</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212427</link>	
		<description>I think developing a metaphorical understanding of something requires pretty deep knowledge of an area. Metaphors are partially about abstraction, and it&apos;s hard to abstract from something when you have only a passing familiarity with it. You also risk exposing what you don&apos;t know in your selection of metaphors; the people who will get the most out of programming metaphors are themselves knowledgeable about programming, and are the most likely to catch you in bad metaphors. &lt;br&gt;
&lt;br&gt;
All that said, there are lots of great books you can read to pick up some of this stuff. I really enjoyed &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1400082463/metafilter-20/ref=nosim/&quot;&gt;Dreaming in Code&lt;/a&gt;. It&apos;s really well written, technically sound, and represents a lot of the very real challenges of software development. You&apos;ll see terms like &lt;a href=&quot;http://catb.org/jargon/html/Y/yak-shaving.html&quot;&gt;yak shaving&lt;/a&gt; which are important ideas in software engineering. &lt;br&gt;
&lt;br&gt;
There&apos;s also the incredibly influential &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201835959/metafilter-20/ref=nosim/&quot;&gt;Mythical Man Month&lt;/a&gt;. This is a must read for anyone in software engineering and lays out the basic challenges and issues in working on a team on software. This is not so much about technical details, but more about the team dynamics involved. This won&apos;t help so much with hardware/software metaphors, but if you&apos;re interacting with programmers it&apos;ll certainly help you understand their mindset.&lt;br&gt;
&lt;br&gt;
There are lots of good options on &lt;a href=&quot;http://www.joelonsoftware.com/articles/FogCreekMBACurriculum.html&quot;&gt;this reading list&lt;/a&gt;, too. Many of them are too technical or too pop-businessy, but there are a bunch of gems on there too. Just troll around and see what interests you.&lt;br&gt;
&lt;br&gt;
On the more technical side, you might try &lt;a href=&quot;http://www.greenteapress.com/thinkpython/&quot;&gt;How to Think Like a Computer Scientist&lt;/a&gt;. It&apos;s ostensibly about learning Python, but you could skim through it looking for the more theoretical bits and probably pick up a lot. &lt;br&gt;
&lt;br&gt;
The &lt;a href=&quot;http://courses.csail.mit.edu/6.170/old-www/2006-Fall/admin-info/generalinfo.html#Textbooks&quot;&gt;reading list&lt;/a&gt; for the former software engineering course at MIT is pretty good too. I haven&apos;t read the required book, but the next one down (Liskov) was pretty good.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212427</guid>
		<pubDate>Thu, 24 Jan 2008 06:44:08 -0800</pubDate>
		<dc:creator>heresiarch</dc:creator>
	</item><item>
		<title>By: jefftang</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212485</link>	
		<description>&lt;a href=&quot;http://www.google.com/url?sa=t&amp;ct=res&amp;cd=3&amp;url=http%3A%2F%2Fwww.amazon.com%2FCryptonomicon-Neal-Stephenson%2Fdp%2F0380973464&amp;ei=v6qYR7-dMIecevj1ycoL&amp;usg=AFQjCNH4NGT-8vkFHTLyt3yeo14KkYd7IA&amp;sig2=IpYGANK7-Tt1UdtkCSGlyA&quot;&gt;Cryptonomicon&lt;/a&gt; is fiction. It&apos;s not directly about programming, but many of the characters are programmers and you get a lot of insight into their thought processes and explanations or programming concepts.  There are bicycles and decks of cards as encryption machines, algorithms for the consumption of cereal and a time vs. horniness graph.  It&apos;s a pretty good book too, though it has the standard Stephenson crappy ending.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212485</guid>
		<pubDate>Thu, 24 Jan 2008 07:40:18 -0800</pubDate>
		<dc:creator>jefftang</dc:creator>
	</item><item>
		<title>By: breaks the guidelines?</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1212536</link>	
		<description>&lt;a href=&quot;http://htdp.org/&quot;&gt;How to Design Programs&lt;/a&gt; is a teaching text for the Scheme language that begins with the fundamentals of elementary arithmetic and progresses through functional abstraction and composition, recursion, and symbolic logic.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1212536</guid>
		<pubDate>Thu, 24 Jan 2008 08:10:31 -0800</pubDate>
		<dc:creator>breaks the guidelines?</dc:creator>
	</item><item>
		<title>By: Burhanistan</title>
		<link>http://ask.metafilter.com/81803/How-to-craft-a-programmers-lens#1213209</link>	
		<description>Lots of interesting stuff here to put on my to-read pile. Thanks for all of yor responses.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81803-1213209</guid>
		<pubDate>Thu, 24 Jan 2008 20:24:36 -0800</pubDate>
		<dc:creator>Burhanistan</dc:creator>
	</item>
	</channel>
</rss>
