<?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: A sound in the forest</title>
	<atom:link href="http://polymathprogrammer.com/2008/04/02/sound-in-forest/feed/" rel="self" type="application/rss+xml" />
	<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/</link>
	<description>Mathematics. Programming. Entrepreneurship.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:15:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Human-first software development &#124; Polymath Programmer</title>
		<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/comment-page-1/#comment-922</link>
		<dc:creator>Human-first software development &#124; Polymath Programmer</dc:creator>
		<pubDate>Wed, 09 Apr 2008 09:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/04/02/sound-in-forest/#comment-922</guid>
		<description>[...] Falloon asked in a previous post if I could write something about the actual theory behind [...]</description>
		<content:encoded><![CDATA[<p>[...] Falloon asked in a previous post if I could write something about the actual theory behind [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Tan</title>
		<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/comment-page-1/#comment-806</link>
		<dc:creator>Vincent Tan</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/04/02/sound-in-forest/#comment-806</guid>
		<description>&quot;Actual theory behind programming&quot; sounds very philosophical... I&#039;m not even sure how to begin. Let me think about it...

As for file paths and file handlers, I&#039;ve always been able to tell them apart. Are you referring to something like
$handler = fopen($filepath, &quot;r&quot;);

Quite similar to C actually.
FILE *handler = fopen(filepath, &quot;r&quot;);

A file path is like a street address. A file handler is like a pointer to the house at that address (you know pointers?). It allows you to manipulate the file contents such as writing to and reading from the file (adding decorations and looking through refrigerator?).

Hmm... let me go think about it some more...

Thanks for letting me know your problems.</description>
		<content:encoded><![CDATA[<p>&#8220;Actual theory behind programming&#8221; sounds very philosophical&#8230; I&#8217;m not even sure how to begin. Let me think about it&#8230;</p>
<p>As for file paths and file handlers, I&#8217;ve always been able to tell them apart. Are you referring to something like<br />
$handler = fopen($filepath, &#8220;r&#8221;);</p>
<p>Quite similar to C actually.<br />
FILE *handler = fopen(filepath, &#8220;r&#8221;);</p>
<p>A file path is like a street address. A file handler is like a pointer to the house at that address (you know pointers?). It allows you to manipulate the file contents such as writing to and reading from the file (adding decorations and looking through refrigerator?).</p>
<p>Hmm&#8230; let me go think about it some more&#8230;</p>
<p>Thanks for letting me know your problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/comment-page-1/#comment-785</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/04/02/sound-in-forest/#comment-785</guid>
		<description>You could probably use forums to find ideas for posts.

I&#039;m currently struggling with the actual theory behind programming. Perhaps you could right an article about that? 

I remember when I started to learn how to program, I always struggled with the fact that I could store file paths and file handlers in a variable. File paths are easy to explain, they&#039;re just strings pointing to a file. 

However, I&#039;m still confused about the ability to store file handlers. I was learning PHP at the time.</description>
		<content:encoded><![CDATA[<p>You could probably use forums to find ideas for posts.</p>
<p>I&#8217;m currently struggling with the actual theory behind programming. Perhaps you could right an article about that? </p>
<p>I remember when I started to learn how to program, I always struggled with the fact that I could store file paths and file handlers in a variable. File paths are easy to explain, they&#8217;re just strings pointing to a file. </p>
<p>However, I&#8217;m still confused about the ability to store file handlers. I was learning PHP at the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Tan</title>
		<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/comment-page-1/#comment-780</link>
		<dc:creator>Vincent Tan</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/04/02/sound-in-forest/#comment-780</guid>
		<description>I help out at the Dream In Code forums, so I understand the need for specific solutions. There&#039;s still a large group of people who are still very much entrenched in the difficulties of programming in the short term, that they never get off to gaining the skills to solve problems in the long term.

I&#039;m planning to do what you said about looking around the web. It&#039;s time to venture forth to unknown territories.

&quot;For the record, I like your blog.&quot;
That is just awesome. Thanks!</description>
		<content:encoded><![CDATA[<p>I help out at the Dream In Code forums, so I understand the need for specific solutions. There&#8217;s still a large group of people who are still very much entrenched in the difficulties of programming in the short term, that they never get off to gaining the skills to solve problems in the long term.</p>
<p>I&#8217;m planning to do what you said about looking around the web. It&#8217;s time to venture forth to unknown territories.</p>
<p>&#8220;For the record, I like your blog.&#8221;<br />
That is just awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Barden</title>
		<link>http://polymathprogrammer.com/2008/04/02/sound-in-forest/comment-page-1/#comment-776</link>
		<dc:creator>Ben Barden</dc:creator>
		<pubDate>Thu, 03 Apr 2008 09:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://polymathprogrammer.com/2008/04/02/sound-in-forest/#comment-776</guid>
		<description>I think the main challenge you face is that many people look for specific solutions to specific problems, usually going to the kind of forums you mention above.

Many of these people do not cut code for pleasure.  I&#039;ve encountered very few programmers who genuinely enjoy coding.  It&#039;s not so much that they hate it, it&#039;s more that they just do it... and when the day is over, they want a break.  I think you&#039;ve mentioned this in a previous post.

I am definitely someone who enjoys programming and that is why I set up a software company.  If I had set it up simply to generate money, I&#039;d cut corners and rush things out as fast as possible.  But as I enjoy what I do, I spend the time to do it right.

Maybe you need to look around the web and see if you can find more people who are interested in this kind of content.  It could just be that the right people aren&#039;t finding you yet.

For the record, I like your blog. :)</description>
		<content:encoded><![CDATA[<p>I think the main challenge you face is that many people look for specific solutions to specific problems, usually going to the kind of forums you mention above.</p>
<p>Many of these people do not cut code for pleasure.  I&#8217;ve encountered very few programmers who genuinely enjoy coding.  It&#8217;s not so much that they hate it, it&#8217;s more that they just do it&#8230; and when the day is over, they want a break.  I think you&#8217;ve mentioned this in a previous post.</p>
<p>I am definitely someone who enjoys programming and that is why I set up a software company.  If I had set it up simply to generate money, I&#8217;d cut corners and rush things out as fast as possible.  But as I enjoy what I do, I spend the time to do it right.</p>
<p>Maybe you need to look around the web and see if you can find more people who are interested in this kind of content.  It could just be that the right people aren&#8217;t finding you yet.</p>
<p>For the record, I like your blog. <img src='http://polymathprogrammer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

