<?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 for [insert title here]</title>
	<atom:link href="http://blog.gregbrockman.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gregbrockman.com</link>
	<description>gdb&#039;s blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 04:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on College, part 1 by Kevin</title>
		<link>http://blog.gregbrockman.com/2010/08/college-part-1/comment-page-1/#comment-40</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 30 Aug 2010 04:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=83#comment-40</guid>
		<description>In addition to being interested in hearing how you ended up at MIT after Harvard, I&#039;m also somewhat curious as to what effect MIT CPW had on you.</description>
		<content:encoded><![CDATA[<p>In addition to being interested in hearing how you ended up at MIT after Harvard, I&#8217;m also somewhat curious as to what effect MIT CPW had on you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College, part 1 by Piper</title>
		<link>http://blog.gregbrockman.com/2010/08/college-part-1/comment-page-1/#comment-31</link>
		<dc:creator>Piper</dc:creator>
		<pubDate>Mon, 23 Aug 2010 06:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=83#comment-31</guid>
		<description>== both of them :)</description>
		<content:encoded><![CDATA[<p>== both of them <img src='http://blog.gregbrockman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College, part 1 by Leonid</title>
		<link>http://blog.gregbrockman.com/2010/08/college-part-1/comment-page-1/#comment-29</link>
		<dc:creator>Leonid</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=83#comment-29</guid>
		<description>==Josh.  You should go on. :-)</description>
		<content:encoded><![CDATA[<p>==Josh.  You should go on. <img src='http://blog.gregbrockman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on College, part 1 by Josh</title>
		<link>http://blog.gregbrockman.com/2010/08/college-part-1/comment-page-1/#comment-28</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 23 Aug 2010 01:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=83#comment-28</guid>
		<description>This was very interesting. You should write more! :-)</description>
		<content:encoded><![CDATA[<p>This was very interesting. You should write more! <img src='http://blog.gregbrockman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is software so poorly written? by kasittig</title>
		<link>http://blog.gregbrockman.com/2010/07/why-is-software-so-poorly-written/comment-page-1/#comment-19</link>
		<dc:creator>kasittig</dc:creator>
		<pubDate>Wed, 28 Jul 2010 06:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=48#comment-19</guid>
		<description>&quot;In my experience, code produced by companies does not tend to be especially awesome.&quot;

true - also I&#039;ve found that documentation tends to be awful, mostly because it&#039;s heavily internal and it&#039;s often easier to just add contact people than to actually document things.  the fact that, in the real world, documentation is often an afterthought (and is usually in design docs and specifications rather than in actual code) was mindblowing.

&quot;[...] the fact that it’s easy to ship new versions of the product if you mess it up the first time, as well as the fact that failures really don’t cause too much damage.&quot;

I don&#039;t think this is necessarily true - I think it&#039;s a product of a ship cycle.  the goal of shipping software appears to be to deliver on a set of features that your customers work - and if the code is behind the scenes, who cares if it&#039;s messy?  in school, we&#039;re graded not only on our end product but on the style of our code, and this is the core difference - your code being sloppy in the Real World only seems to matter to the poor human who has to deal with it after you&#039;re done writing it.</description>
		<content:encoded><![CDATA[<p>&#8220;In my experience, code produced by companies does not tend to be especially awesome.&#8221;</p>
<p>true &#8211; also I&#8217;ve found that documentation tends to be awful, mostly because it&#8217;s heavily internal and it&#8217;s often easier to just add contact people than to actually document things.  the fact that, in the real world, documentation is often an afterthought (and is usually in design docs and specifications rather than in actual code) was mindblowing.</p>
<p>&#8220;[...] the fact that it’s easy to ship new versions of the product if you mess it up the first time, as well as the fact that failures really don’t cause too much damage.&#8221;</p>
<p>I don&#8217;t think this is necessarily true &#8211; I think it&#8217;s a product of a ship cycle.  the goal of shipping software appears to be to deliver on a set of features that your customers work &#8211; and if the code is behind the scenes, who cares if it&#8217;s messy?  in school, we&#8217;re graded not only on our end product but on the style of our code, and this is the core difference &#8211; your code being sloppy in the Real World only seems to matter to the poor human who has to deal with it after you&#8217;re done writing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Source diving by Andrew Farrell</title>
		<link>http://blog.gregbrockman.com/2010/06/source-diving/comment-page-1/#comment-18</link>
		<dc:creator>Andrew Farrell</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=43#comment-18</guid>
		<description>I&#039;ve recently noticed this too. This may possibly be because I&#039;ve gotten fed up with looking through bunches of forum posts, my eyes and attention flitting from one pge to the next.
Source diving, I can just pop into pdb and follow the code.
Also, the code must be correct. The documentation could be wrong.

Frivolously, it feels so much more hardcore</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently noticed this too. This may possibly be because I&#8217;ve gotten fed up with looking through bunches of forum posts, my eyes and attention flitting from one pge to the next.<br />
Source diving, I can just pop into pdb and follow the code.<br />
Also, the code must be correct. The documentation could be wrong.</p>
<p>Frivolously, it feels so much more hardcore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is software so poorly written? by Andrew Farrell</title>
		<link>http://blog.gregbrockman.com/2010/07/why-is-software-so-poorly-written/comment-page-1/#comment-17</link>
		<dc:creator>Andrew Farrell</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=48#comment-17</guid>
		<description>It may be that its alot harder to build up an intuitive sense for when something is built wrong in software.
As a result, this intuitive sense is alot weaker, and so it is easier to skip over something that feels a bit wrong out of laziness.</description>
		<content:encoded><![CDATA[<p>It may be that its alot harder to build up an intuitive sense for when something is built wrong in software.<br />
As a result, this intuitive sense is alot weaker, and so it is easier to skip over something that feels a bit wrong out of laziness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If argparse is the future, I want to build a time machine so I don&#8217;t have to deal with it by Andrew Farrell</title>
		<link>http://blog.gregbrockman.com/2010/07/if-argparse-is-the-future-i-want-to-build-a-time-machine-so-i-dont-have-to-deal-with-it/comment-page-1/#comment-16</link>
		<dc:creator>Andrew Farrell</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=63#comment-16</guid>
		<description>You forgot to mention:
The reason it does this is to support having options that can take one or no arguments.
Its not clear that you would want to maintain this property.</description>
		<content:encoded><![CDATA[<p>You forgot to mention:<br />
The reason it does this is to support having options that can take one or no arguments.<br />
Its not clear that you would want to maintain this property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why is software so poorly written? by joe</title>
		<link>http://blog.gregbrockman.com/2010/07/why-is-software-so-poorly-written/comment-page-1/#comment-14</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=48#comment-14</guid>
		<description>(Clearly what we need is just more dependent types. I don&#039;t see what&#039;s so hard about it.)

I sympathize, though. I&#039;ve recently had some fun times wrestling with bcfg2, e.g., and it&#039;s far from the worst software I&#039;ve ever dived into...</description>
		<content:encoded><![CDATA[<p>(Clearly what we need is just more dependent types. I don&#8217;t see what&#8217;s so hard about it.)</p>
<p>I sympathize, though. I&#8217;ve recently had some fun times wrestling with bcfg2, e.g., and it&#8217;s far from the worst software I&#8217;ve ever dived into&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on You know you&#8217;re no longer a Harvard student when&#8230; by ismith</title>
		<link>http://blog.gregbrockman.com/2010/05/you-know-youre-not-a-harvard-student-anymore-when/comment-page-1/#comment-9</link>
		<dc:creator>ismith</dc:creator>
		<pubDate>Tue, 01 Jun 2010 01:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gregbrockman.com/?p=38#comment-9</guid>
		<description>Are you sure they don&#039;t just disallow users coming from 18.*.*.*?  You know you can&#039;t trust anything from that IP range.</description>
		<content:encoded><![CDATA[<p>Are you sure they don&#8217;t just disallow users coming from 18.*.*.*?  You know you can&#8217;t trust anything from that IP range.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
