<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #20</title>
	<atom:link href="http://blog.stackoverflow.com/2008/09/podcast-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/09/podcast-20/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Timo Saikkonen</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6367</link>
		<dc:creator>Timo Saikkonen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 12:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6367</guid>
		<description>Regarding the edit time limit:

I thought the phpBB ghost edit system worked in the way that if you edit the post before anyone replies to it, the edit stamp doesn&#039;t get applied. Have you thought about this?</description>
		<content:encoded><![CDATA[<p>Regarding the edit time limit:</p>
<p>I thought the phpBB ghost edit system worked in the way that if you edit the post before anyone replies to it, the edit stamp doesn&#8217;t get applied. Have you thought about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6286</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 07 Sep 2008 23:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6286</guid>
		<description>FWIW, re: windbg.exe.  When I was at Microsoft in the Xbox team early on, that frequently-encountered tool was always internally pronounced &quot;wind-bag&quot;. (It&#039;s no i386kd!)</description>
		<content:encoded><![CDATA[<p>FWIW, re: windbg.exe.  When I was at Microsoft in the Xbox team early on, that frequently-encountered tool was always internally pronounced &#8220;wind-bag&#8221;. (It&#8217;s no i386kd!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoffmann</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6278</link>
		<dc:creator>Hoffmann</dc:creator>
		<pubDate>Sun, 07 Sep 2008 14:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6278</guid>
		<description>Thou shalt study thy libraries and strive not to re-invent them without cause,
that thy code may be short and readable and thy days pleasant and productive. (Henry Spencer)</description>
		<content:encoded><![CDATA[<p>Thou shalt study thy libraries and strive not to re-invent them without cause,<br />
that thy code may be short and readable and thy days pleasant and productive. (Henry Spencer)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Bruce</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6265</link>
		<dc:creator>Brad Bruce</dc:creator>
		<pubDate>Sat, 06 Sep 2008 15:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6265</guid>
		<description>Why not?

I&#039;ve been listening to you the podcasts since #2.

It&#039;s great to hear differing, but valid, opinions discuss an issue.  Anyway, I missed a few podcasts and then went back to catch up.  I missed the initial comments that the beta was opening up.

I&#039;ve submitted my information (twice) and haven&#039;t heard back.  Not that it&#039;s a huge deal, but I&#039;ve seen numerous sites come and grow, but never been in on the ground floor.  I think your concepts are unique and should fix a lot of the problems I&#039;ve seen in other sites.

Please, I&#039;d like to get in on the beta.  The &quot;beta badge&quot; wouldn&#039;t hurt either </description>
		<content:encoded><![CDATA[<p>Why not?</p>
<p>I&#8217;ve been listening to you the podcasts since #2.</p>
<p>It&#8217;s great to hear differing, but valid, opinions discuss an issue.  Anyway, I missed a few podcasts and then went back to catch up.  I missed the initial comments that the beta was opening up.</p>
<p>I&#8217;ve submitted my information (twice) and haven&#8217;t heard back.  Not that it&#8217;s a huge deal, but I&#8217;ve seen numerous sites come and grow, but never been in on the ground floor.  I think your concepts are unique and should fix a lot of the problems I&#8217;ve seen in other sites.</p>
<p>Please, I&#8217;d like to get in on the beta.  The &#8220;beta badge&#8221; wouldn&#8217;t hurt either</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Smith</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6262</link>
		<dc:creator>Clayton Smith</dc:creator>
		<pubDate>Sat, 06 Sep 2008 02:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6262</guid>
		<description>Logging littered throughout the code really can&#039;t be avoided. However, I&#039;ve seen a lot of code that has &quot;entering method foo&quot; and &quot;exiting method foo&quot;. I like to do trace logging declaratively. One way I&#039;ve accomplished this in the past is using AOP, like that which is provided by Spring, Spring.NET, or AspectJ.</description>
		<content:encoded><![CDATA[<p>Logging littered throughout the code really can&#8217;t be avoided. However, I&#8217;ve seen a lot of code that has &#8220;entering method foo&#8221; and &#8220;exiting method foo&#8221;. I like to do trace logging declaratively. One way I&#8217;ve accomplished this in the past is using AOP, like that which is provided by Spring, Spring.NET, or AspectJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Pence</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6261</link>
		<dc:creator>Roger Pence</dc:creator>
		<pubDate>Fri, 05 Sep 2008 19:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6261</guid>
		<description>Jeff was right. Joel has jumped the shark. During my drive home the other night, while listening to Joel&#039;s five minute dissertation on why the Excel team wrote their own compiler, I considered moving over to the wrong lane to ease my pain. 

Joel, I love you, man. I&#039;ve read you for years and respect you greatly. When you&#039;re concise and on point, it matters, But when you ramble the podcast really sucks. I don&#039;t know what&#039;s worse, listening to your incessant rambles or the pitiful little burps Skype makes as Jeff tries, usually without much luck, to steer you back to the topic at hand.

Sincerely and with respect,
rp</description>
		<content:encoded><![CDATA[<p>Jeff was right. Joel has jumped the shark. During my drive home the other night, while listening to Joel&#8217;s five minute dissertation on why the Excel team wrote their own compiler, I considered moving over to the wrong lane to ease my pain. </p>
<p>Joel, I love you, man. I&#8217;ve read you for years and respect you greatly. When you&#8217;re concise and on point, it matters, But when you ramble the podcast really sucks. I don&#8217;t know what&#8217;s worse, listening to your incessant rambles or the pitiful little burps Skype makes as Jeff tries, usually without much luck, to steer you back to the topic at hand.</p>
<p>Sincerely and with respect,<br />
rp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6258</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 05 Sep 2008 14:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6258</guid>
		<description>Re - &quot;The Great Brain&quot;.  John (JD) was the little brother and narrator, Tom (TD) was the middle brother known as the &quot;Great Brain&quot;.  The family&#039;s last name was &quot;Fitzgerald&quot;.

http://en.wikipedia.org/wiki/The_Great_Brain</description>
		<content:encoded><![CDATA[<p>Re &#8211; &#8220;The Great Brain&#8221;.  John (JD) was the little brother and narrator, Tom (TD) was the middle brother known as the &#8220;Great Brain&#8221;.  The family&#8217;s last name was &#8220;Fitzgerald&#8221;.</p>
<p><a href="http://en.wikipedia.org/wiki/The_Great_Brain" rel="nofollow">http://en.wikipedia.org/wiki/The_Great_Brain</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schall</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6255</link>
		<dc:creator>Michael Schall</dc:creator>
		<pubDate>Fri, 05 Sep 2008 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6255</guid>
		<description>I agree with @mmp1.  Did you report a bug or even better a fix to log4net (https://issues.apache.org/jira/browse/LOG4NET)?  We use it in most of our projects without issue (we don&#039;t log to the database which sounds like the root of your issue).  Could you at least give more information about the bug so the community can benefit from your experience?  What appenders where you using?

I&#039;m curious how you debug production issues if you don&#039;t at least log errors somewhere.</description>
		<content:encoded><![CDATA[<p>I agree with @mmp1.  Did you report a bug or even better a fix to log4net (<a href="https://issues.apache.org/jira/browse/LOG4NET)?" rel="nofollow">https://issues.apache.org/jira/browse/LOG4NET)?</a>  We use it in most of our projects without issue (we don&#8217;t log to the database which sounds like the root of your issue).  Could you at least give more information about the bug so the community can benefit from your experience?  What appenders where you using?</p>
<p>I&#8217;m curious how you debug production issues if you don&#8217;t at least log errors somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6252</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 05 Sep 2008 07:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6252</guid>
		<description>On the podcast Joel was talking about how nerds will try to solve the problem of jumping to the roof of the building next door in case of a fire. It instantly made me think of this comic http://xkcd.com/356/</description>
		<content:encoded><![CDATA[<p>On the podcast Joel was talking about how nerds will try to solve the problem of jumping to the roof of the building next door in case of a fire. It instantly made me think of this comic <a href="http://xkcd.com/356/" rel="nofollow">http://xkcd.com/356/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.stackoverflow.com/2008/09/podcast-20/#comment-6242</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Thu, 04 Sep 2008 19:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=94#comment-6242</guid>
		<description>Consider posting two-minute segments of the podcast on the wiki - it would make piecemeal transcription much easier.  Just click on one of the audio links, type in two minutes worth of transcript, and move on.</description>
		<content:encoded><![CDATA[<p>Consider posting two-minute segments of the podcast on the wiki &#8211; it would make piecemeal transcription much easier.  Just click on one of the audio links, type in two minutes worth of transcript, and move on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
