<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Strictly Business</title>
	<atom:link href="http://clarux.com/ilan/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarux.com/ilan</link>
	<description>Random </description>
	<pubDate>Fri, 28 Mar 2008 16:21:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Antithesis</title>
		<link>http://clarux.com/ilan/2007/08/04/antithesis/</link>
		<comments>http://clarux.com/ilan/2007/08/04/antithesis/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 02:54:02 +0000</pubDate>
		<dc:creator>Ilan</dc:creator>
		
		<category><![CDATA[Vocabulary]]></category>

		<guid isPermaLink="false">http://clarux.com/ilan/2007/08/04/antithesis/</guid>
		<description><![CDATA[I haven&#8217;t tried it yet, but assuming that I can make easy use of pg8000, a PostgreSQL that throws out c-based bindings and speaking postgresql-ish in native python, then it&#8217;s an example of the anti-thesis of &#8220;dragon tea&#8221;. It doesn&#8217;t appear to require hunting down obscure dependencies, it  doesn&#8217;t require that you build ten other [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but assuming that I can make easy use of <a href="http://mathieu.fenniak.net/pg8000_v100/">pg8000</a>, a PostgreSQL that throws out c-based bindings and speaking postgresql-ish in native python, then it&#8217;s an example of the anti-thesis of &#8220;dragon tea&#8221;. It doesn&#8217;t appear to require hunting down obscure dependencies, it  doesn&#8217;t require that you build ten other equally obscure things before you can use it, and if it delivers what it promises it will make developer&#8217;s lives much easier.I speak out of self-interest. I&#8217;m writing a PostgreSQL &#8220;utility belt&#8221; module that can serve as the data model layer for unique PostgreSQL systems administration/development applications. I&#8217;ve been fretting for a little while about requiring people to go through the hoops of installing psycopg2, which is a pain in the butt to install and also has some documentation/finding-on-the-internet issues.A completely self-contained python interface to PostgreSQL that completely bypasses libpq shennanigans would make the lives of developers who&#8217;d want to use my stuff that much easier. And making developer&#8217;s lives easier and bringing in the newbie programmers is a winning strategy. Much more of a winning strategy than catering to the few elites and their diatribes about performance hits taken by natively doing stuff in an interpreted language.Scripting languages are supposed to be slow; it&#8217;s called an <em>engineering tradeoff</em>. If you didn&#8217;t want it slower, you&#8217;d bypass the scripting language and do it in C and accept the tradeoff of performance for slower development time.Just my two. When the PostgreSQL utility belt is ready, I&#8217;ll probably post it here, or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://clarux.com/ilan/2007/08/04/antithesis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dragon Tea</title>
		<link>http://clarux.com/ilan/2007/07/25/dragon-tea/</link>
		<comments>http://clarux.com/ilan/2007/07/25/dragon-tea/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 22:43:29 +0000</pubDate>
		<dc:creator>Ilan</dc:creator>
		
		<category><![CDATA[Vocabulary]]></category>

		<guid isPermaLink="false">http://clarux.com/ilan/2007/07/25/dragon-tea/</guid>
		<description><![CDATA[Dragon Tea &#8212; A separate software dependency required for a piece of software one wants to build and/or run that is:

Excessively difficult to find and hidden in some dark corner of the Internet.
Excessively difficult to build.
Excessively difficult to integrate into build process for the software one wants to build/run.
Any combination of the first three.

Dragon Tea [...]]]></description>
			<content:encoded><![CDATA[<p><em>Dragon Tea</em> &#8212; A separate software dependency required for a piece of software one wants to build and/or run that is:</p>
<ol>
<li>Excessively difficult to find and hidden in some dark corner of the Internet.</li>
<li>Excessively difficult to build.</li>
<li>Excessively difficult to integrate into build process for the software one wants to build/run.</li>
<li>Any combination of the first three.</li>
</ol>
<p>Dragon Tea often takes the form of an obscure shared library or Yet-Another-Build-Environment, and usually tends to cause as much or more grief than conveniance it was intended to provide.</p>
<p>Etymology: Dragon Tea was named after the imagery of a mystical ancient Chinese cure to any ailment that one can only be found in the darkest, scariest, most out-of-the-way section of Chinatown on a full moon when all the planets line up, and having as much potential to kill the patient as it has to cure them.</p>
]]></content:encoded>
			<wfw:commentRss>http://clarux.com/ilan/2007/07/25/dragon-tea/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vocabulary</title>
		<link>http://clarux.com/ilan/2007/07/25/vocabulary/</link>
		<comments>http://clarux.com/ilan/2007/07/25/vocabulary/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 22:36:59 +0000</pubDate>
		<dc:creator>Ilan</dc:creator>
		
		<category><![CDATA[Vocabulary]]></category>

		<guid isPermaLink="false">http://clarux.com/ilan/2007/07/25/vocabulary/</guid>
		<description><![CDATA[Today I start adding an &#8220;Ilan Lexicon&#8221; section to Strictly Business. I have my own way of describing the situations I encounter in my work; most often, my invention of a word is for the purpose of accurately putting a finger on a truism that many have encountered but few have ever named. I find [...]]]></description>
			<content:encoded><![CDATA[<p>Today I start adding an &#8220;Ilan Lexicon&#8221; section to Strictly Business. I have my own way of describing the situations I encounter in my work; most often, my invention of a word is for the purpose of accurately putting a finger on a truism that many have encountered but few have ever named. I find that when I can name a problem, I&#8217;m better able to deal with it.</p>
<p>It is my hope in the future that my invented words will migrate to their own section, but right now, they&#8217;ll sit aside all the other content.</p>
]]></content:encoded>
			<wfw:commentRss>http://clarux.com/ilan/2007/07/25/vocabulary/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One more blog, one more time.</title>
		<link>http://clarux.com/ilan/2007/07/19/what-is-a-slug/</link>
		<comments>http://clarux.com/ilan/2007/07/19/what-is-a-slug/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 21:28:51 +0000</pubDate>
		<dc:creator>Ilan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clarux.com/ilan/?p=3</guid>
		<description><![CDATA[So I am starting yet another blog, yet another time. This blog has to do with computer stuff and job-related stuff. 
Short and sweet intro, baby. 
]]></description>
			<content:encoded><![CDATA[<p>So I am starting yet another blog, yet another time. This blog has to do with computer stuff and job-related stuff. </p>
<p>Short and sweet intro, baby. </p>
]]></content:encoded>
			<wfw:commentRss>http://clarux.com/ilan/2007/07/19/what-is-a-slug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://clarux.com/ilan/2007/07/19/hello-world/</link>
		<comments>http://clarux.com/ilan/2007/07/19/hello-world/#comments</comments>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<dc:creator>Ilan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://clarux.com/ilan/2007/07/19/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
