<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jacques Pinette's Weblog</title>
	<atom:link href="http://jpinette.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpinette.wordpress.com</link>
	<description>Projects I've been working on and anything else that is interesting to me at the moment.</description>
	<lastBuildDate>Tue, 16 Mar 2010 00:41:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jpinette.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jacques Pinette's Weblog</title>
		<link>http://jpinette.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jpinette.wordpress.com/osd.xml" title="Jacques Pinette&#039;s Weblog" />
	<atom:link rel='hub' href='http://jpinette.wordpress.com/?pushpress=hub'/>
		<item>
		<title>BlackBerry Curve 8330</title>
		<link>http://jpinette.wordpress.com/2010/03/15/blackberry-curve-8330/</link>
		<comments>http://jpinette.wordpress.com/2010/03/15/blackberry-curve-8330/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 00:32:48 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Phones]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=42</guid>
		<description><![CDATA[I haven&#8217;t posted anything in a while so I thought I should share some tips for the BlackBerry, specifically for the Curve 8330. To convert a video to a format that works well on the BlackBerry I use &#8220;ffmpeg&#8221;: ffmpeg -i input.file -f mp4 -vcodec mpeg4 -r 24 -b 768k -acodec libfaac -ab 128k -ac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=42&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t posted anything in a while so I thought I should share some tips for the BlackBerry, specifically for the Curve 8330.</p>
<p>To convert a video to a format that works well on the BlackBerry I use &#8220;ffmpeg&#8221;:</p>
<blockquote><p>ffmpeg -i input.file -f mp4 -vcodec mpeg4 -r 24 -b 768k -acodec libfaac -ab 128k -ac 2 -async 1 -s 320&#215;240 output.mp4</p></blockquote>
<p>Note: Use &#8220;320&#215;176&#8243; for 16:9 video.  Both dimensions have to be divisible by 16.</p>
<p>To convert a 24bit image to the BlackBerry&#8217;s 16bit screen I use &#8220;convert&#8221; from the ImageMagick package:</p>
<blockquote><p>convert -depth 16 -colors 65535 -dither FloydSteinberg old-24bit.png new-16bit.png</p></blockquote>
<p>Note: Use &#8220;-treedepth 5&#8243; if the conversion takes longer than a minute.</p>
<p>This command reduces the colors and applies a Floyd/Steinberg dither.  The BlackBerry does reduce the colors automatically but it uses a faster ordered dither.  The Floyd/Steinberg dither produces a better image, especially noticeable in images that contain gradients.</p>
<p>Finally, I use Barry to backup my BlackBerry as I can&#8217;t use the Blackberry Desktop software on Linux.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=42&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2010/03/15/blackberry-curve-8330/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>Some software updates</title>
		<link>http://jpinette.wordpress.com/2008/03/17/some-software-updates/</link>
		<comments>http://jpinette.wordpress.com/2008/03/17/some-software-updates/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 21:14:15 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Inkscape]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=35</guid>
		<description><![CDATA[MythTV 0.21 was officially released a few days ago and is now in Gentoo portage, keyworded, not hard masked. I&#8217;m using it now and I haven&#8217;t experienced any problems. I upgraded to a pre-release version of 0.21 a while ago so the transition to the official release wasn&#8217;t difficult. The developers of Wine recently released [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=35&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b><a href="http://www.mythtv.org/" target="_blank">MythTV</a> 0.21</b> was officially released a few days ago and is now in Gentoo portage, keyworded, not hard masked.  I&#8217;m using it now and I haven&#8217;t experienced any problems.  I upgraded to a pre-release version of 0.21 a while ago so the transition to the official release wasn&#8217;t difficult.</p>
<p>The developers of <a href="http://www.winehq.org/" target="_blank"><b>Wine</b></a> recently released version <b>0.9.57</b>.  I do not use Wine with many programs so I don&#8217;t usually notice changes between versions but I did notice something different with this one.  They fixed some windows management bugs that has, for me, fixed a problem in KDE that prevented Wine windows from being refreshed when minimized or when switching between different desktops.</p>
<p>Finally, <b><a href="http://www.inkscape.org/" target="_blank">Inkscape</a></b> just released version <b>0.46</b> with many new features and bug fixes.  I love it when the developers release new versions of Inkscape because there is always a ton of new things to play with.  The new paintbucket tool, the tweak tool, and angled guidelines are going to be really useful when I&#8217;m creating images.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=35&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/03/17/some-software-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>Just bought NIN Ghosts I &#8211; IV</title>
		<link>http://jpinette.wordpress.com/2008/03/04/just-bought-nin-ghosts-i-iv/</link>
		<comments>http://jpinette.wordpress.com/2008/03/04/just-bought-nin-ghosts-i-iv/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 21:58:40 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[Ghosts]]></category>
		<category><![CDATA[In Rainbows]]></category>
		<category><![CDATA[instrumental]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[NIN]]></category>
		<category><![CDATA[Nine Inch Nails]]></category>
		<category><![CDATA[Radiohead]]></category>
		<category><![CDATA[Trent Reznor]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=32</guid>
		<description><![CDATA[Nine Inch Nails has just released a collection called Ghosts I &#8211; IV that includes 36 new instrumental songs. One of the great things about this release is that they are doing it by themselves on their website. Radiohead recently did the same thing, allowing people to download their new album In Rainbows on their [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=32&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://jpinette.files.wordpress.com/2008/03/ghosts_120x90_1.jpg?w=497" alt="NIN - Ghosts I - IV" align="right" /><a href="http://nin.com/" target="_blank"><b>Nine Inch Nails</b></a> has just released a collection called <a href="http://ghosts.nin.com/" target="_blank"><b>Ghosts I &#8211; IV</b></a> that includes 36 new instrumental songs. One of the great things about this release is that they are doing it by themselves on their website.</p>
<p><a href="http://www.radiohead.com/" target="_blank"><b>Radiohead</b></a> recently did the same thing, allowing people to download their new album <b>In Rainbows</b> on their website and asked people to pay any amount that they wanted, even nothing.  Radiohead being my favorite band I decided to give them 10 Euros for the ten track album.  I also bought the CD when it came out in stores a few months later.</p>
<p>Nine Inch Nails are currently doing something similar but are offering different packages.  You can download the first set of songs for free as high quality MP3s, or you can pay some money for more songs in better formats.  The album is even licensed under a version of the <b>Creative Commons</b> license.</p>
<p>I bought the $10 dollar package which includes all 36 tracks in a file format of your choosing (I chose flac), artwork, and a 2 CD set with the 36 songs that will be shipped on April 8th.</p>
<p>Unfortunately Nine Inch Nail&#8217;s website seemed very busy yesterday with fans wanting to download this new music so I couldn&#8217;t get it. I was finally able to download the zip file today and it was well worth the wait; NIN is one of my favorite bands and this is some great music.</p>
<p>Even if you don&#8217;t like Nine Inch Nails or Radiohead you should support their efforts to bring their fans music that is easier to obtain at a price that they want to pay.  At the same time the money that you give will go directly to the artists, which they deserve.  This is the start of something great and I hope other popular bands follow the lead of Radiohead and Trent Reznor.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=32&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/03/04/just-bought-nin-ghosts-i-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>

		<media:content url="http://jpinette.files.wordpress.com/2008/03/ghosts_120x90_1.jpg" medium="image">
			<media:title type="html">NIN - Ghosts I - IV</media:title>
		</media:content>
	</item>
		<item>
		<title>My experience with GNU/Linux</title>
		<link>http://jpinette.wordpress.com/2008/03/03/my-experience-with-gnulinux/</link>
		<comments>http://jpinette.wordpress.com/2008/03/03/my-experience-with-gnulinux/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 05:38:07 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Latitude]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mandrake]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Thinkpad]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=10</guid>
		<description><![CDATA[I&#8217;m not sure of the exact date when I started using GNU/Linux. I remember reading an article on a website about alternative operating systems and it had a test on which one would best suit your personality. I think I was recommended FreeBSD and I might have actually tried it for a few days. In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=10&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://jpinette.files.wordpress.com/2008/02/mandrake-s.png?w=497" alt="Mandrake Linux 6.0" align="right" />I&#8217;m not sure of the exact date when I started using <b>GNU/Linux</b>.  I remember reading an article on a website about alternative operating systems and it had a test on which one would best suit your personality.  I think I was recommended <b>FreeBSD</b> and I might have actually tried it for a few days.  In the end though, I found GNU/Linux to be most appealing.</p>
<p>Looking at old files and CDs I have lying around, I must have started using Linux some time around June 1999.  I remember using some very small distributions and dual booting with Windows on my parent&#8217;s computer before I bought my first computer.  When I got my IBM Thinkpad I bought <b>Mandrake Linux 6.0</b> and installed it alongside Windows but that setup was short lived because the laptop had a small hard drive so it wasn&#8217;t long before I was using Linux exclusively on my computer.</p>
<p>I was excited at all the stuff I could install, all the programs and games with their source code, and tons of documentation.  There was just so much more I could easily do in Linux compared to Windows.  Since I don&#8217;t play many computer games I decided to just delete Windows and I haven&#8217;t looked back since.</p>
<p>For the first few years I was going back and forth between Mandrake and Redhat because I could find those distributions in local stores.  I bought <b>Mandrake 6.0</b>, then <b>Redhat 7.1</b>, and then <b>Mandrake 8.0</b>.  Once I got a high-speed internet connection I started downloading Linux.  It didn&#8217;t take long until I made a switch to <b>Debian</b> because it was much easier to update.  Debian was my distribution of choice for a few years until I discovered <a href="http://www.gentoo.org/" target="_blank"><b>Gentoo Linux</b></a>.</p>
<p>Gentoo is currently my distribution of choice because it is highly configurable and really easy to update.  I have it installed on an old <b>IBM Thinkpad X20</b>, an AMD 64-bit based desktop, a Gateway desktop used as a MythTV system, and a <b>Dell Latitude D620</b> laptop.</p>
<p>Thinking about it now, its interesting that I was recommended FreeBSD from that test I took and I&#8217;m now running Gentoo Linux which has based its packaging system on FreeBSD&#8217;s system.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=10&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/03/03/my-experience-with-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>

		<media:content url="http://jpinette.files.wordpress.com/2008/02/mandrake-s.png" medium="image">
			<media:title type="html">Mandrake Linux 6.0</media:title>
		</media:content>
	</item>
		<item>
		<title>Tom Green</title>
		<link>http://jpinette.wordpress.com/2008/02/14/tom-green/</link>
		<comments>http://jpinette.wordpress.com/2008/02/14/tom-green/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 06:03:13 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Television]]></category>
		<category><![CDATA[celebrities]]></category>
		<category><![CDATA[Talk Show]]></category>
		<category><![CDATA[The Comedy Network]]></category>
		<category><![CDATA[Tom Green]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=24</guid>
		<description><![CDATA[That name might ring a bell, especially if you&#8217;re Canadian. Tom Green is a comedian from Ottawa, Ontario and had a show on The Comedy Network in Canada and then a show on MTV in America. He also stared in a few movies including his infamous Freddy Got Fingered. I didn&#8217;t hear much about Tom [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=24&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>That name might ring a bell, especially if you&#8217;re Canadian.  Tom Green is a comedian from Ottawa, Ontario and had a show on The Comedy Network in Canada and then a show on MTV in America.  He also stared in a few movies including his infamous Freddy Got Fingered.</p>
<p>I didn&#8217;t hear much about Tom in the last few years but then I saw him on The Tonight Show with Jay Leno as a correspondent.  I decided to search on the internet for him to find out what else he was up to. What I found was <a href="http://tomgreen.com/" target="_blank">Tom Green&#8217;s official website</a>.</p>
<p>It turns out that Tom has been busy creating a talk show in his own living room.  A complete studio is in operation in Tom&#8217;s home in Los Angeles, California which includes multiple cameras, professional lighting, and sound proofing foam on the ceiling.  He also broadcasts the show live and gives out his home phone number so the audience can ask his guest questions.</p>
<p>Living in Los Angeles means that Tom has quite a few celebrities living around him that he can ask to come and do his show.  Some of his notable guest include Pamela Anderson, Bob Saget, Ed McMahon, Tony Hawk, Brooke Shields, Harland Williams, Val Kilmer, Norm MacDonald, C<span>rispin Glover, Steve-O, Andrew &#8220;Dice&#8221; Clay, and many others.</span></p>
<p>As the show has progressed Tom has upgraded to high-definition cameras and a better set.  He now broadcasts his show simultaneously through the internet and on television which has never been done before.  You can now watch his groundbreaking show, Tom Green&#8217;s House Tonight, on The Comedy Network in Canada and in a few markets in America.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=24&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/14/tom-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>MythTV &#8211; Stable or development version?</title>
		<link>http://jpinette.wordpress.com/2008/02/08/mythtv-stable-or-development-version/</link>
		<comments>http://jpinette.wordpress.com/2008/02/08/mythtv-stable-or-development-version/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 05:54:14 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[PVR]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=21</guid>
		<description><![CDATA[The current stable version of MythTV is 0.20.2. Version 0.20 was released in September 2006 and from then on 2 versions were released to fix some bugs. The developers are currently busy working on MythTV 0.21 which fixes many more bugs and introduces new features. Gentoo Linux has both versions in portage, 0.21 being hardmasked. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=21&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The current stable version of MythTV is 0.20.2.  Version 0.20 was released in September 2006 and from then on 2 versions were released to fix some bugs.  The developers are currently busy working on MythTV 0.21 which fixes many more bugs and introduces new features.  Gentoo Linux has both versions in portage, 0.21 being hardmasked.  At first I installed the stable version because this system was going to be used by the whole family and I needed it work reliably but there are a few problems with this version.</p>
<p>The biggest problem the stable version has is that reschedules take too long.  Every time a show is recorded or deleted a reschedule takes place.  When this happens queries are made to the mysql database and the MythTV backend uses 100% percent of the CPU for up to 40 seconds at a time.  One reason it takes so long to reschedule my programs is that I have setup so many to record.  I have about 50 programs set to record on a regular basis and the programming comes in from a satellite box with almost 200 channels available.  It is easy to understand why my system could get bogged down doing a reschedule.  While the backend is busy rescheduling programs it is slow to respond to request from the frontend and this caused many of the problems I was experiencing.  Almost everyday I would have to connect to my MythTV system through ssh and restart the frontend because it had frozen waiting for the backend to respond.  I also had many recordings that would be corrupted which I couldn&#8217;t explain.</p>
<p>After looking for solutions to the problems I was experiencing on the web, I got the impression in the MythTV mailing lists that the development version of MythTV was now considered more stable than the 0.20 version.  I went ahead and unmasked MythTV and it&#8217;s related packages and installed MythTV 0.21.</p>
<p>I can say that with my own experience the development version, version 0.21, of MythTV is more stable.  Rescheduling of programs takes less than half the time that it did on version 0.20.  The frontend, since installing this version, has never needed to be restarted manually and I have had a lot less recordings that have ended up corrupted.</p>
<p>If you want to try MythTV 0.21 make sure you backup your MythTV database before you do because the upgrade will change the database and if something bad happens or if you want to go back to version 0.20 you&#8217;ll need a backup.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=21&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/08/mythtv-stable-or-development-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>MythTV &#8211; Intro</title>
		<link>http://jpinette.wordpress.com/2008/02/07/mythtv-intro/</link>
		<comments>http://jpinette.wordpress.com/2008/02/07/mythtv-intro/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 05:31:00 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hauppauge]]></category>
		<category><![CDATA[IR Blaster]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[PVR]]></category>
		<category><![CDATA[pvrusb2]]></category>
		<category><![CDATA[satellite]]></category>
		<category><![CDATA[WinTV-PVR-USB2]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=20</guid>
		<description><![CDATA[I&#8217;ve been wanting to try MythTV for a while but I didn&#8217;t have the equipment. My birthday was coming up so I decided to ask for a Hauppauge WinTV-PVR-USB2 device and when I got it I started building my system. I took back my old desktop computer from my brother because the hard-drive in it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=20&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to try <a href="http://www.mythtv.org/" target="_blank">MythTV</a> for a while but I didn&#8217;t have the equipment. My birthday was coming up so I decided to ask for a <a href="http://www.hauppauge.com/pages/products/data_pvrusb2.html" target="_blank">Hauppauge WinTV-PVR-USB2</a> device and when I got it I started building my system. I took back my old desktop computer from my brother because the hard-drive in it crashed and he didn&#8217;t have any interest in fixing it. I bought a cheap 250GB hard-drive and installed Gentoo Linux on it.</p>
<p>I need an IR blaster because I watch TV through a satellite box and MythTV needs to be able to change the channel.  Unfortunately, the current <a href="http://www.lirc.org/" target="_blank">LIRC</a> package doesn&#8217;t yet support the IR transmitter built-in into the WinTV-PVR-USB2 device so I had to buy a serial IR transmitter at <a href="http://www.irblaster.info/" target="_blank">www.irblaster.info</a>.   The device they sent me was inexpensive and works great.</p>
<p>To install MythTV on my new Linux system I used this great guide over at <a href="http://gentoo-wiki.com/HOWTO_Setup_MythTV" target="_blank">gentoo-wiki.com</a>.</p>
<p>So I now have a working MythTV system installed beside my television, connected through an NVIDIA video card&#8217;s TV-OUT S-Video port and receiving programming through my satellite box.  I&#8217;ve been using this system for a few weeks but I had to tweak a few things to get it to work really well.  I&#8217;ll be describing the setup of a few  specific areas of the system as well as some tweaks that I discovered along the way in future posts.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=20&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/07/mythtv-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>Done</title>
		<link>http://jpinette.wordpress.com/2008/02/07/done/</link>
		<comments>http://jpinette.wordpress.com/2008/02/07/done/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 04:45:46 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=19</guid>
		<description><![CDATA[Alright, things seem to be all setup. My domain name works, and I made a new header image from a larger SVG image I made a while ago. I&#8217;ve been trying to write a big post for my MythTV setup but since I&#8217;ve worked on this project for the past few weeks and there&#8217;s a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=19&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alright, things seem to be all setup.  My domain name works, and I made a new header image from a larger SVG image I made a while ago.  I&#8217;ve been trying to write a big post for my MythTV setup but since I&#8217;ve worked on this project for the past few weeks and there&#8217;s a lot of stuff to talk about I decided it would be easier to write a few small posts about certain areas of the setup.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=19&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/07/done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting things done</title>
		<link>http://jpinette.wordpress.com/2008/02/06/getting-things-done/</link>
		<comments>http://jpinette.wordpress.com/2008/02/06/getting-things-done/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:21:48 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Last.FM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[PVR]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=13</guid>
		<description><![CDATA[I&#8217;m still waiting for my domain name to start working. I bought JacquesPinette.com a few years ago but I haven&#8217;t really been using it. For the most part it was just forwarding requests to my Last.Fm account. I changed the forwarding address to this blog but I also messed with the nameservers which I probably [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=13&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still waiting for my domain name to start working.  I bought <a href="http://JacquesPinette.com">JacquesPinette.com</a> a few years ago but I haven&#8217;t really been using it.  For the most part it was just forwarding requests to <a href="http://www.last.fm/user/Jacques/" target="_blank">my Last.Fm account</a>.  I changed the forwarding address to this blog but I also messed with the nameservers which I probably shouldn&#8217;t have done.  They are now set to the proper addresses but it&#8217;ll take two or three days before I know if things work or not.</p>
<p>Other than that I have been writing a post about how I set up my MythTV box that I&#8217;ve been using for the past few weeks.  If you don&#8217;t know what MythTV is, it is basically a PVR or Personal Video Recorder so that I can record television shows.  This app is made to work over a GNU/Linux system and you have to buy a TV capture card or USB device.  I&#8217;ll be describing in more detail how I set this up in a future post; hopefully in a day or two.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=13&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/06/getting-things-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
		<item>
		<title>Figuring things out</title>
		<link>http://jpinette.wordpress.com/2008/02/05/figuring-things-out/</link>
		<comments>http://jpinette.wordpress.com/2008/02/05/figuring-things-out/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 04:14:23 +0000</pubDate>
		<dc:creator>Jacques Pinette</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://jpinette.wordpress.com/?p=6</guid>
		<description><![CDATA[Alright, I just started using this blog, so I&#8217;m setting things up to my liking. I&#8217;ll have a few projects to write about that I worked on the past year or two. Currently I just finished setting up my MythTV box and I&#8217;ll be describing how that experience went.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=6&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Alright, I just started using this blog, so I&#8217;m setting things up to my liking.  I&#8217;ll have a few projects to write about that I worked on the past year or two.  Currently I just finished setting up my MythTV box and I&#8217;ll be describing how that experience went.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jpinette.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jpinette.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jpinette.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jpinette.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jpinette.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jpinette.wordpress.com&amp;blog=2744637&amp;post=6&amp;subd=jpinette&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jpinette.wordpress.com/2008/02/05/figuring-things-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c6104645de2aba677e26753cfbbaa36?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jacques</media:title>
		</media:content>
	</item>
	</channel>
</rss>
