<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for ulyssesonline.com</title>
	<atom:link href="http://ulyssesonline.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ulyssesonline.com</link>
	<description>the online surfer</description>
	<lastBuildDate>Mon, 08 Feb 2010 11:03:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Once in Every Blue Moon by &#8220;Blue Moon Chainmaille Headdress&#8221; and related posts &#171; Twitter</title>
		<link>http://ulyssesonline.com/2009/12/31/once-in-every-blue-moon/#comment-263619</link>
		<dc:creator>&#8220;Blue Moon Chainmaille Headdress&#8221; and related posts &#171; Twitter</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4622#comment-263619</guid>
		<description>[...] Once in Every Blue Moon - ulyssesonline.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Once in Every Blue Moon - ulyssesonline.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xbox 360 True Failure Rate by Lolita Stepney</title>
		<link>http://ulyssesonline.com/2009/08/21/xbox-360-true-failure-rate/#comment-263466</link>
		<dc:creator>Lolita Stepney</dc:creator>
		<pubDate>Sun, 07 Feb 2010 18:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=3369#comment-263466</guid>
		<description>Great blog, although I think some of the stuff on itt is a little pre used lol.</description>
		<content:encoded><![CDATA[<p>Great blog, although I think some of the stuff on itt is a little pre used lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Google Chrome on Ubuntu 9.10 by Harris</title>
		<link>http://ulyssesonline.com/2009/11/02/install-google-chrome-on-ubuntu-9-10/#comment-263242</link>
		<dc:creator>Harris</dc:creator>
		<pubDate>Sun, 07 Feb 2010 02:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=3997#comment-263242</guid>
		<description>Crap, your title says &#039;Chrome&#039; so I followed the instructions only to find it doesnt work.
How do I uninstall now?</description>
		<content:encoded><![CDATA[<p>Crap, your title says &#8216;Chrome&#8217; so I followed the instructions only to find it doesnt work.<br />
How do I uninstall now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on King of Spam Arrested by Zoo World Free Cheats</title>
		<link>http://ulyssesonline.com/2007/05/31/king-of-spam-arrested/#comment-263139</link>
		<dc:creator>Zoo World Free Cheats</dc:creator>
		<pubDate>Sat, 06 Feb 2010 18:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/2007/05/31/king-of-spam-arrested/#comment-263139</guid>
		<description>I came across your site while searching on MSN and have now added you to my rss reader. I Just though i should say &quot;keep up the good work&quot; and pass on congratulations on a job well done and great Zoo World Cheats advice too!</description>
		<content:encoded><![CDATA[<p>I came across your site while searching on MSN and have now added you to my rss reader. I Just though i should say &#8220;keep up the good work&#8221; and pass on congratulations on a job well done and great Zoo World Cheats advice too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Mint 8 Review by Vivek Thakar</title>
		<link>http://ulyssesonline.com/2010/02/04/linux-mint-8-review/#comment-262712</link>
		<dc:creator>Vivek Thakar</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4887#comment-262712</guid>
		<description>It is good to know that you are finding it very easy to switch Linux OSs but some how, I have been finding it very difficult for me to switch from one linux to other. I have been hopping from one Distro to other since last 2 years and I have ultimately settled with Ubuntu. Documents and other file are okay. I can save them on my hard disk but problem is with softwares. I cannot compile softwares on all distros which I use. Even if I use a debian based distro than also most of the deb files don&#039;t work with all distro since they require lot of dependencies to me satisfied .</description>
		<content:encoded><![CDATA[<p>It is good to know that you are finding it very easy to switch Linux OSs but some how, I have been finding it very difficult for me to switch from one linux to other. I have been hopping from one Distro to other since last 2 years and I have ultimately settled with Ubuntu. Documents and other file are okay. I can save them on my hard disk but problem is with softwares. I cannot compile softwares on all distros which I use. Even if I use a debian based distro than also most of the deb files don&#8217;t work with all distro since they require lot of dependencies to me satisfied .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Concatenate Video Files Using FFMPEG by loris</title>
		<link>http://ulyssesonline.com/2009/12/03/concatenate-video-files-using-ffmpeg/#comment-261872</link>
		<dc:creator>loris</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4186#comment-261872</guid>
		<description>It should be possibile to do something like

cat imput%d.mpg &#124; ffmpeg -f mpeg -i - -vcodec copy -acodec copy  outfile.mpg


Another solution that maybe make a more compact file is 
mencoder -oac copy -ovc copy -o output.avi input1.avi input2.avi</description>
		<content:encoded><![CDATA[<p>It should be possibile to do something like</p>
<p>cat imput%d.mpg | ffmpeg -f mpeg -i &#8211; -vcodec copy -acodec copy  outfile.mpg</p>
<p>Another solution that maybe make a more compact file is<br />
mencoder -oac copy -ovc copy -o output.avi input1.avi input2.avi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Concatenate Video Files Using FFMPEG by loris</title>
		<link>http://ulyssesonline.com/2009/12/03/concatenate-video-files-using-ffmpeg/#comment-261871</link>
		<dc:creator>loris</dc:creator>
		<pubDate>Wed, 03 Feb 2010 17:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4186#comment-261871</guid>
		<description>For me it worked but no other parameter  is possible. thanks</description>
		<content:encoded><![CDATA[<p>For me it worked but no other parameter  is possible. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Plugin: Page Load Time by Makka</title>
		<link>http://ulyssesonline.com/2009/12/20/wordpress-plugin-page-load-time/#comment-261677</link>
		<dc:creator>Makka</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4477#comment-261677</guid>
		<description>Thanks for this. Now that Google is taking page-load speed into account with rankings this will be a great help!

:-)</description>
		<content:encoded><![CDATA[<p>Thanks for this. Now that Google is taking page-load speed into account with rankings this will be a great help!</p>
<p> <img src='http://ulyssesonline.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Q100 Review by Eric</title>
		<link>http://ulyssesonline.com/2009/12/10/lenovo-q100-review/#comment-261477</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4307#comment-261477</guid>
		<description>Nope - haven&#039;t tried USB installing on the Lenovo.  As far as I can tell, however, the Lenovo Q100 can&#039;t boot from the USB, which would make it a bit harder.  The only options on my boot menu (or in Bios setup) is booting from the harddrive and from the network.

Is there a mini-boot that you could possibly do from the network that would then allow install from the USB? - that would be pretty nice.</description>
		<content:encoded><![CDATA[<p>Nope &#8211; haven&#8217;t tried USB installing on the Lenovo.  As far as I can tell, however, the Lenovo Q100 can&#8217;t boot from the USB, which would make it a bit harder.  The only options on my boot menu (or in Bios setup) is booting from the harddrive and from the network.</p>
<p>Is there a mini-boot that you could possibly do from the network that would then allow install from the USB? &#8211; that would be pretty nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lenovo Q100 Review by ulyssesr</title>
		<link>http://ulyssesonline.com/2009/12/10/lenovo-q100-review/#comment-261473</link>
		<dc:creator>ulyssesr</dc:creator>
		<pubDate>Tue, 02 Feb 2010 15:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://ulyssesonline.com/?p=4307#comment-261473</guid>
		<description>Eric, 

Nice setup. Thanks for sharing. Have you tried installing from USB?</description>
		<content:encoded><![CDATA[<p>Eric, </p>
<p>Nice setup. Thanks for sharing. Have you tried installing from USB?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
