<?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 John Hunt&#039;s web log</title>
	<atom:link href="http://john-hunt.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com</link>
	<description>Linux, open source, development, coding, beer and other stuff</description>
	<lastBuildDate>Fri, 14 Oct 2011 09:47:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Ubuntu Lucid (10.04) on Dell Studio 1555 by Olugbenga Adesoba</title>
		<link>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/comment-page-1/#comment-329</link>
		<dc:creator>Olugbenga Adesoba</dc:creator>
		<pubDate>Fri, 14 Oct 2011 09:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=207#comment-329</guid>
		<description>Hi All,
Can you confirm if wiifi card works in Dell Studio 1555 for Ubuntu 11.04? Does your CD ejects after burning on it using Brasero?
Thanks,
Olugbenga</description>
		<content:encoded><![CDATA[<p>Hi All,<br />
Can you confirm if wiifi card works in Dell Studio 1555 for Ubuntu 11.04? Does your CD ejects after burning on it using Brasero?<br />
Thanks,<br />
Olugbenga</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ripping copy protected DVDs on linux (ripguard, puppetlock, arccos etc) by Se7ensnakes</title>
		<link>http://john-hunt.com/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/comment-page-1/#comment-328</link>
		<dc:creator>Se7ensnakes</dc:creator>
		<pubDate>Fri, 07 Oct 2011 02:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/linux/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/#comment-328</guid>
		<description>trying to copy Transformer 3, with no luck, it crashes K9copy, KB3, Handbrake, VLC media.  Thoggen and Acidrip just give you error messages.  Libcdcss2? does  no good either.  I will work on it...</description>
		<content:encoded><![CDATA[<p>trying to copy Transformer 3, with no luck, it crashes K9copy, KB3, Handbrake, VLC media.  Thoggen and Acidrip just give you error messages.  Libcdcss2? does  no good either.  I will work on it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MKV (h.264) playback on XBOX360 by Jeremy?</title>
		<link>http://john-hunt.com/2008/07/18/mkv-h264-playback-on-xbox360/comment-page-1/#comment-327</link>
		<dc:creator>Jeremy?</dc:creator>
		<pubDate>Thu, 06 Oct 2011 00:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=144#comment-327</guid>
		<description>What programs do/can you use to do all this? (I&#039;m on a mac)</description>
		<content:encoded><![CDATA[<p>What programs do/can you use to do all this? (I&#8217;m on a mac)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript short tags &#8211; don&#8217;t do it. by Anonymous</title>
		<link>http://john-hunt.com/2011/02/03/javascript-short-tags-dont-do-it/comment-page-1/#comment-326</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 04 Oct 2011 16:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=253#comment-326</guid>
		<description>No, it&#039;s in the spec and has been for about a decade. The reason why are pretty obvious.</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s in the spec and has been for about a decade. The reason why are pretty obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Central Coast LUG (Linux user group) by Anonymous</title>
		<link>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/comment-page-1/#comment-325</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 26 Jun 2011 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=120#comment-325</guid>
		<description>Infact, that site seems to be offline now. Due to stuff going on (or lack of stuff) in my life I might be tempted to start something up. If you&#039;re interested in helping out, let me know!</description>
		<content:encoded><![CDATA[<p>Infact, that site seems to be offline now. Due to stuff going on (or lack of stuff) in my life I might be tempted to start something up. If you&#8217;re interested in helping out, let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting SVG to png (with alpha channel) by edoceo</title>
		<link>http://john-hunt.com/2010/01/18/converting-svg-to-png-with-alpha-channel/comment-page-1/#comment-309</link>
		<dc:creator>edoceo</dc:creator>
		<pubDate>Mon, 21 Mar 2011 08:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=193#comment-309</guid>
		<description>Excellent, thanks!
Quick tip for converting OSA Icon Library (http://www.opensecurityarchitecture.org/cms/library/icon-library)

mkdir 128x128
for f in *.svg;
do
  b=$(basename $f .svg);
  convert -background None -density 100 -resize 128x128 $f &quot;128x128/$b.png&quot;
done</description>
		<content:encoded><![CDATA[<p>Excellent, thanks!<br />
Quick tip for converting OSA Icon Library (<a href="http://www.opensecurityarchitecture.org/cms/library/icon-library" rel="nofollow">http://www.opensecurityarchitecture.org/cms/library/icon-library</a>)</p>
<p>mkdir 128&#215;128<br />
for f in *.svg;<br />
do<br />
  b=$(basename $f .svg);<br />
  convert -background None -density 100 -resize 128&#215;128 $f &#8220;128&#215;128/$b.png&#8221;<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ripping copy protected DVDs on linux (ripguard, puppetlock, arccos etc) by Hans</title>
		<link>http://john-hunt.com/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/comment-page-1/#comment-303</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Mon, 07 Feb 2011 01:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/linux/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/#comment-303</guid>
		<description>arccos is no problem. Xine can play it and will show you the &quot;correct&quot; title and then you can also use mplayer with that number when using dvdnav, e.g. mplayer -nocache dvdnav://17. And then you can mplayer -nocache -dumpstream dvdnav://17</description>
		<content:encoded><![CDATA[<p>arccos is no problem. Xine can play it and will show you the &#8220;correct&#8221; title and then you can also use mplayer with that number when using dvdnav, e.g. mplayer -nocache dvdnav://17. And then you can mplayer -nocache -dumpstream dvdnav://17</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript short tags &#8211; don&#8217;t do it. by Matt Copperwaite (yaMatt)</title>
		<link>http://john-hunt.com/2011/02/03/javascript-short-tags-dont-do-it/comment-page-1/#comment-300</link>
		<dc:creator>Matt Copperwaite (yaMatt)</dc:creator>
		<pubDate>Thu, 03 Feb 2011 09:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=253#comment-300</guid>
		<description>Surely that is dependant on the browser, but yeah it is one of the exceptions to the rule of HTMl/XML tags.</description>
		<content:encoded><![CDATA[<p>Surely that is dependant on the browser, but yeah it is one of the exceptions to the rule of HTMl/XML tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TWiT Live via MediaTomb for your WDTV Live (and probably ps3, whatever..) by admin</title>
		<link>http://john-hunt.com/2010/10/07/twit-live-via-mediatomb-for-your-wdtv-live-and-probably-xbox-360-ps3-whatever/comment-page-1/#comment-295</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Jan 2011 10:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=240#comment-295</guid>
		<description>Hi Colin,

It could be a number of things, my guess is that you might be missing a tool mentioned in the post.. if not mentioned in the post I can&#039;t really help you as I&#039;ve since abandoned using it as it was never that reliable (you couldn&#039;t pause the live stream, that&#039;d break it) and it often went &#039;funny&#039;.

If you run the latest update on your wdtv live and go into internet media, then mediafly/mediafly plugins you&#039;ll see there&#039;s a twit plugin which you can use to access the static podcasts which I know isn&#039;t as good, but it&#039;s still not bad at all.

Sorry I couldn&#039;t have been more help. Hopefully mediafly/WD will add a live stream there somewhere as there&#039;s already a dedicated twit section so here&#039;s hoping!</description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>It could be a number of things, my guess is that you might be missing a tool mentioned in the post.. if not mentioned in the post I can&#8217;t really help you as I&#8217;ve since abandoned using it as it was never that reliable (you couldn&#8217;t pause the live stream, that&#8217;d break it) and it often went &#8216;funny&#8217;.</p>
<p>If you run the latest update on your wdtv live and go into internet media, then mediafly/mediafly plugins you&#8217;ll see there&#8217;s a twit plugin which you can use to access the static podcasts which I know isn&#8217;t as good, but it&#8217;s still not bad at all.</p>
<p>Sorry I couldn&#8217;t have been more help. Hopefully mediafly/WD will add a live stream there somewhere as there&#8217;s already a dedicated twit section so here&#8217;s hoping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ripping copy protected DVDs on linux (ripguard, puppetlock, arccos etc) by admin</title>
		<link>http://john-hunt.com/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/comment-page-1/#comment-294</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Jan 2011 10:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/linux/2008/03/05/ripping-copy-protected-dvds-on-linux-ripguard-puppetlock-arccos-etc/#comment-294</guid>
		<description>Yeah, it&#039;ll get past DeCSS but not many (if any) of the &quot;newer&quot; non-standard copy protections as mentioned in the post. Last time I looked anyway!</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;ll get past DeCSS but not many (if any) of the &#8220;newer&#8221; non-standard copy protections as mentioned in the post. Last time I looked anyway!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

