<?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>Spazghost.com</title>
	<atom:link href="http://blog.spazghost.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.spazghost.com</link>
	<description>My semi-conscious stream of consciousness</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Birthday&#8230; Again</title>
		<link>http://blog.spazghost.com/?p=115</link>
		<comments>http://blog.spazghost.com/?p=115#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:00:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=115</guid>
		<description><![CDATA[So I turn 20 on Monday, August 30 2010. And it just dawned on me that in 3 days, I will no longer be a teenager&#8230; How am I supposed to whine about how hard my life is and how my parents just don&#8217;t understand me?! Oh wait, Facebook. Nevermind]]></description>
			<content:encoded><![CDATA[<p>So I turn 20 on Monday, August 30 2010. And it just dawned on me that in 3 days, I will no longer be a teenager&#8230; How am I supposed to whine about how hard my life is and how my parents just don&#8217;t understand me?! Oh wait, Facebook. Nevermind.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plex Recruiting Video</title>
		<link>http://blog.spazghost.com/?p=113</link>
		<comments>http://blog.spazghost.com/?p=113#comments</comments>
		<pubDate>Mon, 09 Aug 2010 15:10:47 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Plex]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=113</guid>
		<description><![CDATA[Awesome new recruitment video for my place of employment!]]></description>
			<content:encoded><![CDATA[<p>Awesome new recruitment video for my place of employment!</p>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/lZsyM6u_LsY"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="never"></param><param name="allownetworking" value="internal"></param><param name="flashvars" value="" /><embed src="http://www.youtube.com/v/lZsyM6u_LsY" type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" allowfullscreen="true" width="425" height="344" flashvars=""></embed></object>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do people use MySQL again?</title>
		<link>http://blog.spazghost.com/?p=111</link>
		<comments>http://blog.spazghost.com/?p=111#comments</comments>
		<pubDate>Fri, 06 Aug 2010 17:40:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=111</guid>
		<description><![CDATA[I haven’t worked with MySQL in quite a while, and lately I have been doing heavy amounts of Transact SQL programming with MSSQL for my work. So when a friend of mine asks me a question about a MySQL query he wrote and I reply with “Well, what does the execution plan look like?”, I ]]></description>
			<content:encoded><![CDATA[<p>I haven’t worked with MySQL in quite a while, and lately I have been doing heavy amounts of Transact SQL programming with MSSQL for my work. So when a friend of mine asks me a question about a MySQL query he wrote and I reply with “Well, what does the execution plan look like?”, I was rather surprised when he reminded me that execution plans in MySQL are all determined at runtime by the MySQL optimizer so they are semi random. I asked him to explain and he did, and what he described absolutely boggled my mind as to why people tolerate MySQL.</p>
<p>Now, correct me if I’m wrong with this but, with MySQL there is no way to create stored procedures like you can with MSSQL (Stored procedures are basically queries that are optimized and compiled and stored as database objects that you can execute and pass variables into, sort of like UDF’s except they aren’t performance hogs like UDF’s are). This means that all of the MySQL queries are essentially inline SQL in whatever code you are developing, and have to be optimized and compiled at runtime (This also can cause problems for code maintenance if you have similar queries that are spread over say 20 different files, although this can be made easier if you use some sort of SQL query handler object that builds the simpler queries based on arrays of data you pass to it). Now, as my friend explained, the problem with MySQL is that the optimizer will sometimes look at the records and if it determines that enough of the data is similar in a certain column it will ignore the index entirely. This basically results in semi-random execution plans since the index might change based off of the records being used.</p>
<p>I tried to find some articles online that explain similar issues to this with MySQL but I was unable to, but if this is true I might have to avoid using MySQL in the future because having to deal with that would be a nightmare.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=111</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know your blog is inactive when&#8230;</title>
		<link>http://blog.spazghost.com/?p=101</link>
		<comments>http://blog.spazghost.com/?p=101#comments</comments>
		<pubDate>Fri, 16 Jul 2010 12:11:31 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Emerald]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=101</guid>
		<description><![CDATA[You know your blog is inactive when you forget your password to login, amirite? Anyway. Sort of update since I&#8217;m doing a lot of new things right now. I had quit my coop with Beaumont Hospitals and got a new one with Plex Online, a company in Auburn Hills that develops manufacturing ERP software. It&#8217;s ]]></description>
			<content:encoded><![CDATA[<p>You know your blog is inactive when you forget your password to login, amirite?</p>
<p>Anyway. Sort of update since I&#8217;m doing a lot of new things right now. I had quit my coop with Beaumont Hospitals and got a new one with Plex Online, a company in Auburn Hills that develops manufacturing ERP software. It&#8217;s really fun and a hell of a lot more challenging than my last job. My ability with SQL has increased significantly in the few weeks I&#8217;ve been working.</p>
<p>Somewhat related to this, I have also decided to officially leave the Emerald development team. I haven&#8217;t made any significant contributions to the project in some time, and to be honest I am finding it hard to make time for it. It&#8217;s not that I don&#8217;t have the time, it&#8217;s just that I&#8217;ve lost interest in the project and I haven&#8217;t really like the direction that it&#8217;s been going lately. Instead, I am going to try to start working on more web based applications. Expect to hear more on this soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chartbeat</title>
		<link>http://blog.spazghost.com/?p=98</link>
		<comments>http://blog.spazghost.com/?p=98#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:16:53 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Chartbeat]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=98</guid>
		<description><![CDATA[I stumbled across this today, basically allows real time monitoring of all the visitors on your website, what pages they are viewing, even what portion of the page they are scrolled down to. It&#8217;s way too cool. http://chartbeat.com]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this today, basically allows real time monitoring of all the visitors on your website, what pages they are viewing, even what portion of the page they are scrolled down to. It&#8217;s way too cool.</p>
<p>http://chartbeat.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maybe the space lance!</title>
		<link>http://blog.spazghost.com/?p=90</link>
		<comments>http://blog.spazghost.com/?p=90#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:49:15 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Anime]]></category>
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=90</guid>
		<description><![CDATA[Oh, it slipped!]]></description>
			<content:encoded><![CDATA[<p>Oh, it slipped!</p>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MURDGxx7FJo"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="never"></param><param name="allownetworking" value="internal"></param><param name="flashvars" value="" /><embed src="http://www.youtube.com/v/MURDGxx7FJo" type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" allowfullscreen="true" width="425" height="344" flashvars=""></embed></object>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mandatory Yearly Post</title>
		<link>http://blog.spazghost.com/?p=83</link>
		<comments>http://blog.spazghost.com/?p=83#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:37:12 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Real Life]]></category>
		<category><![CDATA[Fallen Earth]]></category>
		<category><![CDATA[Kettering University]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=83</guid>
		<description><![CDATA[School terms at Kettering seem to always draw my attention away from things like this blog, but last semester was particularly nasty&#8230; so here is a brief rundown of what I&#8217;ve been doing for the last 4 months or so. I completed my Sophomore 1 term at Kettering. It was by far my most difficult ]]></description>
			<content:encoded><![CDATA[<p>School terms at Kettering seem to always draw my attention away from things like this blog, but last semester was particularly nasty&#8230; so here is a brief rundown of what I&#8217;ve been doing for the last 4 months or so.</p>
<p>I completed my Sophomore 1 term at Kettering. It was by far my most difficult term at Kettering, and there were many times during the term that I felt that I might be at risk of failing some of my classes. The term was so stressful that I actually started smoking rather frequently during the term (I have since quit, and am going to try to avoid starting again next term). Overall I ended up doing rather well, with finals going smoothly. I haven&#8217;t received my grades yet but I should be in a few days.</p>
<p>The stress of the school term also caused me to go back to MMO gaming. I reactivated my EVE Online accounts, and started playing again, more serious than ever. However I quickly got tired of this again, and deactivated my subscription a few days ago and picked up a fairly new MMO, Fallen Earth. </p>
<p>Fallen Earth is a post apocalyptic MMORPG/FPS set in Nevada. The graphics engine is not incredibly detailed, but for an MMO it is very good. I also enjoy the way that they implemented tradeskills as well as &#8216;classes&#8217;. You don&#8217;t actually have a defined class, but your role is defined by stat and skill distributions that you put points into using ability points, which you earn 2 of every 1/10th of a level. What has diffidently sold me on the game though is how incredibly vast the game world is. There is no &#8216;fast travel&#8217; system, and you have to ride everywhere on horse or the motor vehicle mounts that you can get. I have been playing 4 days and have probably seen only 20-30% of the first area or sector. And there are 3 sectors currently in the game. In addition the developers have the game planned out to go up to 9 sectors, each one very large, with the last 4 sectors being completely empty and designed to house the player cities that are planned for endgame. I highly recommend you try this game if you are looking for a new MMO as it currently has a free trial.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One year older&#8230;</title>
		<link>http://blog.spazghost.com/?p=77</link>
		<comments>http://blog.spazghost.com/?p=77#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:31:30 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=77</guid>
		<description><![CDATA[My birthday was yesterday I&#8217;m a year older now. I don&#8217;t feel older though&#]]></description>
			<content:encoded><![CDATA[<p>My birthday was yesterday <img src='http://blog.spazghost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m a year older now. I don&#8217;t feel older though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated my portfolio</title>
		<link>http://blog.spazghost.com/?p=72</link>
		<comments>http://blog.spazghost.com/?p=72#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:46:04 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=72</guid>
		<description><![CDATA[I finally got around to updating my portfolio,  located on the root of this domain:  http://www.spazghost.com Redid some of the text and put up new pictures. Fun stuff. My birthday is this Sunday, I&#8217;m getting old]]></description>
			<content:encoded><![CDATA[<p>I finally got around to updating my portfolio,  located on the root of this domain:  <a href="http://www.spazghost.com/">http://www.spazghost.com</a></p>
<p>Redid some of the text and put up new pictures.</p>
<p>Fun stuff.</p>
<p>My birthday is this Sunday, I&#8217;m getting old.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Long Needed Update</title>
		<link>http://blog.spazghost.com/?p=70</link>
		<comments>http://blog.spazghost.com/?p=70#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:39:05 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[D20 Girls]]></category>
		<category><![CDATA[Emerald]]></category>
		<category><![CDATA[Kettering University]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Sigma Nu]]></category>

		<guid isPermaLink="false">http://blog.spazghost.com/?p=70</guid>
		<description><![CDATA[Wow, it really has been a while since I&#8217;ve updated this. A lot of things have happened in the last 3 months. I finished my Freshman year at Kettering University, and was actually able to survive my Freshman 2 term, and raise my GPA in the process (not bad considering some of the classes I ]]></description>
			<content:encoded><![CDATA[<p>Wow, it really has been a while since I&#8217;ve updated this.</p>
<p>A lot of things have happened in the last 3 months. I finished my Freshman year at Kettering University, and was actually able to survive my Freshman 2 term, and raise my GPA in the process (not bad considering some of the classes I was taking last term are hellish in difficulty).</p>
<p>I&#8217;ve been getting much more involved with photography lately, invested some of the money I&#8217;ve been earning doing freelance PHP development into some new equipment. I purchased a new lens, a Sigma 17-70mm Macro lens with a focal length of 2.8-4.5. It&#8217;s a really great lens and for 350$ it was an excellent upgrade from the kit lenses that I was using previously. I also had the good fortune to become friends with Jack Stewart, the founder of the <a href="http://www.ohiogamers.org/" target="_blank">Ohio Gamers Organization</a>. He also runs a modeling group called the <a href="http://www.d20girls.com/" target="_blank">D20 Girls Project</a>, which he has given me the opportunity to do photography for, despite my lack of experience with professional studio photography. With that opportunity combined with the fact that I&#8217;m the primary photographer for Sigma Nu Eta Mu chapter and that I&#8217;m beginning to do photography for the Kettering school paper, <em>The Technician</em>: Photography is slowly becoming more than just a hobby for me.</p>
<p>I mentioned above that I am the photographer for Sigma Nu Eta Mu chapter. I had the good fortune to meet the members of the chapter my Freshman 1 term at Kettering, and last term I become a brother of Sigma Nu. I&#8217;m looking forward to where things go in the coming years as I take on the role of Recorder and Historian for the chapter. Photos of Sigma Nu related events can be found on my Flickr, and later on the Eta Mu chapter&#8217;s own Flickr account once I take the time to move the photos over from my own gallery.</p>
<p>Other than that, and dealing with school, I&#8217;ve been keeping busy doing application development. I started working with C++ more, and have been messing around with the Second Life™ client source, mostly working on the <em>Emerald Greenlife</em> client with the other members of the Modular Systems team. Emerald can be found at the <a href="http://www.modularsystems.sl/" target="_blank">Modular Systems</a> website.</p>
<p>I&#8217;ll try to keep this blog updated for the 2-5 people who actually read it (if even that). So look for some more updates in the next few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spazghost.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
