<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.0" --><rss 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/" version="2.0">

<channel>
	<title>James Wynn</title>
	<link>http://jameswynn.com</link>
	<description>i am electric jesus</description>
	<pubDate>Fri, 25 Apr 2008 16:27:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jameswynn" type="application/rss+xml" /><item>
		<title>XBox 360 Development with XNA</title>
		<link>http://jameswynn.com/2008/03/xbox-360-development-with-xna/</link>
		<comments>http://jameswynn.com/2008/03/xbox-360-development-with-xna/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:22:17 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>gaming</dc:subject><dc:subject>programming</dc:subject><dc:subject>technology</dc:subject>
		<guid isPermaLink="false">http://jameswynn.com/2008/03/xbox-360-development-with-xna/</guid>
		<description><![CDATA[Not that its news, but XNA along with a membership to the XNA Creators Club allows developers to create games in a unified system for both Windows and XBox 360. Although XNA uses C#, which I personally had reservations against, it is actually quite easy to develop on and even fun to use.  XNA [...]]]></description>
			<content:encoded><![CDATA[<p>Not that its news, but <a title="XNA" href="http://www.xna.com">XNA </a>along with a membership to the <a title="XNA Creators Club" href="http://creators.xna.com">XNA Creators Club</a> allows developers to create games in a unified system for both Windows and XBox 360. Although XNA uses C#, which I personally had reservations against, it is actually quite easy to develop on and even fun to use.  XNA has now abated these reservations about C# and has persuaded me to try to port my project to the 360.</p>
<p>With sound, networking, a solid widely used gamepad interface, and excellent graphics capabilities the XNA platform seems ideal for small games development.  The only reservations still present are against the relative immaturity of the community (as opposed to <a title="Ogre Rendering Engine" href="http://ogre3d.org">Ogre</a>&#8217;s which is superb) and the lack of distribution mechanisms.  The distribution problem is slated to be resolved with a rating system within the developer community, but this just comes back to the other problem.</p>
<p>There is, still, a significant amount of community generated content for learning and using XNA, but I worry about the platform if it does not attract a higher concentration of mature developers. We shall see.
</p>
<p><!--cea564b3286f5ec79885822d5b2d80cc-->
</p>
<p><!--b204d43eec801f8bfcb03fe11469b061-->
</p>
Tags [<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> <a href="http://jameswynn.com/tag/programming/" rel="tag">programming</a> <a href="http://www.technorati.com/tag/programming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for programming"/></a><a href="http://del.icio.us/tag/programming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for programming"/></a> <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a> <a href="http://www.technorati.com/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for technology"/></a><a href="http://del.icio.us/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for technology"/></a> ]<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>, <a href="http://jameswynn.com/tag/programming/" rel="tag">programming</a>, <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2008/03/xbox-360-development-with-xna/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Late-Binding Data for Ogre</title>
		<link>http://jameswynn.com/2008/02/late-binding-data-for-ogre/</link>
		<comments>http://jameswynn.com/2008/02/late-binding-data-for-ogre/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 05:23:14 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>gaming</dc:subject><dc:subject>programming</dc:subject><dc:subject>technology</dc:subject>
		<guid isPermaLink="false">http://jameswynn.com/2008/02/late-binding-data-for-ogre/</guid>
		<description><![CDATA[The Feb &#8216;05 edition of Game Developer Magazine had an article titled &#8220;Late-Binding Data&#8221; and described an extremely useful mechanism for automatically reloading data into a game engine dynamically when the data has been changed.  It detects when a file has been updated and repopulates the data throughout the system.  So, an image/model can be [...]]]></description>
			<content:encoded><![CDATA[<p>The Feb &#8216;05 edition of <a title="Game Developer Magazine" href="http://www.gdmag.com">Game Developer Magazine</a> had an article titled &#8220;<a title="Late-Binding Data by Sean Barrett" href="http://www.gdmag.com/archive/feb05.htm">Late-Binding Data</a>&#8221; and described an extremely useful mechanism for automatically reloading data into a game engine dynamically when the data has been changed.  It detects when a file has been updated and repopulates the data throughout the system.  So, an image/model can be exported from some other program and the results will be immediately visible in the game. No reloading!</p>
<p>This sounds like a huge time saver in the long run, but right now its turning into a significant time sink.  I figure if this functionality would be useful in my personal project, it would likely be valuable to others as well, so I&#8217;m going to try to integrate it into <a title="Ogre3D" href="http://www.ogre3d.org">Ogre</a>.  Should also prove a useful exercise in using Ogre as well.
</p>
Tags [<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> <a href="http://jameswynn.com/tag/programming/" rel="tag">programming</a> <a href="http://www.technorati.com/tag/programming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for programming"/></a><a href="http://del.icio.us/tag/programming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for programming"/></a> <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a> <a href="http://www.technorati.com/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for technology"/></a><a href="http://del.icio.us/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for technology"/></a> ]<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>, <a href="http://jameswynn.com/tag/programming/" rel="tag">programming</a>, <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2008/02/late-binding-data-for-ogre/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Distracted by Work</title>
		<link>http://jameswynn.com/2008/02/distracted-by-work/</link>
		<comments>http://jameswynn.com/2008/02/distracted-by-work/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 18:20:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>gaming</dc:subject><dc:subject>personal</dc:subject>
		<guid isPermaLink="false">http://jameswynn.com/2008/02/distracted-by-work/</guid>
		<description><![CDATA[Its been quite some time since the last post here and apparently even my gallery broke while I was away.  But that is now fixed and the site is seeing a few changes.  Hopefully the title graphic will even see an update and pull it away from the default image.
Its been a never [...]]]></description>
			<content:encoded><![CDATA[<p>Its been quite some time since the last post here and apparently even my gallery broke while I was away.  But that is now fixed and the site is seeing a few changes.  Hopefully the title graphic will even see an update and pull it away from the default image.</p>
<p>Its been a never ending onslaught of rushed deadlines and hurried fixes for the last several months, but now things are starting to calm down to a point where side projects can be addressed again.  <a title="McLarin Adventures" href="http://stardev.k20center.org">McLarin Adventures</a>, the game that has eaten up so very much of my time, is really starting to play and act like a game.  It has come a long ways since I joined the team a little over a year ago.  The lag on the UMPC has finally been sufficiently dealt with, and most of the stability bugs have been squashed.</p>
<p>It seems all the hard work has been rewarded as the entire team is going to the <a title="Game Developers Conference" href="http://www.gdconf.com">Game Developers Conference</a> this year. The game won&#8217;t be entered into the IGF this year, but it should be ready for &#8216;09 at which point there will hopefully be a Serious Games division. In the mean time though, San Fransisco will be a relaxing change and the opportunity to network with more industry people should prove quite entertaining.
</p>
<p><!--2896cfb4979368e17af2add25c6b5776-->
</p>
Tags [<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> <a href="http://jameswynn.com/tag/personal/" rel="tag">personal</a> <a href="http://www.technorati.com/tag/personal" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for personal"/></a><a href="http://del.icio.us/tag/personal" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for personal"/></a> ]<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>, <a href="http://jameswynn.com/tag/personal/" rel="tag">personal</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2008/02/distracted-by-work/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>My Article in the Oklahoman</title>
		<link>http://jameswynn.com/2007/07/my-article-in-the-oklahoman/</link>
		<comments>http://jameswynn.com/2007/07/my-article-in-the-oklahoman/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 14:20:55 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>gaming</dc:subject><dc:subject>literature</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/07/my-article-in-the-oklahoman/</guid>
		<description><![CDATA[Today, Adam Wilmoth of The Oklahoman did an article about me and getting into the game industry entitled &#8220;The job isn&#8217;t a game &#8230; it&#8217;s developing them.&#8221;
&#8220;The way I see it, on all real games, you&#8217;re trying to get across some idea,” Wynn said. &#8220;(Role Playing Games) try to get across various political struggles, or [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Adam Wilmoth of The Oklahoman did an article about me and getting into the game industry entitled <a title="The job isn't a game ... it's developing them" href="http://newsok.com/article/3093616/">&#8220;The job isn&#8217;t a game &#8230; it&#8217;s developing them.&#8221;</a></p>
<blockquote><p>&#8220;The way I see it, on all real games, you&#8217;re trying to get across some idea,” Wynn said. &#8220;(Role Playing Games) try to get across various political struggles, or something philosophical. I think you&#8217;re always learning something in a game, even if it&#8217;s just combat and layouts.</p>
<p>&#8220;We&#8217;re just taking it a little bit further where the processes you&#8217;re learning in the game aren&#8217;t just applicable in the game. You can use them in real life.”</p>
</blockquote>
<p>It&#8217;s always entertaining to have your opinions syndicated.
</p>
<p><!--4723c72e9bd13b782274c168235cbb65-->
</p>
<p><!--2d4c6fd669285c0c19b35c273b0bc31d-->
</p>
<p><!--dc66b01b77bfcb82a824182f51382eed-->
</p>
Tags [<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> <a href="http://jameswynn.com/tag/literature/" rel="tag">literature</a> <a href="http://www.technorati.com/tag/literature" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for literature"/></a><a href="http://del.icio.us/tag/literature" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for literature"/></a> ]<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>, <a href="http://jameswynn.com/tag/literature/" rel="tag">literature</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/07/my-article-in-the-oklahoman/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Compassion of Atheists</title>
		<link>http://jameswynn.com/2007/04/compassion-of-atheists/</link>
		<comments>http://jameswynn.com/2007/04/compassion-of-atheists/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 13:19:41 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>atheism</dc:subject><dc:subject>religion</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/04/compassion-of-atheists/</guid>
		<description><![CDATA[You may or may not have read Dinesh D&#8217;Souza&#8217;s article, in reference to the Virgina tragedy, asking where Atheism is &#8220;when bad things happen.&#8221;  Despite this article&#8217;s poor quality and flawed/skewed perception, it has sparked a brilliant article about Atheism and compassion.  It shows a excellent complement to the logic of Dawkins, who seems to [...]]]></description>
			<content:encoded><![CDATA[<p>You may or may not have read <a title="Where is Atheism when Bad Things Happen?" href="http://newsbloggers.aol.com/2007/04/18/where-is-atheism-when-bad-things-happen/">Dinesh D&#8217;Souza&#8217;s article</a>, in reference to the Virgina tragedy, asking where Atheism is &#8220;when bad things happen.&#8221;  Despite this article&#8217;s poor quality and flawed/skewed perception, it has sparked a brilliant <a title="Dinesh D'Souza, Atheism, Virginia Tech" href="http://www.dailykos.com/story/2007/4/19/18451/0971">article about Atheism and compassion</a>.  It shows a excellent complement to the logic of Dawkins, who seems to get so much press.</p>
<p>D&#8217;Souza asks why no one asks Atheists to speak at tragic events, and I too question this.   Why do people look for supernatural comfort?  Why is faith in your fellow man not enough?  Perhaps this is a poor time to speak of &#8220;faith in your fellow man,&#8221; after the acts of a sociopath, but how could the explanation of <span style="font-style: italic">supernatural evil</span> be any more comforting than the idea that it is just one disturbed individual.
</p>
<p><!--7096ab5b6c2f20c562f4b125861242c6-->
</p>
<p><!--8f3d148e620d9269e39d0f9a6df442e5-->
</p>
<p><!--13043f02c3901c1eca0d4daf9601b861-->
</p>
Tags [<a href="http://jameswynn.com/tag/atheism/" rel="tag">atheism</a> <a href="http://www.technorati.com/tag/atheism" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for atheism"/></a><a href="http://del.icio.us/tag/atheism" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for atheism"/></a> <a href="http://jameswynn.com/tag/religion/" rel="tag">religion</a> <a href="http://www.technorati.com/tag/religion" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for religion"/></a><a href="http://del.icio.us/tag/religion" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for religion"/></a> ]<a href="http://jameswynn.com/tag/atheism/" rel="tag">atheism</a>, <a href="http://jameswynn.com/tag/religion/" rel="tag">religion</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/04/compassion-of-atheists/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Americans Dumber than Ever</title>
		<link>http://jameswynn.com/2007/03/americans-dumber-than-ever/</link>
		<comments>http://jameswynn.com/2007/03/americans-dumber-than-ever/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 23:55:09 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>education</dc:subject><dc:subject>politics</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/03/americans-dumber-than-ever/</guid>
		<description><![CDATA[VDare has an article giving yet more exposure to what many have already noticed, but too few have tried to do anything about. Public education is a farce, and the industry knows it.  Test scores are falling, standards are sinking, and the budget is increasing. It&#8217;s obvious that the current measures being taken by the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Dumbing-Down of America" href="http://www.vdare.com/buchanan/070305_education.htm">VDare </a>has an article giving yet more exposure to what many have already noticed, but too few have tried to do anything about. Public education is a farce, and the industry knows it.  Test scores are falling, standards are sinking, and the budget is increasing. It&#8217;s obvious that the current measures being taken by the DoE are inadequate if not malformed. If raising standards for students and giving more money to teachers is not fixing the problem, perhaps we should try raising the standards for teachers.</p>
<p>Force teachers to compete for their salaries; their pay would be based directly on the success of their students. If only 10% of their students are proficient in the requisite material, then the teacher makes less than a burger flipper, but can climb to higher paying salaries by improving their students&#8217; performance. Many schools already participate in a testing system, why not use this as the basis for their funding?</p>
<p>Education NEEDS to be competitive, our educational standards are embarrassingly low internationally. If future generations are really going to clean up all the mess that the current are creating they need to be as well educated as possible, else we are all of us doomed.
</p>
<p><!--39c95e517dc8b4688c4f62cb53eb88a4-->
</p>
<p><!--237ca0511613f7ea0c3018937d206d4f-->
</p>
<p><!--1ebb3a7bb1aa74babeaa39c5bf9195ee-->
</p>
Tags [<a href="http://jameswynn.com/tag/education/" rel="tag">education</a> <a href="http://www.technorati.com/tag/education" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for education"/></a><a href="http://del.icio.us/tag/education" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for education"/></a> <a href="http://jameswynn.com/tag/politics/" rel="tag">politics</a> <a href="http://www.technorati.com/tag/politics" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for politics"/></a><a href="http://del.icio.us/tag/politics" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for politics"/></a> ]<a href="http://jameswynn.com/tag/education/" rel="tag">education</a>, <a href="http://jameswynn.com/tag/politics/" rel="tag">politics</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/03/americans-dumber-than-ever/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Madden 2007 Sucks</title>
		<link>http://jameswynn.com/2007/03/madden-2007-sucks/</link>
		<comments>http://jameswynn.com/2007/03/madden-2007-sucks/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 19:48:20 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>gaming</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/03/madden-2007-sucks/</guid>
		<description><![CDATA[Granted I&#8217;m not a huge fan of football video games, but this one really stinks. I&#8217;m not the type of person that would go out of his way to play one of these, much less spend money on one. I only have it because EA gave it to me for free.
As a video game itself, [...]]]></description>
			<content:encoded><![CDATA[<p>Granted I&#8217;m not a huge fan of football video games, but this one really stinks. I&#8217;m not the type of person that would go out of his way to play one of these, much less spend money on one. I only have it because EA gave it to me for free.</p>
<p>As a video game itself, it falls short.  The input is laggy, the menus are convoluted, and the gameplay could use some work.  The only things that really seemed polished are the character animation and sound, but even some of the sounds seem out of place. If this is really the result of about 8 years/iterations of these games, I&#8217;m really quite puzzled by both the fact that it continues to sell and the fact that EA managed to get exclusive rights with it.</p>
<p>On a scale of 1 to 10, including gameplay and polish, I would give this game perhaps a Suck minus.
</p>
Tags [<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> ]<a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/03/madden-2007-sucks/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Game Developer’s Conference 2007, recap</title>
		<link>http://jameswynn.com/2007/03/game-developers-conference-2007-recap/</link>
		<comments>http://jameswynn.com/2007/03/game-developers-conference-2007-recap/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 19:26:57 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>drunk</dc:subject><dc:subject>gaming</dc:subject><dc:subject>personal</dc:subject><dc:subject>technology</dc:subject><dc:subject>travel</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/03/game-developers-conference-2007-recap/</guid>
		<description><![CDATA[So, I attended the Game Developer&#8217;s Conference 2007 in San Fransisco. Was a rather good time. Hanging out with tons of people who love making games, playing games, and drinking. It hadn&#8217;t occurred to me that game developers would be notorious binge drinkers, but it really makes since after some thinking. After all the sessions [...]]]></description>
			<content:encoded><![CDATA[<p>So, I attended the Game Developer&#8217;s Conference 2007 in San Fransisco. Was a rather good time. Hanging out with tons of people who love making games, playing games, and drinking. It hadn&#8217;t occurred to me that game developers would be notorious binge drinkers, but it really makes since after some thinking. After all the sessions ended, if everyone didn&#8217;t go to an after-party to get smashed on free booze, we just wandered around the expo center and pillaged the free beer from the studios/vendors.  A good time was had by all.</p>
<p>I shook the hand of the man who invented Tetris, saw Shigeru Miyamoto talk about Mario, and Eiji Aonuma talk about Zelda (both of these talks were nothing less than spectacular), and met the directors/developers of many studios who make some of my favorite games.  Most of the vendors/studios were giving out tons of swag; picked up numerous t-shirts, mugs, stickers, etc.  One of the things I got was a free copy of Madden 2007, which I will rant about later.</p>
<p>After talking to many recruiters and other developers I&#8217;m feeling much more marketable now.  Not necessarily in comparison to them, but in comparison to what they are looking for.  It really puts the industry in to a slightly more friendly and tractable perspective.</p>
<p>In short, the conference was an absolute blast. Will definitely have to make it a habit.
</p>
<p><!--f121acdc6cf453df91ae1916f6a947af-->
</p>
<p><!--7c16f8f3f4e2b10705e0faf7a751a490-->
</p>
<p><!--be3193aa9a49a74903ae007fa5b7c361-->
</p>
Tags [<a href="http://jameswynn.com/tag/drunk/" rel="tag">drunk</a> <a href="http://www.technorati.com/tag/drunk" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for drunk"/></a><a href="http://del.icio.us/tag/drunk" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for drunk"/></a> <a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a> <a href="http://www.technorati.com/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for gaming"/></a><a href="http://del.icio.us/tag/gaming" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for gaming"/></a> <a href="http://jameswynn.com/tag/personal/" rel="tag">personal</a> <a href="http://www.technorati.com/tag/personal" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for personal"/></a><a href="http://del.icio.us/tag/personal" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for personal"/></a> <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a> <a href="http://www.technorati.com/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for technology"/></a><a href="http://del.icio.us/tag/technology" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for technology"/></a> <a href="http://jameswynn.com/tag/travel/" rel="tag">travel</a> <a href="http://www.technorati.com/tag/travel" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for travel"/></a><a href="http://del.icio.us/tag/travel" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for travel"/></a> ]<a href="http://jameswynn.com/tag/drunk/" rel="tag">drunk</a>, <a href="http://jameswynn.com/tag/gaming/" rel="tag">gaming</a>, <a href="http://jameswynn.com/tag/personal/" rel="tag">personal</a>, <a href="http://jameswynn.com/tag/technology/" rel="tag">technology</a>, <a href="http://jameswynn.com/tag/travel/" rel="tag">travel</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/03/game-developers-conference-2007-recap/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Americans Love Being Fat</title>
		<link>http://jameswynn.com/2007/01/americans-love-being-fat/</link>
		<comments>http://jameswynn.com/2007/01/americans-love-being-fat/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 03:16:51 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>health</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/01/americans-love-being-fat/</guid>
		<description><![CDATA[For far too long American&#8217;s have been obese.  In fact, until recently, America was the #1 fattest country in the world.  In a culture that should be enlightened enough to realize that girth does not equate to wealth, it seems that people still think that &#8220;being heavy&#8221; is acceptable, if not a little [...]]]></description>
			<content:encoded><![CDATA[<p>For far too long American&#8217;s have been obese.  In fact, until recently, America was the #1 fattest country in the world.  In a culture that should be enlightened enough to realize that girth does not equate to wealth, it seems that people still think that &#8220;being heavy&#8221; is acceptable, if not a little desirable.  Numerous times, people have said to me, &#8220;You&#8217;re too skinny&#8221; or &#8220;Eat a hamburger!&#8221;  Yet, I am still technically over weight!</p>
<p>Our culture has <span style="font-weight: bold">BRAINWASHED </span>itself into thinking that <span style="font-weight: bold">BEING FAT</span> is <span style="font-weight: bold">NORMAL</span>!  Does this make any sense?  Fat people have shorter lives, suffer poorer health, and have less energy than do people in good condition.  Why would anyone accept a <span style="font-weight: bold">lesser</span> life when presented with opportunity to be healthy?  Several explanations jump to mind: laziness, apathy, masochism.  Unless they have a serious issue that is effecting their health in general, there is absolutely no reason for this.  And <span style="font-weight: bold">no</span> obesity is not some sort of disability.  If it is, its only on so much as stupidity.</p>
<p>Many of the few that actually realize that their state is not optimal, nor desirable choose to try to better themselves, however pitifully it is.  Not all, but many seem to just not realize how the body works.  They think just by eating less, or eating almost an arbitrary selection of food will help them lose weight.  This might work for a lucky few, and by &#8220;lucky few&#8221; I mean about 0.0001% of those who try, which effectively makes it an urban legend.  The real key here is to actually exercise.  I&#8217;m not referring to the TV gimmicks of dancing around with some strange contraption for 20 minutes a day.  No, actual exercise.  Running, biking, swimming, jumping rope.  And do it for at least 1 to 2 hours per day.  Drastic?  No.  How much TV does the average American watch per day?  Probably more than 1 to 2 hours, during which time they are likely getting fatter.</p>
<p>Another issue that is holding back our sad and inept fellow Americans is the bureaucracy.  This isn&#8217;t an attack on corporate America.  Its an attack on human nature, because bureaucracy is an extension of human nature.  Companies put all sorts of unhealthy material in food: high fructose corn syrup, caffeine, trans-fats, etc.  They put these in there for two reasons.  One, its cheaper.  It saves them money so they can put out more product and gain more profit.  There is nothing wrong with this, its the way capitalism works.  Deal with it.  Two, it makes the consumer want the unhealthy product more.  The problems with this are so obvious they hardly need to be pointed out.  The real problem is when these companies push to make these chemicals legal.  High fructose corn syrup for example is the sweetener in almost 90% of the food the average American consumes.  This chemical is little used outside of America because of the health hazard that it creates.  There are actually healthy alternatives to HFCS that are used throughout the world, but are illegal in the US.  The FDA banned them for being hazardous in spite of the fact that there were no documented health risks.  The reasons, presumably are to protect corn farmers and keep money in the US.  This seems to fall outside of the FDA&#8217;s jurisdiction.  And the most important reason: HFCS suppresses the bodies natural ability to feel satiated after eating.  It inhibits the stomach and convinces the brain to keep eating.  Rampant consumerism is the answer.</p>
<p>In recap, most fat people are brainwashed victims of their own stupidity and need to read some information about health, look at the outside world, stop eating fast food, and above all else turn off the TV and exercise.
</p>
<p><!--cf6144e3e41b94b3a21eea116c44d4a0-->
</p>
<p><!--0cb8417a96c6371c084c02946f86fc8a-->
</p>
Tags [<a href="http://jameswynn.com/tag/health/" rel="tag">health</a> <a href="http://www.technorati.com/tag/health" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for health"/></a><a href="http://del.icio.us/tag/health" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for health"/></a> ]<a href="http://jameswynn.com/tag/health/" rel="tag">health</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/01/americans-love-being-fat/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>A Decent Alternative</title>
		<link>http://jameswynn.com/2007/01/a-decent-alternative/</link>
		<comments>http://jameswynn.com/2007/01/a-decent-alternative/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 14:02:18 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject><dc:subject>dreams</dc:subject><dc:subject>travel</dc:subject>
		<guid isPermaLink="false">http://www.jameswynn.com/2007/01/a-decent-alternative/</guid>
		<description><![CDATA[I just had the greatest dream ever.  A simple dream.  The dream of the worker.  I threw all responsibility to the wind, ditched everything and without a word to anyone flew half-way across the world to live in a tiny little apartment in the middle of Japan.  I hadn&#8217;t given this much thought until now, [...]]]></description>
			<content:encoded><![CDATA[<p>I just had the greatest dream ever.  A simple dream.  The dream of the worker.  I threw all responsibility to the wind, ditched everything and without a word to anyone flew half-way across the world to live in a tiny little apartment in the middle of Japan.  I hadn&#8217;t given this much thought until now, but its looking increasingly attractive.  Damn responsibility. Damn obligations. Damn The Man. Risky? Sure, but whats life without risk?
</p>
<p><!--37610ff28d1c77e0b72895c63e384390-->
</p>
<p><!--cd2217c84b10e1f536f6387746b87bfd-->
</p>
Tags [<a href="http://jameswynn.com/tag/dreams/" rel="tag">dreams</a> <a href="http://www.technorati.com/tag/dreams" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for dreams"/></a><a href="http://del.icio.us/tag/dreams" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for dreams"/></a> <a href="http://jameswynn.com/tag/travel/" rel="tag">travel</a> <a href="http://www.technorati.com/tag/travel" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/technoratiicon.jpg" alt="Technorati tag page for travel"/></a><a href="http://del.icio.us/tag/travel" rel="tag"><img src="http://jameswynn.com/wp-content/plugins/UltimateTagWarrior/deliciousicon.jpg" alt="del.icio.us tag page for travel"/></a> ]<a href="http://jameswynn.com/tag/dreams/" rel="tag">dreams</a>, <a href="http://jameswynn.com/tag/travel/" rel="tag">travel</a>]]></content:encoded>
			<wfw:commentRSS>http://jameswynn.com/2007/01/a-decent-alternative/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
