<?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 #8</title>
	<atom:link href="http://blog.stackoverflow.com/2008/06/podcast-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/06/podcast-8/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Sun, 22 Nov 2009 20:02:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: M-Tron</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-2875</link>
		<dc:creator>M-Tron</dc:creator>
		<pubDate>Thu, 17 Jul 2008 20:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-2875</guid>
		<description>Hey-ho, someone at work mentioned this super duper podcast and thought I should jump on it. 

Criticism:

I think almost all of the podcasts that I have listened to can be distilled to like half the time. You guys should raise the quality of this stuff. Almost borders on gossip for nerds rather than any insights, thoughts on new APIs, etc. Also, atwood seems to be very deferential to Spolsky. Cmon atwood grow a backbone ! And stop repeating everything spolsky says in a different form ! 


&quot;But its free !!&quot;, doesnt work with linux, doesnt work here either :/</description>
		<content:encoded><![CDATA[<p>Hey-ho, someone at work mentioned this super duper podcast and thought I should jump on it. </p>
<p>Criticism:</p>
<p>I think almost all of the podcasts that I have listened to can be distilled to like half the time. You guys should raise the quality of this stuff. Almost borders on gossip for nerds rather than any insights, thoughts on new APIs, etc. Also, atwood seems to be very deferential to Spolsky. Cmon atwood grow a backbone ! And stop repeating everything spolsky says in a different form ! </p>
<p>&#8220;But its free !!&#8221;, doesnt work with linux, doesnt work here either :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1584</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 20 Jun 2008 22:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1584</guid>
		<description>Joel touched on Lisp/DSLs but I thought I&#039;d a few links and thoughts.

In terms of a book to read about about Embedded Domain Specific Languages, there is Paul Graham&#039;s On Lisp (full book available as a free PDF download):

  http://www.paulgraham.com/onlisp.html

Functional Programming languages are often touted as a way to allow you to create embedded domain specific languages as libraries, without forfeiting the full power of the host language (e.g. Lisp, Haskell):
http://www.haskell.org/haskellwiki/Research_papers/Domain_specific_languages

An example is the library Parsec, for creating parsers (sort of like YACC or bison), fully and naturally embedded in Haskell. A huge advantage of using a general purpose programming language as the host for a DSL is that multiple DSLs can be combined within the same code. So for example you can write a parser as a first class citizen in that language, and then use the embedded document pretty printing language (which is actually just another library) to print out what you parsed in.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Joel touched on Lisp/DSLs but I thought I&#8217;d a few links and thoughts.</p>
<p>In terms of a book to read about about Embedded Domain Specific Languages, there is Paul Graham&#8217;s On Lisp (full book available as a free PDF download):</p>
<p>  <a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">http://www.paulgraham.com/onlisp.html</a></p>
<p>Functional Programming languages are often touted as a way to allow you to create embedded domain specific languages as libraries, without forfeiting the full power of the host language (e.g. Lisp, Haskell):<br />
<a href="http://www.haskell.org/haskellwiki/Research_papers/Domain_specific_languages" rel="nofollow">http://www.haskell.org/haskellwiki/Research_papers/Domain_specific_languages</a></p>
<p>An example is the library Parsec, for creating parsers (sort of like YACC or bison), fully and naturally embedded in Haskell. A huge advantage of using a general purpose programming language as the host for a DSL is that multiple DSLs can be combined within the same code. So for example you can write a parser as a first class citizen in that language, and then use the embedded document pretty printing language (which is actually just another library) to print out what you parsed in.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Nazar</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1493</link>
		<dc:creator>Tomasz Nazar</dc:creator>
		<pubDate>Thu, 19 Jun 2008 11:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1493</guid>
		<description>About passwords you Joel were asking: I use only Firefox internal password manager. Mostly I do remember most important passwords; for others (portals, blogs) I just use one simple pass ;)
Anyway: I use Google Browser Sync for keeping bookmarks on different OSs and computers. It also HAS ability to keep all the passwords, but I don&#039;t like passwords being outside of my PC..
See you. T.</description>
		<content:encoded><![CDATA[<p>About passwords you Joel were asking: I use only Firefox internal password manager. Mostly I do remember most important passwords; for others (portals, blogs) I just use one simple pass ;)<br />
Anyway: I use Google Browser Sync for keeping bookmarks on different OSs and computers. It also HAS ability to keep all the passwords, but I don&#8217;t like passwords being outside of my PC..<br />
See you. T.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Kodroff</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1426</link>
		<dc:creator>Josh Kodroff</dc:creator>
		<pubDate>Wed, 18 Jun 2008 15:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1426</guid>
		<description>I believe the word you&#039;re looking for to describe the Ruby community is either &quot;partisan&quot;.  Maybe even &quot;chauvanistic&quot;, but I think that word more describes the fringes of the pro-*nix Slashdot community.

http://en.wikipedia.org/wiki/Chauvanistic</description>
		<content:encoded><![CDATA[<p>I believe the word you&#8217;re looking for to describe the Ruby community is either &#8220;partisan&#8221;.  Maybe even &#8220;chauvanistic&#8221;, but I think that word more describes the fringes of the pro-*nix Slashdot community.</p>
<p><a href="http://en.wikipedia.org/wiki/Chauvanistic" rel="nofollow">http://en.wikipedia.org/wiki/Chauvanistic</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Nicholls</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1228</link>
		<dc:creator>Colin Nicholls</dc:creator>
		<pubDate>Wed, 11 Jun 2008 21:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1228</guid>
		<description>Please don&#039;t try to talk about Visual FoxPro.

(Now you can go ahead and put me in the box you keep under the desk with everyone else who defends VFP. 

It&#039;s just that everything you said about VFP was wrong. So please don&#039;t try.)</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t try to talk about Visual FoxPro.</p>
<p>(Now you can go ahead and put me in the box you keep under the desk with everyone else who defends VFP. </p>
<p>It&#8217;s just that everything you said about VFP was wrong. So please don&#8217;t try.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1222</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 11 Jun 2008 17:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1222</guid>
		<description>Hello,

I was slightly annoyed about the way you criticised MySQL: why use FUD when there are real criticisms?

1) a RDBMS (relational database management system) has the following features: ACID transactions, handling of larger-than-main-memory-datasets, a query optimiser, schema management, concurrency support

2) mysql is often criticsed for not supporting atomicity, which I understand is nowadays possible with a very slow backend

3) mysql is often criticised for its lack of standard SQL-92 language features and an effective query optimiser

4) mysql is often criticised for lack of scaling (which I would claim is part of concurrency support, where the Isolation property is only concurrency control)

5) you claim that there are hidden licensing costs associated with mysql; with mysql being GPL licensed, you should probably retract your statement; if you are after making your own product by building something incorporating mysql, then clearly you should be compensated for the value that you&#039;ve added, but not for something that&#039;s otherwise available -- which is why you have to give money to the mysql company if you want to earn money by building something on top.

PS: I understood your statement on threads &amp; processes to be &quot;we have processes, threads have no added utility over them&quot;; I disagree, because process context switches are expensive and thread context switches are much cheaper, thus giving you a structuring device.  SMP is also becoming more important with multicores, where threads are much cheaper than MPI.

best regards,

Oliver Seidel</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I was slightly annoyed about the way you criticised MySQL: why use FUD when there are real criticisms?</p>
<p>1) a RDBMS (relational database management system) has the following features: ACID transactions, handling of larger-than-main-memory-datasets, a query optimiser, schema management, concurrency support</p>
<p>2) mysql is often criticsed for not supporting atomicity, which I understand is nowadays possible with a very slow backend</p>
<p>3) mysql is often criticised for its lack of standard SQL-92 language features and an effective query optimiser</p>
<p>4) mysql is often criticised for lack of scaling (which I would claim is part of concurrency support, where the Isolation property is only concurrency control)</p>
<p>5) you claim that there are hidden licensing costs associated with mysql; with mysql being GPL licensed, you should probably retract your statement; if you are after making your own product by building something incorporating mysql, then clearly you should be compensated for the value that you&#8217;ve added, but not for something that&#8217;s otherwise available &#8212; which is why you have to give money to the mysql company if you want to earn money by building something on top.</p>
<p>PS: I understood your statement on threads &amp; processes to be &#8220;we have processes, threads have no added utility over them&#8221;; I disagree, because process context switches are expensive and thread context switches are much cheaper, thus giving you a structuring device.  SMP is also becoming more important with multicores, where threads are much cheaper than MPI.</p>
<p>best regards,</p>
<p>Oliver Seidel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry Sainsbury</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1210</link>
		<dc:creator>Kerry Sainsbury</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1210</guid>
		<description>Casper Bang: I too initially found the ignorance amusing, and then annoying.

