<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How I Write Code</title>
	<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/</link>
	<description>Huh?</description>
	<pubDate>Fri, 30 Jul 2010 01:31:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5218</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 02 Jun 2009 23:25:07 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5218</guid>
		<description>I've come to treat my "subconsciousness" as an asynchronous machine. I submit async requests to it by zoning in on the problem, then putting it away. When my mind produces something in the background later, it sends me the (sub)result in another async message. This machine can be trained by keeping it occupied with requests.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve come to treat my &#8220;subconsciousness&#8221; as an asynchronous machine. I submit async requests to it by zoning in on the problem, then putting it away. When my mind produces something in the background later, it sends me the (sub)result in another async message. This machine can be trained by keeping it occupied with requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5217</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:14:44 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5217</guid>
		<description>Smoke breaks and drinking work for me--I've done some of my best work while slightly buzzed believe it or now.</description>
		<content:encoded><![CDATA[<p>Smoke breaks and drinking work for me&#8211;I&#8217;ve done some of my best work while slightly buzzed believe it or now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous(2)</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5216</link>
		<dc:creator>Anonymous(2)</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:42:33 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5216</guid>
		<description>I'm kinethetic and agree with my anonymous brother. This is exactly the way I work. Muscle memory is a key component of this and kinethetic thinkers tend to work out a problem by putting it together mentally first for practice. It makes sense when you consider that thinking about, visualizing, and concentrating on a task works the brain in the same way as physically performing the task. In this way someone who plays baseball will visualize and concentrate on the motions of swinging the bat while waiting on the bench and then be better prepared to make a hit.

No reason programmers can't work the same way. ^_^</description>
		<content:encoded><![CDATA[<p>I&#8217;m kinethetic and agree with my anonymous brother. This is exactly the way I work. Muscle memory is a key component of this and kinethetic thinkers tend to work out a problem by putting it together mentally first for practice. It makes sense when you consider that thinking about, visualizing, and concentrating on a task works the brain in the same way as physically performing the task. In this way someone who plays baseball will visualize and concentrate on the motions of swinging the bat while waiting on the bench and then be better prepared to make a hit.</p>
<p>No reason programmers can&#8217;t work the same way. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5215</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 02 Jun 2009 16:44:24 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5215</guid>
		<description>If you're talking about"pushing" and "connecting" you might not  be a visual thinker, but a "kinesthetic" or physical thinker.  Think about it:  there may be both physical and visual elements, but which is dominant?</description>
		<content:encoded><![CDATA[<p>If you&#8217;re talking about&#8221;pushing&#8221; and &#8220;connecting&#8221; you might not  be a visual thinker, but a &#8220;kinesthetic&#8221; or physical thinker.  Think about it:  there may be both physical and visual elements, but which is dominant?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pietro</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5214</link>
		<dc:creator>Pietro</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:47:19 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5214</guid>
		<description>Sports like running and swimming help me a lot, too, in coding and in solving research problems. While running and looking at the dirt track in front of me and at the trees around me, I focus on the problem/bug/feature and get many more ideas than looking at the screen. While swimming I can only see white tiles, but that helps too.</description>
		<content:encoded><![CDATA[<p>Sports like running and swimming help me a lot, too, in coding and in solving research problems. While running and looking at the dirt track in front of me and at the trees around me, I focus on the problem/bug/feature and get many more ideas than looking at the screen. While swimming I can only see white tiles, but that helps too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Tillery</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5213</link>
		<dc:creator>Jay Tillery</dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:37:09 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5213</guid>
		<description>@Xander I'm the same way. All solutions come out just before I hit deeps sleep. Nowadays more ideas are starting to appear or how I can make other applications currently on the web better. I usually take the weekends to do something non-programming related and less complex to get my mind back in order for a fresh Monday. It helps stay creative too.</description>
		<content:encoded><![CDATA[<p>@Xander I&#8217;m the same way. All solutions come out just before I hit deeps sleep. Nowadays more ideas are starting to appear or how I can make other applications currently on the web better. I usually take the weekends to do something non-programming related and less complex to get my mind back in order for a fresh Monday. It helps stay creative too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xander</title>
		<link>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5211</link>
		<dc:creator>Xander</dc:creator>
		<pubDate>Mon, 01 Jun 2009 16:42:39 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2009/05/27/how-i-write-code/#comment-5211</guid>
		<description>When I was doing database work, I used to just get comfortable in bed, starting to drift off and that was the exact moment the code that would fix my issue I had spent 12 hours working on would magically appear in my head.  I would always have to get up and fix it or risk losing it by morning.  I think just being able to step away from a problem and relax a little helps sometimes.</description>
		<content:encoded><![CDATA[<p>When I was doing database work, I used to just get comfortable in bed, starting to drift off and that was the exact moment the code that would fix my issue I had spent 12 hours working on would magically appear in my head.  I would always have to get up and fix it or risk losing it by morning.  I think just being able to step away from a problem and relax a little helps sometimes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
