<?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 #50</title>
	<atom:link href="http://blog.stackoverflow.com/2009/04/podcast-50/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2009/04/podcast-50/</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: HeavensRevenge</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-24346</link>
		<dc:creator>HeavensRevenge</dc:creator>
		<pubDate>Sun, 07 Jun 2009 18:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-24346</guid>
		<description>Hello, this was a damn good podcast, I&#039;m being lured to the content into the next episode after each consecutive one.

I kept hearing of your Haskell fear :P Even though I might not be that lone Haskell hatemail guy, I use haskell and It&#039;s my fav :).  And I&#039;m happy we have many excellent JS (and XQuery Update) parsers and syntax compilers for Internal DSL&#039;s.  But I&#039;m being sucked into the JS hole for a project I need to start but will be interfacing and parsing JS from Haskell almost exclusively.
Well I&#039;m Haskell Guy # 2 and I&#039;m simply reading the ECMAs5 Draft to make sure theres no surprises for when I get my hands on Google&#039;s mythical JS compiler :) And until then I play with V8 checkouts. 
Until next time.</description>
		<content:encoded><![CDATA[<p>Hello, this was a damn good podcast, I&#8217;m being lured to the content into the next episode after each consecutive one.</p>
<p>I kept hearing of your Haskell fear :P Even though I might not be that lone Haskell hatemail guy, I use haskell and It&#8217;s my fav :).  And I&#8217;m happy we have many excellent JS (and XQuery Update) parsers and syntax compilers for Internal DSL&#8217;s.  But I&#8217;m being sucked into the JS hole for a project I need to start but will be interfacing and parsing JS from Haskell almost exclusively.<br />
Well I&#8217;m Haskell Guy # 2 and I&#8217;m simply reading the ECMAs5 Draft to make sure theres no surprises for when I get my hands on Google&#8217;s mythical JS compiler :) And until then I play with V8 checkouts.<br />
Until next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-22707</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Wed, 20 May 2009 17:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-22707</guid>
		<description>@wds: Yes, I can see that now.  I listened to that part of the postcast again and Steve clearly says &quot;what packages _you&#039;ve_ installed&quot; and not &quot;what packages have been installed&quot;.  I apologize.  My comment was the worst kind of incorrect: it was also rude.</description>
		<content:encoded><![CDATA[<p>@wds: Yes, I can see that now.  I listened to that part of the postcast again and Steve clearly says &#8220;what packages _you&#8217;ve_ installed&#8221; and not &#8220;what packages have been installed&#8221;.  I apologize.  My comment was the worst kind of incorrect: it was also rude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20962</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Sat, 02 May 2009 14:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20962</guid>
		<description>Excellent podcast. Great to hear Yegge talk about his project at google. Some great discussion on programming languages and unix that I liked very much.
Keep it up Joel and Jeff, this has been probably the best podcast so far from you guys.</description>
		<content:encoded><![CDATA[<p>Excellent podcast. Great to hear Yegge talk about his project at google. Some great discussion on programming languages and unix that I liked very much.<br />
Keep it up Joel and Jeff, this has been probably the best podcast so far from you guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wds</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20956</link>
		<dc:creator>wds</dc:creator>
		<pubDate>Sat, 02 May 2009 13:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20956</guid>
		<description>@Ville: Steve meant to say what software he has installed in addition to what was installed originally. Or more specifically, what user apps he has installed (as opposed to graphics drivers etc). So yeah, that&#039;s actually not that easy, probably you can just filter by category but there&#039;s a problem of package vs. application, since several package sometimes make an application, and all the libraries etc...

Actually the problem with firefox slowness is interesting. I&#039;ve found it usually turns out to be a graphics issue. I&#039;m no fan of the way X window system works and I don&#039;t think many people really are (except for when it comes to terminal clients, which is pretty easy in X). Firefox in particular, running on two different graphics cards you can notice huge differences in the performance just based on the graphics card and driver they&#039;re running.</description>
		<content:encoded><![CDATA[<p>@Ville: Steve meant to say what software he has installed in addition to what was installed originally. Or more specifically, what user apps he has installed (as opposed to graphics drivers etc). So yeah, that&#8217;s actually not that easy, probably you can just filter by category but there&#8217;s a problem of package vs. application, since several package sometimes make an application, and all the libraries etc&#8230;</p>
<p>Actually the problem with firefox slowness is interesting. I&#8217;ve found it usually turns out to be a graphics issue. I&#8217;m no fan of the way X window system works and I don&#8217;t think many people really are (except for when it comes to terminal clients, which is pretty easy in X). Firefox in particular, running on two different graphics cards you can notice huge differences in the performance just based on the graphics card and driver they&#8217;re running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kibbee</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20676</link>
		<dc:creator>Kibbee</dc:creator>
		<pubDate>Wed, 29 Apr 2009 18:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20676</guid>
		<description>Hey Jeff, I think it&#039;s probably obligatory to link to my question, since you mentioned the running joke that the answer to everything is use JQuery.

http://stackoverflow.com/questions/471597/is-jquery-always-the-answer</description>
		<content:encoded><![CDATA[<p>Hey Jeff, I think it&#8217;s probably obligatory to link to my question, since you mentioned the running joke that the answer to everything is use JQuery.</p>
<p><a href="http://stackoverflow.com/questions/471597/is-jquery-always-the-answer" rel="nofollow">http://stackoverflow.com/questions/471597/is-jquery-always-the-answer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgb</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20621</link>
		<dc:creator>mgb</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20621</guid>
		<description>&gt;its use of symbols make it so expressive that you &gt;can do a lot in very little code, 
&gt;great for rapid development.
That&#039;s what they said about Perl!</description>
		<content:encoded><![CDATA[<p>&gt;its use of symbols make it so expressive that you &gt;can do a lot in very little code,<br />
&gt;great for rapid development.<br />
That&#8217;s what they said about Perl!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Reynolds</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20607</link>
		<dc:creator>Philip Reynolds</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20607</guid>
		<description>Anyone else think Steve sounds like Drew Carey?</description>
		<content:encoded><![CDATA[<p>Anyone else think Steve sounds like Drew Carey?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon Duncan</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20596</link>
		<dc:creator>Brendon Duncan</dc:creator>
		<pubDate>Tue, 28 Apr 2009 04:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20596</guid>
		<description>APL is written using a normal keyboard, you just press Ctrl+ another key, or Ctrl+Shift+ another key.

APL is also a very suitable tool for number crunching and its use of symbols make it so expressive that you can do a lot in very little code, great for rapid development.</description>
		<content:encoded><![CDATA[<p>APL is written using a normal keyboard, you just press Ctrl+ another key, or Ctrl+Shift+ another key.</p>
<p>APL is also a very suitable tool for number crunching and its use of symbols make it so expressive that you can do a lot in very little code, great for rapid development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jess Sightler</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20562</link>
		<dc:creator>Jess Sightler</dc:creator>
		<pubDate>Mon, 27 Apr 2009 15:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20562</guid>
		<description>&gt; Just because you personally haven’t done programming 
&gt; at sea it doesn’t mean that nobody does it. And since 
&gt; you don’t have any knowledge or statistics about it, 
&gt; how can you judge it?

I agree.  DELETING a question that had serious (and potentially useful) answers is crazy.  

Perhaps a Moby Dick analogy would help?</description>
		<content:encoded><![CDATA[<p>&gt; Just because you personally haven’t done programming<br />
&gt; at sea it doesn’t mean that nobody does it. And since<br />
&gt; you don’t have any knowledge or statistics about it,<br />
&gt; how can you judge it?</p>
<p>I agree.  DELETING a question that had serious (and potentially useful) answers is crazy.  </p>
<p>Perhaps a Moby Dick analogy would help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Laurikari</title>
		<link>http://blog.stackoverflow.com/2009/04/podcast-50/#comment-20529</link>
		<dc:creator>Ville Laurikari</dc:creator>
		<pubDate>Mon, 27 Apr 2009 07:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=1108#comment-20529</guid>
		<description>&gt; Steve observes that the only way to determine what packages are installed on Ubuntu is to diff the dpackage output against a clean machine.

Well, that&#039;s obviously wrong, and shows that Joel, Jeff, or Steve have never in their life used Ubuntu for 2 minutes, and didn&#039;t really know what they were talking about.

If you want to see what&#039;s installed, it&#039;s three clicks away: &quot;Applications&quot; -&gt; &quot;Add/Remove&quot; -&gt; &quot;Show: Installed applications only&quot;.  Or you can go to the command line, which isn&#039;t really as complicated as Steve makes it out to be.

If anything, it&#039;s much _easier_ to install software on Ubuntu than it is on Windows, for the user I mean.  Most importantly, there are tens of thousands of software packages available in the standard repositories.  Basically any software that&#039;s been ported to Linux is available from the same place.  On Windows, you need to find stuff from somewhere else.  You just have to know a big bunch of places where you get your Acrobat reader and whatever.   It&#039;s kind of the same difference as the iPhone app store vs. a Nokia phone.</description>
		<content:encoded><![CDATA[<p>&gt; Steve observes that the only way to determine what packages are installed on Ubuntu is to diff the dpackage output against a clean machine.</p>
<p>Well, that&#8217;s obviously wrong, and shows that Joel, Jeff, or Steve have never in their life used Ubuntu for 2 minutes, and didn&#8217;t really know what they were talking about.</p>
<p>If you want to see what&#8217;s installed, it&#8217;s three clicks away: &#8220;Applications&#8221; -&gt; &#8220;Add/Remove&#8221; -&gt; &#8220;Show: Installed applications only&#8221;.  Or you can go to the command line, which isn&#8217;t really as complicated as Steve makes it out to be.</p>
<p>If anything, it&#8217;s much _easier_ to install software on Ubuntu than it is on Windows, for the user I mean.  Most importantly, there are tens of thousands of software packages available in the standard repositories.  Basically any software that&#8217;s been ported to Linux is available from the same place.  On Windows, you need to find stuff from somewhere else.  You just have to know a big bunch of places where you get your Acrobat reader and whatever.   It&#8217;s kind of the same difference as the iPhone app store vs. a Nokia phone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
