<?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>Continuation &#187; ruby</title>
	<atom:link href="http://www.mobygeek.net/blog/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobygeek.net/blog</link>
	<description>Mateusz Pawłowski aka Joe Seeder puts his dirt on the web</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ruby Net:Ftp file upload stalled</title>
		<link>http://www.mobygeek.net/blog/2009/04/27/ruby-netftp-file-upload-stalled/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-netftp-file-upload-stalled</link>
		<comments>http://www.mobygeek.net/blog/2009/04/27/ruby-netftp-file-upload-stalled/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 23:09:22 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=435</guid>
		<description><![CDATA[I have recently discovered that my Ruby hooks for SVN which I use as a post-commit to upload new revision to FTP server are hanging. It looked very strange , first file was nicely uploaded but the second was stalled. During debugging process I&#8217;ve discovered that any command after STOR is ignored and hanging. I [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently discovered that my <a href="http://www.amazon.co.uk/gp/product/0596516177?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0596516177">Ruby</a> hooks for <a href="http://www.amazon.co.uk/gp/product/0596510330?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0596510330">SVN</a> which I use as a post-commit to upload new revision to <a href="http://www.amazon.co.uk/gp/product/159327047X?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=159327047X">FTP</a> server are hanging.</p>
<p>It looked very strange , first file was nicely uploaded but the second was stalled. During debugging process I&#8217;ve discovered that any command after STOR is ignored and hanging.</p>
<p>I didn&#8217;t find a reason, so had to make a short-cut and now my script does one file per connection, so it opens connection, uploads 1 file, closes it. I will have to put it in a parallel loop for performance gain.</p>
<p>Do you have any Ideas about it ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2009/04/27/ruby-netftp-file-upload-stalled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some more</title>
		<link>http://www.mobygeek.net/blog/2009/01/18/some-more/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=some-more</link>
		<comments>http://www.mobygeek.net/blog/2009/01/18/some-more/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 00:15:09 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=373</guid>
		<description><![CDATA[All that festive time is gone. Finally. Craze at work is also stabilizing. Some more of Randolph Lalonde I&#8217;ve bought the FirstLight &#8211; Omnibus and as Spinwardfringe, it kept me glued to the screen. I really like your work, keep them coming! You can get Freeground on Amazon now. Some more of coding I am [...]]]></description>
			<content:encoded><![CDATA[<p>All that festive time is gone. Finally. Craze at work is also stabilizing.</p>
<p>Some more of <a href="http://swinwardfringe.blogspot.com">Randolph Lalonde</a></p>
<p>I&#8217;ve bought the FirstLight &#8211; Omnibus and as Spinwardfringe, it kept me glued to the screen. I really like your work, keep them coming! You can get <a href="http://www.amazon.co.uk/gp/product/1435740548?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=1435740548">Freeground on Amazon</a> now.</p>
<p>Some more of coding</p>
<p>I am currently writing brand new munin plugin for <a href="http://www.amazon.co.uk/gp/product/0596100574?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0596100574">Bind</a> using stats output. I had some experience with plotting bind but none of the old ones works with my system so I am writing my own.</p>
<p>Some more cursing</p>
<p>Backup Exec and Windows server &#8211; why this shit doesn&#8217;t want to backup local resources ?!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2009/01/18/some-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails on Maemo 2008 N810</title>
		<link>http://www.mobygeek.net/blog/2008/11/16/ruby-on-rails-on-maemo-2008-n810/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-on-rails-on-maemo-2008-n810</link>
		<comments>http://www.mobygeek.net/blog/2008/11/16/ruby-on-rails-on-maemo-2008-n810/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 22:57:08 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=350</guid>
		<description><![CDATA[I&#8217;ve been looking to be able to code a bit of RoR while on the go. From a few devices which I have, N810 has the longest battery run time. So&#8230; Google gave me a nice How To from Jon Forrent, it talks about N800 but it&#8217;s the same. I was trying to do all [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking to be able to code a bit of<a href="http://www.amazon.co.uk/gp/product/0321445619?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=0321445619"> RoR</a> while on the go. From a few devices which I have, <a href="http://www.amazon.co.uk/gp/product/B000ZN8AK4?ie=UTF8&amp;tag=mobygeek-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B000ZN8AK4">N810</a> has the longest battery run time.</p>
<p>So&#8230; Google gave me a nice <a href="http://www.jonforrent.com/2007/05/27/howto-ruby-on-rails-on-your-nokia-n800/">How To from Jon Forrent</a>, it talks about N800 but it&#8217;s the same.</p>
<p>I was trying to do all the steps but I just managed to install ruby and sqlite3 packages. After that Gems package installed well but it wasn&#8217;t too useful, any attempt at</p>
<pre>gem install</pre>
<p>or</p>
<pre>gem update</pre>
<p>nothing worked, left it over the night, nothing happen.</p>
<p>So&#8230;</p>
<p>Uninstalled the gem package, downloaded <a href="http://rubyforge.org/frs/?group_id=126">Real Ruby Gems</a> in a zip file ( you will need the unzip package ).</p>
<p>Unzipped the file, went inside the directory. then:</p>
<pre>ruby setup.rb --no-ri --no-rdoc</pre>
<p>wow it installed something, now doing :</p>
<pre>gem update</pre>
<p>told me nothing requires update, great, now lets go with rails:</p>
<pre>gem install rails</pre>
<p>Amazing, installed really quick ( I would recommend not installing the ri and rdoc as well here )</p>
<p>Just created some test rails app and it works!<br />
Now it&#8217;s time to find a decent text editor for it and client for <a href="http://www.selenic.com/mercurial/wiki/">Mercurial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2008/11/16/ruby-on-rails-on-maemo-2008-n810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN and Solaris 10</title>
		<link>http://www.mobygeek.net/blog/2006/12/15/svn-and-solaris-10/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=svn-and-solaris-10</link>
		<comments>http://www.mobygeek.net/blog/2006/12/15/svn-and-solaris-10/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 21:46:16 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2006/12/15/svn-and-solaris-10/</guid>
		<description><![CDATA[One word: Nightmare! How on Earth, can I install SVN/Subversion on that bloody operating system , so it will include bindings for either Perl or Ruby ?! fighting with it for last two days&#8230; finally got source to at least compile  &#8230; but even if I have Ruby ( from CSW ) and Perl ( [...]]]></description>
			<content:encoded><![CDATA[<p>One word: Nightmare!</p>
<p>How on Earth, can I install SVN/Subversion on that bloody operating system , so it will include bindings for either Perl or Ruby ?! fighting with it for last two days&#8230; finally got source to at least compile  &#8230; but even if I have Ruby ( from CSW ) and Perl ( by Sun ) I just can&#8217;t get binding for them &#8230;</p>
<p>Why it can&#8217;t just work&#8230; like on Linux distributions ( Ubuntu/Gentoo , you name it &#8230; ) &#8230;</p>
<p>The other thing, this Solaris is running inside Microsoft Virtual Server&#8230; on a decent machine &#8230; but it is slow like Dell PE2400 which I use for concept testing &#8230; and no, VS machine is not taken over by other VM &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/12/15/svn-and-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Solaris experience &#8230; so far</title>
		<link>http://www.mobygeek.net/blog/2006/09/28/my-solaris-experience-so-far/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-solaris-experience-so-far</link>
		<comments>http://www.mobygeek.net/blog/2006/09/28/my-solaris-experience-so-far/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 19:24:49 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2006/09/28/my-solaris-experience-so-far/</guid>
		<description><![CDATA[Solaris &#8230; The operating system&#8230; I have a server, test server at work, with Solaris 10 6/06 on it and I am playing with it. ZFS, no problem, really great thing spanning across 4 drives with raidz(or zraid) , yam. Zones or how some write, containers. Also great thingy. Containing different functionality on a same [...]]]></description>
			<content:encoded><![CDATA[<p>Solaris &#8230;<br />
The operating system&#8230;<br />
I have a server, test server at work, with Solaris 10 6/06 on it and I am playing with it.<br />
ZFS, no problem, really great thing spanning across 4 drives with raidz(or zraid) , yam.<br />
Zones or how some write, containers. Also great thingy. Containing different functionality on a same machine is very useful and adds to security ( as long long as base zone is not doing anything else that hosting other zones ).<br />
G I just hate how bare setup you get when the system is fresh. Your env looks like it is coming from 80s no &#8230; 70s. I know that that is enoght for POSIX , but it doesn&#8217;t say that you should not make experience more pleasant. Setting PATH to use /usr/sfw /usr/ccs by default by root is not that hard&#8230; still I can deal with that, writing simple script which will add some usability to my shell is not a big problem.<br />
What really got me angry is that I don&#8217;t know where are sources for apache2 delivered with a system&#8230; I need em to compile fastcgi module so I will have some decent speed with my rails app &#8230; now apache2 and rails are soooo bloody slow that webrick is faster than that. And no body has a pkg with lighttpd for sol 10 x86 &#8230; I will cry&#8230;<br />
So far my experience with Solaris 10 is much of a pain&#8230; I see how much Linux distributions like Gentoo, Ubuntu are much superior to Sol , at least for starters. I know that when you know system well it is the best system for you, I know Solaris little bit, I&#8217;m learning &#8230; the only thing which pushes me back is the lack of modern env and nice intro documentation &#8230; at least I didn&#8217;t found anything &#8230;<br />
Tomorrow is a day to compile and install lighttpd and check if it is any faster <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  maybe will write my sol_init.sh to stop bitching about no default configuration.<br />
and yes, MySQL ( the pkg ) from mysql.com for Solaris 10 is not finished it  does not contain config for smf &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/09/28/my-solaris-experience-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xeons, Rails and some DVDs</title>
		<link>http://www.mobygeek.net/blog/2006/06/26/xeons-rails-and-some-dvds/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=xeons-rails-and-some-dvds</link>
		<comments>http://www.mobygeek.net/blog/2006/06/26/xeons-rails-and-some-dvds/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 18:36:44 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2006/06/26/xeons-rails-and-some-dvds/</guid>
		<description><![CDATA[So new Xeons are almost out. Can not wait until more price drops, as I need a server. I have obtained Agile Web Development with Rails β version as a PDF and now spending most of my time swallowing it&#8230; almost last weekend I have spent on CSI: Miami and a History of violence, both [...]]]></description>
			<content:encoded><![CDATA[<p>So new Xeons are <a href="http://arstechnica.com/news.ars/post/20060626-7135.html">almost out</a>. Can not wait until more price drops, as I need a server.</p>
<p>I have obtained  <a href="http://www.pragmaticprogrammer.com/titles/rails/index.html">Agile Web Development with Rails</a> β version as a PDF and now spending most of my time swallowing it&#8230; almost last weekend I have spent on <a href="http://www.imdb.com/title/tt0313043/">CSI: Miami</a> and <a href="http://www.imdb.com/title/tt0399146/">a History of violence</a>, both great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/06/26/xeons-rails-and-some-dvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails</title>
		<link>http://www.mobygeek.net/blog/2006/05/24/ruby-on-rails/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-on-rails</link>
		<comments>http://www.mobygeek.net/blog/2006/05/24/ruby-on-rails/#comments</comments>
		<pubDate>Wed, 24 May 2006 21:23:49 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/2006/05/24/ruby-on-rails/</guid>
		<description><![CDATA[Heard about it for a while, I have even used some of its components, with some of my small projects, which never went out of half-working stage. Recently decided, that I will give it a try. What I have done after reading a tutorial, which had more info how to install ruby and IDE, than [...]]]></description>
			<content:encoded><![CDATA[<p>Heard about it for a while, I have even used some of its components, with some of my small projects, which never went out of  half-working stage. Recently decided, that I will give it a try. What I have done after reading a tutorial, which had more info how to install ruby and IDE, than actually coding.</p>
<p>And after installation ( much strait forward, than what was in tutorial ) I have created simple database with one table. To create RoR  project I have used one command, which has created nice skeleton of folders with some files inside. Then I have configured database access for my project. The last step was to &#8216;<em>scaffold&#8217;</em> a projects. And that was it. After scaffolding I was able to do CRUD on my db. I can bet, that even MS VS.net freaks spend more time to achieve  what I have done in few seconds ( ok , it was more, because I couldn&#8217;t believe that it was SO! Rapid application development, and I was investigating what has been done for me ).</p>
<p>I am really impressed by that. I will spend more time on RoR now, and already I have big plans for it&#8230; more to be seen in time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2006/05/24/ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Og</title>
		<link>http://www.mobygeek.net/blog/2005/07/31/ruby-og/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby-og</link>
		<comments>http://www.mobygeek.net/blog/2005/07/31/ruby-og/#comments</comments>
		<pubDate>Sun, 31 Jul 2005 01:27:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=159</guid>
		<description><![CDATA[Just to not forget c=db.store.load(2,RegContact)]]></description>
			<content:encoded><![CDATA[<p>Just to not forget c=db.store.load(2,RegContact)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2005/07/31/ruby-og/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby</title>
		<link>http://www.mobygeek.net/blog/2005/06/06/ruby/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ruby</link>
		<comments>http://www.mobygeek.net/blog/2005/06/06/ruby/#comments</comments>
		<pubDate>Mon, 06 Jun 2005 01:49:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=134</guid>
		<description><![CDATA[Done some coding, with Ruby and OG, It was a pain after so long time, but now everything is OK , especially after learning about changes between 0.15, and 0.18 in Og! Another round in soccer, and now, clearly I’m winning, even getting higher scores than 1 Anna was acting strangely today, like not she. [...]]]></description>
			<content:encoded><![CDATA[<p>Done some coding, with Ruby and OG, It was a pain after so long time, but now everything is OK , especially after learning about changes between 0.15, and 0.18 in Og!</p>
<p>Another round in soccer, and now, clearly I’m winning, even getting higher scores than 1 <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anna was acting strangely today, like not she. I’m not worried but, I’ve noticed. And she doen’t like how I look a like now.</p>
<p><a href="http://www.mobygeek.net/photos/index.cgi?d=Freaky&#038;id=dsc00947.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2005/06/06/ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bzium</title>
		<link>http://www.mobygeek.net/blog/2005/03/18/bzium/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bzium</link>
		<comments>http://www.mobygeek.net/blog/2005/03/18/bzium/#comments</comments>
		<pubDate>Thu, 17 Mar 2005 23:45:00 +0000</pubDate>
		<dc:creator>seeder</dc:creator>
				<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.mobygeek.net/blog/?p=111</guid>
		<description><![CDATA[I’ve switched to Firefox on my laptop. It’s due to fact is I’m not using any other Mozilla suite component in here, than Navigator. Due to that I had to say good bye to my last LiveJournal entry tool, and say hello to LogJam&#8230; which for now is OK Also I’ve managed to clean up [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve switched to Firefox on my laptop. It’s due to fact is I’m not using any other Mozilla suite component in here, than Navigator. Due to that I had to say good bye to my last LiveJournal entry tool, and say hello to LogJam&#8230; which for now is OK <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also I’ve managed to clean up my bookmarks <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , and I’ve synced ‘em with my machine at work <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Almost nobody know that I’m working on some pretty good app, which will help me in managing something complex <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . So today after writing for couple days I’ve used code against a ruby -c <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  which &#8230; showed only 2 parse errors <img src='http://www.mobygeek.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ( ok, more, but that was the same misuse in couple of lines ).</p>
<p>So far so good, maybe I’ll get it partially working before the end of March.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mobygeek.net/blog/2005/03/18/bzium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
