<?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>cpbotha.net &#187; Uncategorized</title>
	<atom:link href="http://cpbotha.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://cpbotha.net</link>
	<description>voices in my head</description>
	<lastBuildDate>Wed, 02 May 2012 15:51:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Python 2.5 enabled VTK 5.2 Windows binaries</title>
		<link>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=python-25-enabled-vtk-52-windows-binaries</link>
		<comments>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 18:28:42 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=404</guid>
		<description><![CDATA[You can always check my Latest VTK Windows binaries page to make sure you have the latest blog posting and hence the latest binaries. I&#8217;ve made available my home-baked VTK 5.2 Windows binaries.  These have my special python-exception-patches integrated and &#8230; <a href="http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2009/05/23/python-25-enabled-vtk-54-windows-binaries/' rel='bookmark' title='Python 2.5 enabled VTK 5.4 Windows binaries'>Python 2.5 enabled VTK 5.4 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2007/08/02/python-enabled-vtk-51-and-itk-32-windows-binaries/' rel='bookmark' title='Python-enabled VTK 5.1 and ITK 3.2 Windows binaries'>Python-enabled VTK 5.1 and ITK 3.2 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2009/08/13/python-2-6-enabled-vtk-5-4-windows-binaries/' rel='bookmark' title='Python 2.6 enabled VTK 5.4 Windows binaries'>Python 2.6 enabled VTK 5.4 Windows binaries</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><em>You can always check my <a title="Latest VTK Windows binaries page." href="http://cpbotha.net/software/latest-vtk-windows-binaries/">Latest VTK Windows binaries page</a> to make sure you have the latest blog posting and hence the latest binaries.</em></p>
<p>I&#8217;ve made available my home-baked VTK 5.2 Windows binaries.  These have my special <a title="Mailing list mail with my python exception patch work." href="http://public.kitware.com/pipermail/vtk-developers/2006-August/004260.html">python-exception-patches</a> integrated and have been built with Visual Studio 2005 (8.0) SP1 on Windows XP2 with full Python 2.5 support.  Get the binaries (or my patched source) by going <a title="Link to VTK 5.2 windows binaries download" href="http://visualisation.tudelft.nl/~cpbotha/files/vtk_itk/vtk-5.2/">here</a>.  You want the binaries if you want to use VTK from Python.</p>
<p><strong>IMPORTANT</strong>: you might have to install the MS VS2005 <a title="link to vcredist_x86.exe" href="http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=en">vcredist_x86</a> package (free!) if you want to use these DLLs (thanks Jelle for pointing this out).  This might not be necessary if you already have one or more of the MS development environments installed.</p>
<p><strong>P</strong><strong>lease leave a comment on this blog posting if you use these or just hate them</strong>. It’s almost like postcard-ware, but with blog comments. Please also link to this page and not directly to the download location, thanks!</p>
<p>To use this from Python, you need to add the following to your PATH:</p>
<ul>
<li>d:\opt\VTK\bin</li>
</ul>
<p>You also need to add <strong>all of the above</strong> to PYTHONPATH, as well as the following:</p>
<ul>
<li>d:\opt\VTK\lib\site-packages</li>
</ul>
<p>… where d:\opt is the drive and directory where you unpacked the ZIP file.<br />
Once you’ve done this and logged out and in again, “import vtk” should work at the Python prompt. Shameless plug: you can use my free <a title="envedit homepage" href="../software/envedit">envedit</a> software to do the environment editing.  It beats the default XP editing thingy.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2008%252F09%252F23%252Fpython-25-enabled-vtk-52-windows-binaries%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Python%202.5%20enabled%20VTK%205.2%20Windows%20binaries%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2009/05/23/python-25-enabled-vtk-54-windows-binaries/' rel='bookmark' title='Python 2.5 enabled VTK 5.4 Windows binaries'>Python 2.5 enabled VTK 5.4 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2007/08/02/python-enabled-vtk-51-and-itk-32-windows-binaries/' rel='bookmark' title='Python-enabled VTK 5.1 and ITK 3.2 Windows binaries'>Python-enabled VTK 5.1 and ITK 3.2 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2009/08/13/python-2-6-enabled-vtk-5-4-windows-binaries/' rel='bookmark' title='Python 2.6 enabled VTK 5.4 Windows binaries'>Python 2.6 enabled VTK 5.4 Windows binaries</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2008/09/23/python-25-enabled-vtk-52-windows-binaries/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Pleasure Apparatus 2008</title>
		<link>http://cpbotha.net/2008/07/15/pleasure-apparatus-2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pleasure-apparatus-2008</link>
		<comments>http://cpbotha.net/2008/07/15/pleasure-apparatus-2008/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 21:03:21 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=367</guid>
		<description><![CDATA[As I mentioned, no lamented on, in this post, it was high time for a new computer in my life.  On Saturday June 14, 2008, I managed to acquire the necessary components to construct my latest computer machine.  For you &#8230; <a href="http://cpbotha.net/2008/07/15/pleasure-apparatus-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2003/01/29/valuable-lessons-learned-today/' rel='bookmark' title='Valuable lessons learned today&#8230;'>Valuable lessons learned today&#8230;</a></li>
<li><a href='http://cpbotha.net/2004/10/20/nexus-nx-3500-real-silent-power-supply/' rel='bookmark' title='Nexus NX-3500 &#8220;Real Silent Power Supply&#8221;'>Nexus NX-3500 &#8220;Real Silent Power Supply&#8221;</a></li>
<li><a href='http://cpbotha.net/2006/02/26/a-quick-note-about-vnc-and-glx/' rel='bookmark' title='A quick note about VNC and GLX'>A quick note about VNC and GLX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>As I mentioned, no lamented on, in <a title="Posting detailing my lust for a new computer" href="http://cpbotha.net/2008/01/08/lust/">this post</a>, it was high time for a new computer in my life.  On Saturday June 14, 2008, I managed to acquire the necessary components to construct my latest computer machine.  For you viewing pleasure, I took the photo below of the various parts lasciviously arranged:</p>
<p><a title="photo of new machine at picasaweb" href="http://picasaweb.google.com/cpbotha/Misc/photo#5214362137405541458 "><img src="http://lh3.ggpht.com/cpbotha/SF0ivLJNzFI/AAAAAAAAC7k/d_gsNZKQfYU/s400/IMG_3724.JPG" alt="Components of the new machine" width="400" height="300" /></a></p>
<p>Niiiiice!</p>
<p>After a truly delectable BBQ with <a title="Link to Really Good Friends :)" href="http://pwdebruin.net/">Really Good Friends</a>, I set about putting the beast together.  At 3:00 AM it purred into life with Ubuntu Hardy Heron 8.04 x86_64: 45nm Penryn quad-core Q9450 2.6 GHz CPU on a P35-based Asus P5KC, 8 GB of RAM, GeForce 8800 GT with 512 MB, Seagate Barracude 500 GB 7200 RPM HDD, all enclosed in an Antec Sonata III Piano Black case.  All in all quite affordable at 925 eurobucks, but definitely a beast of a machine (probably at least until the end of July!).</p>
<p>Now I can do all sorts of sick things, like running Windows XP 64 bit in a virtual machine:</p>
<p><a title="screenshot op xp 64 on ubuntu 64 kvm at picasaweb" href="http://picasaweb.google.com/cpbotha/Screenshots/photo#5214362865207417778"><img class="alignnone" src="http://lh5.ggpht.com/cpbotha/SF0jZiatG7I/AAAAAAAAC70/bGO7JFxBJkM/s400/xp64_on_hardy64_kvm.png" alt="thumbnail of xp64 in hardy heron x86_64 KVM" /></a></p>
<p>I&#8217;m the coolest nerd on my block!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2008/07/15/pleasure-apparatus-2008/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2008%252F07%252F15%252Fpleasure-apparatus-2008%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Pleasure%20Apparatus%202008%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2003/01/29/valuable-lessons-learned-today/' rel='bookmark' title='Valuable lessons learned today&#8230;'>Valuable lessons learned today&#8230;</a></li>
<li><a href='http://cpbotha.net/2004/10/20/nexus-nx-3500-real-silent-power-supply/' rel='bookmark' title='Nexus NX-3500 &#8220;Real Silent Power Supply&#8221;'>Nexus NX-3500 &#8220;Real Silent Power Supply&#8221;</a></li>
<li><a href='http://cpbotha.net/2006/02/26/a-quick-note-about-vnc-and-glx/' rel='bookmark' title='A quick note about VNC and GLX'>A quick note about VNC and GLX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2008/07/15/pleasure-apparatus-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>midlife crisis symptom #2351</title>
		<link>http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=midlife-crisis-symptom-2351</link>
		<comments>http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 17:12:10 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/</guid>
		<description><![CDATA[I&#8217;m going to keep this post short and sweet by making use of a visual aid: The line-up includes Tool, Smashing Pumpkins, Nine Inch Nails (I&#8217;m going there for Trent), Sonic Youth, Lacuna Coil, Iggy Pop and some pimply new &#8230; <a href="http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2007/03/10/picasa-now-125-cooler/' rel='bookmark' title='picasa now 125% cooler!'>picasa now 125% cooler!</a></li>
<li><a href='http://cpbotha.net/2002/08/01/too-much-water/' rel='bookmark' title='Too &#8230; much &#8230; water.'>Too &#8230; much &#8230; water.</a></li>
<li><a href='http://cpbotha.net/2002/12/04/status/' rel='bookmark' title='Status'>Status</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>I&#8217;m going to keep this post short and sweet by making use of a visual aid:</p>
<p><a href="http://cpbotha.webfactional.com/wp-content/uploads/2007/07/pukkelpop_anon.jpg" title="pukkelpop_anon.jpg"><img src="http://cpbotha.webfactional.com/wp-content/uploads/2007/07/pukkelpop_anon.jpg" alt="pukkelpop_anon.jpg" /></a></p>
<p>The line-up includes Tool, Smashing Pumpkins, Nine Inch Nails (I&#8217;m going there for Trent), Sonic Youth, Lacuna Coil, Iggy Pop and some pimply new kids on the block, such as Kaiser Chiefs and Fall Out Boy.</p>
<p>Now I just have to decide whether I&#8217;m going to grow that festival moustache or not&#8230;</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F07%252F03%252Fmidlife-crisis-symptom-2351%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22midlife%20crisis%20symptom%20%232351%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2007/03/10/picasa-now-125-cooler/' rel='bookmark' title='picasa now 125% cooler!'>picasa now 125% cooler!</a></li>
<li><a href='http://cpbotha.net/2002/08/01/too-much-water/' rel='bookmark' title='Too &#8230; much &#8230; water.'>Too &#8230; much &#8230; water.</a></li>
<li><a href='http://cpbotha.net/2002/12/04/status/' rel='bookmark' title='Status'>Status</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/07/03/midlife-crisis-symptom-2351/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>all your mail belongs to us</title>
		<link>http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=all-your-mail-belongs-to-us</link>
		<comments>http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 20:41:52 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/</guid>
		<description><![CDATA[My webhoster secretly disabled catch-all email addresses for email.Â  Coincidentally, this is how I was forwarding everything to my gmail account, which means that all mail to my domain bounced for at least a few days.Â  If you left a &#8230; <a href="http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2005/02/28/my-gmail-experiment-comes-to-an-end/' rel='bookmark' title='My GMAIL experiment comes to an end'>My GMAIL experiment comes to an end</a></li>
<li><a href='http://cpbotha.net/2002/09/23/good-ui-graphics/' rel='bookmark' title='Good UI != Graphics?'>Good UI != Graphics?</a></li>
<li><a href='http://cpbotha.net/2002/10/14/urgh-mail-server-meltdown/' rel='bookmark' title='Urgh, mail server meltdown&#8230;'>Urgh, mail server meltdown&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>My webhoster secretly disabled catch-all email addresses for email.Â  Coincidentally, this is how I was forwarding everything to my gmail account, which means that all mail to my domain bounced for at least a few days.Â  If you left a comment on this blog, or somehow have the feeling that I&#8217;m ignoring you, please resend your mail.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F03%252F13%252Fall-your-mail-belongs-to-us%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22all%20your%20mail%20belongs%20to%20us%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2005/02/28/my-gmail-experiment-comes-to-an-end/' rel='bookmark' title='My GMAIL experiment comes to an end'>My GMAIL experiment comes to an end</a></li>
<li><a href='http://cpbotha.net/2002/09/23/good-ui-graphics/' rel='bookmark' title='Good UI != Graphics?'>Good UI != Graphics?</a></li>
<li><a href='http://cpbotha.net/2002/10/14/urgh-mail-server-meltdown/' rel='bookmark' title='Urgh, mail server meltdown&#8230;'>Urgh, mail server meltdown&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/03/13/all-your-mail-belongs-to-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Livejournal blog imported</title>
		<link>http://cpbotha.net/2007/03/04/livejournal-blog-imported/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livejournal-blog-imported</link>
		<comments>http://cpbotha.net/2007/03/04/livejournal-blog-imported/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 23:16:51 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/2007/03/04/livejournal-blog-imported/</guid>
		<description><![CDATA[Because I could, I went and exported all posts and comments from my old Livejournal blog (it was still alive!) with ljarchive and imported everything into this here shiny new weblog. If you&#8217;re into that type of thing, you can &#8230; <a href="http://cpbotha.net/2007/03/04/livejournal-blog-imported/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2004/07/13/thunderbird-on-linux-and-urls/' rel='bookmark' title='Thunderbird on Linux and URLs'>Thunderbird on Linux and URLs</a></li>
<li><a href='http://cpbotha.net/2002/03/13/news-update/' rel='bookmark' title='News update.'>News update.</a></li>
<li><a href='http://cpbotha.net/2002/06/06/as-if-you-didnt-know-already/' rel='bookmark' title='As if you didn&#8217;t know already&#8230;'>As if you didn&#8217;t know already&#8230;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>Because I could, I went and exported all posts and comments from my old Livejournal blog (it was still alive!) with <a href="http://www.fawx.com/software/ljarchive/" title="ljarchive home page.">ljarchive</a> and imported everything into this here shiny new weblog.  If you&#8217;re into that type of thing, you can now go back as far as <a href="http://cpbotha.net/2001/05" title="livejournal archive 2001-05">May 2001</a>, or read <a href="http://cpbotha.net/2002/03/24/the-years-of-pain-are-over/" title="blog post about mozilla 0.9.9.">this post about the BRAND SPANKING NEW Mozilla 0.9.9 release</a> (by a very naive idealist open source standards zealot), or even <a href="http://cpbotha.net/2002/08/01/too-much-water/" title="post about NL and too much rain.">this gem lamenting the supernatural amounts of rain in NL</a>!</p>
<p>On the topic of retrospection, don&#8217;t forget to check out <a href="http://cpbotha.net/2003/04/11/scum-of-the-earth/" title="Rubber-hosed justice post.">the post</a> that finally revealed my fascination with rubber-hosed justice!</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/03/04/livejournal-blog-imported/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F03%252F04%252Flivejournal-blog-imported%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Livejournal%20blog%20imported%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2004/07/13/thunderbird-on-linux-and-urls/' rel='bookmark' title='Thunderbird on Linux and URLs'>Thunderbird on Linux and URLs</a></li>
<li><a href='http://cpbotha.net/2002/03/13/news-update/' rel='bookmark' title='News update.'>News update.</a></li>
<li><a href='http://cpbotha.net/2002/06/06/as-if-you-didnt-know-already/' rel='bookmark' title='As if you didn&#8217;t know already&#8230;'>As if you didn&#8217;t know already&#8230;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/03/04/livejournal-blog-imported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halleluja, internet!</title>
		<link>http://cpbotha.net/2007/02/20/halleluja-internet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=halleluja-internet</link>
		<comments>http://cpbotha.net/2007/02/20/halleluja-internet/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 11:56:08 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/2007/02/20/halleluja-internet/</guid>
		<description><![CDATA[Four days ahead of time, the ADSL has been activated at my new house. I&#8217;ve been migrated to a different network operator (I used to be on the Tiscali network, now on BBNed) and the line has been &#8220;opened&#8221;. Distance &#8230; <a href="http://cpbotha.net/2007/02/20/halleluja-internet/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2004/03/28/cheap-phone-calls-yay/' rel='bookmark' title='Cheap phone calls, yay!'>Cheap phone calls, yay!</a></li>
<li><a href='http://cpbotha.net/2007/02/15/internet-at-the-new-house/' rel='bookmark' title='Internet at the new house'>Internet at the new house</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>Four days ahead of time, the ADSL has been activated at my new house.  I&#8217;ve been migrated to a different network operator (I used to be on the Tiscali network, now on BBNed) and the line has been &#8220;opened&#8221;.  Distance to the exchange seems to have quite an effect, I&#8217;m connected at 5472 kbps downstream and 928 kbps upstream.  According to <a href="http://pcdb.bbned.nl/" title="BBNed postcode check">http://pcdb.bbned.nl/</a>, I&#8217;m 1.6km from the exchange.  A rough calculation on my downstream attenuation of 46db, yields an estimated distance of 3.3km.  I&#8217;ll sort this out later to make sure that it&#8217;s just the distance working me over, and not some misconfiguration somewhere.</p>
<p>Don&#8217;t get me wrong, I&#8217;m really very appreciative of my prodigal link.  Thanks to the generosity of the TU Delft, my gracious employer, it&#8217;s costing me the grand total of 5 euro-pesos per month, so I&#8217;m <em>really</em> not going to complain.</p>
<p>I have to go now, there are ZILLIONS of new torrents that need my love and attention.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/02/20/halleluja-internet/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F02%252F20%252Fhalleluja-internet%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Halleluja%2C%20internet%21%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2004/03/28/cheap-phone-calls-yay/' rel='bookmark' title='Cheap phone calls, yay!'>Cheap phone calls, yay!</a></li>
<li><a href='http://cpbotha.net/2007/02/15/internet-at-the-new-house/' rel='bookmark' title='Internet at the new house'>Internet at the new house</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/02/20/halleluja-internet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Internet at the new house</title>
		<link>http://cpbotha.net/2007/02/15/internet-at-the-new-house/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-at-the-new-house</link>
		<comments>http://cpbotha.net/2007/02/15/internet-at-the-new-house/#comments</comments>
		<pubDate>Thu, 15 Feb 2007 14:08:55 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=193</guid>
		<description><![CDATA[One of the complications of moving is that one&#8217;s internet connection can take its sweet time to catch up with one&#8217;s new location. For the past two weeks, I&#8217;ve been living off 64kbit/s capped UMTS (i.e. shit-slow mobile internet) at &#8230; <a href="http://cpbotha.net/2007/02/15/internet-at-the-new-house/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2006/03/10/posting-from-the-train-because-i-can/' rel='bookmark' title='Posting from the train, because I can'>Posting from the train, because I can</a></li>
<li><a href='http://cpbotha.net/2010/04/25/godzilla-weekly-head-voices-21/' rel='bookmark' title='Godzilla. [Weekly head voices #21]'>Godzilla. [Weekly head voices #21]</a></li>
<li><a href='http://cpbotha.net/2004/01/20/i-hate-spammers-really/' rel='bookmark' title='I hate spammers.  Really.'>I hate spammers.  Really.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>One of the complications of moving is that one&#8217;s internet connection can take its sweet time to catch up with one&#8217;s new location.  For the past two weeks, I&#8217;ve been living off 64kbit/s capped UMTS (i.e. shit-slow mobile internet) at the new place.  It looks like I might be rescued in another week or so by my old and generous link!</p>
<p>Marvel at the glory of my ADSL order status:</p>
<p><img src="http://cpbotha.net/thingies/ipact_status_20070215.png"></p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/02/15/internet-at-the-new-house/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F02%252F15%252Finternet-at-the-new-house%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Internet%20at%20the%20new%20house%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2006/03/10/posting-from-the-train-because-i-can/' rel='bookmark' title='Posting from the train, because I can'>Posting from the train, because I can</a></li>
<li><a href='http://cpbotha.net/2010/04/25/godzilla-weekly-head-voices-21/' rel='bookmark' title='Godzilla. [Weekly head voices #21]'>Godzilla. [Weekly head voices #21]</a></li>
<li><a href='http://cpbotha.net/2004/01/20/i-hate-spammers-really/' rel='bookmark' title='I hate spammers.  Really.'>I hate spammers.  Really.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/02/15/internet-at-the-new-house/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh brother!</title>
		<link>http://cpbotha.net/2007/02/13/oh-brother/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oh-brother</link>
		<comments>http://cpbotha.net/2007/02/13/oh-brother/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 19:22:16 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=192</guid>
		<description><![CDATA[Oh joyful day, it turns out my favourite younger brother has a weblog. He&#8217;s been very clever and hidden it behind all kinds of noms de plume and other mysterious things so that he can blab about whatever he wants &#8230; <a href="http://cpbotha.net/2007/02/13/oh-brother/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[
<p>Oh joyful day, it turns out my favourite younger brother has a weblog.  He&#8217;s been very clever and hidden it behind all kinds of noms de plume and other mysterious things so that he can blab about whatever he wants without fear of damaging his good professional name.  That is, once he manages to build up a good professional name.</p>
<p>Geez, I crack myself up.</p>
<p>In anycase, go to <a href="http://www.thecurtain.co.za/">The Curtain</a> to read all about what floats my little brother&#8217;s boat (as well as his friends&#8217; boats, as far as I can see).  As far as I can surmise, it&#8217;s mostly about sex, drugs and fast cars so far.  Just my cup of tea, let&#8217;s see if I can score a poster account to do my part on the rock-&#8217;n-roll bits.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2007/02/13/oh-brother/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2007%252F02%252F13%252Foh-brother%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Oh%20brother%21%22%20%7D);"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2007/02/13/oh-brother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeVIDE finally on MacOS-X</title>
		<link>http://cpbotha.net/2006/10/01/devide-finally-on-macos-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=devide-finally-on-macos-x</link>
		<comments>http://cpbotha.net/2006/10/01/devide-finally-on-macos-x/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 00:37:09 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=191</guid>
		<description><![CDATA[The entirely too resourceful Michael Scarpa managed to get DeVIDE running on the Mac!! See the screenshot below (click to enlarge). In related news, I&#8217;m working on a script that should be able to download, configure and build a complete &#8230; <a href="http://cpbotha.net/2006/10/01/devide-finally-on-macos-x/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2009/05/23/python-25-enabled-vtk-54-windows-binaries/' rel='bookmark' title='Python 2.5 enabled VTK 5.4 Windows binaries'>Python 2.5 enabled VTK 5.4 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2001/06/21/gaim-yaaaaaay/' rel='bookmark' title='GAim yaaaaaay!'>GAim yaaaaaay!</a></li>
<li><a href='http://cpbotha.net/2007/08/02/python-enabled-vtk-51-and-itk-32-windows-binaries/' rel='bookmark' title='Python-enabled VTK 5.1 and ITK 3.2 Windows binaries'>Python-enabled VTK 5.1 and ITK 3.2 Windows binaries</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>The entirely too resourceful <a href="http://staff.science.uva.nl/~mscarpa/">Michael Scarpa</a> managed to get <a href="http://visualisation.tudelft.nl/Projects/DeVIDE">DeVIDE</a> running on the Mac!!  See the screenshot below (click to enlarge).</p>
<p><a href="http://visualisation.tudelft.nl/~cpbotha/thingies/DeVIDE-MacOS.png"><img src="http://visualisation.tudelft.nl/~cpbotha/thingies/DeVIDE-MacOS-thumb.jpg"></a></p>
<p>In related news, I&#8217;m working on a script that should be able to download, configure and build a complete DeVIDE development environment from scratch (including Python 2.5, wxPython 2.6, VTK, ITK, and the kitchen sink).  More on this later.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2006/10/01/devide-finally-on-macos-x/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2006%252F10%252F01%252Fdevide-finally-on-macos-x%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22DeVIDE%20finally%20on%20MacOS-X%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2009/05/23/python-25-enabled-vtk-54-windows-binaries/' rel='bookmark' title='Python 2.5 enabled VTK 5.4 Windows binaries'>Python 2.5 enabled VTK 5.4 Windows binaries</a></li>
<li><a href='http://cpbotha.net/2001/06/21/gaim-yaaaaaay/' rel='bookmark' title='GAim yaaaaaay!'>GAim yaaaaaay!</a></li>
<li><a href='http://cpbotha.net/2007/08/02/python-enabled-vtk-51-and-itk-32-windows-binaries/' rel='bookmark' title='Python-enabled VTK 5.1 and ITK 3.2 Windows binaries'>Python-enabled VTK 5.1 and ITK 3.2 Windows binaries</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2006/10/01/devide-finally-on-macos-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazingly crap print support in Ubuntu 6.06</title>
		<link>http://cpbotha.net/2006/09/03/amazingly-crap-print-support-in-ubuntu-606/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazingly-crap-print-support-in-ubuntu-606</link>
		<comments>http://cpbotha.net/2006/09/03/amazingly-crap-print-support-in-ubuntu-606/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 17:19:52 +0000</pubDate>
		<dc:creator>cpbotha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cpbotha.net/?p=189</guid>
		<description><![CDATA[Hi there kids! Remember, all operating systems suck completely, even Loonix, the shareware system written by Luunis Torvaldez, the Mexican hacker responsible for other shareware greats, such as the desktop environment Gloom. Because this is a long(ish) text, I&#8217;ll subtly &#8230; <a href="http://cpbotha.net/2006/09/03/amazingly-crap-print-support-in-ubuntu-606/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://cpbotha.net/2006/09/04/exporting-visio-2003-illustrations-to-eps/' rel='bookmark' title='Exporting Visio 2003 illustrations to EPS'>Exporting Visio 2003 illustrations to EPS</a></li>
<li><a href='http://cpbotha.net/2008/11/22/backport-of-unison-22757-to-ubuntu-710/' rel='bookmark' title='Backport of unison 2.27.57 to Ubuntu 7.10'>Backport of unison 2.27.57 to Ubuntu 7.10</a></li>
<li><a href='http://cpbotha.net/2005/03/11/ubuntu-504-preview-on-stoeptegel-1/' rel='bookmark' title='Ubuntu 5.04 preview on Stoeptegel-1'>Ubuntu 5.04 preview on Stoeptegel-1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p>Hi there kids!</p>
<p>Remember, all operating systems suck completely, even Loonix, the shareware system written by Luunis Torvaldez, the Mexican hacker responsible for other shareware greats, such as the desktop environment Gloom.</p>
<p>Because this is a long(ish) text, I&#8217;ll subtly hint at the conclusion: print support in Ubuntu sucks really badly, which is all the more crappy because Ubuntu is otherwise a fine distribution.  Now back to my story&#8230;</p>
<p>In any case, today I lost a few precious hours of my life (I really had more important things to do) trying to configure the printer on my Ubuntu 6.06 server as a public / guest access printer.  In other words, <b>anyone</b> attached to my network should be able to print to this printer.</p>
<p>First attempt: get the Ubuntu CUPS installation to accept print requests from remote clients via IPP.  This was working just fine under CentOS 4.x, thank you.  After much gnashing of teeth and editing of config files (necessary &#8220;allow&#8221; clauses and what not), clients could get printer status and could even access the admin pages on :631, but could not print.  Nothing helpful in the log files, even with higher log levels.  It turns out that Ubuntu doesn&#8217;t really support this setup: they prefer that one comes in through Samba.</p>
<p>Second attempt: configure the samba printer for public access.  This FINALLY worked when I set &#8220;security = share&#8221;, but the samba manuals warn against this and strongly discourage its use.  ARGH.  Can you configure a public printer with security = user?  It seems not.</p>
<p>So, Linux has been around in some form or another for 15 years&#8230;  every year we are promised that &#8220;This year will be the year of Linux!  Ready for the desktop I say!&#8221; and every year it still sucks in new and original ways.  Yes, nerdy administrators itching to leave a comment, Linux works well if you&#8217;re an *nally retentive git with nothing else to do but read manuals and browse source code (or just an otherwise well-adjusted student with too much time), but for the rest of us with Real Work and Other Things To Do, <b>this just doesn&#8217;t cut it</b>.</p>
<div name="googleone_share_1" style="position:relative;z-index:5;margin-top: 5px;"><g:plusone size="medium" count="1" href="http://cpbotha.net/2006/09/03/amazingly-crap-print-support-in-ubuntu-606/"></g:plusone></div><div class="topsy_widget_data topsy_theme_jade" style="margin-bottom: 5px; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcpbotha.net%252F2006%252F09%252F03%252Famazingly-crap-print-support-in-ubuntu-606%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Amazingly%20crap%20print%20support%20in%20Ubuntu%206.06%22%20%7D);"></div>

<p>Related posts:<ol>
<li><a href='http://cpbotha.net/2006/09/04/exporting-visio-2003-illustrations-to-eps/' rel='bookmark' title='Exporting Visio 2003 illustrations to EPS'>Exporting Visio 2003 illustrations to EPS</a></li>
<li><a href='http://cpbotha.net/2008/11/22/backport-of-unison-22757-to-ubuntu-710/' rel='bookmark' title='Backport of unison 2.27.57 to Ubuntu 7.10'>Backport of unison 2.27.57 to Ubuntu 7.10</a></li>
<li><a href='http://cpbotha.net/2005/03/11/ubuntu-504-preview-on-stoeptegel-1/' rel='bookmark' title='Ubuntu 5.04 preview on Stoeptegel-1'>Ubuntu 5.04 preview on Stoeptegel-1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://cpbotha.net/2006/09/03/amazingly-crap-print-support-in-ubuntu-606/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

