<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rantings From An Eclectomaniac</title>
	<atom:link href="http://eclectomaniac.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclectomaniac.wordpress.com</link>
	<description>Exploring Seeming Unrelated Connections For My Own Amusement.</description>
	<lastBuildDate>Fri, 29 Aug 2008 00:29:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eclectomaniac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rantings From An Eclectomaniac</title>
		<link>http://eclectomaniac.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eclectomaniac.wordpress.com/osd.xml" title="Rantings From An Eclectomaniac" />
	<atom:link rel='hub' href='http://eclectomaniac.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Leopard Email Stationery</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/29/leopard-email-stationery/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/29/leopard-email-stationery/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 00:29:43 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=59</guid>
		<description><![CDATA[Wow, This one drove me crazy for a while. There&#8217;s a really good tutorial on macosxhints, but I couldn&#8217;t make it work. Allegedly Apple has documentation at: http://developer.apple.com/documentation/AppleApplications/Conceptual/MailArticles/ Now having said all of that. Here is how *I* did it. Create a Contents Folder to hold your project. Create a Resources Folder inside your Contents [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=59&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow,</p>
<p>This one drove me crazy for a while.  There&#8217;s a really good tutorial on <a href="http://www.macosxhints.com/article.php?story=20071027225621868">macosxhints</a>, but I couldn&#8217;t make it work.  Allegedly Apple has documentation at: <a href="http://developer.apple.com/documentation/AppleApplications/Conceptual/MailArticles/">http://developer.apple.com/documentation/AppleApplications/Conceptual/MailArticles/</a></p>
<p>Now having said all of that.  Here is how *I* did it.</p>
<ol>
<li>Create a <strong><code>Contents</code></strong> Folder to hold your project.</li>
<li>Create a <strong><code>Resources</code></strong> Folder inside your <strong><code>Contents</code></strong> Folder.</li>
<li>Create a <strong><code>content.html</code></strong> file inside the <strong><code>Resources</code></strong> Folder.</li>
<li>Layout your HTML File.  You can use images (even background images) but just keep everything<br />
in your <strong><code>Resources</code></strong> Folder for simplicity.</li>
<li>I used inline styles to format everything.  I didn&#8217;t try to use a separate stylesheet, or<br />
<code>&lt;style&gt;</code> tags in my document.</li>
<li>Create a <code>Description.plist</code> using the Property Editor supplied with XCode.Inside the <code>Description.plist</code> create the following pairs:<br />
<table border="1" cellpadding="3">
<tbody>
<tr>
<th>Property List</th>
<th>Class</th>
<th>Value</th>
</tr>
<tr>
<td>HTML File</td>
<td>String</td>
<td>content.html</td>
</tr>
<tr>
<td>Display Name</td>
<td>String</td>
<td>My Stationery</td>
</tr>
<tr>
<td>Folder Name</td>
<td>String</td>
<td>My Stationery</td>
</tr>
<tr>
<td>Stationery ID</td>
<td>String</td>
<td>AFC42FAB-1760-49FF-A3F3-EB251E96254E</td>
</tr>
<tr>
<td>Thumbnail Image</td>
<td>String</td>
<td>thumbnail.png</td>
</tr>
</tbody>
</table>
</li>
<li>After you create the basic structure, create an <strong><code>Images</code></strong> Array.  then inside that array you will need one entry for each picture you reference in your <strong><code>content.html</code></strong> file.</li>
<li>If you used background images in your HTML file, then you also need to create a <strong><code>Background Images</code></strong> Array.  Just like the regular <strong><code>Images</code></strong> Array, you need one entry for every background image you used in the file.<br />
Here is what my working plist looked like when I was finished.<br />
<a href="http://eclectomaniac.files.wordpress.com/2008/08/picture-5.png"><br />
<img class="alignnone size-medium wp-image-60" src="http://eclectomaniac.files.wordpress.com/2008/08/picture-5.png?w=300&#038;h=173" alt="" width="300" height="173" /></a></li>
<li>With your <code>Description.plist</code> complete, you need to create a folder called <strong><br />
<code>English.lproj</code></strong> inside your <strong><code>Resources</code></strong> Folder.</li>
<li>Inside the <strong><code>English.lproj</code></strong> create a File Called: <strong><br />
<code>DisplayName.strings</code></strong>.  Originally I had a key/value pair in my <code>Descriptions.plist</code> But I couldn&#8217;t get that to work.  This did work.</li>
<li>Inside the <strong><code>DisplayName.strings</code></strong> file you need to put one line.
<pre><code>"Display Name" = "My Stationery";</code></pre>
</li>
<li>Save it.</li>
<li>The Last Step &#8211; Take the folder that contains the <code>Contents</code> /  <code>Resources</code> and label it <code>My Stationery.mailstationery</code></li>
</ol>
<h3>Installing it</h3>
<p>Allegedly, you can double click the <strong><code>My Stationery.mailstationery</code></strong> file and Mail will offer to install it.  I never got that to work.  In the end, I installed the stationery package by hand.  To do that, navigate to:</p>
<p><span style="color:#3300ff;"><code>/Library/Application Support/Apple/Mail/Stationery/Apple/Contents/Resources/</code></span></p>
<p>Copy your newly created stationery into the sub folder that makes the most sense to you.  For example, I put mine in:  <span style="color:#3300ff;"><code>./Stationery/Contents/Resources</code></span></p>
<p>Once you drop the file in there, I edited the<strong> <code>TableOfContenst.plist</code></strong> to add my stationery to the array.</p>
<h3>Some Hints</h3>
<p>My biggest trip-ups were in the plist file.  All those things are case sensitive.  Pay extra close attention to the key and value capitalization.</p>
<h3>What the Heck is a Stationery ID?</h3>
<p>It&#8217;s a unique string for the resource.   Run <span style="color:#3300ff;"><code>uuidgen</code></span> in the Terminal window to generate your own unique Stationery ID.  (At least unique for your mac).</p>
<p>While this is not comprehensive, this is the most direct path I took to get a custom html stationery running in Mac Mail.</p>
<h3>If you don&#8217;t have XCode</h3>
<p>You can also create the plist with a text editor, it is simply an xml file.  Here is mine as<br />
an example:</p>
<pre>﻿&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;plist version="1.0"&gt;
&lt;dict&gt;
	&lt;key&gt;Background Images&lt;/key&gt;
	&lt;array&gt;
		&lt;string&gt;background.gif&lt;/string&gt;
	&lt;/array&gt;
	&lt;key&gt;Display Name&lt;/key&gt;
	&lt;string&gt;Test Advantage Coupon&lt;/string&gt;
	&lt;key&gt;Folder Name&lt;/key&gt;
	&lt;string&gt;TACoupon&lt;/string&gt;
	&lt;key&gt;HTML File&lt;/key&gt;
	&lt;string&gt;content.html&lt;/string&gt;
	&lt;key&gt;Images&lt;/key&gt;
	&lt;array&gt;
		&lt;string&gt;trucktrailer.jpg&lt;/string&gt;
		&lt;string&gt;gametruck2.jpg&lt;/string&gt;
		&lt;string&gt;phone800.gif&lt;/string&gt;
	&lt;/array&gt;
	&lt;key&gt;Stationery ID&lt;/key&gt;
	&lt;string&gt;CFBE284A-C9D4-473B-80B9-1AFC8115C62C&lt;/string&gt;
	&lt;key&gt;Thumbnail Image&lt;/key&gt;
	&lt;string&gt;thumbnail.png&lt;/string&gt;
&lt;/dict&gt;
&lt;/plist&gt;</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=59&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/29/leopard-email-stationery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/picture-5.png?w=300" medium="image" />
	</item>
		<item>
		<title>MLB Sweetness</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/19/mlb-sweetness/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/19/mlb-sweetness/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 20:27:00 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Pop Culture]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=49</guid>
		<description><![CDATA[Last night I saw the coolest thing on-line. mlb.com gameday. Now I love baseball, and I also love data visualization. I love baseball for a whole bunch of reasons, but primarily because it is a turn based strategy game, my favorite kind of game. I love data visualization because I&#8217;m a big fan of anything [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=49&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night I saw the coolest thing on-line.  <a title="GameDay Blog" href="http://mlb.mlb.com/mlb/gameday/">mlb.com gameday</a>.  Now I love baseball, and I also love data visualization.  I love baseball for a whole bunch of reasons, but primarily because it is a turn based strategy game, my favorite kind of game.  I love data visualization because I&#8217;m a big fan of anything that helps lead to better deeper understanding of any problem.  Basically I like to solve problems and I like stuff that helps me learn how to solve problems.</p>
<div id="attachment_52" class="wp-caption aligncenter" style="width: 310px"><a href="http://eclectomaniac.files.wordpress.com/2008/08/gameday.gif"><img class="size-medium wp-image-52" src="http://eclectomaniac.files.wordpress.com/2008/08/gameday.gif?w=300&#038;h=286" alt="GameDay Screen Shot" width="300" height="286" /></a><p class="wp-caption-text">GameDay Screen Shot</p></div>
<p>Baseball is a form of problem solving.  The new Gameday application is a crazy way to better understand how to solve baseball problems.  In a nutshell what they have done is <em>insane</em>.  They are capturing the pitch trajectory in real time with 3 video cameras, analyzing the data and then converting the film into trajectory / location points ans streaming it over the web.  Yes a human (two actually) are still involved in the process (at least until they can integrate tracking markers into the player uniforms and bats &#8211; then they could get it down to one guy).  Never the less, that they can do this at all is amazing.</p>
<p>That they are willing to stream it across the internet for free blows me away.  This is seriously cool stuff.</p>
<p><span id="more-49"></span></p>
<p>So how does it show up in your world?  Through a nifty browser plug-in IN <strong>3D</strong>.  They actually let you rotate the camera around the path of the ball to get a better feel for how it actually is traveling through space.</p>
<p style="text-align:center;"><a href="http://eclectomaniac.files.wordpress.com/2008/08/gameday-trio.gif"><img class="size-full wp-image-53 aligncenter" src="http://eclectomaniac.files.wordpress.com/2008/08/gameday-trio.gif?w=450&#038;h=128" alt="" width="450" height="128" /></a></p>
<p>What&#8217;s more, now that the ball flight path is digitized they can apply real time analysis to tell what kind of pitch was thrown.  They can tell if it&#8217;s a breaking ball, a fast ball, you name it.  And they have invented two metrics to tell how much the pitch moves (PFX or pitch-f/x) and how much it breaks (BRK, or break).  They have found a way to quantify the split finger fast ball and apply metrics to curve balls.</p>
<p>Crazy.</p>
<p>What&#8217;s even more impressive is that they are archiving this stuff and providing it in historical games.  I&#8217;m having a ton of fun with it sitting down with my son and analyzing pitchers and their approach to certain batters.  It&#8217;s hard to watch an MLB game without it now.</p>
<p>It is amazing the creativity the internet has spawned.  That this is available for free, to any baseball fan with a computer and an internet connection is just incredible.  Check it out.  To find it head over to <a href="http://mlb.com">Mlb.com</a> and look for the little baseball diamond icon in the <img class="alignnone size-medium wp-image-54" src="http://eclectomaniac.files.wordpress.com/2008/08/gameday-icon.png?w=16&#038;h=16" alt="" width="16" height="16" /> next to the scores of active games.  If you check out todays scoreboard, there is a hyperlink for Gameday above each box score.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=49&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/19/mlb-sweetness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/gameday.gif?w=300" medium="image">
			<media:title type="html">GameDay Screen Shot</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/gameday-trio.gif" medium="image" />

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/gameday-icon.png?w=16" medium="image" />
	</item>
		<item>
		<title>Back To The Beginning</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/12/back-to-the-beginning/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/12/back-to-the-beginning/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 01:41:34 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=46</guid>
		<description><![CDATA[Things have come full circle for me.  I started out wanting to be a programmer, then I never wanted to program again and for almost 20 years I don&#8217;t think I wrote any serious code.  I&#8217;m more of a hacker really.  I don&#8217;t care about great architectures, or general purpose reusable design (though I love [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=46&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Things have come full circle for me.  I started out wanting to be a programmer, then I never wanted to program again and for almost 20 years I don&#8217;t think I wrote any serious code.  I&#8217;m more of a hacker really.  I don&#8217;t care about great architectures, or general purpose reusable design (though I love using that stuff if it&#8217;s really well thought out).  I just want to see something run.  I get data structures, and object oriented design. Abstraction and&#8230; some other third programming term I can&#8217;t think of.</p>
<h2>It&#8217;s Never Done</h2>
<p>I watched video game developers for about 10 years struggle with the problem of producing something awesome on time.  We produced stuff that was on time, but the sacrifices necessary to make it hit our date often left a trail of bruised egos and accusations a mile long.  No one was happy.  A good friend of mine (Adam Kraver of <a href="http://captivemotion.com">CaptiveMotion</a>) once said, &#8220;We could really make a great game if we didn&#8217;t have to ship it.&#8221;</p>
<p>So I took that as my excuse to just focus on getting something running.  I definately worked with people that took the time to design out their solutions &#8211; and then I watched them cry when their beautiful architecture died at the hands of relentless users and reality.  Now I&#8217;ve had the good experience of working with Pixar when I heard this awesome quote, &#8220;<em><strong>You can&#8217;t experience it until you build it.</strong></em>&#8220;  Man is that the truth.</p>
<p>I have tried to explain this to so many people I&#8217;ve worked with over the years, but I believe that software represents solidified learning.  One of the founders of Rainbow said it best when he said, &#8220;Our code base represents our best understanding today of how to make a game.&#8221;  The implication is that tomorrow, we&#8217;ll learn something new so our understanding will change and so will the code.  Hopefully every day we&#8217;re learning, and so every day we evolve our code.</p>
<p>I believe that can be extended to practically all virtual media.  If you build it with electricity, chances are it will never be finished.  At best what you get are snapshots in time that reflect an understanding about how to solve a problem.  As soon as you have a solution, you will have a new experience which will lead to new learning which in turn will lead to a new approach to your problem.</p>
<p>I call this <em><strong>iteration</strong></em>.</p>
<h2>Iterative Development</h2>
<p>ID Is the path of learning while you code.  Some people call it hacking.  I kind of like <a href="http://paulgraham.com">Paul Graham</a>&#8216;s thoughts on hacking.  Focus on the hardest problem, solve it, and ship the least crappy thing you can get into the market.  Learn fast, relentlessly improve.  That&#8217;s kind of how I approach software development.  And now I find myself doing a lot of web development.</p>
<h2>Man, it&#8217;s different</h2>
<p>The last time I did any real serious coding was when Bill Gates said, &#8220;640K aught to be enough for anybody&#8221;.  Dealing with memory management and segments with the biggest challenge of the day and <em>everyone</em> wrote their own mouse driver.  Jumping into web development is really quite strange.  I keep looking at these text problems going, how on earth am I going to load that into memory?  Then I remember that right next to this little itty bit of text is a flash movie that&#8217;s playing and I go oh yeah, 1G of RAM is standard in most machines and everyone I use or my company uses has at least 4GB.  So why should I be afraid of an array with 1024 elements?</p>
<p>So I&#8217;m not what you would call a general purpose web developer, just a guy who uses web technology to solve some very specific problems for my company.  But wow has it all changed.  I did a web search on how to manage memory with JavaScript and all I could come up with was &#8211; don&#8217;t worry about it too much.</p>
<h2>So The Big Question</h2>
<p>So after going through all this change, and learning how to build a website from the ground up using HTML, CSS, JavaScript, PHP and MySQL &#8211; I&#8217;m starting to wonder if it is really worth the effort to do it on my own.  I know that&#8217;s a silly question, and there are certain aspects of building a website from the ground up that are very appealing but what I&#8217;m starting to see is real power and flexibility in open source tools like WordPress and Drupal.  To be honest, my LAMP skills have prepared me to be a halfway decent skinner of other peoples solutions.  I&#8217;ve now done two light weight integrations (one WordPress and one SMF) and after just a couple of days I had all the functionality I was looking for dressed up just like it was a natural organic part of my custom website.</p>
<p>I even spent some time on Drupal until I realized their coding style clashed way too much with my own.  When there are more <code>&lt;?php  ?&gt;</code> tags in the code than HTML tags, that&#8217;s a bit too much for me.  I think it is a very impressive system and if it hadn&#8217;t been for that &#8211; nearly unreadable template &#8211; files I probably would have taken the plunge.</p>
<p>But it doesn&#8217;t change my opinion that I think going forward, I&#8217;m going to start building sites around existing opensource solutions and skinning them to create the visual effects I&#8217;m looking for.  I guess at the end of the day I am extremely impressed with how much a few simple technologies have empowered someone like me to be able to create my own solutions in a fraction of the time it would take me to write it from scratch or at a fraction of the cost it would take to buy something.</p>
<p>Forums and Search together have made it possible to distribute esoteric platform and application specific knowledge.  If I Google a particular problem and nothing comes up I know I&#8217;ve wondered too far into the weeds.  OpenSource Linux has made it possible for me to try many different flavors of solutions to find one that fits my sensibilities.</p>
<p>Is that hacking?  Or good old fashioned iteration?  Or is it or entrepreneurship?  I don&#8217;t know but these are exciting times when the only limits seem to be your creativity, your time, and perhaps your bandwidth.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=46&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/12/back-to-the-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>
	</item>
		<item>
		<title>Obscuratta with Ubuntu, VMWare Fusion, and GParted</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/11/obscuratta-with-ubuntu-vmware-and-gparted/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/11/obscuratta-with-ubuntu-vmware-and-gparted/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 06:20:33 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=40</guid>
		<description><![CDATA[I use VMWare Fusion to run Windows on my Mac, but I also use it to run several veriations of Linux for my web development.  I invested some time to get a version of Ubunutu (Hardy Heron) up and running with Komodo Edit, Rapid VSN and some other goodies.  Well, as usually happens I ran [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=40&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use <a title="Vmware Fusion" href="http://www.vmware.com/products/fusion/" target="_blank">VMWare Fusion</a> to run Windows on my Mac, but I also use it to run several veriations of Linux for my web development.  I invested some time to get a version of Ubunutu (Hardy Heron) up and running with <a title="Free Text Editor" href="http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml" target="_blank">Komodo Edit</a>, Rapid VSN and some other goodies.  Well, as usually happens I ran out of disk space and I was trying to figure out how to grow it.</p>
<p>VMWare Fusion 2.0 to the rescue&#8230; nearly.  VMWare Fusion 2.0 has some very nice features.  I like the virtual machine menu and it&#8217;s screen snapshots.</p>
<p><a href="http://eclectomaniac.files.wordpress.com/2008/08/vmwarefusion2.gif"><img class="alignnone size-medium wp-image-41" src="http://eclectomaniac.files.wordpress.com/2008/08/vmwarefusion2.gif?w=300&#038;h=233" alt="" width="300" height="233" /></a></p>
<p>The machine settings are greatly enhanced and one feature I really like is that you can resize the hard disk.  However, adding more space to the virtual machine doesn&#8217;t mean your guest operating system will see it.</p>
<p>To get the guest to see it, you need a tool called <a title="GParted Bootable CD" href="http://gparted.sourceforge.net/livecd.php" target="_blank">gparted</a>.  GParted-Live CD is a nifty application that comes bundled with a linux kernal.  It essentially lets you boot off a CD and run a program so none of your hard drives are mounted <em>inside</em> your virtual machine.  What I did was to shut down my virtual machine, resize the hard drive, and point the CD Rom Drive at the GParted-Live CD.</p>
<p>I then restarted the virtual machine, and hit F2 entering the Bios / System Setup.  I escallated the CD above the hard drive in boot order and saved my changes.  GParted Booted like a champ.  That&#8217;s when I got stuck.</p>
<p><strong>GParted Wouldn&#8217;t Let Me Resize My Partitions</strong></p>
<p>I had added plenty of partition space but GParted, refused to let me resize my primary partion.  After a lot of reading I came across this tid-bit.  GParted can not <em>move</em> the beginning of a partition.  Because I had a swap partion at the <em>end</em> of my old logical drive, I couldn&#8217;t expand into the new drive space.</p>
<p><strong>The Fix That Worked For Me</strong></p>
<p>You&#8217;re milage may vary.  Long story short, I deleted the swap partion.  This allowed me to resize the initial partition.  I then created a new Swap Partion (ext2) and then added a logical partition (linux-swap).  Saved all my changes.  (It took a good 5-10 minutes to for Gparted to added 10GB of storage (I went from 10 to 20).  Then finish the other changes.  After a restart I was up and running.</p>
<p>It wasn&#8217;t completely clear why I couldn&#8217;t resize my partitions, but this change worked for me.  I hope it helps someone else.</p>
<p><strong>References:</strong></p>
<p><a href="http://onlytalkingsense.wordpress.com/2007/12/27/vmware-fusion-expanding-a-disk-2/" target="_blank">VMWare Fusion Expanding a Disk</a> &#8211; A Well written guide with screen captures.  It apparently was written before VMWare Fusion 2.0 so doesn&#8217;t mention that VMF2 has built in resizing.  No need to download a tool or use command line.  Just delete your snapshots and resize the disk.  After that the real fun begins.</p>
<p><a title="Resize Linux Partition" href="http://beerpla.net/2007/08/10/how-to-resizegrow-vmware-linux-disks-and-partitions/" target="_blank">How To Resize Linux Partition</a> &#8211; Mentions GParted Forums that eventually lead me to the solution.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=40&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/11/obscuratta-with-ubuntu-vmware-and-gparted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/vmwarefusion2.gif?w=300" medium="image" />
	</item>
		<item>
		<title>The Dark Knight As A Social Commentary</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/05/the-dark-knight-as-a-social-commentary/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/05/the-dark-knight-as-a-social-commentary/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 05:02:53 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Pop Culture]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=33</guid>
		<description><![CDATA[I finally saw The Dark Knight. And the moment the movie was over two thoughts ran through my mind. First, I was so glad I got to see it. Second, Thank God my kids didn&#8217;t see it. The Dark Knight is probably the most amazing super hero movie I have ever seen and it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=33&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_29" class="wp-caption aligncenter" style="width: 410px"><a href="http://eclectomaniac.files.wordpress.com/2008/08/thedarkknight.jpg"><img class="size-full wp-image-29" src="http://eclectomaniac.files.wordpress.com/2008/08/thedarkknight.jpg?w=450" alt="The Dark Knight"   /></a><p class="wp-caption-text">The Dark Knight</p></div>
<p>I finally saw The Dark Knight.  And the moment the movie was over two thoughts ran through my mind.  <em>First</em>, I was so glad I got to see it.  <em>Second</em>, Thank God my kids didn&#8217;t see it.</p>
<p>The Dark Knight is probably the most amazing super hero movie I have ever seen and it is one of the best films I have ever seen. It is also not a film for young children. While I am disappointed in the rampant commercialism of Hollywood (and they wonder why they get in trouble) &#8211; creating all that Batman Merchandise for kids clearly too young to see and enjoy such a movie borders on the grotesque. When my son&#8217;s best friend (who is 8 years old) says, &#8220;That was not a movie for children&#8221; You have to wonder that the powers that be on the left coast are so blinded with greed that they can&#8217;t see what a third grader can.</p>
<p>The Dark Knight is cinema bordering on art &#8211; but it is <em>not</em> a movie for young kids.  At least not the age that all the toys and lego video games are aimed after.  And The Dark Knight is art.  It is one of the most amazing social commentaries of a film I have ever seen.</p>
<p>A while ago I started watching the original Star Trek TV episodes and I was surprised to see the world view that they embodied.  One of optimism and faith in human nature and our ability to master our universe.  They believed we would build amazing vessels and master them as well as ourselves with sheer determination and a sense of humor.</p>
<p><img class="size-medium wp-image-38" style="float:right;" src="http://eclectomaniac.files.wordpress.com/2008/08/joker_poster.jpg?w=202&#038;h=300" alt="Why so Serious" width="202" height="300" /></p>
<p>My how things have changed.  The Joker Movie Poster just about sums it all up.  We live in a much, much darker world 40 years later.  I was shocked in the movie when they first referred to the Joker as a Terrorist.  And then it hit me.  That&#8217;s exactly what he was.  The joker had come to embody everything we fear and loath about the world we live in today.  He is the enemy that can&#8217;t be understood.  He is the insanity that can not be reasoned with.  He is the malevolence that can not be intimidated.   In short the film captured a national frustration.  We are angry with each other &#8211; bitterly divided in fact because <em>both</em> sides of the argument passionately believe there <em>should</em> be a solution.</p>
<p>But with the Joker, there isn&#8217;t a solution.  You can not negotiate with him.  And you can not intimidate him.  If you slap him around he only laughs.  If you try to reason with him you find only madness.</p>
<p>One scene in particular really struck home with me.  When he was sitting in the a cell, in front of the police and they could not figure him out.  He had no name, no finger prints, no DNA match.  Even his clothes, custom made had no label.  He was right there in front of them in a cage and they were no closer to understanding him than before he arrived.</p>
<p>And what a brilliant use of the constraints.  This movie pulled out all the stops to remain PG-13.  There was no blood, no swearing and no sex.  Yet it was one of the most disturbing violent films I have ever scene.  It rivaled Dexter (exceeded it really) in it&#8217;s gruesome fascination with the macabre.  It rivaled every Vietnam war film with it&#8217;s brutality and a plot that drew the hero to nearly lose his soul.  At the peak of it&#8217;s tension you didn&#8217;t want to cheer, you just wanted to survive it.</p>
<p>One of the greatest juxtapositions was Heath Ledgers ability to do unspeakably horrible things while at the same time making us laugh.  Without that laughter the film would have been unwatchable.  And they kept the Joker secret even from us, the audience.  While we knew that each of his gruesome tales of how he scarred his face were untrue- we began to realize that even we would not be privy to the source of his madness.  Like some biblical scourge he appeared whole, fully formed and evil incarnate.  We would not know what created him because that would lead to understanding and the crux of the Joker is to be confused, disturbed, afraid.  We fear that which we do not understand.</p>
<p>While the Joker is a fictional character built to exploit our fears, his inspiration draws a parallel all to closely with the world view we have today.  We can&#8217;t negotiate, and we can&#8217;t fight.  What do we do?  In a strange but clever way the movie showed Batman taking our plunge into the ethical boundaries of souls.  Is it right to sacrifice the personal privacy of others in the pursuit of justice?  Or conversely, is our privacy worth the lives of innocent people?</p>
<p>Of course it is a movie, and it must come to an end, and I&#8217;m quite confident I&#8217;m not the only person to make this observation, but the pointed irony of the Jokers last line left me feeling almost haunted.  Walking out of that theater I fully expected to see the Joker and Batman do battle again and again and again &#8211; for fifty films.  But we all know that can&#8217;t happen again.  The franchise that could have been ended as quickly as it had begun.</p>
<p>I would be shocked if Heath Ledger did not win the Oscar posthumously for his amazing work.  While I enjoy watching Christian Bale in his many action roles, it was Ledgers portrayal of the Joker that really impressed me.  Not just because he was funny, and clever and convincing.  But rather because he transcended the medium he was working in to show me something about the world I live in.  He personified my own fears about the world we live in and gave me a chance to look them in the eye.</p>
<p>We have entered an era where there are no simple solutions.  Complexity blossoms in every corner of our lives.  I believe we will adapt to cope with it, but it will not be easy and it will come at some sacrifice and there is a fighting chance that to save our selves we may lose what matters to us most.  I hope it doesn&#8217;t play out that way in the real world, but art is merely a reflection of the way we see our world <em>today</em>, and already many of us perceive this as the reality.</p>
<p>In all likelihood some of what we imagine today will become real &#8211; like sliding doors and small personal communicators &#8211; but most of the significant parts won&#8217;t (like star ships and transporters).  Ten years from now we will see the world differently.  10 years from now this movie will remind us of a time when finally started to grasp what we are fighting against  What an amazing movie.  I can&#8217;t recommend it highly enough.  Just don&#8217;t take your kid.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=33&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/05/the-dark-knight-as-a-social-commentary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/thedarkknight.jpg" medium="image">
			<media:title type="html">The Dark Knight</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/08/joker_poster.jpg?w=202" medium="image">
			<media:title type="html">Why so Serious</media:title>
		</media:content>
	</item>
		<item>
		<title>And Why Linux is So Wonderful</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/03/and-why-linux-is-so-wonderful/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/03/and-why-linux-is-so-wonderful/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 23:02:20 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=24</guid>
		<description><![CDATA[Okay I freely admit since I have contributed nothing to the open source community, I really have absolutely no excuse for complaining.  It&#8217;s not like the thousands of developers out there are sitting around waiting to please me.  For free no less.  I guess Linux can spark all kinds of passion, good and bad. And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=24&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay I freely admit since I have contributed <em>nothing</em> to the open source community, I really have absolutely no excuse for complaining.  It&#8217;s not like the thousands of developers out there are sitting around waiting to please <strong><em>me</em></strong>.  For <em>free</em> no less.  I guess Linux can spark all kinds of passion, good and bad.</p>
<p>And in my Blog Roll is a link to a guy that addressed the usability of free software so much better than I did.</p>
<p>So after one completely wasted day and nights sleep, I realize that Linux bane is also it&#8217;s boon. My real issue is not that Linux is so irritatingly incompatible (where are the default web pages?  Really?  We can&#8217;t standardize that?) &#8211; it&#8217;s that there&#8217;s not a Linux out there that would do it <em>exactly</em> the way <strong>I</strong>would do it.  But there are many Linux distributions that fit the way man different groups of people would approach a particular problem.</p>
<p>In otherwords, Linux allows people motivated enough to change things&#8230; to do so.  When I compare that to the Microsoft / IBM one size fits all approach.  It&#8217;s no wonder that I moved away from Windows.  If it weren&#8217;t for Linux would we really have so many great web host choices?  Would we have WordPress and Drupal?  Maybe, but then maybe not.  But I also think things would be a lot more expensive.  I also think that OpenSource allows us to create a forest of opportunities.  I was not condemned to pick the one and only available solution, there is a sea of all equally valid choices out there.  My frustration was that I wanted to learn <strong>one</strong> and get good enough at that to become proficcient.  I really don&#8217;t think I can get good at all of them.</p>
<p>My rant was also not so much that there are 9585098348109 different ways to do things in Linux.  It was more that my Hosting provider decided to select some of the worst implementations and then not support them.  SUSE Linux Enterprise Server is actually really a wonderfully simple machine to setup &#8211; if you setup the from the install disk.  Unfortunately 1and1 decided to butcher it and make it nearly unusable.  That was quite frustrating.  Had that worked out of the box, I think I would have been a lot happier. (Can you tell I&#8217;m still bitter?)</p>
<p>Here&#8217;s the deal in a nutshell, it&#8217;s amazing there are so many choices, so many varieties of Linux.  There <em>shouldn&#8217;t</em> be only one distribution and only one way of doing things.  I wish it was easier to learn.  I wish I didn&#8217;t have to enter some esoteric uphill struggle every time I sit down to do something new, but the fact that my service provider at least made the attempt to provide a solution that I would be familiar with is not lost on me (it&#8217;s just mostly ignored).</p>
<p>The cumulative effort of so many people, contributing to so many solutions is actually quite amazing.  It speaks volumes to Linus Torvolds quote, (and a paraphrase) &#8220;This is evolution, not intelligent design.&#8221;  The evolving growing nature of Linux gives people the freedom to choose, and I&#8217;ll take that over a one size fits all solution every day of the week.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=24&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/03/and-why-linux-is-so-wonderful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>
	</item>
		<item>
		<title>1and1 &#8211; VPS Odessey</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/02/1-and-1-vps-odessey/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/02/1-and-1-vps-odessey/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 23:58:32 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=18</guid>
		<description><![CDATA[Well, I just burned a day getting my virtual private server up and running.  Like a bone-head I was determined to stick with something I knew, but I couldn&#8217;t. I got an Ubuntu server up and running on my Mac using VMWare Fusion.  I really like Hardy Haron (especially with Komodo Edit and Rapid-SVN) but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=18&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, I just burned a day getting my virtual private server up and running.  Like a bone-head I was determined to stick with something I knew, but I couldn&#8217;t.</p>
<p>I got an Ubuntu server up and running on my Mac using VMWare Fusion.  I really like Hardy Haron (especially with Komodo Edit and Rapid-SVN) but 1 and 1 doesn&#8217;t support Ubuntu Server.  Just Debian.  They&#8217;re similar, but I figured I&#8217;d go with SUSE.</p>
<h2>No Joy for SUSE Linux Enterprise Server</h2>
<p>I have this burning desire to be able to run the same virtual machine (mostly) on my Mac with VMWare Fusion that I&#8217;m running on 1 and 1.  I really want to be able to test stuff locally then upload it and make sure it works as expected.  I was very impressed with SLES 10 so I figured I would try it on 1 and 1.  It&#8217;s not one of their recommended servers but it <em>is</em> on the list.  What a mistake that was.  I just couldn&#8217;t get anything to connect to it.   Not <a href="http://www.nomachine.com/">NoMachines</a>, <a href="http://freenx.berlios.de/">FreeNX</a>, not <a href="http://www.realvnc.com/index.html">VNC</a>.  Nothing.  No matter what I tried I couldn&#8217;t get a GUI running remotely on 1and1.  Why was I trying to do this?  Becaus the command line <strong>YAST2</strong> didn&#8217;t work.  I couldn&#8217;t add users.  I couldn&#8217;t upgrade software.  Nothing.  And I needed a more advanced version of PHP to run the latest version of Drupal.  Arg.  So now what?</p>
<h2>No Plesk for me.</h2>
<p>After nearly 6 hours, I gave up and went back to CentOS 5.  I wasn&#8217;t really thrilled about that, but it was the recommended OS.  So I fired it up.  I probably could have saved myself a lot of heart burn by learning Plesk &#8211; Except, I really didn&#8217;t want to try and run plesk on my local machine.  I just wanted a very simple server.  One name, one website.  That&#8217;s it.  Plesk for me was overkill.  What&#8217;s more, the garden variety SLES tools were plenty good enough to setup what I wanted to do.  I got the SUSE server running on my local machine in 20 minutes.  Half a day later I had to abandon my efforts to get it running with my VPS.</p>
<h2>CentOS 5&#8230; the other OS</h2>
<p>So, I re-imaged my server and then went to town.  Eschewing PLESK, I logged in via <strong>ssh</strong> and started installing everything.  My journey went something like this:</p>
<p>I installed freenx with:<br />
<strong><code>% yum install freenx</code></strong><br />
That seemed to work fine, so then I went to  <a href="http://www.nomachine.com/">NoMachines</a> and downloaded their Mac Client.  I was able to connect, but right at the very last step&#8230; the whole thing failed.  I now think it&#8217;s because I didn&#8217;t have the gnome desktop installed.</p>
<p>So I went back to VNC, and used similar commands.<br />
<strong><code>% yum install vnc<br />
% yum install vnc-server</code></strong></p>
<p>I found a really nice writeup on using vnc  on <a href="http://egopoly.com/archives/2006/09/how_to_use_vnc.html">Egopoly</a>.  The big change is that on CentOS the installed application is called: <strong>vncserver</strong>.</p>
<p>After installing vnc, I was able to use log into my VPS using FireFox with host.com:5801.  The <a href="http://www.realvnc.com/index.html">RealVNC</a> logo popped up and I could actually connect.  It was pretty cool, but I had a completely empty gray desktop.  It was the farthest I&#8217;d gotten, but I still couldn&#8217;t do anything useful.</p>
<p>So I dug some more.  Turns out if vnc shows you &#8220;nothing&#8221; it&#8217;s because it can&#8217;t fire up any of the programs in your <strong><code>~/.vnc/xstartup</code></strong> batch file.  <strong>vncserver</strong> starts up the applications it finds in the batchfile when it runs.  So every time you update the file you need to kill the <strong>Xvnc</strong> client that is running and restart the server.</p>
<p><strong><code>% killall Xvnc<br />
%vncserver</code></strong></p>
<p>I had to install xterm:</p>
<p><strong><code>% yum install xterm</code></strong></p>
<p>And suddenly when I logged in, I had an xterm on my gray desktop.  The next thing I needed was a real gnome desktop.  Turns out there is a known bug with CentOS and Gnome and the nautilaus-sendto.  If you just do a:<br />
<strong><code>yum groupinstall "Gnome Desktop Environment"</code></strong></p>
<p>It will fail.  I found directions on how to fix it at: <a href="http://bugs.centos.org/view.php?id=2483">bugs.centos.org</a>  But I had to find the 64 bit version of the sendto library to work with 1and1.  I found that (by poking around) here: <a href="http://mirror.centos.org/centos/5/os/x86_64/CentOS/nautilus-sendto-0.7-5.fc6.x86_64.rpm">mirror.centos.org</a>.  If you install that library with the command:<br />
<code>% wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/nautilus-sendto-0.7-5.fc6.x86_64.rpm<br />
 % rpm -Uvh --nodeps nautilus-sendto-0.7-5.fc6.x86_64.rpm  </code></p>
<p>You can then install the Gnome Desktop with the groupinstall command successfully.  The net result is 154MB of downloads later, I can vnc into my VPS and I see the CentOS5 desktop <em><strong>JUST LIKE</strong></em> my virtual machine.  With access to my graphical tools and excellent online support at centos.org I can now get about setting up my server.</p>
<p>With Gnome successfully installed, I can now get to my desktop with NX Client for OSX and it looks great.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=18&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/02/1-and-1-vps-odessey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Does Linux have to Suck So Bad?</title>
		<link>http://eclectomaniac.wordpress.com/2008/08/02/why-does-linux-have-to-suck-so-bad/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/08/02/why-does-linux-have-to-suck-so-bad/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 17:41:51 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=15</guid>
		<description><![CDATA[Once again I&#8217;m sitting down to try and use a very impressive piece of open source software.  Whether it&#8217;s Drupal, WordPress, or SMF &#8211; take your pick.  I install it on my Mac and it&#8217;s up and running in seconds.  Awesome. Then I decided, I should probably set up a real test server that matches [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=15&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once again I&#8217;m sitting down to try and use a very impressive piece of open source software.  Whether it&#8217;s <a href="http://Drupal.org">Drupal</a>, <a href="http://wordpress.com">WordPress</a>, or <a href="http://www.simplemachines.org/">SMF</a> &#8211; take your pick.  I install it on my Mac and it&#8217;s up and running in seconds.  Awesome.</p>
<p>Then I decided, I should probably set up a real test server that matches my online environment.  I&#8217;m looking for a good virtual server and I can pick from <a href="http://novell.com">SUSE</a>, <a href="http://centos.org/">CentOS</a>, <a href="http://www.debian.org/">Debian</a>, <a href="http://fedoraproject.org/index.html">Fedora</a>.  (All old versions).  I scan the internet looking for iso&#8217;s and install discs.  I&#8217;ll use VMWare Fusion to simulate a server.  I&#8217;ve done it before with Ubuntu8 (Hardy Heron) and that is the closest I&#8217;ve been to a really useful desktop.</p>
<p>But&#8230; this <strong>always</strong> happens&#8230; I spend more time fighting with obscure Unix lore and searching for what seems like an obvious thing then I ever do getting the stuff to work!  I&#8217;ve spent HOURS on getting a system running I haven&#8217;t spent 5 minutes learning the software I set out to learn.  And this happens EVERY TIME.</p>
<p>I alway get sucked into the Open/Source/Linux mess.  Why are there so many stinking versions of this operating system?  Why do they all do <em>exactly the same thing</em> in ways that are annoyingly, trivially incompatible.  Are you kidding me?  Where are the Apache2 files stored?  Just exactly which version of what operating system does this .RPM install on?  None of the 6 OS&#8217;s I have seem to be able to handle it.  What&#8217;s more I can never seem to replicate the environment that my hosting services employ making my testing slightly dodgy.</p>
<p>It very much reminds me of trying to get into Counter Strike 4 years ago.  I went to the store, shelled out $20 for a version of the game.  Installed it on my computer then had to wait 2 days on a bandwidth capped community server to download 1GB of patches and updates (more than what was shipped on the CD with the game).  In the end, I paid to have faster download access, discovered my &#8220;key&#8221; had been stolen so the product I bought was obsolete and after a week never played a single game.  In the mean time, I bought a PS2 Modem and Sony&#8217;s SOCOM and played that while my PC chugged away helplessly in the background.</p>
<div class="wp-caption alignnone" style="width: 164px"><img src="http://www.gamestop.com/common/images/lbox/939501b.jpg" alt="Original SOCOM on PS2" width="154" height="220" /><p class="wp-caption-text">Original SOCOM on PS2</p></div>
<p>My friends complained about how lame it was to play a shooter with two joysticks.  They never seemed to give merits to my complaints about how lame it was to <em>not</em> play because you were downloading patches.</p>
<p>I love opensource.  I love the creativity and initiative that the Internet has unleashed, but man oh man, am I sick and tired of how inconsistent, incomplete, and incompatible all this stuff is&#8230;  I just wish it didn&#8217;t have to suck so bad.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=15&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/08/02/why-does-linux-have-to-suck-so-bad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://www.gamestop.com/common/images/lbox/939501b.jpg" medium="image">
			<media:title type="html">Original SOCOM on PS2</media:title>
		</media:content>
	</item>
		<item>
		<title>Star Trek and the Looking Glass</title>
		<link>http://eclectomaniac.wordpress.com/2008/07/31/star-trek-and-the-lookimg-glass/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/07/31/star-trek-and-the-lookimg-glass/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 04:40:19 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Pop Culture]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/2008/07/31/star-trek-and-the-lookimg-glass/</guid>
		<description><![CDATA[I recently started watching Star Trek the original series (TOS) for kicks. The tech is either laughable or amazing depending upon your point of view. While it can&#8217;t hold a candle to anything made today &#8211; it&#8217;s pretty darn impressive when you realize they had to do all of that without a computer. No maya. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=8&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently started watching Star Trek the original series (TOS) for kicks. The tech is either laughable or amazing depending upon your point of view. While it can&#8217;t hold a candle to anything made today &#8211; it&#8217;s pretty darn impressive when you realize they had to do all of that without a computer.  No maya. No photoshop. Just ingenuity and a camera.</p>
<p><a href="http://eclectomaniac.files.wordpress.com/2008/07/l-640-376-dc7ebeac-a83e-434e-a881-719d6803f0f4.jpeg"><img class="alignnone size-full wp-image-364" src="http://eclectomaniac.files.wordpress.com/2008/07/l-640-376-dc7ebeac-a83e-434e-a881-719d6803f0f4.jpeg?w=450" alt="photo"   /></a></p>
<p>But the part of StarTrek that really impressed me is not the archive of special effects &#8211; it is the world view that is quietly entombed in each story like a secret timecapsilile waiting for anyone willing to look for it.</p>
<p>The other day I tried to figure put why I enjoyed the show so much &#8211; of wasn&#8217;t that our idea of beauty that had changed (a &#8220;buff&#8221; captain kirk would be puny by today standards). It was the optimism that intrigued me. Back in the sixties we had absolutely no idea of the infinite complexity that waited for us just three decades later.</p>
<p>In the sixties it was more than plausible,  it was easy to believe that in the future man would build massive pieces of technology that could be controlled by a very few people using devices that were simple to understand. The very design of the ship,  her graceful lines and smooth surfaces provided a visual metaphore foe this point of view.  There was nothing complex beneath the surface. The enterprise was the Hoover dam in space,  massive, graceful and yet completely under our control.</p>
<p>My how things have changed. A halo of complexity surrounds everything we touch. We went in not out. We went smaller not bigger. We stopped believing we could control anything &#8211; of any size. Cell phones barely work. Armies of IT professionals are required to keep our poweful yet fragile computers working. The answer to skyney is to leave it running for a few months &#8211; it&#8217;ll bog down in the pools of unclaimed memory and accumulated null pointers. The real danger is not that computers run away &#8211; it&#8217;s that they achieve a level of complexity and obfuscation that prevents them from working at all.</p>
<p>And that brings me back to star trek &#8211; it is not the hokey effects or the sometimes tepid drama that appeals &#8211; it was the confidence in a future were man kind could go boldly forward. A future where we accepted our weaknesses and turned them into strengths. A future built from optimism out of a history of hope. Unfettered by details the sixties man was free to dream. Sometimes today I think we just dream of being free.</p>
<p>But I don&#8217;t think we are so different today than 40 years ago. Evolution happens over millenia, not decades.  Within us the capacity to imagine that bold future. And that&#8217;s why I watch. Because we need to dream again.</p>
<p><a href="http://eclectomaniac.files.wordpress.com/2008/07/l-640-376-dc7ebeac-a83e-434e-a881-719d6803f0f4.jpeg"><br />
</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=8&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/07/31/star-trek-and-the-lookimg-glass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>

		<media:content url="http://eclectomaniac.files.wordpress.com/2008/07/l-640-376-dc7ebeac-a83e-434e-a881-719d6803f0f4.jpeg" medium="image">
			<media:title type="html">photo</media:title>
		</media:content>
	</item>
		<item>
		<title>Beware The IPhone</title>
		<link>http://eclectomaniac.wordpress.com/2008/07/31/beware-the-iphone/</link>
		<comments>http://eclectomaniac.wordpress.com/2008/07/31/beware-the-iphone/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 00:07:41 +0000</pubDate>
		<dc:creator>scottnovis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eclectomaniac.wordpress.com/?p=3</guid>
		<description><![CDATA[I now have an iPhone with WordPress installed.  I started this blog because it will let me capture thoughts from my phone.  This should be interesting.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=3&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I now have an iPhone with WordPress installed.  I started this blog because it will let me capture thoughts from my phone.  This should be interesting.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/eclectomaniac.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/eclectomaniac.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eclectomaniac.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eclectomaniac.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eclectomaniac.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eclectomaniac.wordpress.com&amp;blog=4373460&amp;post=3&amp;subd=eclectomaniac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eclectomaniac.wordpress.com/2008/07/31/beware-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5d0228f41d2f1c39d3adae22b2acf3a8?s=96&#38;d=identicon" medium="image">
			<media:title type="html">scottnovis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