Do what I did -- unsubscribe!

I feel better already. 

I&#039;ve come to the website to leave feedback about why I left, but you&#039;ve done a beautiful job, although I still confess I don&#039;t understand Joel&#039;s connection between a DSL and arrays.</description>
		<content:encoded><![CDATA[<p>Casper Bang: I too initially found the ignorance amusing, and then annoying.</p>
<p>Do what I did &#8212; unsubscribe!</p>
<p>I feel better already. </p>
<p>I&#8217;ve come to the website to leave feedback about why I left, but you&#8217;ve done a beautiful job, although I still confess I don&#8217;t understand Joel&#8217;s connection between a DSL and arrays.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casper Bang</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1207</link>
		<dc:creator>Casper Bang</dc:creator>
		<pubDate>Tue, 10 Jun 2008 23:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1207</guid>
		<description>With all respect, it&#039;s fine to be strongly opinionated but one should also know when to shut up, it really got annoying to listen to in the end I&#039;m sorry to say.

- &quot;Where&#039;s DSL&#039;s coming from, patterns people&quot;

No meta-programming comes from the other camp, those who like language oriented programming as oppose to API oriented programming. Big in this game is Martin Fowler, who also hosts a DSL podcast: http://www.thoughtworks.com/what-we-say/podcasts.html

&quot;Is it coming from java&quot;

Hardly, that&#039;s why we have to many libraries/frameworks in Java which is very much API oriented programming (no properties, no events, no type inference, no closures etc.).

&quot;Seems like they are using a programming language which doesn&#039;t have a good enough way to express trees as literals, which you can&#039;t in neither Java nor C#&quot;

That&#039;s actually all LINQ is about, a type-safe way of building tree literals and evaluating these at runtime.

&quot;Can I create a list on the fly?&quot;

C# allows instantiation and population in-line through collection/object initializes, which composes really well and is one of the pillars of LINQ.

&quot;I was disappointed with LINQ, the syntax is backwards yada yada I don&#039;t buy it&quot;

Well LINQ is not SQL, it is a general purpose query API with syntactical support, that just so happens to have a data provider layer which can talk to SQL databases. It allows for type-safety and code completion, which we have never had before and that&#039;s quite groundbreaking really.

&quot;They have this concept of a variant... you can&#039;t use that as an argument to a function.... a lot becomes impossible for no reason&quot;

No it&#039;s not a variant (like you may know from VB6), it&#039;s just a placeholder for the actual type. If you could cross a stack frame boundary, you could no longer infer this at compile time and hence it would have to be determined dynamically through a VTABLE lookup at runtime.

&quot;C# is not yet doing the dynamic thing&quot;

No, and it never will. C# is a static language and I just don&#039;t see how it makes sense to compare it to Python/Ruby which may throw a kin to MethodNotFound exceptions in your face at any given time because they are - dynamic.</description>
		<content:encoded><![CDATA[<p>With all respect, it&#8217;s fine to be strongly opinionated but one should also know when to shut up, it really got annoying to listen to in the end I&#8217;m sorry to say.</p>
<p>- &#8220;Where&#8217;s DSL&#8217;s coming from, patterns people&#8221;</p>
<p>No meta-programming comes from the other camp, those who like language oriented programming as oppose to API oriented programming. Big in this game is Martin Fowler, who also hosts a DSL podcast: <a href="http://www.thoughtworks.com/what-we-say/podcasts.html" rel="nofollow">http://www.thoughtworks.com/what-we-say/podcasts.html</a></p>
<p>&#8220;Is it coming from java&#8221;</p>
<p>Hardly, that&#8217;s why we have to many libraries/frameworks in Java which is very much API oriented programming (no properties, no events, no type inference, no closures etc.).</p>
<p>&#8220;Seems like they are using a programming language which doesn&#8217;t have a good enough way to express trees as literals, which you can&#8217;t in neither Java nor C#&#8221;</p>
<p>That&#8217;s actually all LINQ is about, a type-safe way of building tree literals and evaluating these at runtime.</p>
<p>&#8220;Can I create a list on the fly?&#8221;</p>
<p>C# allows instantiation and population in-line through collection/object initializes, which composes really well and is one of the pillars of LINQ.</p>
<p>&#8220;I was disappointed with LINQ, the syntax is backwards yada yada I don&#8217;t buy it&#8221;</p>
<p>Well LINQ is not SQL, it is a general purpose query API with syntactical support, that just so happens to have a data provider layer which can talk to SQL databases. It allows for type-safety and code completion, which we have never had before and that&#8217;s quite groundbreaking really.</p>
<p>&#8220;They have this concept of a variant&#8230; you can&#8217;t use that as an argument to a function&#8230;. a lot becomes impossible for no reason&#8221;</p>
<p>No it&#8217;s not a variant (like you may know from VB6), it&#8217;s just a placeholder for the actual type. If you could cross a stack frame boundary, you could no longer infer this at compile time and hence it would have to be determined dynamically through a VTABLE lookup at runtime.</p>
<p>&#8220;C# is not yet doing the dynamic thing&#8221;</p>
<p>No, and it never will. C# is a static language and I just don&#8217;t see how it makes sense to compare it to Python/Ruby which may throw a kin to MethodNotFound exceptions in your face at any given time because they are &#8211; dynamic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Tepp</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1184</link>
		<dc:creator>Roland Tepp</dc:creator>
		<pubDate>Tue, 10 Jun 2008 14:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1184</guid>
		<description>When Joel mentioned composing lists of lists, he was probably meaning something like this:

  var list = {1, 2, {3.1, 3.2, 3.4}, new Four(), {5.1, {&quot;5.2.1&quot;, &quot;5.2.2&quot;}, 5.3}, six};

In any case having ability to compose arbitrary lists of lists is basically an ability to describe data structures of arbitrary complexity, which is nothing more than description of a configuration data. Which is the simplest of the use cases for DSL&#039;s. In this sense - XML and JSON and YAML are all DSL&#039;s for storing configuration data.

DSL&#039;s, as I&#039;ve understood them an be just that or way much more, if need be.

The primary benefit of having DSL is to be able to define behavior of the domain area in terms of the domain itself, thus effectively making it possible for programmers and domain experts to &quot;speak the same language&quot;.

In the most advanced cases - DSL&#039;s can be quite close full blown programming languages (e.g. I might be getting it wrong, but the FogCreek&#039;s Wasabi can also be called in some way, a DSL, since it has been designed and implemented to solve a particular problem domain)</description>
		<content:encoded><![CDATA[<p>When Joel mentioned composing lists of lists, he was probably meaning something like this:</p>
<p>  var list = {1, 2, {3.1, 3.2, 3.4}, new Four(), {5.1, {&#8221;5.2.1&#8243;, &#8220;5.2.2&#8243;}, 5.3}, six};</p>
<p>In any case having ability to compose arbitrary lists of lists is basically an ability to describe data structures of arbitrary complexity, which is nothing more than description of a configuration data. Which is the simplest of the use cases for DSL&#8217;s. In this sense &#8211; XML and JSON and YAML are all DSL&#8217;s for storing configuration data.</p>
<p>DSL&#8217;s, as I&#8217;ve understood them an be just that or way much more, if need be.</p>
<p>The primary benefit of having DSL is to be able to define behavior of the domain area in terms of the domain itself, thus effectively making it possible for programmers and domain experts to &#8220;speak the same language&#8221;.</p>
<p>In the most advanced cases &#8211; DSL&#8217;s can be quite close full blown programming languages (e.g. I might be getting it wrong, but the FogCreek&#8217;s Wasabi can also be called in some way, a DSL, since it has been designed and implemented to solve a particular problem domain)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wds</title>
		<link>http://blog.stackoverflow.com/2008/06/podcast-8/#comment-1127</link>
		<dc:creator>wds</dc:creator>
		<pubDate>Mon, 09 Jun 2008 19:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=49#comment-1127</guid>
		<description>Regarding DSLs, I really liked the 3-parter Jeff Moser wrote somewhat on the subject. &lt;a href=&quot;http://www.moserware.com/2008/04/towards-moores-law-software-part-1-of-3.html&quot; rel=&quot;nofollow&quot;&gt;Part 1 is here.&lt;/a&gt; Well worth a read.</description>
		<content:encoded><![CDATA[<p>Regarding DSLs, I really liked the 3-parter Jeff Moser wrote somewhat on the subject. <a href="http://www.moserware.com/2008/04/towards-moores-law-software-part-1-of-3.html" rel="nofollow">Part 1 is here.</a> Well worth a read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
