<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OLDGHOST.ORG</title>
	<atom:link href="http://oldghost.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://oldghost.org</link>
	<description>incoherent ramblings and other oddities</description>
	<lastBuildDate>Thu, 13 May 2010 04:13:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cigar Box Guitars</title>
		<link>http://oldghost.org/?p=63</link>
		<comments>http://oldghost.org/?p=63#comments</comments>
		<pubDate>Thu, 13 May 2010 04:09:00 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Guitars]]></category>

		<guid isPermaLink="false">http://oldghost.org/?p=63</guid>
		<description><![CDATA[A co-worker of mine turned me on to the cigar box guitar community. If you haven&#8217;t seen or heard one your missing out. The earliest cigar box guitars date from the mid nineteenth century. They can consist of a cigar box with something as simple as a plain plank of wood through it acting as [...]]]></description>
			<content:encoded><![CDATA[<p>A co-worker of mine turned me on to the cigar box guitar community. If you haven&#8217;t seen or heard one your missing out. The earliest cigar box guitars date from the mid nineteenth century. They can consist of a cigar box with something as simple as a plain plank of wood through it acting as a neck with 3 strings. More modern ones can have standard necks with 6 strings and pickups. They look cool, are fairly indestructible if built correctly and have a sound all their own. You can get more information at <a class="wp-caption" title="CigarBoxGuitars" href="http://cigarboxguitars.com" target="_blank">http://cigarboxguitars.com</a> or <a class="wp-caption" title="CigarBoxNation" href="http://www.cigarboxnation.com/" target="_blank">http://www.cigarboxnation.com</a> .   This will definitely be a future project once I finish the current batch of guitars I am working on. I will blog the project when I get to it so check back. Listen to the video below to hear the amazing sound of one of these guitars.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/HzThMhqyUWM&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="384" src="http://www.youtube.com/v/HzThMhqyUWM&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://oldghost.org/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Promise of OpenCL</title>
		<link>http://oldghost.org/?p=58</link>
		<comments>http://oldghost.org/?p=58#comments</comments>
		<pubDate>Sat, 16 Jan 2010 04:32:08 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[High Performance Computing]]></category>

		<guid isPermaLink="false">http://oldghost.org/?p=58</guid>
		<description><![CDATA[One of the promises of OpenCL is one we should be familiar with. Portability. However, like many attempts before it, it cannot truly deliver. While it is true that if you stick to the OpenCL API, the code will run any any device that supports it. The problem is that this is only half the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the promises of OpenCL is one we should be familiar with. Portability. However, like many attempts before it, it cannot truly deliver. While it is true that if you stick to the OpenCL API, the code will run any any device that supports it. The problem is that this is only half the story. The main reason to implement heterogeneous computing topologies is for throughput performance. Here lies the rub. If you write a a performant kernel optimized for some platform architecture, it will assuredly run much slower on another architecture. For instance, code optimized for performance on a graphics/compute card will possibly run slower on a CPU than standard serial code. In the past most portable computing solutions were &#8220;write once, and recompile everywhere&#8221;. In this case it is worse. For OpenCL it becomes &#8220;write once, and rewrite everywhere&#8221;. With this in mind I believe the biggest positive of OpenCL is the idea of a single API for all platforms. Even this is an unsure proposition taking into account the support for native kernels in OpenCL. Who knows, perhaps just-in-time compilation can make all this work. I for one am not holding my breath.</p>
]]></content:encoded>
			<wfw:commentRss>http://oldghost.org/?feed=rss2&amp;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro</title>
		<link>http://oldghost.org/?p=13</link>
		<comments>http://oldghost.org/?p=13#comments</comments>
		<pubDate>Thu, 11 Jun 2009 05:54:49 +0000</pubDate>
		<dc:creator>steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://oldghost.org/?p=13</guid>
		<description><![CDATA[These pages contain my ramblings and other possibly helpful information. I am a software engineer by trade and a guitar builder, guitar player, and skateboarder on an ever declining basis. I have been living in the Pacific Northwest for about 2 years now. After relocating here from Arizona, the environments could not be more different. [...]]]></description>
			<content:encoded><![CDATA[<p>These pages contain my ramblings and other possibly helpful information. I am a software engineer by trade and a guitar builder, guitar player, and skateboarder on an ever declining basis. I have been living in the Pacific Northwest for about 2 years now. After relocating here from Arizona, the environments could not be more different. I have been very happy with the move for the most part. I love all the trees and greenery and can&#8217;t get enough of it. I am even starting to get used to the 7-8 months of gray skies and rain. I graduated from ASU with a Master&#8217;s degree in Computer Science with a focus in Computer Graphics and Scientific Visualization. Since then I have done quite a bit of work in graphics and visualization. I have also done quite a bit in the fields of distributed computing and simulations as well as parallel programming. Please browse the pages here and feel free to contact me if you would like to comment or just want clarification on any information here. Enjoy!</p>
<p><a href="http://oldghost.org/wp-content/uploads/2009/06/image3.jpg"><img class="alignnone size-medium wp-image-12" src="http://oldghost.org/wp-content/uploads/2009/06/image3-300x225.jpg" alt="band" width="194" height="146" /></a><a href="http://oldghost.org/wp-content/uploads/2009/06/100_0535.jpg"><img class="alignnone size-medium wp-image-9" src="http://oldghost.org/wp-content/uploads/2009/06/100_0535-300x225.jpg" alt="skating" width="194" height="146" /></a></p>
<p><a href="http://oldghost.org/wp-content/uploads/2009/06/dsc_0009.jpg"><img class="alignnone size-medium wp-image-11" src="http://oldghost.org/wp-content/uploads/2009/06/dsc_0009-300x200.jpg" alt="home" width="219" height="146" /></a><a href="http://oldghost.org/wp-content/uploads/2009/06/DSC_0081.jpg"><img class="alignnone size-medium wp-image-54" title="DSC_0081" src="http://oldghost.org/wp-content/uploads/2009/06/DSC_0081-300x200.jpg" alt="DSC_0081" width="216" height="144" /></a></p>
<p><a href="http://oldghost.org/wp-content/uploads/2009/06/100_2296.jpg"><img class="alignnone size-medium wp-image-10" src="http://oldghost.org/wp-content/uploads/2009/06/100_2296-225x300.jpg" alt="guitars" width="165" height="219" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://oldghost.org/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
