<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TheBonsai&#039;s Blog &#187; english</title>
	<atom:link href="http://www.thebonsai.net/category/container-for-language-categorization/english-blogentries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebonsai.net</link>
	<description>About the days and nights of TheBonsai</description>
	<lastBuildDate>Thu, 13 May 2010 08:43:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Will we get the real answers in october 2010?</title>
		<link>http://www.thebonsai.net/2010/04/24/will-we-get-the-real-answers-in-october-2010/</link>
		<comments>http://www.thebonsai.net/2010/04/24/will-we-get-the-real-answers-in-october-2010/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:58:42 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Science Fiction]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[42]]></category>
		<category><![CDATA[universe]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=184</guid>
		<description><![CDATA[We all wonder about the answer to the ultimate question of life, the universe, and everything. Maybe in october we&#8217;ll get it as clear as it can be:
$ echo $((2#$(date -d '10 oct 2010' +"%d%m%y")))
42

Be prepared!
]]></description>
			<content:encoded><![CDATA[<p>We all wonder about the answer to the ultimate question of life, the universe, and everything. Maybe in october we&#8217;ll get it as clear as it can be:</p>
<pre style="padding-left: 60px;"><span style="color: #0000ff;">$ echo $((2#$(date -d '10 oct 2010' +"%d%m%y")))
42</span>
</pre>
<h2><span style="color: #ff0000;">Be prepared!</span></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2010/04/24/will-we-get-the-real-answers-in-october-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[GC]lue records</title>
		<link>http://www.thebonsai.net/2010/03/27/gclue-records/</link>
		<comments>http://www.thebonsai.net/2010/03/27/gclue-records/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 15:01:29 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=174</guid>
		<description><![CDATA[Hi there DNS guys!
On IRC or mailinglists I frequently see people not understanding the idea and concepts behind glue records. Many have no clue about it. It&#8217;s always the same, some people don&#8217;t get it and thus make their sites unavailable &#8211; when you explain it, they don&#8217;t understand.
Hence, I suggest a name change, just [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there DNS guys!</p>
<p>On IRC or mailinglists I frequently see people not understanding the idea and concepts behind <a title="Wikipedia: DNS glue records" href="http://en.wikipedia.org/wiki/Glue_record#Circular_dependencies_and_glue_records" target="_blank">glue records</a>. Many have no <span style="color: #ff0000;"><em>clue</em></span> about it. It&#8217;s always the same, some people don&#8217;t get it and thus make their sites unavailable &#8211; when you explain it, they don&#8217;t understand.</p>
<p>Hence, I suggest a name change, just name them</p>
<h2 style="text-align: center;"><span style="color: #ff0000;">The clue records</span></h2>
<p><span style="text-decoration: underline;"><span style="color: #ff0000;"><strong> </strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2010/03/27/gclue-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nss-pam-ldapd</title>
		<link>http://www.thebonsai.net/2010/01/23/nss-pam-ldapd/</link>
		<comments>http://www.thebonsai.net/2010/01/23/nss-pam-ldapd/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:16:15 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nss]]></category>
		<category><![CDATA[pam]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=171</guid>
		<description><![CDATA[Hi folks,
I have a small LDAP setup running for centralized Linux authentication since years, using the NSS and PAM modules from PADL Software Pty Ltd.
A few weeks ago I found the nss-pam-ldapd from Arthur de Jong and found the architecture is promising and fixes some problems with the design of the PADL modules.
This project needs [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I have a small LDAP setup running for centralized Linux authentication since years, using the NSS and PAM modules from <a title="PADL Software Pty Ltd" href="http://www.padl.com/" target="_blank">PADL Software Pty Ltd</a>.</p>
<p>A few weeks ago I found the <a title="http://arthurdejong.org/nss-pam-ldapd/" href="http://arthurdejong.org/nss-pam-ldapd/" target="_blank">nss-pam-ldapd</a> from <a title="http://arthurdejong.org/" href="http://arthurdejong.org/" target="_blank">Arthur de Jong</a> and found the architecture is promising and fixes some problems with the design of the PADL modules.</p>
<p>This project needs contributors, so if you</p>
<ul>
<li>have time</li>
<li>know some C</li>
<li>like LDAP</li>
<li>have ideas</li>
<li>can test</li>
</ul>
<p>it would be nice to see you there.</p>
<p>I also contributed a line or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2010/01/23/nss-pam-ldapd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Home Server</title>
		<link>http://www.thebonsai.net/2009/09/14/new-home-server/</link>
		<comments>http://www.thebonsai.net/2009/09/14/new-home-server/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:59:53 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=153</guid>
		<description><![CDATA[Since a week or so I replaced my old &#8220;home server&#8221; with some new hardware. Phenom II Quadcore with 8GB RAM and a Debian Lenny, fun!
]]></description>
			<content:encoded><![CDATA[<p>Since a week or so I replaced my old &#8220;home server&#8221; with some new hardware. Phenom II Quadcore with 8GB RAM and a Debian Lenny, fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/09/14/new-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why end-users shouldn&#8217;t critizise on a technical level</title>
		<link>http://www.thebonsai.net/2009/08/16/why-end-users-shouldnt-critizise-on-a-technical-level/</link>
		<comments>http://www.thebonsai.net/2009/08/16/why-end-users-shouldnt-critizise-on-a-technical-level/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 13:12:52 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=140</guid>
		<description><![CDATA[A rant! A rant!
Today, somebody (thanks exaltis on Freenode) provided me a link to an OSNews article during a discussion about X. He told me it&#8217;s fun to read &#8211; I clicked.
In this article (also read the comments), Thom Holwerda talks about why the X Window System is bad and Linux needs a different graphics [...]]]></description>
			<content:encoded><![CDATA[<p>A rant! A rant!</p>
<p>Today, somebody (thanks <em>exaltis</em> on Freenode) provided me a link to an <a href="http://www.osnews.com/story/21999/Editorial_X_Could_Learn_a_Lot_from_Vista_Windows_7">OSNews article</a> during a discussion about X. He told me it&#8217;s fun to read &#8211; I clicked.</p>
<p>In this article (also read the comments), Thom Holwerda talks about why the X Window System is bad and Linux needs a different graphics architecture. This article is nice to read and discusses existing problems in some applications and X server software.</p>
<p>All problems he talks about are real, yes. I can understand that he&#8217;s pissed off. And he, as end-user, wants a solution and a stable system.</p>
<p>But his conclusions that these problems come from the design of the X Window System itself are just wrong and show that he doesn&#8217;t know what the design of X is. X has enough problems in its design, but none of them are related to the problems in his article. He talks about bad design, but he actually means bad implementation. Even his example with driver crashes or driver updates are completely irrelevant for the X design, the X Window architecture allows ways to implement this. That nobody does this doesn&#8217;t mean it&#8217;s a design problem.</p>
<p>From what I can see in the text he just would say to me that he&#8217;s a user and not a tech and he doesn&#8217;t care and he just wants a working system.</p>
<p><strong>Yes, right, he&#8217;s a user. That&#8217;s why he shouldn&#8217;t conclude it&#8217;s a design problem, he should just talk about what he knows and not about what he thinks he knows.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/08/16/why-end-users-shouldnt-critizise-on-a-technical-level/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A UNIX pathname is a UNIX pathname&#8230;or not? ORACLE fooled me again!</title>
		<link>http://www.thebonsai.net/2009/05/05/a-unix-pathname-is-a-unix-pathnameor-not-oracle-fooled-me-again/</link>
		<comments>http://www.thebonsai.net/2009/05/05/a-unix-pathname-is-a-unix-pathnameor-not-oracle-fooled-me-again/#comments</comments>
		<pubDate>Tue, 05 May 2009 17:26:30 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[asm]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ORACLE_HOME]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=130</guid>
		<description><![CDATA[For a new system on SLES10SP2 I wanted to operate 3 separate instances (ASM, 2 databases) from 3 separate ORACLE_HOMEs. The theory isn&#8217;t that complex, so I simply installed and patched up the 3 different ORACLE_HOMEs.
After configuring the ASM instance with the creation assistant and enabling the instance in /etc/oratab, I did a reboot. Finally [...]]]></description>
			<content:encoded><![CDATA[<p>For a new system on SLES10SP2 I wanted to operate 3 separate instances (ASM, 2 databases) from 3 separate ORACLE_HOMEs. The theory isn&#8217;t that complex, so I simply installed and patched up the 3 different ORACLE_HOMEs.</p>
<p>After configuring the ASM instance with the creation assistant and enabling the instance in /etc/oratab, I did a reboot. Finally I wrote a small shell function db_change() to change ORACLE_HOME, ORACLE_SID and PATH on the fly to operate on the different instances.</p>
<p>Nothing. I wasn&#8217;t able to connect with sqlplus.<span id="more-130"></span> I verified the instance &#8220;+ASM&#8221; still was running, but I couldn&#8217;t connect. I checked my ORACLE_SID and ORACLE_HOME, but I couldn&#8217;t connect. I even called a friend of mine (thanks Martin!) to make sure I have no conceptual mistake. Nothing. Sqlplus always said &#8220;connected to an idle instance&#8221; &#8211; as if no ASM instance was running at all (or as if I had a typo in the SID).</p>
<p>Since the +ASM instance started fine during system startup, and started fine using the orarun-initscript from SuSE, something had to smell in my setup. After 30 minutes of checking all corners, I decided to compare my current process environment to the process environment of the started ASM PMON (thanks to Linux&#8217; /proc/ filesystem and some shell vodoo, it&#8217;s not a big deal to get a good diff).</p>
<p>After eliminating all the unimportant differences, one was left:</p>
<pre>ORACLE_HOME=/opt/oracle/product/10.2/asm_1</pre>
<pre>ORACLE_HOME=/opt/oracle/product/10.2/asm_1<span style="color: #ff0000;">/
</span></pre>
<p><span style="color: #333333;">See it? Believe it or not, that was it! My shell function set an ORACLE_HOME with a trailing slash, and that drove sqlplus crazy! This may be documented somewhere, I didn&#8217;t look, but it&#8217;s definitely not something intuitive. Finally, that automatically means that things may fail if you put pathes with trailing slash in your /etc/oratab, too.<br />
</span></p>
<h2><span style="color: #333333;">O.R.A.C.L.E!!!<br />
</span></h2>
<p><span style="color: #333333;">Applies to the setup:</span></p>
<ul>
<li><span style="color: #333333;">SLES10SP2</span></li>
<li><span style="color: #333333;">Oracle 10.2.0.4 w/ recommendec patchset 4<br />
</span></li>
</ul>
<p>Have a nice day, and better don&#8217;t trust your common sense! Comments welcome, &#8217;cause I&#8217;m sure this is a well known behaviour and I&#8217;m just too stupid <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(and yes, I&#8217;ll rewrite my small shell function to actually parse /etc/oratab!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/05/05/a-unix-pathname-is-a-unix-pathnameor-not-oracle-fooled-me-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Five hours, ORACLE, dbca, ASM and a customized SQL*Plus prompt&#8230;</title>
		<link>http://www.thebonsai.net/2009/01/31/five-hoirs-oracle-dbca-asm-and-a-customized-sqlplus-prompt/</link>
		<comments>http://www.thebonsai.net/2009/01/31/five-hoirs-oracle-dbca-asm-and-a-customized-sqlplus-prompt/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 12:30:01 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[asm]]></category>
		<category><![CDATA[dbca]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=115</guid>
		<description><![CDATA[Yesterday was a bad day. I wanted to completely rebuild a database with a corrupt data dictionary. My plan:

Backup/exports
Shutdown DB, remove userspace files
Cleanup files inside ASM
DBCA to make new one (no scripts available)

You see, nothing unusual. So far so good, everything fine except the last step. The scripts I had from the first installation didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was a bad day. I wanted to completely rebuild a database with a corrupt data dictionary. My plan:</p>
<ul>
<li>Backup/exports</li>
<li>Shutdown DB, remove userspace files</li>
<li>Cleanup files inside ASM</li>
<li><strong>DBCA to make new one (no scripts available)</strong></li>
</ul>
<p>You see, nothing unusual. So far so good, everything fine except the last step. The scripts I had from the first installation didn&#8217;t run through, so I just wanted to click something together. But DBCA spit out:</p>
<blockquote><p>DBCA could not startup the ASM instance configured on this node. To proceed with database creation using ASM you need the aSM instance to be up and running. Do you want to recreate the ASM instance on this node?</p></blockquote>
<p>Er.. what? ASM instance is up and running and some minutes before the old database ran fine with it! So what? Metalink, Google: Environment variables, Listener configuration etc etc etc. Nothing applied. The only thing I really knew 100% was that the ASM setup was rocksolid.</p>
<p><span id="more-115"></span></p>
<p>DBCA failed in the following cases in my experiments (I removed and re-added ASM instance):</p>
<ul>
<li>it detected offline ASM and failed trying to start it</li>
<li>it detected online ASM and failed</li>
<li>it detected no ASM, successfully created one, and failed to add disks etc..</li>
</ul>
<p>Long story short: <strong>Every combination of DBCA and ASM actions failed.</strong></p>
<p>After several hours we got the <strong>solution</strong>. I was about to give up and manually rewrote another DB installation script to use it for this DB environment. The last hours we turned around nearly every bit of that installation, we nearly did everything except reinstall the software. We even rebooted the server <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . My collegue was hopeless, too. But we both were fanatic to find the &#8220;why&#8221; &#8211; it was one of these things where workarounds may work, but don&#8217;t satisfy the admins.</p>
<p>I hacked a glogin.sql startup file several weeks ago, that displays a nice prompt with instance and username and some timing statistics when you use SQL*Plus. This is something fine and useful for me (and in general).</p>
<p>But we (infact my collegue) found out:</p>
<p>DBCA seems to communicate with the ASM instance using SQL*Plus. My changed output (infact only the prompt and the time statistics) made the SQL*Plus text parsers of DBCA going crazy. Without one word in the right direction in any log of DBCA. DBCA log always said it found the ASM disks and listed them (in the log). So, it was a simple <strong>text parsing issue</strong>! The developers of DBCA or the JAVA-classes that manage the communication <em>seem to assume that nobody personaziles</em> his SQL*Plus. Only bad software makes such assumptions <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Now I know why ORACLE recommends to use different ORACLE_HOMEs. I didn&#8217;t try it, but I can imagine that the SQL*Plus of the ORACLE_HOME from the ASM instance is used when different.</p>
<p>The evening in numbers:</p>
<ul>
<li>applies to ORACLE software 10.2.0.4, most likely others, too</li>
<li>happened on SLES10 SP2</li>
<li><strong>may</strong> be documented somewhere, but I didn&#8217;t find it on min. 200 pages I read on the Internet</li>
<li>gave us min. 500 million new grey hairs</li>
<li>took us 5 hours</li>
</ul>
<p>I really begin to love ORACLE <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  At least life isn&#8217;t boring&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/01/31/five-hoirs-oracle-dbca-asm-and-a-customized-sqlplus-prompt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UPDATE: Celebrate @1234567890!</title>
		<link>http://www.thebonsai.net/2009/01/20/celebrate-1234567890/</link>
		<comments>http://www.thebonsai.net/2009/01/20/celebrate-1234567890/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:43:09 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[1234567890]]></category>
		<category><![CDATA[celebrate]]></category>
		<category><![CDATA[epoch]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=110</guid>
		<description><![CDATA[On

Sat Feb 14 00:31:30 CET 2009 -or-
Fri Feb 13 23:31:30 UTC 2009 -or-
Epoch 1234567890

please don&#8217;t forget to celebrate UNIX!
Additionally, I hope this event helps me to remember the valentine day at least this year  
I&#8217;ll post an update if Feb 13th has come, to wake you up&#8230;
If you send postcards (address in Imprint, also [...]]]></description>
			<content:encoded><![CDATA[<p>On</p>
<ul>
<li>Sat Feb 14 00:31:30 <strong>CET</strong> 2009 -or-</li>
<li>Fri Feb 13 23:31:30 <strong>UTC</strong> 2009 -or-</li>
<li><strong>Epoch 1234567890</strong></li>
</ul>
<p>please don&#8217;t forget to celebrate UNIX!</p>
<p>Additionally, I hope this event helps me to remember the valentine day <strong><em>at least this year</em></strong> <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I&#8217;ll post an update if Feb 13th has come, to wake you up&#8230;</p>
<p><strong>If you send postcards (address in <a title="http://www.thebonsai.net/imprint/" href="http://www.thebonsai.net/imprint/" target="_blank">Imprint</a>, also by email), I&#8217;ll publish them here!</strong> <img src='http://www.thebonsai.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>UPDATE-01:</strong></p>
<p>Found a link. You can even buy T-shirts and stuff. eek, <a title="http://www.cafepress.com/1234567890m" href="http://www.cafepress.com/1234567890m" target="_blank">1234567890 Merchandising&#8230;</a></p>
<p><strong>UPDATE-02:</strong></p>
<h1 style="text-align: center;"><strong><span style="text-decoration: underline;"><span style="color: #ff0000;">Do not forget 1234567890!</span></span></strong></h1>
<p><span style="color: #000000;"><strong>UPDATE-03:</strong></span></p>
<p><strong><span style="text-decoration: underline;"><span style="color: #ff0000;"><span style="color: #000000;">We survived that day. Good.</span> See you @2000000000!<br />
</span></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/01/20/celebrate-1234567890/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bash v4 is near</title>
		<link>http://www.thebonsai.net/2009/01/16/bash-v4-is-near/</link>
		<comments>http://www.thebonsai.net/2009/01/16/bash-v4-is-near/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:41:35 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=107</guid>
		<description><![CDATA[While analyzing the BETA2 and RC1 versions of Bash version 4, I wrote a short technical overview article:
http://bash-hackers.org/wiki/doku.php/bash4 http://wiki.bash-hackers.org/bash4
Enjoy, comments and edits welcome.
]]></description>
			<content:encoded><![CDATA[<p>While analyzing the BETA2 and RC1 versions of Bash version 4, I wrote a short technical overview article:</p>
<p><span style="text-decoration: line-through;">http://bash-hackers.org/wiki/doku.php/bash4</span> <a title="Bash Hackers Wiki - Bash4" href="http://wiki.bash-hackers.org/bash4" target="_blank">http://wiki.bash-hackers.org/bash4</a></p>
<p>Enjoy, comments and edits welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2009/01/16/bash-v4-is-near/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When developers discuss&#8230;</title>
		<link>http://www.thebonsai.net/2008/12/02/when-developers-discuss/</link>
		<comments>http://www.thebonsai.net/2008/12/02/when-developers-discuss/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:33:45 +0000</pubDate>
		<dc:creator>TheBonsai</dc:creator>
				<category><![CDATA[Ekiga]]></category>
		<category><![CDATA[Hobby]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[ekiga]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://www.thebonsai.net/?p=89</guid>
		<description><![CDATA[Ha, just some junk today. Just look at this roaring IRC discussion:
&#60;damien&#62; I should mail Daniel to ask him what he thinks about that
&#60;TheBonsai&#62; daniel?
&#60;TheBonsai&#62; *scratches beard*
&#60;Snark&#62; *scratches head*
&#60;damien&#62; constantin mierla
&#60;damien&#62; from sip-router
&#60;TheBonsai&#62; aah
&#60;Snark&#62; ahh
And yes, we do that every day.
]]></description>
			<content:encoded><![CDATA[<p>Ha, just some junk today. Just look at this roaring IRC discussion:</p>
<pre>&lt;damien&gt; I should mail Daniel to ask him what he thinks about that
&lt;TheBonsai&gt; daniel?
&lt;TheBonsai&gt; *scratches beard*
&lt;Snark&gt; *scratches head*
&lt;damien&gt; constantin mierla
&lt;damien&gt; from sip-router
&lt;TheBonsai&gt; aah
&lt;Snark&gt; ahh</pre>
<p>And yes, we do that every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thebonsai.net/2008/12/02/when-developers-discuss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
