<?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>The Life and Times of Michael Shadle &#187; Software</title>
	<atom:link href="http://michaelshadle.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelshadle.com</link>
	<description>&#34;Sometimes I don&#039;t know why I even fucking try&#34;</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:31:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A simple Upstart recipe for KVM</title>
		<link>http://michaelshadle.com/2010/07/01/a-simple-upstart-recipe-for-kvm/</link>
		<comments>http://michaelshadle.com/2010/07/01/a-simple-upstart-recipe-for-kvm/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 19:04:20 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=415</guid>
		<description><![CDATA[Might not be the most advanced, but hey, it works. You just need to alter the mac address and the display for each machine. I'm running this on Ubuntu 10.04 (Lucid) and it seems to work great. /etc/init/my-kvm.conf: description "my-kvm" start on (net-device-up and local-filesystems) stop on runlevel [016] respawn exec /usr/bin/kvm -hda /root/virtual-machines/my-kvm.bin -no-acpi [...]]]></description>
			<content:encoded><![CDATA[<p>Might not be the most advanced, but hey, it works. You just need to alter the mac address and the display for each machine. I'm running this on Ubuntu 10.04 (Lucid) and it seems to work great.</p>
<p>/etc/init/my-kvm.conf:</p>
<pre class="brush: plain">
description     "my-kvm"

start on (net-device-up
   and local-filesystems)
stop on runlevel [016]

respawn
exec /usr/bin/kvm -hda /root/virtual-machines/my-kvm.bin -no-acpi -m 128 -net nic,macaddr=DE:AD:BE:EF:18:12 -net tap -vnc :0</pre>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2010/07/01/a-simple-upstart-recipe-for-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome now supports SPNEGO!</title>
		<link>http://michaelshadle.com/2010/05/28/chrome-now-supports-spnego/</link>
		<comments>http://michaelshadle.com/2010/05/28/chrome-now-supports-spnego/#comments</comments>
		<pubDate>Sat, 29 May 2010 01:25:02 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=401</guid>
		<description><![CDATA[As of Chrome 5, it appears that SPNEGO (that seamless sign-on that happens using Kerberos tickets and GSSAPI and all that magical crap) on a Windows-centric network is supported. Thanks to Tim for noticing that today and after upgrading to version 5, I could confirm it. I have to say that I have been impressed [...]]]></description>
			<content:encoded><![CDATA[<p>As of Chrome 5, it appears that SPNEGO (that seamless sign-on that happens using Kerberos tickets and GSSAPI and all that magical crap) on a Windows-centric network is supported. Thanks to Tim for noticing that today and after upgrading to version 5, I could confirm it.</p>
<p>I have to say that I have been impressed with Chrome, for the most part. I still would like a status bar at the bottom, I'm used to having some sort of "frame" around my windows to know where they end. Also it has a limited amount of things to customize inside of the options. However as far as development goes, it's moving along quite steadily after the initial launch and stagnation. I did expect this version to be noticeably faster but so far it seems the same. I especially expected Gmail and other Google properties to magically perform better... but nothing major to report so far.</p>
<p>When it comes down to it though it's becoming the default browser on almost all of my machines. It's faster on startup and such than Firefox and less prone to large memory usage (but still is a bit bulkier than I'd like...) but it's design is much better than Firefox's due to it's sandboxing. Hopefully development continues at the same rate though!</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2010/05/28/chrome-now-supports-spnego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really?</title>
		<link>http://michaelshadle.com/2010/04/19/really/</link>
		<comments>http://michaelshadle.com/2010/04/19/really/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 22:05:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=360</guid>
		<description><![CDATA[Google's usually pretty good about pushing standards and best practices but this is just lame. http://code.google.com/p/chromium/issues/detail?id=41467 From my understanding, if you type in http://www.foo.com in your browser it will now remove the http:// - not that it matters, the browser auto-prepends if it you leave it out, but it's not intuitive at all now, and [...]]]></description>
			<content:encoded><![CDATA[<p>Google's usually pretty good about pushing standards and best practices but this is just lame.</p>
<p><a href="http://code.google.com/p/chromium/issues/detail?id=41467">http://code.google.com/p/chromium/issues/detail?id=41467</a></p>
<p>From my understanding, if you type in http://www.foo.com in your browser it will now remove the http:// - not that it matters, the browser auto-prepends if it you leave it out, but it's not intuitive at all now, and it's not like it was a change that needed to be done.</p>
<p>This is just going to make more people copy/paste the wrong URLs into pages, not get autolinked properly, etc. How many &lt;a href="www.foo.com/"&gt; type links will there be if this starts spreading... I like being able to copy/paste directly from the address bar.</p>
<p>I don't care if people don't put it in when you type in "yahoo.com" - the issue here is the output and reuse and the general idea of "this is a legitimate URL" - considering the <a href="http://www.ietf.org/rfc/rfc1738.txt">RFC for URLs</a> does maintain that you need a scheme!</p>
<p>"A URL contains the name of the scheme being used (&lt;scheme&gt;) followed by a colon and then a string (the &lt;scheme-specific-part&gt;) whose interpretation depends on the scheme."</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2010/04/19/really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future of open source SQL databases (as I see it)</title>
		<link>http://michaelshadle.com/2010/01/09/the-future-of-open-source-sql-databases-as-i-see-it/</link>
		<comments>http://michaelshadle.com/2010/01/09/the-future-of-open-source-sql-databases-as-i-see-it/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 06:58:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=251</guid>
		<description><![CDATA[With the whole MySQL/Oracle issue going on, I find myself looking into the future and how I see it. As far as I'm concerned, MySQL will start to lose it's popularity as the landscape changes. As far as I am concerned, there will be two key players in the MySQL replacement market, those being Drizzle [...]]]></description>
			<content:encoded><![CDATA[<p>With the whole MySQL/Oracle issue going on, I find myself looking into the future and how I see it. As far as I'm concerned, MySQL will start to lose it's popularity as the landscape changes. As far as I am concerned, there will be two key players in the MySQL replacement market, those being Drizzle and MariaDB.</p>
<p>I am not just saying Drizzle just because I help out with the project in various ways, however, that should be a good sign that I believe in it if I am willing to put any effort into it. With people behind it like Brian Aker, Eric Day, Monty Taylor, Stewart Smith, Jay Pipes, you've got a coding powerhouse that could solve the cancer issue if it was up to software development to fix it. These guys work around the clock and have been refactoring and re-examining everything inside of MySQL. What's going to be left ideally is a superfast microkernel that supports plugins for everything - leveraging the best options out there for replication, messaging, storage engines, etc. Growing apart from the monolithic huge distribution model that MySQL currently follows.</p>
<p>The second key player is MariaDB. Another fork off of MySQL, led by Monty Widenius himself and with other MySQL key players behind it, there is no doubt it will continue Monty's legacy as being able to spin success out of a tiny little open source product. I believe it will stay more traditional in-line with MySQL, but will provide more advanced functionality and scalability as it is developed further.</p>
<p>I won't get into other options like PostgreSQL as I don't follow the rest of the community there much.</p>
<p>Also, we'll see more NoSQL (did we ever bottom out on a better term for that?) options. CouchDB and MongoDB (both of which from a 50,000 foot view look identical from a usage model) and options like Cassandra will also become important and your data needs will become the decision maker for going with a SQL or a NoSQL database. Both of which offer advantages. However, I see Drizzle as making huge strides in leveling the playing field (or attempting to) with it's replication work to make it as scalable as NoSQL databases seem to be with their ability to scale out and replicate changes easily (which to me are their main selling point right now...)</p>
<p>Anyway, this is from a user perspective, not a developer perspective, and from what I've seen from #drizzle on freenode, a few SQL and open source conferences, blog talk and my own gut feelings.</p>
<p>I should make a note that I still use MySQL and will probably continue for some time. Neither Drizzle nor MariaDB are production-friendly yet. However, I believe 2010 should see the first "production capable" release of Drizzle (not sure of MariaDB.)</p>
<p>It is an exciting time though as we're starting to be presented with more options by the day, in fact there are so many various NoSQL databases now, key/value stores, and even a few more SQL databases that it's too hard to keep track of them anymore. There's a lot of code being written and with this whole Oracle possibly inheriting MySQL depending on the EU's judgement, it could ultimately help usher in some of these smaller projects into the spotlight quicker depending on what Oracle does with MySQL...</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2010/01/09/the-future-of-open-source-sql-databases-as-i-see-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to easily keep your Ubuntu packages in sync</title>
		<link>http://michaelshadle.com/2009/06/19/how-to-easily-keep-your-ubuntu-packages-in-sync/</link>
		<comments>http://michaelshadle.com/2009/06/19/how-to-easily-keep-your-ubuntu-packages-in-sync/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 22:36:26 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=176</guid>
		<description><![CDATA[Thanks to Monty, I've learned something that will save me a lot of headache in the future. I had a bunch of random scripts I wrote myself to try to keep things in sync, turns out most of the work is already all done for me. On the source host you want to clone: dpkg [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://mysql-ha.com/">Monty</a>, I've learned something that will save me a lot of headache in the future. I had a bunch of random scripts I wrote myself to try to keep things in sync, turns out most of the work is already all done for me.</p>
<p>On the source host you want to clone:</p>
<pre class="brush: plain">dpkg --get-selections &gt; file</pre>
<p>On the destination host:</p>
<pre class="brush: plain">dpkg --set-selections &lt; file
apt-get dselect-upgrade</pre>
<p>Now your machines should be identical, package-wise.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2009/06/19/how-to-easily-keep-your-ubuntu-packages-in-sync/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who ever said open source software was perfect?</title>
		<link>http://michaelshadle.com/2008/12/14/who-ever-said-open-source-software-was-perfect/</link>
		<comments>http://michaelshadle.com/2008/12/14/who-ever-said-open-source-software-was-perfect/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 07:58:15 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=143</guid>
		<description><![CDATA[Typically, updates on the open source packages work without a hitch. However, my upgrade last weekend on my servers from Ubuntu Hardy to Intrepid wound up creating a couple major headaches, and at the same time, I noticed a handful of other snafoos happening to open source packages I use daily. This wound up in [...]]]></description>
			<content:encoded><![CDATA[<p>Typically, updates on the open source packages work without a hitch. However, my upgrade last weekend on my servers from Ubuntu Hardy to Intrepid wound up creating a couple major headaches, and at the same time, I noticed a handful of other snafoos happening to open source packages I use daily.</p>
<p>This wound up in server instability, client annoyance, and 20-30 hours solid of trial-and-error compiling, testing, debugging, etc. Even right now, if I forget to hold back the libgpac-dev package from being updated, all videos being converted lose their sound due to MP4Box crashing.</p>
<ul>
<li>NFS broke - on only *one* of six identically configured machines. For the time being, running 2.6.24-16-server has been my only workaround. Trying all three kernels in the Ubuntu repository (2.6.27-7-server, 2.6.27-10-server, and 2.6.28-2-server) all suffered from this issue. Sadly, could not provide much debugging or relevant information to anyone, the machine is in production and I've got nothing in logs to go off of. Five of the six servers are running the newer kernels without an issue, which is what is odd.</li>
<li><a href="https://roundup.mplayerhq.hu/roundup/ffmpeg/issue582" target="_blank">ffmpeg broke resampling of a common audio type</a> - oddly enough, this can be fixed by issuing two separate ffmpeg commands. There is a patch on the mailing list, but still not implemented into SVN.</li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/gpac/+bug/273075" target="_blank">MP4Box no longer works on Ubuntu, due to an issue with libgpac-dev</a> - still no fix available, have to force using an older libgpac-dev version.</li>
<li><a href="http://marc.info/?l=nginx&#038;m=122876198811574&#038;w=2" target="_blank">nginx releases 0.7.25, a new feature in 0.7.25 had a bug, 0.7.26 comes out</a> - luckily, Igor's fix was quick and effective, before I even had a chance to run 0.7.25.</li>
<li><a href="http://www.php.net/releases/5_2_8.php" target="_blank">PHP 5.2.7 comes out with a somewhat critical "security" issue (magic quotes was broken), has to release 5.2.8 shortly after</a> - I have to wait for Suhosin and PHP-FPM patches before I can adopt a new version of PHP; otherwise, this may have caused some headache for me.</li>
<li><a href="http://monty-says.blogspot.com/2008/11/oops-we-did-it-again-mysql-51-released.html" target="_blank">MySQL 5.1 comes out with crashing bugs</a> - I stick to using MySQL from the standard Ubuntu repositories, which usually has a decent lag while seeking "stability" - thank God for that.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/12/14/who-ever-said-open-source-software-was-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate wikis</title>
		<link>http://michaelshadle.com/2008/11/16/i-hate-wikis/</link>
		<comments>http://michaelshadle.com/2008/11/16/i-hate-wikis/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 11:57:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=121</guid>
		<description><![CDATA[I dislike wikis. At work we were using them. Now we're changing from wikis to an article management system. The idea on paper sounded great, but I'm realizing the pitfalls about the implementation. There are some traits that wikis have that I like. There's also plenty of bad traits. Also, I'm thinking of MediaWiki when [...]]]></description>
			<content:encoded><![CDATA[<p>I dislike wikis. At work we were using them. Now we're changing from wikis to an article management system. The idea on paper sounded great, but I'm realizing the pitfalls about the implementation.</p>
<p>There are some traits that wikis have that I like. There's also plenty of bad traits. Also, I'm thinking of MediaWiki when I say this stuff.</p>
<p>Pros:</p>
<ul>
<li>Interlinking and updating</li>
<li>Anyone can edit pages by design</li>
<li>Templates and categorization can be done by anyone, inline</li>
<li>Every page has a discussion option</li>
</ul>
<p>Cons:</p>
<ul>
<li>Lots of overhead</li>
<li>Semi-proprietary syntax (= makes h1, == makes h2, * makes one level lists, ** makes it a two level list, etc.)</li>
<li>Inconsistent syntax - some HTML works, some bbcode-ish wiki stuff works, some __HEREDOC__ stuff works</li>
<li>Forces everything to be CamelCase</li>
<li>No attachments per page, only global</li>
<li>By default, wikis have no page-level security, since their mantra is "anyone can edit"</li>
</ul>
<p>So now that I've said that - I have to say that the ideal approach would be to take the existing CMS approach but add in a few wiki features. Specifically the interlinking. We already have a comment feature on every page. Attachment management is per-page too.</p>
<p>Late night half dazed thoughts:</p>
<p>Link syntax couldn't be something like foo:bar - since javascript:foo would conflict. Perhaps something like [foo:bar] would be a good idea? For links to file attachments, [file:fileID] or [article:slug-title]. This would make life simpler for tracking what files are orphans, can display information about the file in-line in the documents (file type, size, etc.)</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/11/16/i-hate-wikis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: liveupgrade on Solaris Nevada (SXCE, b98/b101/etc.)</title>
		<link>http://michaelshadle.com/2008/11/09/howto-liveupgrade-on-solaris-nevada-sxce-b98b101etc/</link>
		<comments>http://michaelshadle.com/2008/11/09/howto-liveupgrade-on-solaris-nevada-sxce-b98b101etc/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 23:08:45 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=119</guid>
		<description><![CDATA[One thing most places forget to mention, at least clearly, is the need to update the LU tools before you run the upgrade. This assumes you have the DVD .iso already on the system, and you are mounting it to a directory (in this example, /export/loop) First update the LU tools off the new disc. [...]]]></description>
			<content:encoded><![CDATA[<p>One thing most places forget to mention, at least clearly, is the need to update the LU tools before you run the upgrade.</p>
<p>This assumes you have the DVD .iso already on the system, and you are mounting it to a directory (in this example, /export/loop)</p>
<p>First update the LU tools off the new disc. This process wasn't really included in a lot of blogs I read:</p>
<pre class="brush: plain">
mount -F hsfs /path/to/sol-nv-b101-x86-dvd.iso /export/loop
cd /export/loop/Solaris_11/Tools/Installers
./liveupgrade20
</pre>
<p>*Now* you can run all the LU commands:</p>
<pre class="brush: plain">
lucreate -p rpool -n snv_101
luupgrade -u -n snv_101 -s /export/loop
luactivate snv_101
init 6
shutdown -i6 -g0 -y  (if init 6 doesn't reboot - maybe I was impatient)
</pre>
<p>P.S. Don't put the .iso on your root pool or it will be included in the filesystem forever and you won't be able to get that space back. Thanks Tim <img src='http://michaelshadle.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/11/09/howto-liveupgrade-on-solaris-nevada-sxce-b98b101etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wishlist: blog comment notification service</title>
		<link>http://michaelshadle.com/2008/11/06/wishlist-blog-comment-notification-service/</link>
		<comments>http://michaelshadle.com/2008/11/06/wishlist-blog-comment-notification-service/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 04:20:06 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/?p=117</guid>
		<description><![CDATA[I comment on a lot of random sites and blogs. I usually write down the URL in a text file and hope that someday I'll remember to return to see if there's a reply. I believe a service exists - I know that "page change notification" services exist, but I'd rather be able to subscribe [...]]]></description>
			<content:encoded><![CDATA[<p>I comment on a lot of random sites and blogs. I usually write down the URL in a text file and hope that someday I'll remember to return to see if there's a reply.</p>
<p>I believe a service exists - I know that "page change notification" services exist, but I'd rather be able to subscribe to an RSS feed of reply notifications - i.e. I post on a blog, I dump the URL into a textbox, and it monitors the site every so often for changes (probably the specific post's comment feed is the only thing that is worthwhile) - even better, someday maybe even automatically adding the URL when the browser notices I've commented.</p>
<p>Anyone got a site out there that does this yet? I've had this on my mental radar for a while. Of course, that doesn't really do anything if I can never get around to finishing anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/11/06/wishlist-blog-comment-notification-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows never ceases to amaze...</title>
		<link>http://michaelshadle.com/2008/06/15/windows-never-ceases-to-amaze/</link>
		<comments>http://michaelshadle.com/2008/06/15/windows-never-ceases-to-amaze/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:04:10 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Consumerism]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://michaelshadle.com/2008/06/15/windows-never-ceases-to-amaze/</guid>
		<description><![CDATA[I think I keep my machines pretty well up to date. I'm fixing up my girlfriend's computer right now, and I finally got all the updates applied except apparently one got missed. Okay, simple enough right? Step #1: Install .NET Framework 1.0, click "Check for updates" - what? there's another update? Step #2: Install .NET [...]]]></description>
			<content:encoded><![CDATA[<p>I think I keep my machines pretty well up to date. I'm fixing up my girlfriend's computer right now, and I finally got all the updates applied except apparently one got missed. Okay, simple enough right?</p>
<p>Step #1: Install .NET Framework 1.0, click "Check for updates" - what? there's another update?</p>
<p>Step #2: Install .NET Framework 1.1 Service Pack 1, click "Check for updates" - what? ANOTHER one?</p>
<p>Step #3: Install .NET Framework 1.1 Service Pack 1 security update, click "Check for updates" ...</p>
<p>Really? Why couldn't we have a pre-packaged full install? Why do I have to run this "check for updates" over and over (and why does it take so goddamn long nowadays?)</p>
<p>Okay, looks like that really was the last update and this machine is now 100% up to date. At least for the moment...</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelshadle.com/2008/06/15/windows-never-ceases-to-amaze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
