<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>turn on &#124; tune in &#124; strung out &#187; Mark</title>
	<atom:link href="http://blog.mcstudios.net/author/griphiam/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcstudios.net</link>
	<description></description>
	<lastBuildDate>Wed, 05 May 2010 00:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://blog.mcstudios.net/?pushpress=hub'/>
<cloud domain='blog.mcstudios.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#51d108ad53"/>		<item>
		<title>HTML 5 Video Prep</title>
		<link>http://blog.mcstudios.net/2010/05/04/html-5-video-prep</link>
		<comments>http://blog.mcstudios.net/2010/05/04/html-5-video-prep#comments</comments>
		<pubDate>Wed, 05 May 2010 00:13:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[handbrake]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[kdenlive]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=801</guid>
		<description><![CDATA[photo credit: justinsomnia So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness. Essentially, this is not a process for mere mortals. While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: 15px; float: right"><a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="HTML5 fist, after A List Apart" target="_blank"><img src="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" alt="HTML5 fist, after A List Apart" border="0" /></a><br /><small><a href="http://creativecommons.org/licenses/by/2.0/" title="Attribution License" target="_blank"><img src="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" alt="Creative Commons License" border="0" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a href="http://www.flickr.com/photos/36983395@N00/513636061/" title="justinsomnia" target="_blank">justinsomnia</a></small></div>
<p>So what caused me to be up till 2 in the morning? Struggling with video encoding, conversion and HTML5 fickleness.  Essentially, this is not a process for mere mortals.  While video in general is complicated enough, most will and should rely on a site like youtube to share their videos (at least basic creators).  However due to certain, ummm&#8230; how shall we say, &#8220;ambitious&#8221; music labels, music video remixes get flagged and punted immediately.  It will be nice if we can get a universally supported video codec (stay tuned for Google I/O) as it will greatly streamline this process (or should in theory).</p>
<p>I learned recently that Handbrake has let it&#8217;s ogg/theora capability go stale and will not bring it back.  Additionally, my video editor of choice, <a href="http://www.kdenlive.org/">kdenlive</a> doesn&#8217;t generate web optimized mp4 files (where the index is at the beginning of the file).  Thus, after rendering I struggled a bit to find a combination of programs that would generate the necessary ogv and mp4 videos to support the html5 video browser ecosystem.  Here&#8217;s what I came up with&#8230; Modify to suit your needs.</p>
<h4>HandBrakeCLI</h4>
<p><code>HandBrakeCLI -i input.mp4 -o output.mp4 --encoder x264 --vb 2000 --ab 128 --width x --height y --crop 0:0:0:0 --optimize</code></p>
<h4>ffmpeg2theora</h4>
<p><code>ffmpeg2theora -V 2000 input.mp4 #generates input.ogv</code></p>
<p>It also doesn&#8217;t help that ubuntu has <a href="https://bugs.launchpad.net/ubuntu/+source/ffmpeg-debian/+bug/6366">decided</a> it can&#8217;t ship an ffmpeg with aac support (which means I have to modify kdenlive&#8217;s profile.xml to use libmp3lame instead).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/04/html-5-video-prep/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" />
		<media:content url="http://farm1.static.flickr.com/191/513636061_98d07f7966_m.jpg" medium="image">
			<media:title type="html">HTML5 fist, after A List Apart</media:title>
		</media:content>
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/plugins/photo-dropper/images/cc.png" medium="image">
			<media:title type="html">Creative Commons License</media:title>
		</media:content>
	</item>
		<item>
		<title>A Wolfi Photobomb</title>
		<link>http://blog.mcstudios.net/2010/05/04/a-wolfi-photobomb</link>
		<comments>http://blog.mcstudios.net/2010/05/04/a-wolfi-photobomb#comments</comments>
		<pubDate>Tue, 04 May 2010 08:24:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[photobomb]]></category>
		<category><![CDATA[wolfi]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=803</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src='http://farm3.static.flickr.com/2748/4452333614_6deeb4f1f0.jpg' class='imgserie'alt='DSC_1323'/></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/04/a-wolfi-photobomb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://farm3.static.flickr.com/2748/4452333614_6deeb4f1f0.jpg" />
		<media:content url="http://farm3.static.flickr.com/2748/4452333614_6deeb4f1f0.jpg" medium="image" />
	</item>
		<item>
		<title>Windows 7 &amp; Kubuntu 10.04</title>
		<link>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04</link>
		<comments>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04#comments</comments>
		<pubDate>Mon, 03 May 2010 22:20:25 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=796</guid>
		<description><![CDATA[So over the weekend I refreshed my desktop with both Windows 7 and the latest Kubuntu release. While I have been religiously upgrading the linux side of my dual boot system every 6 months with the [k]ubuntu release schedule, I was still running Windows XP which hadn&#8217;t been reinstalled in about 3 years (it was [...]]]></description>
			<content:encoded><![CDATA[<p>So over the weekend I refreshed my desktop with both Windows 7 and the latest Kubuntu release.  While I have been religiously upgrading the linux side of my dual boot system every 6 months with the [k]ubuntu release schedule, I was still running Windows XP which hadn&#8217;t been reinstalled in about 3 years (it was quite sluggish and desperately needed a spring cleaning).  While I didn&#8217;t do a live blogging of the process, I thought I&#8217;d recap some highlights.</p>
<h3>Windows 7</h3>
<p>Since Windows still doesn&#8217;t support dual booting into linux, I starting laying down Windows 7.  I choose the Home Professional Upgrade variant and chose to make the jump to amd64.  First thing I noticed is that the install process took forever (more than twice as long as installing Kubuntu a few hours later).  While in general this doesn&#8217;t rank high on discretionary criteria, I had become spoiled by how quickly I can reinstall linux after doing it every six months.</p>
<p>I was pleasantly surprised that it automatically found working drivers for everything (though there is still one unidentified USB device which is bugging me), which was nice having my dual monitor setup working from the start.  I still had to download updates for the video and audio drivers, but everything else went smoothly.</p>
<p>It&#8217;s a little disheartening to have to relearn everything (especially trying to find things in the new fragmented Control Panel), but I&#8217;m assuming with the help of Google, I can figure most things out.</p>
<p>The Windows side of my install only gets used for games (Steam) and Photoshop CS3 work, so it really don&#8217;t have excel at very much =)</p>
<h3>Kubuntu 10.04</h3>
<p><a href="http://www.kubuntu.org"><img alt="Kubuntu" src="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" title="Kubuntu 10.04" class="alignright" width="320" height="230" /></a></p>
<p>Installation was fast and smooth.  I installed the updated nvidia drivers (which borked the bootsplash screen, but that bug is already fixed pending release in the update repositories).  Installed Flash 64bit and struggled with the same sound issue that happens every install (for some reason, the audio channels that Flash uses are muted by default in Kubuntu.  You have to go into the mixer and fix the muting and volume and then everything works great).</p>
<p>I followed the nice tutorial <a href="http://dreadknight666.com/2009/07/dropbox-in-kde-linux/">here</a> or <a href="http://antrix.net/journal/techtalk/dropbox_kde.html">here</a> to get dropbox working without Nautilus.</p>
<p>Also, Ubuntu decided to move sun-java6 over to their partner repository (which unfortunately isn&#8217;t enabled by default).  While <a href="http://openjdk.java.net/">OpenJDK</a> might one day become an adequate replacement, I just don&#8217;t think it is yet, so in KPackageKit open up the Software Sources dialog and enable the partner repository under Third Party Software.</p>
<p>Additionally, there are some python-gtk imports that prevent <em>nvidia-settings</em> from merging the xorg.conf file (after you run <em>nvidia-xconfig</em>), so be sure to run it from the command line first to see the errors.  It would be nice if Kubuntu included the python-gtk bindings by default.</p>
<p>There is also a rather annoying <a href="https://bugs.launchpad.net/ubuntu/+source/polkit-kde-1/+bug/573297">bug</a> (which I filed) where the authorization window when installing software appears behind all the others.  Frustrating, but no big impact.</p>
<p>In conclusion, I was surprised overall by how smoothly the process went (on both sides).  There was a lot of prep that went into this in backing up everything to my network drive, so a quick process it wasn&#8217;t, but no catastrophes, which is always appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/05/03/windows-7-kubuntu-10-04/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" />
		<media:content url="http://people.canonical.com/~jriddell/10.10-lts-release/kubuntu_plymouth_splash.png" medium="image">
			<media:title type="html">Kubuntu 10.04</media:title>
		</media:content>
	</item>
		<item>
		<title>Roland JV-35 ROMs</title>
		<link>http://blog.mcstudios.net/2010/04/21/roland-jv-35-roms</link>
		<comments>http://blog.mcstudios.net/2010/04/21/roland-jv-35-roms#comments</comments>
		<pubDate>Thu, 22 Apr 2010 06:12:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[jv-35]]></category>
		<category><![CDATA[roland]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=781</guid>
		<description><![CDATA[Below are the three songs included in my old Roland JV-35. While the standard GM complement of samples sounds a bit dated, I always thought these songs were well done and did a good job of showing off the keyboard. Unfortunately the expansion board didn&#8217;t include more ROMs&#8230; the wide range of sounds on the [...]]]></description>
			<content:encoded><![CDATA[<p>Below are the three songs included in my old Roland JV-35.  While the standard GM complement of samples sounds a bit dated, I always thought these songs were well done and did a good job of showing off the keyboard.  Unfortunately the expansion board didn&#8217;t include more ROMs&#8230; the wide range of sounds on the board are really good.</p>
<h4>Babels Blunder</h4>
<!-- degradable html5 audio and video plugin --><div class="audio_wrap html5audio"><audio controls id="html5audio-0" class="html5audio"><source src="http://griphiam.web.aplus.net/audio/babels_blunder.ogg" type="audio/ogg" /><source src="http://griphiam.web.aplus.net/audio/babels_blunder.mp3" type="audio/mpeg" /><a href="http://griphiam.web.aplus.net/audio/babels_blunder.mp3" title="Click to open" id="f-html5audio-0">Audio MP3</a><script type="text/javascript">AudioPlayer.embed("f-html5audio-0", {soundFile: "http://griphiam.web.aplus.net/audio/babels_blunder.mp3"});</script></audio></div>
<h4>Blue Planet</h4>
<!-- degradable html5 audio and video plugin --><div class="audio_wrap html5audio"><audio controls id="html5audio-1" class="html5audio"><source src="http://griphiam.web.aplus.net/audio/blue_planet.ogg" type="audio/ogg" /><source src="http://griphiam.web.aplus.net/audio/blue_planet.mp3" type="audio/mpeg" /><a href="http://griphiam.web.aplus.net/audio/blue_planet.mp3" title="Click to open" id="f-html5audio-1">Audio MP3</a><script type="text/javascript">AudioPlayer.embed("f-html5audio-1", {soundFile: "http://griphiam.web.aplus.net/audio/blue_planet.mp3"});</script></audio></div>
<h4>Strangers</h4>
<!-- degradable html5 audio and video plugin --><div class="audio_wrap html5audio"><audio controls id="html5audio-2" class="html5audio"><source src="http://griphiam.web.aplus.net/audio/strangers.ogg" type="audio/ogg" /><source src="http://griphiam.web.aplus.net/audio/strangers.mp3" type="audio/mpeg" /><a href="http://griphiam.web.aplus.net/audio/strangers.mp3" title="Click to open" id="f-html5audio-2">Audio MP3</a><script type="text/javascript">AudioPlayer.embed("f-html5audio-2", {soundFile: "http://griphiam.web.aplus.net/audio/strangers.mp3"});</script></audio></div>
<p>&nbsp;</p>
<p><img alt="Roland JV-35" src="http://blog.mcstudios.net/wordpress/wp-content/uploads/HLIC/7741de25dc06fa3bcb6cd551ea41a531.jpg" title="Roland JV-35" class="alignright" width="499" height="187" />On the whole the old keyboard has served me quite well, though the MIDI-in port is malfunctioning at this point. At some point, I&#8217;ll grab a keyboard with weighted keys (and a full complement of 88), but for now I&#8217;ll the the most out of it I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/04/21/roland-jv-35-roms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://blog.mcstudios.net/wordpress/wp-content/uploads/HLIC/7741de25dc06fa3bcb6cd551ea41a531.jpg" />
		<media:content url="http://blog.mcstudios.net/wordpress/wp-content/uploads/HLIC/7741de25dc06fa3bcb6cd551ea41a531.jpg" medium="image">
			<media:title type="html">Roland JV-35</media:title>
		</media:content>
	</item>
		<item>
		<title>Diane Duane &#8211; A Wizard of Mars</title>
		<link>http://blog.mcstudios.net/2010/04/16/diane-duane-a-wizard-of-mars</link>
		<comments>http://blog.mcstudios.net/2010/04/16/diane-duane-a-wizard-of-mars#comments</comments>
		<pubDate>Sat, 17 Apr 2010 01:22:52 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[diane duane]]></category>
		<category><![CDATA[goodreads]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=776</guid>
		<description><![CDATA[A Wizard of Mars by Diane Duane My rating: 5 of 5 stars Diane Duane has done it again. An incredibly well crafted story in the universe she has crafted and evolved over nine fantastic books. For any fan of the series, this is a must read. Anyone new, I highly recommend starting from the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.goodreads.com/book/show/1583121.A_Wizard_of_Mars" style="float: left; padding-right: 20px"><img alt="A Wizard of Mars (Young Wizards, #9)" border="0" src="http://photo.goodreads.com/books/1269380388m/1583121.jpg" /></a> <a href="http://www.goodreads.com/book/show/1583121.A_Wizard_of_Mars">A Wizard of Mars</a> by <a href="http://www.goodreads.com/author/show/11761.Diane_Duane">Diane Duane</a><br/><br/><br />
My rating: <a href="http://www.goodreads.com/review/show/96871085">5 of 5 stars</a><br />
Diane Duane has done it again.  An incredibly well crafted story in the universe she has crafted and evolved over nine fantastic books.  For any fan of the series, this is a must read. Anyone new, I highly recommend starting from the first installment.</p>
<p>The painstaking descriptions of the Mars environment really makes everything real &#8211; as if this could really be happening and we are oblivious to it. The plot development is a bit like A Wizard&#8217;s Dilemma and A Wizard Alone where Kit and Nita are separated for much of the book.  I happen to like the stories where they are together a bit more, but I felt the separation was well done and not as forced or contrived as it was in the earlier two books.</p>
<p>Bottom line: I loved it. Duane&#8217;s series continues to be one of my all time favorites!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/04/16/diane-duane-a-wizard-of-mars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://photo.goodreads.com/books/1269380388m/1583121.jpg" />
		<media:content url="http://photo.goodreads.com/books/1269380388m/1583121.jpg" medium="image">
			<media:title type="html">A Wizard of Mars (Young Wizards, #9)</media:title>
		</media:content>
	</item>
		<item>
		<title>Nerdfighterlike</title>
		<link>http://blog.mcstudios.net/2010/04/14/nerdfighterlike</link>
		<comments>http://blog.mcstudios.net/2010/04/14/nerdfighterlike#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:46:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[ardour]]></category>
		<category><![CDATA[hydrogen]]></category>
		<category><![CDATA[music video]]></category>
		<category><![CDATA[nerdfighterlike]]></category>
		<category><![CDATA[vlogbrothers]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=772</guid>
		<description><![CDATA[Update: 2010-04-20 &#8212; Fixed some timing and EQ issues. Also programed some new drums. Still working on solo. Below is a rough cut of my rendition of devilishlypure&#8216;s song Nerdfighterlike which was then done by Hank &#038; Katherine Green here (of the vlogbrothers). It is fairly rough at the moment and missing the middle solo, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: 2010-04-20</em> &#8212; Fixed some timing and EQ issues. Also programed some new drums.  Still working on solo.</p>
<p>Below is a rough cut of my rendition of <a href="http://www.youtube.com/user/devilishlypure">devilishlypure</a>&#8216;s song <em><a href="http://www.youtube.com/watch?v=6YonOpkx6K8">Nerdfighterlike</a></em> which was then done by Hank &#038; Katherine Green <a href="http://www.youtube.com/watch?v=SjzG0mPXwxo">here</a> (of the <a href="http://www.youtube.com/user/vlogbrothers">vlogbrothers</a>).</p>
<!-- degradable html5 audio and video plugin --><div class="audio_wrap html5audio"><audio controls id="html5audio-6" class="html5audio"><source src="http://www.mcstudios.net/files/nerdfighterlike.ogg" type="audio/ogg" /><source src="http://www.mcstudios.net/files/nerdfighterlike.mp3" type="audio/mpeg" /><a href="http://www.mcstudios.net/files/nerdfighterlike.mp3" title="Click to open" id="f-html5audio-6">Audio MP3</a><script type="text/javascript">AudioPlayer.embed("f-html5audio-6", {soundFile: "http://www.mcstudios.net/files/nerdfighterlike.mp3"});</script></audio></div>
<p>It is fairly rough at the moment and missing the middle solo, as well as vocals (though in the process of exploring my home studio, I&#8217;ve determined my singing range is rather narrow).  Let me know what you think though.  I&#8217;m still getting used to my tools.</p>
<p>Drums were done in <a href="http://www.hydrogen-music.org/">Hydrogen</a> and mixing done with <a href="http://ardour.org/">Ardour</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/04/14/nerdfighterlike/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Sleeping Wolfi</title>
		<link>http://blog.mcstudios.net/2010/03/09/sleeping-wolfi</link>
		<comments>http://blog.mcstudios.net/2010/03/09/sleeping-wolfi#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:37:23 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[unfiled]]></category>
		<category><![CDATA[wolfi]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2010/03/09/sleeping-wolfi</guid>
		<description><![CDATA[Posted via email from griphiam&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><a href='http://posterous.com/getfile/files.posterous.com/griphiam/UGYWUKPX3dtZOqoSqbNPokPAcy5w9Xcjzcis78x2mwJGmVouSoPjrRn7PQl7/CameraBag_Photo_1001.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/goGQfhQ4GKE6enQAVIL86EcKn9QFEEL8v3C7IOeE4ZHZhSjehFl245myjhnA/CameraBag_Photo_1001.jpg.scaled.500.jpg" width="500" height="338"/></a>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://griphiam.posterous.com/sleeping-wolfi">griphiam&#8217;s posterous</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/03/09/sleeping-wolfi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://posterous.com/getfile/files.posterous.com/griphiam/goGQfhQ4GKE6enQAVIL86EcKn9QFEEL8v3C7IOeE4ZHZhSjehFl245myjhnA/CameraBag_Photo_1001.jpg.scaled.500.jpg" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/goGQfhQ4GKE6enQAVIL86EcKn9QFEEL8v3C7IOeE4ZHZhSjehFl245myjhnA/CameraBag_Photo_1001.jpg.scaled.500.jpg" medium="image" />
	</item>
		<item>
		<title>Mark &amp; Ann @ Heavenly</title>
		<link>http://blog.mcstudios.net/2010/03/08/mark-ann-heavenly</link>
		<comments>http://blog.mcstudios.net/2010/03/08/mark-ann-heavenly#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:27:43 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[unfiled]]></category>
		<category><![CDATA[ann]]></category>
		<category><![CDATA[heavenly]]></category>
		<category><![CDATA[skiing]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2010/03/08/mark-ann-heavenly</guid>
		<description><![CDATA[See and download the full gallery on posterous Posted via email from griphiam&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><a href='http://posterous.com/getfile/files.posterous.com/griphiam/8x4oFEQ071DZhwLgrfwHNQu1GX0YmC6475X1DwE4RF9PFcXTY1ixP9zhyppu/photo.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/ABtVEPWekBnpdDYEDLgQ9w5vybcQMiNDAk5JyXGLlwhuNHB8V5dyeBwXFNzI/photo.jpg.scaled.500.jpg" width="500" height="667"/></a> <a href='http://posterous.com/getfile/files.posterous.com/griphiam/tTIbMLNNMODo1lGlMROfQnYdPgeqjAEeBZD1VFsNgqbVjmGOCEMtio57JWp7/photo_2.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/JsmSeWohVyqEDTGeOoayNaLcHMXqGToNAYQd8KYcQ2gs0xKjSiz54KYPjP7N/photo_2.jpg.scaled.500.jpg" width="500" height="667"/></a> <a href='http://posterous.com/getfile/files.posterous.com/griphiam/skSRlIb3wfkMcXTweKuU46ON6tTYZOM6n9NN1keyRGnBk8DAOjOZFM6zh4fT/photo_3.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/hFdJf7fOtVFTl4leAFIVzGqrT78jnT50RZFsTwBNZeYE8bQum14R3TdWoZIK/photo_3.jpg.scaled.500.jpg" width="500" height="667"/></a> <a href='http://posterous.com/getfile/files.posterous.com/griphiam/zWxQ3D6HAMGBd92PGCXBxuBp4rHKDnvrtoZxteH2dlBf1nQfNmxTfbrMiyci/photo_4.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/AGryY0cRBASt0TmxbWsCKgdb8rANbxc52DZr75DyRqvwCAs1xI18uq1QAwWL/photo_4.jpg.scaled.500.jpg" width="500" height="667"/></a>
<div><a href='http://griphiam.posterous.com/mark-and-ann-heavenly'>See and download the full gallery on posterous</a></div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://griphiam.posterous.com/mark-and-ann-heavenly">griphiam&#8217;s posterous</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/03/08/mark-ann-heavenly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://posterous.com/getfile/files.posterous.com/griphiam/ABtVEPWekBnpdDYEDLgQ9w5vybcQMiNDAk5JyXGLlwhuNHB8V5dyeBwXFNzI/photo.jpg.scaled.500.jpg" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/ABtVEPWekBnpdDYEDLgQ9w5vybcQMiNDAk5JyXGLlwhuNHB8V5dyeBwXFNzI/photo.jpg.scaled.500.jpg" medium="image" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/JsmSeWohVyqEDTGeOoayNaLcHMXqGToNAYQd8KYcQ2gs0xKjSiz54KYPjP7N/photo_2.jpg.scaled.500.jpg" medium="image" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/hFdJf7fOtVFTl4leAFIVzGqrT78jnT50RZFsTwBNZeYE8bQum14R3TdWoZIK/photo_3.jpg.scaled.500.jpg" medium="image" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/AGryY0cRBASt0TmxbWsCKgdb8rANbxc52DZr75DyRqvwCAs1xI18uq1QAwWL/photo_4.jpg.scaled.500.jpg" medium="image" />
	</item>
		<item>
		<title>Serenity Malcolm Reynolds Browncoat Replica &#8211; AbbyShot &#8211; Firefly/Serenity &#8211; Clothing at Entertainment Earth</title>
		<link>http://blog.mcstudios.net/2010/03/01/serenity-malcolm-reynolds-browncoat-replica-abbyshot-fireflyserenity-clothing-at-entertainment-earth</link>
		<comments>http://blog.mcstudios.net/2010/03/01/serenity-malcolm-reynolds-browncoat-replica-abbyshot-fireflyserenity-clothing-at-entertainment-earth#comments</comments>
		<pubDate>Mon, 01 Mar 2010 18:28:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[movies]]></category>
		<category><![CDATA[browncoats]]></category>
		<category><![CDATA[firefly]]></category>
		<category><![CDATA[serenity]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/?p=765</guid>
		<description><![CDATA[Squeee! Serenity Malcolm Reynolds Browncoat Replica. Awesome! Unfortunately the price is quite steep ($320), but just think of how many Halloweens this would cover where you didn&#8217;t have to stress out about what the hell you&#8217;ll wear to that party! Here&#8217;s what you need to complete the costume: Pants [link] $40 Suspenders Boots [link] $450 [...]]]></description>
			<content:encoded><![CDATA[<p>Squeee!  <a href='http://www.entertainmentearth.com/prodinfo.asp?number=ABROWNCOAT%20SMALL'>Serenity Malcolm Reynolds Browncoat Replica</a>.  Awesome!  </p>
<p><img alt="Replica Browncoat" src="http://www.entertainmentearth.com/images/%5CAUTOIMAGES%5CABROWNCOATlg.jpg" title="Replica Browncoat" class="alignright" width="500" height="500" /></p>
<p>Unfortunately the price is quite steep ($320), but just think of how many Halloweens this would cover where you didn&#8217;t have to stress out about what the hell you&#8217;ll wear to that party!  Here&#8217;s what you need to complete the costume:</p>
<ul>
<li>Pants [<a href="http://www.wwmerc.com/cgi-bin/category.cgi?item=CM83&#038;type=store">link</a>] $40</li>
<li>Suspenders</li>
<li>Boots [<a href="http://www.motorcowboy.com/product/CAPT1">link</a>] $450 (but I&#8217;m sure you can find cheaper)</li>
<li>Holster</li>
<li>Red Shirt</li>
<li>Replica Gun</li>
</ul>
<p>Worth it?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/03/01/serenity-malcolm-reynolds-browncoat-replica-abbyshot-fireflyserenity-clothing-at-entertainment-earth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.entertainmentearth.com/images/%5CAUTOIMAGES%5CABROWNCOATlg.jpg" />
		<media:content url="http://www.entertainmentearth.com/images/%5CAUTOIMAGES%5CABROWNCOATlg.jpg" medium="image">
			<media:title type="html">Replica Browncoat</media:title>
		</media:content>
	</item>
		<item>
		<title>Toronado&#8217;s Barleywine Festival</title>
		<link>http://blog.mcstudios.net/2010/02/16/toronados-barleywine-festival</link>
		<comments>http://blog.mcstudios.net/2010/02/16/toronados-barleywine-festival#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:24:42 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[unfiled]]></category>
		<category><![CDATA[barleywine]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[toronados]]></category>

		<guid isPermaLink="false">http://blog.mcstudios.net/2010/02/16/toronados-barleywine-festival</guid>
		<description><![CDATA[See and download the full gallery on posterous Posted via email from griphiam&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'><a href='http://posterous.com/getfile/files.posterous.com/griphiam/EgX0XduksudHoyKdXF1Q6cLpFwBIgiq4Q9nBXYUD4vBqXlTlTDE7jCcb40vQ/photo.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/KJEjSer27vorRbKGkYfOwLrsMS0RsGpNtsTfWPhHorovWJXWd1fYlBCSF79J/photo.jpg.scaled.500.jpg" width="500" height="404"/></a> <a href='http://posterous.com/getfile/files.posterous.com/griphiam/H9la4m3C1ysAk6AHjupMo3RHCfVLUx6NEv1rTqIf045V80eQRtp1bOon8eIH/photo_2.jpg'><img src="http://posterous.com/getfile/files.posterous.com/griphiam/qcidxhXqXRUgqnBhtUvMUBZ0VVEX6FX5WgKFiYTlH7xO0pwveRkP3IVCXBMr/photo_2.jpg.scaled.500.jpg" width="500" height="500"/></a>
<div><a href='http://griphiam.posterous.com/toronados-barleywine-festival'>See and download the full gallery on posterous</a></div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://griphiam.posterous.com/toronados-barleywine-festival">griphiam&#8217;s posterous</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcstudios.net/2010/02/16/toronados-barleywine-festival/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://posterous.com/getfile/files.posterous.com/griphiam/KJEjSer27vorRbKGkYfOwLrsMS0RsGpNtsTfWPhHorovWJXWd1fYlBCSF79J/photo.jpg.scaled.500.jpg" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/KJEjSer27vorRbKGkYfOwLrsMS0RsGpNtsTfWPhHorovWJXWd1fYlBCSF79J/photo.jpg.scaled.500.jpg" medium="image" />
		<media:content url="http://posterous.com/getfile/files.posterous.com/griphiam/qcidxhXqXRUgqnBhtUvMUBZ0VVEX6FX5WgKFiYTlH7xO0pwveRkP3IVCXBMr/photo_2.jpg.scaled.500.jpg" medium="image" />
	</item>
	</channel>
</rss>
