<?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"?><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/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>the.Inevitable.Org/anism</title>
	
	<link>http://the.inevitable.org/anism</link>
	<description>The Internet is the developing nervous system of the human organism on Earth!</description>
	<pubDate>Sat, 25 Oct 2008 00:06:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/theinevitableorg/anism" type="application/rss+xml" /><item>
		<title>Installing CentOS v5.2 in Virtual PC 2007</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/431218920/</link>
		<comments>http://the.inevitable.org/anism/2008/10/24/3832/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 23:57:13 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>

		<category><![CDATA[centos]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[virtual pc]]></category>

		<category><![CDATA[virtualpc]]></category>

		<category><![CDATA[vpc]]></category>

		<category><![CDATA[windows]]></category>
<category>centos</category><category>linux</category><category>virtual pc</category><category>virtualpc</category><category>vpc</category><category>windows</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/?p=3832</guid>
		<description><![CDATA[I am still a big fan of Microsoft Virtual PC 2007 (VPC) as a solution for experimenting with various operating systems.  If a machine is running Windows, you can go and download VPC 2007 for free &#8230; and then simply create a virtual machine, and run the OS of your choice in a window.
Well &#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I am still a big fan of <a title="Microsoft Virtual PC 2007" href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx" target="_blank">Microsoft Virtual PC 2007</a> (VPC) as a solution for experimenting with various operating systems.  If a machine is running Windows, you can go and download VPC 2007 for free &#8230; and then simply create a virtual machine, and run the OS of your choice in a window.</p>
<p>Well &#8230; almost.  The issue comes down to compatibility with the &#8220;virtual&#8221; hardware.  Lately, I have found that many of the Linux distributions make no effort to ensure that their releases install easily in VPC.  I&#8217;ll address that in another post.</p>
<p>Today I again wanted to test a new distro - CentOS v5.2 - in VPC and when I started the graphical install I was met with the same old issues. Immediately I get a completely distorted graphical screen &#8230; which is one of the most common issues.  It turns out that for host memory considerations, the &#8220;virtual video card&#8221; in VPC is limited to 8MB of video memory.  This time I chose to find a better, easier solution &#8230; and I did.</p>
<div id="attachment_3833" class="wp-caption alignright" style="width: 370px"><img class="size-medium wp-image-3833" title="Bad Video Card settings in CentOS Install" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/centos_install_junk.jpg" alt="Bad Video Card settings in CentOS Install" width="360" height="134" /><p class="wp-caption-text">Bad Video Card settings in CentOS Install</p></div>
<p>Poking around Google I was able to find <a title="Linux Kernel - VESA Parameters" href="http://www.mjmwired.net/kernel/Documentation/fb/vesafb.txt" target="_blank">this post</a> that gave me the answer.  It turns out that there is a kernel parameter that can be set to force the limit on the size of the VESA video frame buffer.</p>
<blockquote><p>vesafb=vtotal:8M</p></blockquote>
<p>I gave it a try, and it worked!  Of course, once I got through that, I got to the next most common issue that I hit &#8230; the mouse wouldn&#8217;t work.  Back to Google to find that fix again.  I found it <a title="CentOS - No Mouse in VPC" href="http://www.aspdeveloper.net/Virtual_PC/rn-739-52349_CentOS_5_-_No_Mouse.aspx" target="_blank">here</a>.  There are two simple parameters to add &#8230; one for the mouse, and the second to have the wheel work.</p>
<blockquote><p>i8042.noloop psmouse.proto=imps</p></blockquote>
<p>The first part fixes the mouse &#8230; the second is for the wheel.</p>
<p>So how do you use all of this information?  It&#8217;s really simple.  When you boot the CD or DVD to install CentOS v5.2, you&#8217;ll get to this screen:</p>
<div id="attachment_3834" class="wp-caption alignnone" style="width: 370px"><img class="size-medium wp-image-3834" title="CentOS Install Menu" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/centos_install_choice.jpg" alt="CentOS Install Menu" width="360" height="270" /><p class="wp-caption-text">CentOS Install Menu</p></div>
<p>Once you get here, simply type:</p>
<blockquote><p>linux vesafb=vtotal:8M i8042.noloop psmouse.proto=imps</p></blockquote>
<p>Hit Enter and you are off and going!</p>
<p>Now, when the installation was complete and I rebooted I was surprised to find that the video was still working.  I didn&#8217;t have to do anything else.  BUT &#8230; the mouse was again not working.  The trick is to interrupt the GRUB boot loader, and edit the settings of the kernel line.  So when the system boots, and gives you chance to &#8220;Press any key to enter the menu&#8221; &#8230; hit any key!</p>
<p>You&#8217;ll then be presented with the GRUB menu, and you can then:</p>
<ol>
<li>Hit &#8216;e&#8217; to edit the highlighted CentOS entry</li>
<li>Arrow down to the lines that starts with &#8220;kernel&#8221; and hit &#8216;e&#8217; again</li>
<li>Add the following to the end of the line:  i8042.noloop psmouse.proto=imps</li>
<li>Hit enter</li>
<li>Type &#8216;b&#8217; for boot</li>
</ol>
<p>That will get you booted and running.</p>
<p>To make the change permanent, you&#8217;ll have to edit the grub.conf file as follows:</p>
<ol>
<li>Login as root (or you can use sudo if you have set up teh sudoers file.)</li>
<li>Open grub.conf in an editor of your choice (e.g. nano /etc/grub.conf)</li>
<li>Once again look for that &#8220;kernel&#8221; line &#8230; go to the end of the line</li>
<li>Add the following to the end:  i8042.noloop psmouse.proto=imps</li>
<li>Save the file and exit.</li>
</ol>
<p>After all of this, I have a working CentOS v5.2 in Virtual PC 2007.  Well &#8230; except that I have no audio working.  It now appears that CentOS v5.2 does not include the &#8220;snd-sb16&#8243; sound card driver.  I found that I can get the sources to build the drivers from the alsa-project.org website &#8230; but that is something that will occur on another day.  <img src='http://the.inevitable.org/anism/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
<a href="http://the.inevitable.org/anism/tag/centos" rel="tag">centos</a>, <a href="http://the.inevitable.org/anism/tag/linux" rel="tag">linux</a>, <a href="http://the.inevitable.org/anism/tag/virtual-pc" rel="tag">virtual pc</a>, <a href="http://the.inevitable.org/anism/tag/virtualpc" rel="tag">virtualpc</a>, <a href="http://the.inevitable.org/anism/tag/vpc" rel="tag">vpc</a>, <a href="http://the.inevitable.org/anism/tag/windows" rel="tag">windows</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/10/24/3832/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/10/24/3832/</feedburner:origLink></item>
		<item>
		<title>Supercomputers and Solar Efficiency …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/429913275/</link>
		<comments>http://the.inevitable.org/anism/2008/10/23/3826/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 18:40:16 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>columbus</category><category>efficiency</category><category>ohio</category><category>ohio state</category><category>power</category><category>solar</category><category>supercomputers</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/10/23/3826/</guid>
		<description><![CDATA[I happened to catch this article today while reading on the net.  To me, this is truly impressive in two core ways:
New solar cell material achieves almost 100% efficiency, could solve world-wide energy problems
Columbus (OH) - Researchers at Ohio State University have accidentally discovered a new solar cell material capable of absorbing all of the [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image3825" title="The Sun" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/20010430_1919_eit_304_small.gif" alt="The Sun" align="right" />I happened to catch this article today while reading on the net.  To me, this is truly impressive in two core ways:</p>
<blockquote><p><strong><a title="New Solar Cell Material" href="http://www.tgdaily.com/content/view/39807/113/" target="_blank">New solar cell material achieves almost 100% efficiency, could solve world-wide energy problems</a></strong></p>
<p><strong>Columbus (OH) - Researchers at Ohio State University have accidentally discovered a new solar cell material capable of absorbing all of the sun&#8217;s visible light energy. The material is comprised of a hybrid of plastics, molybdenum and titanium. The team discovered it not only fluoresces (as most solar cells do), but also phosphoresces. Electrons in a phosphorescent state remain at a place where they can be &#8220;siphoned off&#8221; as electricity over 7 million times longer than those generated in a fluorescent state. This combination of materials also utilizes the entire visible spectrum of light energy, translating into a theoretical potential of almost 100% efficiency. Commercial products are still years away, but this foundational work may well pave the way for a truly renewable form of clean, global energy.</strong></p></blockquote>
<p>The first thing about this that I find impressive is the use of supercomputers to solve these problems.  Our advances in raw compute power are often talked about, but what is the real value delivered to us by all of this compute power?  Well &#8230; massively efficient solar power would be a heck of a reward.  From the article:</p>
<blockquote><p><strong>Supercomputers are enabling an entire new area of materials. No longer do scientists have to physically create samples of every possible material in the lab, only to test and document everything they find about it. Today they can set up a series of parameters and instruct a supercomputing machine to find the one that best aligns with their desires, wants and wishes. And while such computations often takes many days or even weeks for each trial material, it&#8217;s more economical and feasible than the old route. Plus, it enables materials like these which were, in this context, accidentally discovered using computers.</strong></p></blockquote>
<p>It is this ability to simulate and iterate - at incredible speeds - that allows us to evaluate the massive numbers of permutations and combinations to discover these types of solutons.</p>
<p>The second impressive aspect of this discovery, to me, is that we are now finding new uses for common foundation materials.  We are now beginning to discover the unique ways in which materials can be combined to create just the right conditions to product energy from something as common as sunlight.  If we can now rapidly transform this type of discover into an actual commercial material - which might take years - it could have immeasurable impacts of the lives of humans all over the globe.</p>
<a href="http://the.inevitable.org/anism/tag/columbus" rel="tag">columbus</a>, <a href="http://the.inevitable.org/anism/tag/efficiency" rel="tag">efficiency</a>, <a href="http://the.inevitable.org/anism/tag/ohio" rel="tag">ohio</a>, <a href="http://the.inevitable.org/anism/tag/ohio-state" rel="tag">ohio state</a>, <a href="http://the.inevitable.org/anism/tag/power" rel="tag">power</a>, <a href="http://the.inevitable.org/anism/tag/solar" rel="tag">solar</a>, <a href="http://the.inevitable.org/anism/tag/supercomputers" rel="tag">supercomputers</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/10/23/3826/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/10/23/3826/</feedburner:origLink></item>
		<item>
		<title>The beginning of commodity telepresence …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/426979520/</link>
		<comments>http://the.inevitable.org/anism/2008/10/20/3824/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 01:25:10 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>connectr</category><category>internet</category><category>irobot</category><category>nikko</category><category>remote</category><category>robot</category><category>robots</category><category>rovio</category><category>spykee</category><category>telepresence</category><category>wifi</category><category>wowwee</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/10/20/3824/</guid>
		<description><![CDATA[With the growth of the Internet, and wireless extensions of the Internet (via Wifi and broadband wireless), it is inevitable that we are going to see our abilities to participate in remote events enhanced through telepresence.  There are numerous companies working in this area for &#8220;high-end&#8221; solutions &#8230; Cisco being one of them.  But what [...]]]></description>
			<content:encoded><![CDATA[<p>With the growth of the Internet, and wireless extensions of the Internet (via Wifi and broadband wireless), it is <a target="inevitable" href="http://the.Inevitable.Org/anism">inevitable</a> that we are going to see our abilities to participate in remote events enhanced through <a title="telepresence" target="_blank" href="http://en.wikipedia.org/wiki/Telepresence">telepresence</a>.  There are numerous companies working in this area for &#8220;high-end&#8221; solutions &#8230; Cisco being one of them.  But what is now facinating is the growth from the bottom up &#8230; the small, inexpensive &#8220;toys&#8221; that are beginning to show up in the market.</p>
<p>Telepresence is the ability to be present somewhere else &#8230; so that you can interact with the world at that remote location without actually being there.  Companies like Cisco are working on this for various communications solutions &#8230; so that you can have virtual meetings or present at a conference when you are not actually there.</p>
<p><img height="215" align="right" width="229" title="iRobot ConnectR" id="image3821" alt="iRobot ConnectR" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/irobot-connectr-virtual-visiting-robot.jpg" />Last week I found the <a title="iRobot ConnectR" target="_blank" href="http://www.irobot.com/sp.cfm?pageid=338">iRobot ConnectR</a> which is an impressive start.  The ConnectR is referred to as a <em>Virtual Visiting Robot</em> and is built on the same iRobot Roomba vaccum platform.  It is able to leverage all of the features of that platform, including the transport, navigation, and auto-recharge/dock features &#8230; but probably without the vacuum.  What has been added instead is a tilting webcam, microphone, and speakers &#8230; along with a Wifi wireless radio.  Once you have purchased this unit, you can put the charging station in a corner, and then remotely - either from your home, or across the globe - connect to the ConnectR.  You can then &#8220;drive&#8221; it around your house &#8230; looking through the webcam, and listening through the microphone &#8230; and then even talk to anyone or anything that might be around.  You could be using this to check on your house, your pets, your children, or even your parents.  And yes &#8230; iRobot is already exploring the various issues of security, and how you control access to the ConnectR remotely &#8230; and also how you can locally disable the robot.  This robot is currently in pilot/beta, and is estimated to cost $499.99 &#8230; so not the cheapest &#8230; but as an owner of a Roomba I can guess the quality will be there.</p>
<p><img height="250" align="left" title="Spykee Robot" id="image3822" alt="Spykee Robot" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/spykee.jpg" />Yesterday on my way home from Oakland, California I was flying on Southwest Airlines and found yet another iteration of the commodity telepresence robot &#8230; and this one is also very impressive.  It&#8217;s being promoted as a &#8220;toy&#8221; byt Erector &#8230; yes, the folks that used to make Erector Sets.  Erector has since been bought by Nikko, an innovative manufacturer of electronic toys &#8230; which are growing rapidly in capabilities.  The <a title="Spykee Robot" target="_blank" href="http://www.spykeeworld.com">Spykee Robot</a> is a base platform with treaded tracks containing a Wifi radio and basic processor.  This basic platform is designed to allow the owner (uh &#8230; not just kids &#8230; I want one!) to build a &#8220;torso&#8221; using Erector Set parts.  There are supposed to be three models coming &#8230; with slightly different parts &#8230; and I&#8217;m sure a bunch of add-on kits.  On the torso is again a webcam, speakers, a microphone, and various lights.  The Spykee also has a PC &#8220;control panel&#8221; application that allows you to remotely - in your house, or across the globe - connect to the Spykee and cruise around interacting with the world.  There is also a &#8220;security&#8221; feature which allows the Spykee to be watching via it&#8217;s webcam, and to e-mail you photos when motion is detected.  The Spykee appears to be close to shipping in the UK &#8230; Amazon says that the US availability is November 15th &#8230; list price of $299.99.</p>
<p><img height="160" align="right" width="240" title="Wow Wee Rovio" id="image3823" alt="Wow Wee Rovio" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/wowwee_rovio_1.jpg" />While investigating the Spykee, of course I came across the <a target="_blank" title="Wow Wee Rovio" href="http://www.meetrovio.com/">Wow Wee Rovio</a>.  This is another $299.99 remote telepresence robot, with a browser based control panel.  The three wheeled unit contains the processor, Wifi radio, webcam, microphone and speaker, along with some sort of optical tracking - similar to the iRobot units.  There is a docking station for recharging, and optional tracking beacons that canbe bought - I&#8217;m guessing - to enhnace the navigation of the robot around your house.  This unit appears to be available now in the US, and I&#8217;m surprised I haven&#8217;t seen one in the stores yet.</p>
<p>What is impressive is that these last two units are now below $300 for a complete - basic - telepresence robot.  The example videos provided by both companies demonstrate both home and office uses, and begin to move into the home security space &#8230; and even the home video surveillance space.  As we saw with the prices on Wifi Access Points, and other hardware &#8230; I can only expect it to continue to fall.</p>
<p>The next area that I am going to look at for these robots, and something that I believe will be important for success, will be the &#8220;hackability&#8221; of the control protocols.  How easy will it be for hackers to begin to enhance the controlling applications, and for the robots to be integrated into more extensive applications?  Imagine when someone has created the automatic search and mapping application for the Rovio or Spykee that allows someone to release dozens of these into an unknown building and have the robots quickly survey the inside and report back what they find.  What other applications are going to emerge?  Maybe I can rent a remote Rovio to explore a remote location that I otherwise might never visit!  Explore the Louvre after hours?  Visit underground caverns on the other side of the planet?  Hmmm &#8230; maybe there is a interesting business model in there somewhere &#8230;  <img src='http://the.inevitable.org/anism/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
<a href="http://the.inevitable.org/anism/tag/connectr" rel="tag">connectr</a>, <a href="http://the.inevitable.org/anism/tag/internet" rel="tag">internet</a>, <a href="http://the.inevitable.org/anism/tag/irobot" rel="tag">irobot</a>, <a href="http://the.inevitable.org/anism/tag/nikko" rel="tag">nikko</a>, <a href="http://the.inevitable.org/anism/tag/remote" rel="tag">remote</a>, <a href="http://the.inevitable.org/anism/tag/robot" rel="tag">robot</a>, <a href="http://the.inevitable.org/anism/tag/robots" rel="tag">robots</a>, <a href="http://the.inevitable.org/anism/tag/rovio" rel="tag">rovio</a>, <a href="http://the.inevitable.org/anism/tag/spykee" rel="tag">spykee</a>, <a href="http://the.inevitable.org/anism/tag/telepresence" rel="tag">telepresence</a>, <a href="http://the.inevitable.org/anism/tag/wifi" rel="tag">wifi</a>, <a href="http://the.inevitable.org/anism/tag/wowwee" rel="tag">wowwee</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/10/20/3824/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/10/20/3824/</feedburner:origLink></item>
		<item>
		<title>HUD Homes - Investment and Ownership</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/415190083/</link>
		<comments>http://the.inevitable.org/anism/2008/10/08/3819/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 22:21:58 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>Agents</category><category>government</category><category>Homes</category><category>HUD</category><category>HUD Homes</category><category>Investment</category><category>Mortgage</category><category>property</category><category>Real Estate</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/10/08/3819/</guid>
		<description><![CDATA[ngs have been busy lately on the development front.  Our College Football site is doing well, and growing steadily.  We now have launched a new website this month called GoHUD.com that is a resource for home buyers and investors to search the portfolio of HUD Homes that are currently available through the US Federal Government.
HUD [...]]]></description>
			<content:encoded><![CDATA[<p>ngs have been busy lately on the development front.  Our <a title="College Football" target="_blank" href="http://www.collegefootball.com">College Football</a> site is doing well, and growing steadily.  We now have launched a new website this month called <a title="HUD Homes" target="_blank" href="http://www.gohud.com">GoHUD.com</a> that is a resource for home buyers and investors to search the portfolio of <a title="HUD Homes" target="_blank" href="http://www.gohud.com">HUD Homes</a> that are currently available through the US Federal Government.</p>
<p><a target="_blank" title="HUD Homes" href="http://www.gohud.com"><img align="right" alt="GoHUD.com" id="image3820" title="GoHUD.com" src="http://the.inevitable.org/anism/wp-content/uploads/2008/10/gohud_logo.gif" />HUD Homes</a> are an interesting opportunity for home buyers, and also investors, who want to purchase a home in almost any state across the country.  A &#8220;<a target="_blank" title="HUD Homes" href="http://www.gohud.com">HUD Home</a>&#8221; is one that is being sold by the Department of Housing and Urban Development.  When someone with an FHA-insured mortgage can&#8217;t make the payments, the lender forecloses on the home and HUD takes ownership.  It is then offered for sale at market value, based on a recent AS-IS appraisal, meaning, the market value in its current condition.  Obviously with the current financial market, the number of available HUD properties has doubled over the last 6 months, and some states have thousands of available properties.<br />
<a target="_blank" title="HUD Properties" href="http://www.gohud.com">HUD properties</a> are made available in a variety of ways, with an emphasis on &#8220;Owner Occupied&#8221; purchases that include the &#8220;Good Neighbor Next Door&#8221; buying opportunities for &#8220;<em>Law                enforcement officers, pre-Kindergarten through 12th grade teachers and firefighters/emergency medical technicians</em>.&#8221;  This last group of individuals can get incredible discounts on the purchase of a HUD property.  The prices on HUD Homes tend to be very price competitive in the areas where they are located, and each will have an associated Property Condition Report.</p>
<p>When watching the prices on the homes, you might notice a common pattern as a particular home stays on the market.  The home will be listed, and be available to &#8220;Owner Occupants&#8221; &#8230; meaning that you must live in the home as your primary residence if you purchase it.  If the home is not sold in a week or so, then the status will change to &#8220;All Bidders&#8221; &#8230; meaning that anyone can now bid to purchase the property for any purpose.  If the home still does not sell, it is common that the price will then be reduced by a full 10%, and the status will return to &#8220;Owner Occupants&#8221; again.  This process will repeat until the home sells.  Owner occupant, all bidders, price reduction &#8230; and on and on.</p>
<p>Our current website aggregates the details of all available HUD Homes across the country, and provides a variety of ways to search, map, and &#8220;favorite&#8221; any property in the database.  We&#8217;re continuing to add features to automate your monitoring of a property and the status changes, and also to engage with a <a target="_blank" title="HUD Authorized Real Estate Agents" href="http://www.gohud.com">HUD Authorized Real Estate Agent</a>, who can assist you with navigating the various issues in researching and eventually purchasing a HUD property.</p>
<p>To me, it has been a fun project to learn more and more about HUD Homes, and how they work &#8230; and the opportunities that exist.  I&#8217;m not yet sure if the real estate market is close to the bottom yet, but I&#8217;m watching homes in a wide range of cities across the nation for an eventual investment opportunity.</p>
<p>Check out the website and let us know what you think!</p>
<a href="http://the.inevitable.org/anism/tag/agents" rel="tag">Agents</a>, <a href="http://the.inevitable.org/anism/tag/government" rel="tag">government</a>, <a href="http://the.inevitable.org/anism/tag/homes" rel="tag">Homes</a>, <a href="http://the.inevitable.org/anism/tag/hud" rel="tag">HUD</a>, <a href="http://the.inevitable.org/anism/tag/hud-homes" rel="tag">HUD Homes</a>, <a href="http://the.inevitable.org/anism/tag/investment" rel="tag">Investment</a>, <a href="http://the.inevitable.org/anism/tag/mortgage" rel="tag">Mortgage</a>, <a href="http://the.inevitable.org/anism/tag/property" rel="tag">property</a>, <a href="http://the.inevitable.org/anism/tag/real-estate" rel="tag">Real Estate</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/10/08/3819/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/10/08/3819/</feedburner:origLink></item>
		<item>
		<title>College Football</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/389874958/</link>
		<comments>http://the.inevitable.org/anism/2008/09/11/3818/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:10:08 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>college</category><category>college football</category><category>collegefootball.com</category><category>football</category><category>schools</category><category>social</category><category>social networks</category><category>sports</category><category>teams</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/09/11/3818/</guid>
		<description><![CDATA[Wow &#8230; I really haven&#8217;t paid attention to how long it has been since I have blogged.  I have been absolutely heads-down on two major Internet projects &#8230; my SMS/Text Messaging platform, and a new partner site - CollegeFootball.com.
CollegeFootball.com has become an interesting experiment that involves a social network with news and information services. We [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="College Football" href="http://www.collegefootball.com"><img align="right" alt="College Football" id="image3817" title="College Football" src="http://the.inevitable.org/anism/wp-content/uploads/2008/09/cf_banner_2.jpg" /></a>Wow &#8230; I really haven&#8217;t paid attention to how long it has been since I have blogged.  I have been absolutely heads-down on two major Internet projects &#8230; my SMS/Text Messaging platform, and a new partner site - <a title="College Football" target="_blank" href="http://www.collegefootball.com">CollegeFootball.com</a>.</p>
<p><a title="College Football" target="_blank" href="http://www.collegefootball.com">CollegeFootball.com</a> has become an interesting experiment that involves a social network with news and information services. We are now evolving that platform to see what gains traction with the fan base, and what features the average College Football fan is after.  Thee are, of course, the fans wanting to find out game information, standings, ratings, and othere team related information, but then there is also all of the &#8220;social&#8221; aspects of College Football that we are wanting to support and promote.</p>
<p><strong>The Social Network</strong><br />
The site is built around a foundation of a social network and user-generated content.  Anyone can come and join the site, they are then able to invite friends, search for friends, and form on-line relationships.  One area that we expanded on is the relationships.  Instead of just having &#8220;friends&#8221; we chose to implement multiple levels of relationships - Close Friends, Friends, Family, and Acquaintance - so that you can more precisely control who is able to see your content, and how they interact with you.</p>
<p><strong>The User Content</strong><br />
The user contributed content is currently in the form of posts, or articles, photos, and events.  We&#8217;ll soon be adding videos also.  On all contributions the fan is able to specify the &#8220;visibility&#8221; or who is able to see that particular piece of content. The choices are Close Friends, Friends, Family, Acquaintance, and Public &#8230; with Public being the default.  With the additional levels of relationships and the visibility flags, a fan could share posts, photos, or events with Close Friends and no one else.  They could also share them with Family, which would then make them visible to Family, Friends, and Close Friends.</p>
<p>The other important attribute that can be assigned to any post, photo, or event are a Primary and Secondary School.  This allows the fan to relate their content to schools or teams so that other fans can search and locate content related to their favorite - or not so favorite - teams.  These assignments also allow the site to associate content with particular school pages, and also make it more visible to our &#8220;governing users&#8221; &#8230; which I&#8217;ll touch on later.</p>
<p><strong>Posts</strong><br />
Posts, or articles, are like very simple blog posts.  Right now we do not offer a rich-text editor (which is coming) and inserting images in posts is a manual process, but we&#8217;ll be improving this in the coming weeks.</p>
<p><strong>Photos</strong><br />
Fans are able to create Photo Albums and then upload images to their albums.  Again, the visibility features allow very fine grained control of who is able to see what photos.  Within an album, individual photos can have different visibility settings allowing some photos to be seen only by Close Friends, and others by Family.</p>
<p><strong>Events</strong><br />
With all of the activities surrounding College Football, events are a way for fans to announce tailgate parties, other pre-game events, post game celebrations, and even places where games can be watched together.  As with the other content types, the visibility can be set, and the events can also be associated with a school or schools.  We&#8217;ll also be adding some invite and reminder capabilities to the events.</p>
<p><strong>Commenting</strong><br />
All of the content types on <a target="_blank" title="College Football" href="http://www.collegefootball.com">CollegeFootball.com</a> can be commented on by registered users.  The commenting system provides for two levels of commenting &#8230; comments being made directly on any piece of content, and then replies to comments.  The replies are only one-level deep, meaning that you can not reply to a reply.  When comments are made, the content owner is notified via e-mail, and when replies are made both the content owner, and original commenter are notified by e-mail.</p>
<p>As of this coming weekend we&#8217;ll be deploying a new build which will add Profile Commenting, or writing public comments on other fans profiles.  We haven&#8217;t nailed down what we&#8217;ll call this feature &#8230; writing on a fan&#8217;s <em>what</em>?  Feel free to comment below with suggestions if you have any!</p>
<p><strong>From the Fans</strong><br />
As fans contribute content, all of the content marked as Public can then be viewed on our <a target="_blank" title="College Football - From the Fans" href="http://dev.collegefootball.com/index.php/home/news">From the Fans</a> page.  Registered users can then also rate (Cheer!), and comment on the content.  There are a number of filters that can be modified on the From the Fans page to customize the view and assist fans in finding what they are interested in.  The first level is &#8220;Most Recent&#8221; or &#8220;Most Popular&#8221;.  The default is Most Recent and shows the content most recently contributed on the site.  The Most Popular sorts the content based on the number of Cheers (votes) that a piece of content has received.  Additional sorting and filtering are by the content type, allowing for only viewing posts or photos or events, and also the timeframe of contributions.</p>
<p>A fan is also able to view the contributions by school or team.  By making this selection they can drill down to user content that is only related to a team they are truly a fan of.</p>
<p><strong>Governing Users</strong><br />
Also core to the design of the platform is a concept that we call Governing Users &#8230; these are &#8220;editors&#8221; or users who can be given control of &#8220;promoting&#8221; certain content to school pages that are under their control.  When we grant Governing User privileges to a user we also pick the pages they have authority over.  For example we might give one user authority over the University of Utah page, and another user authority over the Army and Navy pages.  From then on, as they explore the site and the fans content they see a small icon that allows them to &#8220;promote&#8221; that piece of content to a public school page.  The governing user, when they click that link, is presented with the list of pages they have authority over along with date selectors on when they want that content to appear and be removed from that page.</p>
<p>Governing Users are then able to use the From the Fans page to also look for interesting content, and promote the content that they feel would be the biggest contribution to fans of a particular school or team.  It is this feature that then splits the site into two completely different &#8220;sides&#8221; of the site - the general public user contributions, and content that is deemed as being worthy of showcasing.  Both sides are always visible and accessible, and then both serve different purposes.</p>
<p><strong>What&#8217;s next?</strong><br />
There is a lot more that I could talk about &#8230; and a lot more coming &#8230; but it&#8217;s been fun so far.  The one thing that we did is make the entire platform independent of the specific content.  So although this is currently College Football related, we could use this same platform for any type of social network that comes along.  We already have some leads on additional domain names where we might apply the platform &#8230; it&#8217;ll be fun to see how it goes.</p>
<p>Please go and check out the site &#8230; use the Feedback button on each page to give us feedback (being nice of course, and understanding that we built this - from scratch - in 8 weeks!) &#8230; I really want to hear from fans what they like, what they don&#8217;t, and what needs to be added!</p>
<a href="http://the.inevitable.org/anism/tag/college" rel="tag">college</a>, <a href="http://the.inevitable.org/anism/tag/college-football" rel="tag">college football</a>, <a href="http://the.inevitable.org/anism/tag/collegefootball.com" rel="tag">collegefootball.com</a>, <a href="http://the.inevitable.org/anism/tag/football" rel="tag">football</a>, <a href="http://the.inevitable.org/anism/tag/schools" rel="tag">schools</a>, <a href="http://the.inevitable.org/anism/tag/social" rel="tag">social</a>, <a href="http://the.inevitable.org/anism/tag/social-networks" rel="tag">social networks</a>, <a href="http://the.inevitable.org/anism/tag/sports" rel="tag">sports</a>, <a href="http://the.inevitable.org/anism/tag/teams" rel="tag">teams</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/09/11/3818/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/09/11/3818/</feedburner:origLink></item>
		<item>
		<title>Video Stitching, Processing and the power of computers …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/311232676/</link>
		<comments>http://the.inevitable.org/anism/2008/06/13/3816/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:47:47 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>collage</category><category>farmers market</category><category>flickr</category><category>hiphop</category><category>how to</category><category>ibftp</category><category>Motion 3</category><category>skatepark</category><category>stabilized</category><category>video</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/06/13/3816/</guid>
		<description><![CDATA[aw this amazing Stabilized Video Collage this morning while reading &#8230; this is really impressive.  You have to see it to really appreciate what is being done.  As the author writes:
While some people are still endlessly yelling at Flickr for the new video  features, some others are experimenting around it. Especially the one that [...]]]></description>
			<content:encoded><![CDATA[<p>aw this amazing <a target="_blank" title="Stabilized Video Collage" href="http://www.flickr.com/photos/ibftp/2425386864/">Stabilized Video Collage</a> this morning while reading &#8230; this is really impressive.  You have to see it to really appreciate what is being done.  As the author writes:</p>
<blockquote><p>While some people are still endlessly yelling at Flickr for the new video  features, some others are experimenting around it. Especially the one that were  already experimenting with pictures, doing collages, blanding, panoramics or any  kinf of litle planets. On of my contact on Flickr is PaintMonkey, a very  inspired photographer when it comes to photocollages. His photostream is really  amazing and creative. He recently explored around the concept of “long photos”  (as Flickr calls its videos) and quickly came with some collages experiments. As  I was by my side discovering Motion 3 and its stabilization features, I came up  with this Stabilized Collage experiment.I am really impressed about the  simplicity and the quality of Motion’s stabilization features. It’s really quick  and simple to work with. The first time I really got the stabilization concept  was when I saw the stabilized version of the JFK assassination Zapruder’s video.  At this time, I guess this has been done by hand, frame after frame, but now  it’s as easy as click-and-process.</p>
</blockquote>
<p>He has posted several other examples of his work - <a target="_blank" title="HipHop By The Canal" href="http://www.flickr.com/photos/ibftp/2430095905/in/set-72157604726171955/">HipHop By The Canal</a>, <a target="_blank" title="Skatepark At The Canal" href="http://www.flickr.com/photos/ibftp/2431538686/in/set-72157604726171955/">Skatepark At The Canal</a>, <a target="_blank" title="Late Sunday Morning At The Farmers market" href="http://www.flickr.com/photos/ibftp/2431631776/in/set-72157604726171955/">Late Sunday Morning At The Farmers market</a>, <a target="_blank" title="Stabi Portrait B. v4" href="http://www.flickr.com/photos/ibftp/2440222425/in/set-72157604726171955/">Stabi Portrait B. v4</a> - along with his <a target="_blank" title="Stabilized Video Collages, How-To" href="http://www.flickr.com/photos/ibftp/2425396334/in/set-72157604726171955/">Stabilized Video Collages, How-To</a>.  All of these make me think about what could be possible with this &#8230; as an art form, and other possible uses.<br />
There are the immediate thoughts about using several cameras to record at the same time, and then sync up the videos &#8230; versus one camera recording the same scene (slightly offset) at different times.  The creation of huge panoramic videos becomes possible as very affordable prices.  I also started to think about the creation of a collage of an outdoors scene that would be made up of video taken from the four different seasons &#8230; mixing the beauty of each season into one field of view.<br />
Amazing &#8230; &#8220;click-and-process&#8221; &#8230; compute power, and the complexity of software is ever increasing &#8230; and amazing works like this show up!</p>
<a href="http://the.inevitable.org/anism/tag/collage" rel="tag">collage</a>, <a href="http://the.inevitable.org/anism/tag/farmers-market" rel="tag">farmers market</a>, <a href="http://the.inevitable.org/anism/tag/flickr" rel="tag">flickr</a>, <a href="http://the.inevitable.org/anism/tag/hiphop" rel="tag">hiphop</a>, <a href="http://the.inevitable.org/anism/tag/how-to" rel="tag">how to</a>, <a href="http://the.inevitable.org/anism/tag/ibftp" rel="tag">ibftp</a>, <a href="http://the.inevitable.org/anism/tag/motion-3" rel="tag">Motion 3</a>, <a href="http://the.inevitable.org/anism/tag/skatepark" rel="tag">skatepark</a>, <a href="http://the.inevitable.org/anism/tag/stabilized" rel="tag">stabilized</a>, <a href="http://the.inevitable.org/anism/tag/video" rel="tag">video</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/06/13/3816/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/06/13/3816/</feedburner:origLink></item>
		<item>
		<title>Telecosm 2008 - Quantum Entanglement and the Next Phase …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/308139428/</link>
		<comments>http://the.inevitable.org/anism/2008/06/09/3813/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 16:38:50 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>2008</category><category>atoms</category><category>audience</category><category>carver mead</category><category>forbes</category><category>foveon</category><category>gilder</category><category>internet</category><category>lake george</category><category>molecules</category><category>new york</category><category>physics</category><category>quantum</category><category>sagamore</category><category>telecosm</category><category>waves</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/06/09/3813/</guid>
		<description><![CDATA[The wrap up of the Gilder Telecosm conference is always one of my favorite presentations.  For the last number of years, it has always been Carver Mead speaking &#8230; and he is an incredible man.  It&#8217;s not only his accomplishments, but his presentation itself &#8230; his presence &#8230; his speech &#8230; his wisdom.
Carver [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Carver Mead" id="image3814" title="Carver Mead" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/carver_mead.jpg" />The wrap up of the Gilder Telecosm conference is always one of my favorite presentations.  For the last number of years, it has always been <a target="_blank" title="Carver Mead" href="http://en.wikipedia.org/wiki/Carver_Mead">Carver Mead</a> speaking &#8230; and he is an incredible man.  It&#8217;s not only his accomplishments, but his presentation itself &#8230; his presence &#8230; his speech &#8230; his wisdom.</p>
<blockquote><p><em><strong>Carver Mead</strong>, Internationally known author and educator; Holder of the National Medal of Technology; Founder of twenty-five companies; Gordon and Betty Moore Professor of Engineering Emeritus, California Institute of Technology</em></p></blockquote>
<p>Some of his work includes the foundation technology behind <a target="_blank" title="Foveon" href="http://www.foveon.com/">Foveon</a>, &#8220;<em>a world innovator in the design and development of image sensors and image capture systems for a wide range of digital capture products.</em>&#8221;  If you aren&#8217;t familiar with his company, you can read about the <a target="_blank" title="Foveon Technology" href="http://www.foveon.com/article.php?a=67">Foveon technology</a> &#8230; it is amazing, and well know to extreme photographers.  In additional this year another company with his involvement <a target="_blank" title="Audience" href="http://www.audience.com/">Audience</a> presented here &#8230; creating sound processing silicon modeled after the human ear and brain.</p>
<p>Part of the introductory presentation was by Louisa Gilder, who wrote the book <em>The Age of Entanglement: When Quantum Physics Was Reborn</em>. She gave a brief history of the debates that go back to the 1930&#8217;s about quantum theories, and the various experiments up through the work of <a target="_blank" title="John Bell" href="http://en.wikipedia.org/wiki/John_Stewart_Bell">John Bell</a>.</p>
<p>Carver was introduced by  Lloyd Watts, Chairman and Chief Executive Officer of Audience.  Lloyd had been a student of Carver&#8217;s at CalTech.  He did a wonderful introduction and thanked Carver for the impact that Carver has had on so many people&#8217;s lives &#8230; including his won.</p>
<p>Carver begin his presentation by talking about research that has shown the inaccuracy of perception and reality &#8230; and how that relates to human behavior.  He had one study that showed where the bottom quarter of a class, who had taken a test and were in the bottom 10 percentile, tended to think they had not done that bad &#8230; even above average.  While the best and brightest who were in the top quarter &#8230; scoring in the 90th percentile &#8230; tended to question how well they had done &#8230; and were unsure of their ability &#8230; and tended to guess lower than they had done.  His point was how real genius is often able to question their own knowledge, and to be open to what they do not know &#8230; to always question their own knowledge, and to &#8220;push the limits of human knowledge.&#8221;</p>
<p>He ventured into a philosophical conversation about creativity and genius.  He questioned where ideas come from &#8230; true inventions or innovation.  He touched on eastern thoughts where they believe that all things undiscovered, and un-manifested, exist in the &#8220;darkness&#8221;.  They exist, but have not yet been found by us &#8230; and will only be found when we choose to explore the darkness searching for them.  He expressed that this is only one way to view this phenomenon, and that we each have our own ways to clear our minds, to explore the darkness, and to create.  I enjoy thinking about this as I find the most powerful way for me to &#8220;explore the darkness&#8221; is to break my usual patterns, and to do those things that i wouldn&#8217;t usually do &#8230; do go and do things that I usually wouldn&#8217;t.</p>
<p>Carver then talked about the power of words.  The importance of words.  How the words that we choose to use define the context that we operate within.  He talked about the ways that people begin to create models of new concepts &#8230; and that the language that they use to define these new models automatically begin to limit themselves.  I have also been taught this same idea from numerous sources &#8230; that as we grow up we begin to become &#8220;loose&#8221; with our language, and underestimate the power of what we say &#8230; and don&#8217;t say.  We often use &#8220;weak&#8221; words, and express disbelief and disappointment.  We hear stories about the power of positive thinking, but fail to realize how much of this is expressed in our speaking.  If we are not always thinking <em>and speaking</em> in a positive way, it can poison our whole way of being.  This includes how we talk about ourselves, others, and what we are up to in life.<br />
The next area of conversation that Carver explored was the extension of our senses.  He expressed that when he is working on his research, and looking at an oscilloscope connected to some semiconductors, he is not looking at the waveforms but instead using that as a way to visualize in his mind the individual electrons flowing through the semiconductor.  He related this to using a hammer &#8230; talking about when you first started using a hammer for the first time, it was awkward and you fought to control the direction and impact.  But as you become better and better with using a hammer, it actually starts to become an extension of you &#8230; and you begin to gain control over directing the impact, and also sensing if you made good impact with your target.  Likewise he said that as you gain skill at using any tool, you can allow that tool to become an extension of you &#8230; and and to allow that tool to give you new ways to see what is going on.<br />
As he wrapped up, he posited that all matter is waves &#8230; there are no particles &#8230; no points of energy.  All matter is waves.  Nothing but waves.  The energy of matter is it&#8217;s frequency, and it&#8217;s wavelength is one over the momentum &#8230; the vector of momentum.  I had to stop taking notes to focus on what he was saying, but it was an incredible way to visualize matter.  He talked about electron not being in &#8220;shells&#8221; or &#8220;orbits&#8221; around the nucleus, but instead to consider that electrons take on different &#8220;wave functions&#8221; wrapped around the nucleus.  He then also discussed how due to the charges, and the electrons wanting to avoid each other, they are forced to take on different wave functions in avoidance.  Some of these wave functions can become more and more convoluted, and then can become &#8220;smoothed&#8221; when these atoms get near other atoms &#8230; creating molecules.  And that the binding nature of molecules is formed by the more natural wave functions that are formed through the combination of atoms.</p>
<p>There is so much more that he said that I didn&#8217;t get down in notes &#8230; I really wish that Gilder would post the podcasts and vidcasts of these presentations &#8230; they are an outstanding source of new perspectives.  Carver Mead is an amazing man &#8230; what a contribution to society.</p>
<a href="http://the.inevitable.org/anism/tag/2008" rel="tag">2008</a>, <a href="http://the.inevitable.org/anism/tag/atoms" rel="tag">atoms</a>, <a href="http://the.inevitable.org/anism/tag/audience" rel="tag">audience</a>, <a href="http://the.inevitable.org/anism/tag/carver-mead" rel="tag">carver mead</a>, <a href="http://the.inevitable.org/anism/tag/forbes" rel="tag">forbes</a>, <a href="http://the.inevitable.org/anism/tag/foveon" rel="tag">foveon</a>, <a href="http://the.inevitable.org/anism/tag/gilder" rel="tag">gilder</a>, <a href="http://the.inevitable.org/anism/tag/internet" rel="tag">internet</a>, <a href="http://the.inevitable.org/anism/tag/lake-george" rel="tag">lake george</a>, <a href="http://the.inevitable.org/anism/tag/molecules" rel="tag">molecules</a>, <a href="http://the.inevitable.org/anism/tag/new-york" rel="tag">new york</a>, <a href="http://the.inevitable.org/anism/tag/physics" rel="tag">physics</a>, <a href="http://the.inevitable.org/anism/tag/quantum" rel="tag">quantum</a>, <a href="http://the.inevitable.org/anism/tag/sagamore" rel="tag">sagamore</a>, <a href="http://the.inevitable.org/anism/tag/telecosm" rel="tag">telecosm</a>, <a href="http://the.inevitable.org/anism/tag/waves" rel="tag">waves</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/06/09/3813/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/06/09/3813/</feedburner:origLink></item>
		<item>
		<title>Telecosm 2008 - scaling Internet backbones …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/300805901/</link>
		<comments>http://the.inevitable.org/anism/2008/05/29/3811/#comments</comments>
		<pubDate>Thu, 29 May 2008 21:35:43 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>2008</category><category>alcatel</category><category>backbone</category><category>broadlight</category><category>cisco</category><category>dwdm</category><category>forbes</category><category>gilder</category><category>infinera</category><category>internet</category><category>juniper</category><category>lake george</category><category>luxtera</category><category>new york</category><category>photonic</category><category>sagamore</category><category>telecosm</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/29/3811/</guid>
		<description><![CDATA[There were a number of cool presentations today with a focus on the semiconductors and optical components &#8230; and various network processing units and multi-core general purpose processors for high-speed backbone networking.  It&#8217;s actually a fascinating subject area that few people seem to really be aware of.  We all take the bandwidth to [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="Infinera DWDM" href="http://the.inevitable.org/anism/wp-content/uploads/2008/05/infinera_dwdm.gif"><img width="300" height="187" align="right" alt="Infinera Solutions" id="image3812" title="Infinera Solutions" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/infinera_dwdm.gif" /></a>There were a number of cool presentations today with a focus on the semiconductors and optical components &#8230; and various network processing units and multi-core general purpose processors for high-speed backbone networking.  It&#8217;s actually a fascinating subject area that few people seem to really be aware of.  We all take the bandwidth to our homes as a given &#8230; and to our businesses, and to our hosted servers, blogs, flickr, twitter, and YouTube and on and on.  But how is all of that backbone bandwidth &#8230; running over the fiber that connects us to our favorite sites, services, applications, and videos &#8230; actually built out?</p>
<p>Well &#8230; there are a number of vendors that provide the bulk of the equipment, and within that equipment there are providers of the subcomponents and silicon behind the massive amounts of bandwidth provided by the Internet.  Cisco, Juniper, and Alcatel add up to 90% of the market for the really high-end backbone switching and routing gear.</p>
<p>The dominant solution in this space is using DWDM - Dense Wavelength Division Multiplexing - to place multiple colors of light on the same fiber, with each color carrying it&#8217;s own data.  The current &#8220;commodity&#8221; speeds that are being sold are running at 40Gbps per link, and these are then installed in 4, 8, and 16+ slot chassis providing up to 1.2+Tbps packet switching speeds.  Yes &#8230; that is 1.2 <em>Terabits</em> per second &#8230; 1.2 <em>trillion</em> bits per second &#8230; or about 120 <em>billion characters per second</em>.  Kinda&#8217; fast.</p>
<p>Some of the presenters today were <a title="Infinera" target="_blank" href="http://www.infinera.com">Infinera</a>, <a title="Luxtera" target="_blank" href="http://www.luxtera.com/">Luxtera</a>, <a target="_blank" title="Photonic" href="http://www.photonic-corp.com/">Photonic</a>, and <a target="_blank" title="BroadLight" href="http://www.broadlight.com/">BroadLight</a>.  If you want to learn more about DWDM &#8230; Infinera has some cool videos that provide some details about their products on the <a title="Infinera Videos" target="_blank" href="http://www.infinera.com/video/video.html">Infinera Videos</a> page.  Their first video demonstrates how DWDM works &#8230;</p>
<p>During the presentations, there were a few stats that really stood out to me.  One of these was the current average backbone bandwidth, per US carrier.  Here is the US, although the presented admitted that it varies, the average was pegged at about 400Gbps+ on their backbone links.  The key is that the estimates are an average of a 75% growth in the next year!</p>
<p>One of the examples of the calculations was based on taking this forward for 10 years &#8230; so if the internet grows at 70% per year for 10 years &#8230; using the current 40Gbps DWDM optical technologies:</p>
<ul>
<li>15 million DWDM transponders will have to be added</li>
<li>165 million mechanical fiber couplings will have to be installed</li>
<li>4 GigaWatts of additional power will be required</li>
<li>AND &#8230; In 10 years, they would be installing 4000 DWDM transponders PER DAY &#8230;</li>
<li>&#8230; requiring 2000+ more technicians!</li>
</ul>
<p>Infinera was presenting on their upcoming 100Gbps optical technologies, and also mentioned their eventual 400Gbps product, followed by 1Tbps, 2Tbps, and 4Tbps chipsets.  Obviously as they - and other companies - are able to deliver these higher capacity solutions, there will be smaller numbers of units required to keep pace.</p>
<p>To me it&#8217;s impressive to see that people are working on creating these next-generation solutions to boost the capabilities offered &#8230;. to ensure that the Internet backbones can keep pace with the demands for bandwidth being created by us users.</p>
<p>There is a lot going on in the industry to cope with Internet bandwidth demands &#8230;</p>
<a href="http://the.inevitable.org/anism/tag/2008" rel="tag">2008</a>, <a href="http://the.inevitable.org/anism/tag/alcatel" rel="tag">alcatel</a>, <a href="http://the.inevitable.org/anism/tag/backbone" rel="tag">backbone</a>, <a href="http://the.inevitable.org/anism/tag/broadlight" rel="tag">broadlight</a>, <a href="http://the.inevitable.org/anism/tag/cisco" rel="tag">cisco</a>, <a href="http://the.inevitable.org/anism/tag/dwdm" rel="tag">dwdm</a>, <a href="http://the.inevitable.org/anism/tag/forbes" rel="tag">forbes</a>, <a href="http://the.inevitable.org/anism/tag/gilder" rel="tag">gilder</a>, <a href="http://the.inevitable.org/anism/tag/infinera" rel="tag">infinera</a>, <a href="http://the.inevitable.org/anism/tag/internet" rel="tag">internet</a>, <a href="http://the.inevitable.org/anism/tag/juniper" rel="tag">juniper</a>, <a href="http://the.inevitable.org/anism/tag/lake-george" rel="tag">lake george</a>, <a href="http://the.inevitable.org/anism/tag/luxtera" rel="tag">luxtera</a>, <a href="http://the.inevitable.org/anism/tag/new-york" rel="tag">new york</a>, <a href="http://the.inevitable.org/anism/tag/photonic" rel="tag">photonic</a>, <a href="http://the.inevitable.org/anism/tag/sagamore" rel="tag">sagamore</a>, <a href="http://the.inevitable.org/anism/tag/telecosm" rel="tag">telecosm</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/29/3811/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/29/3811/</feedburner:origLink></item>
		<item>
		<title>Telecosm 2008 - Bob Metcalfe on Energy</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/300547614/</link>
		<comments>http://the.inevitable.org/anism/2008/05/29/3809/#comments</comments>
		<pubDate>Thu, 29 May 2008 13:20:00 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>2008</category><category>blue</category><category>bob metcalfe</category><category>energy</category><category>ethernet</category><category>forbes</category><category>gilder</category><category>green</category><category>lake george</category><category>new york</category><category>sagamore</category><category>telecosm</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/29/3809/</guid>
		<description><![CDATA[Bob Metcalfe, of Ethernet fame, did a presentation this morning on his current investments in energy. He related, throughout the presentation, ways to link the progress of the Internet to work that could be done in looking for cheap, clean, effective, alternate energy sources.
Green Fuel - one of his investments, is exploring the use of [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image3810" title="Bob Metcalfe" alt="Bob Metcalfe" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/bob_metcalfe.jpg" align="left" /><a title="Bob Metcalfe" href="http://en.wikipedia.org/wiki/Robert_Metcalfe" target="_blank">Bob Metcalfe</a>, of Ethernet fame, did a presentation this morning on his current investments in energy. He related, throughout the presentation, ways to link the progress of the Internet to work that could be done in looking for cheap, clean, effective, alternate energy sources.</p>
<p><a title="Green Fuel" href="http://www.greenfuelonline.com/" target="_blank">Green Fuel</a> - one of his investments, is exploring the use of algae to create feed, food, and fuel from the CO2 emissions from smokestacks. Dried Whole Algae can be used for feed and food. (He explained that Omega-3 fatty acids that we get from fish actually comes from the algae they eat &#8230; and suggested that we &#8220;cut out the middle fish&#8221;), Algae Oil can be used for biodiesel. Dilapidated meal can be used for foods. The &#8220;carbon credits&#8221; can also be gained &#8230; but are insignificant.</p>
<p>He also suggested that &#8220;Green&#8221; is not necessarily the right &#8220;color&#8221; to call the clean energy movement. It turns out that the &#8220;Greens&#8221; in the political realm seem to be more than just &#8220;Environmentalism&#8221;, but also Anti-technology, Anti-capitalism, Anti-trade, and Anti-American. All of these are not going to solve some of the real big challenges. Bob suggested that we consider it the &#8220;Blue&#8221; movement &#8230; he believes that the best solutions will be related to the sky, and oceans. His mantra is &#8220;cheap and clean&#8221; energy.</p>
<p>Bob briefly reviewed some of his other investments - <a title="Mintera" href="http://www.mintera.com/" target="_blank">Mintera</a> is one of his investments, and they are doing 40Gbps Long Haul DWDM Optical Transmission solutions &#8230; allowing people to telecommute. <a title="SiCortex" href="http://sicortex.com/" target="_blank">SiCortex</a> is creating supercomputer Linux Clusters &#8230; delivering more compute power per dollar, per foot, per watt. <a title="Ember" href="http://www.ember.com/" target="_blank">Ember</a> which is creating control systems using Zigbee Standard CMOS Radios and Protocol Stack. <a title="Infinite Power Solutions" href="http://www.infinitepowersolutions.com/" target="_blank">Infinite Power Solutions</a> which is creating Solid-state Thin-film Lithium-ion Batteries with nearly unlimited recharge cycles.  He also mentioned I366 Technologies (which I couldn&#8217;t find) that are creating next generation Silicon Solar Cells, and <a title="SiOnyx" href="http://www.sionyxinc.com/" target="_blank">SiOnyx</a> who are creating Black Silicon which has very useful photonic properties.</p>
<p>He stressed that Energy creation and usage are not directly tied to the Environment. They are both very independent issues.  If Global Warming were solved tomorrow, we would still want cheap, clean energy! The solutions - if we want them - to Global Warming are about Climate Control! He questioned where the real research is going on related to numerous climate control solutions.</p>
<p>He ended by joking about the day that we would get to ask the United Nations &#8220;Now that we can control the planet&#8217;s temperature &#8230; exactly what temperature do you want the earth to be?&#8221;</p>
<p>Yeah &#8230; that would be the day &#8230; I&#8217;m sure they already have that all figured out. Oh &#8230; and there would be no side effects at all to stopping the variations in planetary temperatures &#8230; right!</p>
<a href="http://the.inevitable.org/anism/tag/2008" rel="tag">2008</a>, <a href="http://the.inevitable.org/anism/tag/blue" rel="tag">blue</a>, <a href="http://the.inevitable.org/anism/tag/bob-metcalfe" rel="tag">bob metcalfe</a>, <a href="http://the.inevitable.org/anism/tag/energy" rel="tag">energy</a>, <a href="http://the.inevitable.org/anism/tag/ethernet" rel="tag">ethernet</a>, <a href="http://the.inevitable.org/anism/tag/forbes" rel="tag">forbes</a>, <a href="http://the.inevitable.org/anism/tag/gilder" rel="tag">gilder</a>, <a href="http://the.inevitable.org/anism/tag/green" rel="tag">green</a>, <a href="http://the.inevitable.org/anism/tag/lake-george" rel="tag">lake george</a>, <a href="http://the.inevitable.org/anism/tag/new-york" rel="tag">new york</a>, <a href="http://the.inevitable.org/anism/tag/sagamore" rel="tag">sagamore</a>, <a href="http://the.inevitable.org/anism/tag/telecosm" rel="tag">telecosm</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/29/3809/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/29/3809/</feedburner:origLink></item>
		<item>
		<title>Telecosm 2008 - Cloud Computing and The Exaflood …</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/300068388/</link>
		<comments>http://the.inevitable.org/anism/2008/05/28/3808/#comments</comments>
		<pubDate>Wed, 28 May 2008 20:15:58 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>2008</category><category>bandwidth</category><category>exaflood</category><category>forbes</category><category>gilder</category><category>internet</category><category>lake george</category><category>new york</category><category>sagamore</category><category>telecosm</category><category>traffic</category><category>youtube</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/28/3808/</guid>
		<description><![CDATA[Nicholas was here at Telecosm to present about the shift - the &#8220;big switch&#8221; - to cloud computing.  He reviewed the background on the evolution of electricity, and drew the parallels between the early days of creating your own power, to moving to a model where the power grid is a commoditized asset.
Nicholas reviewed [...]]]></description>
			<content:encoded><![CDATA[<p>Nicholas was here at Telecosm to present about the shift - the &#8220;big switch&#8221; - to cloud computing.  He reviewed the background on the evolution of electricity, and drew the parallels between the early days of creating your own power, to moving to a model where the power grid is a commoditized asset.</p>
<p>Nicholas reviewed the implications of Rethinking the Data Center:  Virtualization of computing and storage, Consolidation, Programmable environments, Automated management, Multi-Tenant facilities, and Energy Efficiencies.  For anyone familiar with what Amazon is up to with AWS, and now Google with the Google Application Engine (GAE) this is all well known.<br />
The next presentation was by Andrew Odlyzko who spoke about the Exaflood &#8230; the growth of Internet traffic.  It was filled with facts about the current state of Internet traffic &#8230; and some predictions on the future.  One interesting fact &#8230; right now, the growth rate is actually slowing, even though the hype is accelerating.  Internet traffic growth is occurring &#8230; just not as fast as it has in the past.<br />
Here are some of the more interesting numbers that Andrew talked about:</p>
<ul>
<li>Qwest CTO Estimate: IP traffic to go from 9 PB/day in 2007 to 21 PB/day in 2012</li>
<ul>
<li>Reference: <a target="_blank" title="Qwest CTO Internet Traffic Estimates" href="http://www.ofcnfoec.org/Materials/08_Plenary_Poll.pdf">http://www.ofcnfoec.org/Materials/08_Plenary_Poll.pdf</a></li>
<li>Yes &#8230; that is Petabytes per day!</li>
</ul>
<li>Estimates for Internet traffic growth rates</li>
<ul>
<li>mostly in the 50%-60% per year range</li>
<li>With 50% growth rates offset by 33% decline in cost &#8230; not much change in overall costs to support new levels of traffic.</li>
</ul>
<li>Year-end 2006 worldwide  numbers:</li>
<ul>
<li>digital storage:  185,000 PB</li>
<li>Internet traffic: 2,500 PB/month</li>
</ul>
<li>Year-end 2006 US Internet traffic per capita:</li>
<ul>
<li>2GB/month</li>
<li>TV consumption ~40GB/month (assumes 3hr/day, 1Mbps, no HDTV)</li>
<li>TV/Video over the Internet will add *some* traffic, but not massive new numbers</li>
</ul>
<li>Wild numbers about revenues to providers.  Revenue per MB:</li>
<ul>
<li>SMS = $1000 / MB</li>
<li>Cell voice calls = $1 / MB</li>
<li>Wireline voice calls = $.10 / MB</li>
<li>Residential Internet = $.01 / MB</li>
<li>Backbone Internet = $.0001 / MB</li>
</ul>
</ul>
<p>The last figure that was shared during the panel discussion was that Eric Schmidt indicated last month that Google is currently accepting 10 hours of YouTube video per minute!  That comes to 14,400 hours of video PER DAY being uploaded to YouTube &#8230; absolutely amazing volume of data.</p>
<a href="http://the.inevitable.org/anism/tag/2008" rel="tag">2008</a>, <a href="http://the.inevitable.org/anism/tag/bandwidth" rel="tag">bandwidth</a>, <a href="http://the.inevitable.org/anism/tag/exaflood" rel="tag">exaflood</a>, <a href="http://the.inevitable.org/anism/tag/forbes" rel="tag">forbes</a>, <a href="http://the.inevitable.org/anism/tag/gilder" rel="tag">gilder</a>, <a href="http://the.inevitable.org/anism/tag/internet" rel="tag">internet</a>, <a href="http://the.inevitable.org/anism/tag/lake-george" rel="tag">lake george</a>, <a href="http://the.inevitable.org/anism/tag/new-york" rel="tag">new york</a>, <a href="http://the.inevitable.org/anism/tag/sagamore" rel="tag">sagamore</a>, <a href="http://the.inevitable.org/anism/tag/telecosm" rel="tag">telecosm</a>, <a href="http://the.inevitable.org/anism/tag/traffic" rel="tag">traffic</a>, <a href="http://the.inevitable.org/anism/tag/youtube" rel="tag">youtube</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/28/3808/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/28/3808/</feedburner:origLink></item>
		<item>
		<title>Telecosm 2008</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/299876044/</link>
		<comments>http://the.inevitable.org/anism/2008/05/28/3807/#comments</comments>
		<pubDate>Wed, 28 May 2008 14:22:55 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>2008</category><category>forbes</category><category>gilder</category><category>lake george</category><category>new york</category><category>sagamore</category><category>telecosm</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/28/3807/</guid>
		<description><![CDATA[This weekend Andrea and I came to the east coast - Lake George, NY - to have some fun, and to attend the Gilder/Forbes Telecosm 2008 conference.  It was a lot of fun Sunday through Tuesday exploring the local area, going hiking in the Tongue Mountains, and having some great food.  The Sagamore [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend Andrea and I came to the east coast - <a target="_blank" title="Lake George, NY" href="http://maps.google.com/maps?ie=UTF8&#038;ll=43.520672,-73.644104&#038;spn=0.281814,0.460052&#038;t=h&#038;z=11">Lake George, NY</a> - to have some fun, and to attend the <a target="_blank" title="Gilder/Forbes Telecosm 2008" href="http://www.gildertech.com/public/conferences.html">Gilder/Forbes Telecosm 2008 conference</a>.  It was a lot of fun Sunday through Tuesday exploring the local area, going hiking in the <a target="_blank" title="Tongue Mountains" href="http://en.wikipedia.org/wiki/Tongue_Mountain_Range_trail">Tongue Mountains</a>, and having some great food.  <a target="_blank" title="The Sagamore" href="http://www.thesagamore.com/">The Sagamore</a> is an amazing resort on <a target="_blank" title="Green Island in Lake George" href="http://maps.google.com/maps?ie=UTF8&#038;ll=43.558454,-73.64522&#038;spn=0.008801,0.014377&#038;t=h&#038;z=16">Green Island in Lake George</a>, and we are staying in a <a target="_blank" title="Condo at The Sagamore" href="http://maps.live.com/default.aspx?v=2&#038;FORM=LMLTCC&#038;cp=43.55882~-73.64773&#038;style=h&#038;lvl=15&#038;tilt=-90&#038;dir=0&#038;alt=-1000&#038;scene=8435260&#038;phx=0&#038;phy=0&#038;phscl=1&#038;sp=Point.r7stss8vwdmx_Our%20Suite%20at%20the%20Sagamore_This%20is%20where%20we're%20staying%20for%20the%20week%20...%20nice%20place%20...%20free%20Wifi!___&#038;encType=1">very nice condo</a> on the bay.</p>
<p>Last night we took a great cruise on the Adirondack - a 115&#8242;, three deck ship - that cruised around the islands at sunset while we had dinner on board.  It was fun to meet some of the other attendees, and the evening wrapped up with a couple of brief presentations by two authors of current books <span class="style1"> Lawrence Solomon, Author of <a target="_blank" title="The Deniers" href="http://www.amazon.com/Deniers-Renowned-Scientists-Political-Persecution/dp/0980076315/ref=pd_sim_b_img_2/102-6326096-3806532"><em>The Deniers</em></a></span>, and Howard C. Hayden, Author of <a target="_blank" title="A Primer on CO2 and Climate" href="http://www.amazon.com/Primer-CO2-Climate-2nd/dp/0971484562/ref=pd_sim_b_img_21"><em>A Primer on CO2 and Climate</em></a>.  It was really good to hear different opinions about global warming, alternate sources of information, and new places to read more about some current theories and measurements.  I&#8217;ll read the books and then see what I think.</p>
<p>This morning kicked off with George Gilder giving an introduction to this years Telecosm, and then Steve Forbes talking about his opinions on the current financial and economic trends in our country.  Overall, he is much more bullish about things, and although he acknowledges that the Federal Reserve has made some errors, he seems to believe that we have a lot of opportunity before us.  He feels that oils prices are currently a bubble, and that if you measure oil as a comparison to gold prices, the increase is not as large as claimed.  He does feel that a change in monetary policies is going to burst the oil bubble.  He is worried about a number of tax cuts that are going to be coming up for renewal in 2010 - capital gains and death taxes - both of which could reduce available capital for entrepreneurs and capitalists.  Steve is always great to listen to &#8230;</p>
<a href="http://the.inevitable.org/anism/tag/2008" rel="tag">2008</a>, <a href="http://the.inevitable.org/anism/tag/forbes" rel="tag">forbes</a>, <a href="http://the.inevitable.org/anism/tag/gilder" rel="tag">gilder</a>, <a href="http://the.inevitable.org/anism/tag/lake-george" rel="tag">lake george</a>, <a href="http://the.inevitable.org/anism/tag/new-york" rel="tag">new york</a>, <a href="http://the.inevitable.org/anism/tag/sagamore" rel="tag">sagamore</a>, <a href="http://the.inevitable.org/anism/tag/telecosm" rel="tag">telecosm</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/28/3807/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/28/3807/</feedburner:origLink></item>
		<item>
		<title>AsteriskNOW … configuring to use VoicePulse</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/285844259/</link>
		<comments>http://the.inevitable.org/anism/2008/05/07/3805/#comments</comments>
		<pubDate>Thu, 08 May 2008 05:03:13 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>asterisk</category><category>asterisknow</category><category>beta6</category><category>digium</category><category>pbx</category><category>release</category><category>sip</category><category>upgrade</category><category>voicepulse</category><category>voip</category><category>x lite</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/07/3805/</guid>
		<description><![CDATA[I was able to get my AsteriskNOW system upgraded, and so now on to the next step &#8230; adding a new set of VoIP channels (phone lines) and a new incoming phone number.  I wanted to do all of this via VoIP so that I can learn what it takes, and how to do [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" title="AsteriskNOW" id="image3803" alt="AsteriskNOW" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/asterisknow_logo.png" />I was able to get my AsteriskNOW system upgraded, and so now on to the next step &#8230; adding a new set of VoIP channels (phone lines) and a new incoming phone number.  I wanted to do all of this via VoIP so that I can learn what it takes, and how to do it &#8230; and it&#8217;s been quite a learning lesson.</p>
<p>First, I&#8217;m using AsteriskNOW v1.0.2 and it includes the ability to add VoicePulse as a Service Provider out of the box.  They actually provide support for several different providers, however I got VoicePulse as a recommend from a friend of mine.  I figured that their rates looked very good, and I&#8217;d give it a try and see how things went &#8230;</p>
<p><img align="left" title="VoicePulse" id="image3806" alt="VoicePulse" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/voicepulse_logo.gif" />The first step in setting up AsteriskNOW to use VoicePulse is to set-up your VoicePulse account.  That involves going to their website, and creating an account &#8230; and purchasing your initial credit with them.  Once you fill out the information on their on-line form, they will e-mail you a credit card authorization agreement, which you have to complete and fax back to them.  If you then call them they will grab your fax and activate your account.  Once that is completed, the will give you the password to your account so that you can log into the VoicePulse Connect portal &#8230; where you manage your VoicePulse account and get all of the details to get things configured.</p>
<p>Once you can log into your VoicePulse account, you&#8217;ll want to go to the Credentials tab on the UI.  This is where you&#8217;ll find your Login and Password for your channels.  Now, I&#8217;ll do my best to explain channels here &#8230; since your base VoicePulse account comes with four of them.  Channels are &#8220;like&#8221; phone lines, but do not necessarily have a phone number associated with them.  What value is that?  Well &#8230; you can make outbound calls.  So with a base account, you get the ability to make four simultaneous outbound calls, and you&#8217;re charged by the minute to use them.  Now you might be asking &#8220;What caller ID will show up to the people I am calling?&#8221; .. I asked that also.  Asterisk allows you to assign that value when you configure your system!  Any how &#8230; I digress &#8230;</p>
<p>So now that you have your VoicePulse credentials, the next step is to put those into AsteriskNOW.  If you login to your AsteriskNOW admin web page, you can go to the <em><strong>Service Providers</strong></em> menu, and click the <em><strong>Add Service Provider</strong></em> button.  Select a <em><strong>Provider Type</strong></em> of <em><strong>VoIP</strong></em>, and you&#8217;ll then see VoicePulse listed.  When you select VoicePulse, you then be prompted for the Username and Password that you got from your VoicePulse Credentials web page.  Enter both values, and click <em><strong>Save</strong></em>.</p>
<p>You should now see your VoicePulse account appear in your <em><strong>List of Service Providers</strong></em>.  That is almost all ther eis to do!  I did change one additional setting to get things going &#8230; I had read this on a page that I had Googled.  To the right of your new entry, there is a pull-down menu labeled <em><strong>Options</strong></em> &#8230; select that menu, and then choose <em><strong>Advanced</strong></em>.  On the dialog that appears, I put the value <em><strong>5060</strong></em> in the <em><strong>Port</strong></em> field.  Click <em><strong>Update</strong></em> and you are done!</p>
<p>What is amazing is that you are now ready to go!  That&#8217;s all there is to it.  If you are familiar with Asterisk, you can now begin to configure both incoming and outgoing configurations!  In my case I wanted to configure two additional items - a DialPlan that allowed me to make use of these new lines, and also add a new incoming number (DID).</p>
<p>To add access to these lines,  I simply went into the <em><strong>Calling Rules</strong></em> in the AsteriskNOW admin portal, and added a new <em><strong>Calling Rule</strong></em> into my DialPlan &#8230; since I&#8217;ve been using the &#8220;dial 9&#8243; and &#8220;dial 8&#8243; convention for my other lines, I added a rule to &#8220;dial 7&#8243; to use the new VoicePulse channels.  Done.</p>
<p>Then, to add my new phone number I simply went back to the VoicePulse portal, and selected their <em><strong>Numbers</strong></em> tab at the top.  Scrolled down to where it says <em><strong>Add Phone Numbers</strong></em> I then selected my state, selected the area code, and then the city &#8230; and then chose a phone number.  Clicking the <em><strong>Activate Selected</strong></em> button then activated my new number.  Now to configure AsteriskNOW &#8230; I went back to my AsteriskNOW portal, and chose the <em><strong>Incoming Calls</strong></em> menu item.  I then clicked the <em><strong>Add an Incoming Rule</strong></em> button and defined my new rule &#8230; <em><strong>All Unmatched incoming calls</strong></em>, from provider <em><strong>VoicePulse</strong></em>, to extension <em><strong>5000</strong></em> (one of my Ring Groups).  Done.</p>
<p>Within 30 minutes, I called my new VoicePulse phone number, and my Ring Group was ringing &#8230; all too simple.  I also went and grabbed a copy of <a title="X-Lite SIP SoftPhone" target="_blank" href="http://www.counterpath.com/x-lite.html">X-Lite</a> &#8230; a free SIP phone &#8230; and pointed it at my AsteriskNOW box &#8230; it connected right up and is working great!</p>
<a href="http://the.inevitable.org/anism/tag/asterisk" rel="tag">asterisk</a>, <a href="http://the.inevitable.org/anism/tag/asterisknow" rel="tag">asterisknow</a>, <a href="http://the.inevitable.org/anism/tag/beta6" rel="tag">beta6</a>, <a href="http://the.inevitable.org/anism/tag/digium" rel="tag">digium</a>, <a href="http://the.inevitable.org/anism/tag/pbx" rel="tag">pbx</a>, <a href="http://the.inevitable.org/anism/tag/release" rel="tag">release</a>, <a href="http://the.inevitable.org/anism/tag/sip" rel="tag">sip</a>, <a href="http://the.inevitable.org/anism/tag/upgrade" rel="tag">upgrade</a>, <a href="http://the.inevitable.org/anism/tag/voicepulse" rel="tag">voicepulse</a>, <a href="http://the.inevitable.org/anism/tag/voip" rel="tag">voip</a>, <a href="http://the.inevitable.org/anism/tag/x-lite" rel="tag">x lite</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/07/3805/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/07/3805/</feedburner:origLink></item>
		<item>
		<title>AsteriskNOW - Upgrading Beta 6 to Release v1.0.2</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/285556624/</link>
		<comments>http://the.inevitable.org/anism/2008/05/07/3802/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:40:42 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>

		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/07/3802/</guid>
		<description><![CDATA[Asterisk is one of the amazing projects of the Open Source world.  AsteriskNOW takes that project even further by creating a complete turn-key package that is extremely easy to install and configure.  With AsteriskNOW version Beta 6, I was able to take an old Dell PC that I had, buy two $20 cards, [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="AsteriskNOW" href="http://www.asterisknow.org/"><img align="right" alt="AsteriskNOW" id="image3803" title="AsteriskNOW" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/asterisknow_logo.png" /></a>Asterisk is one of the amazing projects of the Open Source world.  AsteriskNOW takes that project even further by creating a complete turn-key package that is extremely easy to install and configure.  With AsteriskNOW version Beta 6, I was able to take an old Dell PC that I had, buy two $20 cards, and set up a two line answering system with call menus and call routing &#8230; and voicemail that e-mails me attached .WAV files.  Oh &#8230; and was able to do all of that in one evening &#8230; maybe 3-4 hours from start to finish.</p>
<p>Well, Beta 6 was released a while ago, and I&#8217;m now wanting to add some new ITSP (Internet Telephony Service Provider) services, and remote &#8220;over the Internet&#8221; phone extensions.  In talking with the ITSP support people, I really needed to update to the released version of AsteriskNOW &#8230; v1.0.2 &#8230; and so I started looking around for the instructions on doing it &#8230; which wasn&#8217;t easy to locate.  After the right combinations of keywords, Google finally pointed me at this article - <a title="[*NOW-1.0.1] Status: RELEASED!! (Officially)" target="_blank" href="http://forums.digium.com/viewtopic.php?t=20401">[*NOW-1.0.1] Status: RELEASED!! (Officially)</a> - which got me going in the right direction.  As I&#8217;m walking through the steps right now, I figured that I would write about my experience &#8230; and add some more detail of my experiences &#8230;</p>
<ol>
<li>SSH into your AsteriskNOW box &#8230; using &#8216;admin&#8217; and your password</li>
<li>At the command prompt, you now want to use the following command to update &#8216;distro-release&#8217;:</li>
<ul>
<li><em><strong>sudo conary update distro-release</strong></em></li>
</ul>
<li>You will see the output of the command scroll by, as the latest configuration settings and information for AsteriskNOW are retrieved</li>
<li>When the update is completed, you&#8217;ll be dropped back to the command prompt</li>
<li>Open a browser and point it to the rPath Appliance Platform Agent:  <em><strong>http://{yourServer}:8002/rAA</strong></em></li>
<li>When the page opens, you&#8217;ll be asked to login.  If you have never logged in here before, the default username is &#8216;admin&#8217; and password is &#8216;password&#8217;.  When doing this the first time you&#8217;ll have to complete a series of questions to configure this.</li>
<li>Once you are logged into the rAA, there are a series of navigation links going down the left side &#8230; select &#8220;System Updates&#8221;</li>
<li>On the page that appears, click the button to &#8220;Check&#8221; now for updates!</li>
<li>You will see the page update with the status as the list of required updates is acquired.</li>
<li>When this stage of the process is completed, the page will refresh, and a new button will appears that will allow you to &#8220;Apply&#8221; the updates.</li>
<li>Click the Apply button.  (Easy .. huh?)</li>
<li>Now, you&#8217;ll get to watch the process of downloading and installing all of the required packages.  In my case there were 154 packages, and the process was filled with all sorts of downloads, installs &#8230; and delays.  And more delays.  Why I&#8217;m writing this blog post is due to the huge delay that I am experiencing now &#8230; with 124 of 154 downloads done &#8230; and installing 118 of 154 updates.  In reading more on-line &#8230; it appears that these hangs are common.  Bummer.</li>
<li>After 30+ minutes of hanging &#8230; I clicked away from the System Updates page.  I then got back to it, but had all sorts of errors &#8230; crap &#8230; crap &#8230; crap &#8230;</li>
<li>Chose the Reboot option.  Said small prayer &#8230;</li>
<li>Server failed to come up &#8230; went downstairs &#8230; it was shutdown.  I powered it up &#8230;</li>
<li>Came back to the rPath Appliance Platform Agent:  <em><strong>http://{yourServer}:8002/rAA</strong></em></li>
<li>Had to accept a few more wizard questions &#8230; then I got back to the rAA page with left navigation links.</li>
<li>Select &#8220;System Updates&#8221; &#8230; again &#8230;</li>
<li>Now I have 68 downloads, and they are downloading and installing &#8230;</li>
<li>After the process completes &#8230; you are told that the services are restarting!</li>
<li>Reboot your server &#8230; just to clean things up &#8230;</li>
<li>Go back into the rPath Appliance Platform Agent:  <em><strong>http://{yourServer}:8002/rAA</strong></em></li>
<li>Select &#8220;System Updates&#8221; &#8230; mine had one more &#8216;kernel&#8217; erase to get rid of an old kernel.</li>
<li>Point your browser at the AsteriskNOW box &#8230; and &#8230;</li>
<li>And now &#8230; it still doesn&#8217;t work!  <img src='http://the.inevitable.org/anism/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Crap &#8230; crap &#8230; double-crap!</li>
<li>I started to ask questions on the #asterisknow irc channel &#8230; (Thanks bkruse!)</li>
<li>Looking in the logs I found an error loading modules from a bad path <em>/usr/lib64/asterisk</em> &#8230; I&#8217;m not using a 64 bit machine &#8230;</li>
<li>SSH into your AsteriskNOW box &#8230; there is an error in the /etc/asterisk/asterisk.conf file &#8230;</li>
<li>At the prompt enter:  <em><strong>sudo vi /etc/asterisk/asterisk.conf</strong></em></li>
<ul>
<li>for some reason there was a reference to the /usr/lib64 directory for modules &#8230;</li>
</ul>
<ul>
<li>look for the line that reads:  <em><strong>astmoddir => /usr/lib64/asterisk/modules</strong></em></li>
<li>edit that line to now read:  <em><strong>astmoddir => /usr/lib/asterisk/modules</strong></em></li>
<li>save the file and then reboot the box .. again &#8230;</li>
</ul>
<li>Alrighty &#8230; open your browser and go to the admin page &#8230; crap.  Nothing.</li>
<li>More questions on the #asterisknow irc channel &#8230; (more thanks to bkruse!)</li>
<li>SSH in to your AsteriskNOW box &#8230; again &#8230;</li>
<li>At the prompt enter: <em><strong>sudo vi /etc/asterisk/http.conf</strong></em></li>
<ul>
<li>look for the line that reads:  <em><strong>;prefix = asterisk</strong></em></li>
<li>edit the line to now read:  <em><strong>prefix = </strong></em></li>
<li>save the file and then reboot the box &#8230; again.</li>
</ul>
<li>Point your browser at the rPath Appliance Platform Agent:  <em><strong>http://{yourServer}:8002/rAA</strong></em></li>
<li><em><strong>You should be done now!</strong></em></li>
</ol>
<p>Now &#8230; I&#8217;m guessing that I could have maybe just done a good backup, and then installed the Release v1.0.2 and then restored from backup &#8230; however I couldn&#8217;t find ANY documentation that explained if that would work.</p>
<p><a target="_blank" title="Asterisk" href="http://www.asterisk.org/"><img align="right" alt="Asterisk" id="image3804" title="Asterisk" src="http://the.inevitable.org/anism/wp-content/uploads/2008/05/asterisk_to-asterisk.png" /></a>Also, your own experience might vary &#8230; from reading comments on the web page above, it seems that people have had hangs and lock-ups multiple times, and at different places during the update.  It seems that I was able to recover from most of the issues that I ran into.  The biggest resources in this case were Google and the IRC channel &#8230; using both of these allowed me to complete this process &#8230; although it took me the better part of the day to do so.  Another key to debugging was the various log files &#8230; make sure to look in <em>/var/log/asterisk/messages</em> &#8230; lots of good stuff there.</p>
<p>Even with all of the hassles, I have to admit that I am really impressed by Asterisk.  The next steps for me are to upgrade the cards that I&#8217;m using in the box &#8230; I&#8217;ve got some older X100P cards, and they work &#8230; but the quality is not the best.  I&#8217;m now about to sign up for <a target="_blank" title="VoicePulse" href="https://connect.voicepulse.com">VoicePulse</a> to get new phone service for my wife&#8217;s business.  This will be the next step in using Asterisk for me.  Lastly, I ordered a <a target="_blank" title="Digium S101I IAXy" href="http://www.digium.com/en/products/analog/s101i.php">S101I IAXy</a> to create a remote line at her travel office in Salt Lake City.  Once I get that installed and working, we&#8217;ll be able to integrate with their PBX and have her admin answer the phone for her when she is not available &#8230;</p>
<p>I&#8217;m looking forward to having it all working!  If it goes well, then I&#8217;m buying a second phone number from VoicePulse for my new company &#8230;</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/07/3802/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/07/3802/</feedburner:origLink></item>
		<item>
		<title>Man Machine Interface Improvements … Rats and Monkeys</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/282239137/</link>
		<comments>http://the.inevitable.org/anism/2008/05/02/3801/#comments</comments>
		<pubDate>Fri, 02 May 2008 17:19:12 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>

		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/05/02/3801/</guid>
		<description><![CDATA[I love to follow the advances in Man/Machine interfaces.  From a long time back people have been experimenting with both invasive and non-invasive interfaces, using a variety of methods to monitor both brain and nerve signals.
Neural implants continue to make huge advances, and the probes and various hardware required are also advancing rapidly.  [...]]]></description>
			<content:encoded><![CDATA[<p>I love to follow the advances in Man/Machine interfaces.  From a long time back people have been experimenting with both invasive and non-invasive interfaces, using a variety of methods to monitor both brain and nerve signals.</p>
<p>Neural implants continue to make huge advances, and the probes and various hardware required are also advancing rapidly.  When you look at companies like <a title="Cyberkinetics" target="_blank" href="http://www.cyberkineticsinc.com">Cyberkinetics</a> (Actually Cyberkinetics Neurotechnology Systems, Inc. with R&#038;D here in Salt Lake City, Utah) they have an expanding product line which includes the <a title="BrainGate Neural Interface System" target="_blank" href="http://www.cyberkineticsinc.com/content/medicalproducts/braingate.jsp">BrainGate Neural Interface System</a>:</p>
<blockquote><p>The <a href="http://www.cyberkineticsinc.com/content/medicalproducts/braingate.jsp">BrainGate Neural Interface System</a> is an investigational medical device that is being developed to improve the quality of life for physically disabled people by allowing them to quickly and reliably control a wide range of devices including computers, environmental controls, robotics and medical devices.</p></blockquote>
<p>Besides the presentations about <a target="_blank" title="Jesse Sullivan - bionic man" href="http://www.youtube.com/watch?v=4aixlFdZaOc">Jesse Sullivan - the &#8220;bionic man&#8221;</a> - that I have seen, I just saw the most impressive demonstrations on YouTube &#8230; of course.  I was actually watching the History Channel at home the other night and saw a short clip about the Roborat.  Well &#8230; YouTube had the <a title="Roborat" target="_blank" href="http://www.youtube.com/watch?v=PpfjmzZ4NTw">Roborat video</a>, and if you haven&#8217;t seen it &#8230;. you&#8217;ve got to watch it.  Researchers have now inserted probes into the brain of a rat to allow remote control of the rat!  They even added a wireless webcam to allow the controller to see what the rat is seeing.</p>
<p>The part of this that is wild is that neural stimulation is being used to both cause the rat to turn left or right, but also to stimulate the pleasure center of the brain to provide reinforcement for the actions.  The rat will continue to learn to &#8220;obey&#8221; the senses driving it, in order to gain the pleasure stimulation.</p>
<p>This is a variation of the research being done with monkeys and additional appendages. Check out this YouTube video of <a title="Monkeys controlling a robotic arm with thought" target="_blank" href="http://www.youtube.com/watch?v=iys5wvQD72Y&#038;NR=1">Monkeys controlling a Robotic Arm through thought</a>!  With arrays of neural probes inserted into their brain, a computer monitors the brain activity and moves the arm.  The monkeys have actually learned how to control their brain activity to cause the intended motions.  Feeding themselves with a robotic arm &#8230;</p>
<p>Now &#8230; if Ray Kurzweil is right, and we&#8217;ll eventually be able to perform neural stimulation through blood-borne nanomachines, then this type of work could be done non-invasively &#8230; or at least not having to go through the skull.  Imagine that you might just get injected with a syringe of nanomachines that have the ability to stimulate your neurons &#8230; and turn you into a remote control human!  <img src='http://the.inevitable.org/anism/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/05/02/3801/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/05/02/3801/</feedburner:origLink></item>
		<item>
		<title>Impressive Commuter Vehicle … the Aptera Typ-1</title>
		<link>http://feeds.feedburner.com/~r/theinevitableorg/anism/~3/281227519/</link>
		<comments>http://the.inevitable.org/anism/2008/04/30/3799/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:55:30 +0000</pubDate>
		<dc:creator>Scott C. Lemon</dc:creator>
		
		<category><![CDATA[Inevitabilities]]></category>
<category>aptera</category><category>automobile</category><category>car</category><category>commuter</category><category>electric</category><category>green</category><category>hybrid</category><category>motorcycle</category>
		<guid isPermaLink="false">http://the.inevitable.org/anism/2008/04/30/3799/</guid>
		<description><![CDATA[Wow.  I know that other people might be well aware of this vehicle &#8230; but I just found it and this is impressive.  Aptera Motors, Inc. - based out of Carlsbad, California - is creating a revolutionary commuter vehicle and is about to go into production.  For the last five years they [...]]]></description>
			<content:encoded><![CDATA[<p><img width="215" height="87" align="right" alt="Aptera Typ-1 Passenger Vehicle" id="image3800" title="Aptera Typ-1 Passenger Vehicle" src="http://the.inevitable.org/anism/wp-content/uploads/2008/04/aptera.jpg" />Wow.  I know that other people might be well aware of this vehicle &#8230; but I just found it and this is impressive.  <a title="Aptera Motors, Inc." target="_blank" href="http://www.aptera.com">Aptera Motors, Inc.</a> - based out of Carlsbad, California - is creating a revolutionary commuter vehicle and is about to go into production.  For the last five years they have been designing and testing this new Typ-1 passenger vehicle that is like nothing I every imagined being this close.</p>
<p>The <a title="Aptera Typ-1 details" target="_blank" href="http://www.aptera.com/details.php">Aptera Typ-1 details</a> are amazing &#8230;</p>
<blockquote><p>The Typ-1 uses a commoditized, &#8216;ruggedized&#8217; 3-phase motor controller designed  for vehicular applications, and a 3-phase motor made for us by a company here in  Southern California. The rear drive suspension, and the drive reduction, are all  designed and made by Aptera. Since the Typ-1e (electric) and the Typ-1h (series  plug in hybrid) have different battery needs, this may result in different  battery manufacturers for the two models. The Typ-1e is designed to use a 10 KWh  pack, while the Typ-1h uses a smaller pack. The cycles and DOD are different for  both applications. We will announce further information regarding the battery  lifespan and warranty policy well before we begin manufacturing the Typ-1 next  October.</p>
<p>Diesel or Gasoline? Our first prototype, the Mk-0, was a  parallel hybrid Diesel and achieved an average of 230 MPG at a steady state of  55 MPH. This was pure Diesel/mechanical drive with no electric assist. Diesel is  attractive for its Carnot efficiency and the increased enthalpy of Diesel fuel  vs gasoline. However, diesel contains lots of unburned hydrocarbons and NOX  compounds, and it&#8217;s impossible to get a small Diesel engine certified for  emissions in California. Therefore, the typ-h uses a small, water-cooled EFI  Gasoline engine with closed loop oxygen feedback and catalytic converter. This  engine is coupled to a lightweight 12KW starter/generator. It&#8217;s very clean and  quiet.</p></blockquote>
<p>The design is three-wheeled, allowing it to be classified as a motorcycle in many states &#8230; and allowing it to use the commuter lanes.  As for the performance?</p>
<blockquote><p>With the All Electric Aptera, it is very easy to figure out the mileage range.  The mileage is determined by the distance you can drive, under normal  circumstances, until the batteries are effectively drained. In the case of the  first Aptera typ-1e, we have calculated the range to be about 120miles.</p>
<p>With the Plug-in Electric Hybrid version of the Aptera(typ-1h) the mileage of  the vehicle is difficult to describe with one number. For example, the Typ-1h  can drive 40 to 60 miles on electric power alone. Perhaps for such a trip, the  engine may only be duty-cycled for a few seconds or minutes. This would produce  a fantastic number, an incredible number that, though factually true, would have  no useful context, i.e. it&#8217;s just a point on a graph.</p>
<p>An asymptotic decaying exponential is an accurate way to describe the fuel  mileage of the Typ-1h. For example driving say, 50 miles, one might calculate a  MPG number that&#8217;s 2 or 3 times higher, say, 1000 MPG. As battery energy is  depleted, the frequency of the engine duty cycle is increased. More fuel is  used. at 75 miles, the MPG might be closer to 400 MPG. Again, we&#8217;re using  battery energy mostly, but turning the engine on more and more. Just over 100  miles we&#8217;re just over 300 MPG, and just beyond 120 miles, we&#8217;re around 300  MPG.</p>
<p>So why pick a number at 120 miles? Well, it&#8217;s more than double of  most available plug-in hybrid ranges that achieve over 100 MPG. It&#8217;s three times  the distance of the typical American daily commute. It&#8217;s a meaningful distance  that represents the driving needs of 99% of Americans on a daily basis. Sure,  it&#8217;s asymptotic, after 350-400 miles it eventually plummets to around 130 MPG at  highway speeds where it will stay all day until you plug it back in and charge  it up.</p></blockquote>
<p>And all of this for an estimated $30,000 sticker price!  Read more of the <a title="Aptera Typ-1 FAQ" target="_blank" href="http://www.aptera.com/ask.php">Aptera facts</a> and then think about driving one of these to work &#8230; I want one!  The problem is that for now they are limiting the market to the LA area &#8230; bummer.</p>
<a href="http://the.inevitable.org/anism/tag/aptera" rel="tag">aptera</a>, <a href="http://the.inevitable.org/anism/tag/automobile" rel="tag">automobile</a>, <a href="http://the.inevitable.org/anism/tag/car" rel="tag">car</a>, <a href="http://the.inevitable.org/anism/tag/commuter" rel="tag">commuter</a>, <a href="http://the.inevitable.org/anism/tag/electric" rel="tag">electric</a>, <a href="http://the.inevitable.org/anism/tag/green" rel="tag">green</a>, <a href="http://the.inevitable.org/anism/tag/hybrid" rel="tag">hybrid</a>, <a href="http://the.inevitable.org/anism/tag/motorcycle" rel="tag">motorcycle</a>]]></content:encoded>
			<wfw:commentRss>http://the.inevitable.org/anism/2008/04/30/3799/feed/</wfw:commentRss>
		<feedburner:origLink>http://the.inevitable.org/anism/2008/04/30/3799/</feedburner:origLink></item>
	</channel>
</rss>
