<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AdamPolselli.com</title>
	
	<link>http://adampolselli.com</link>
	<description>Digital dwelling of web designer and photographer Adam Polselli. Design inspiration, photography, movie talk, and Web insights inside.</description>
	<lastBuildDate>Mon, 29 Aug 2011 15:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AdamPolselli" /><feedburner:info uri="adampolselli" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AdamPolselli</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/AdamPolselli" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FAdamPolselli" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Building a Readernaut Widget</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/r4Y_SDXtKIk/</link>
		<comments>http://adampolselli.com/2009/03/31/building-a-readernaut-widget/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 02:27:32 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Writings]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Readernaut]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=1058</guid>
		<description><![CDATA[A brief tutorial that explains how to build a Readernaut widget for your website using the Readernaut API. This widget will display the latest books added to your account so your friends and readers can see exactly what's on your bookshelf.]]></description>
			<content:encoded><![CDATA[<p>My friend <a href="http://log.jorgeq.com/">Jorge</a> noticed the Readernaut widget at the bottom of my sidebar and asked how I implemented it. I&#8217;m going to post the answer here in case anyone else is interested in adding this widget to their sidebar as well.</p>
<p><a href="http://readernaut.com"><img src="http://adampolselli.com/wordpress/wp-content/uploads/2009/03/readernaut.gif" alt="readernaut" title="readernaut" width="150" height="150" class="float-r" /></a></p>
<p>If you don&#8217;t already know about <a href="http://readernaut.com/">Readernaut</a>, it&#8217;s an awesome web app that <a href="http://playgroundblues.com/">Nathan Borror</a> built to help people keep track of their books: what you&#8217;re reading, what you want to read, what your friends are reading, and so forth. Best of all, Readernaut makes it really easy to bookmark your reading progress, and pretty soon you&#8217;ll be able to publish your progress directly to Twitter. Nathan&#8217;s probably working on it as I write this.</p>
<p>Anyways, here&#8217;s the <a href="http://groups.google.com/group/readernaut-api/web/restful-api-overview">Readernaut API</a>. I&#8217;m using JSON because, well, I am very fond of it. Since JSON is nothing more than JavaScript, it&#8217;s really easy to get at the information I need with just a few lines of code.</p>
<h2>Step 1. Include the JSON file</h2>
<p>The first step is to create a script element that requests your JSON file from the Readernaut server and includes it in your page.</p>
<p><script src="http://gist.github.com/88492.js"></script></p>
<p>Of course, replace <strong>&#8220;your_username&#8221;</strong> with your unique Readernaut username. I&#8217;m appending the callback parameter so that I can hand off my data to a parsing function. You can name the function whatever you want. In this case, I&#8217;m using the name &#8220;parseResponse&#8221;. Put this line at the end of your page, just before the <code>&lt;/body&gt;</code> tag. </p>
<h2>Step 2. Create a container</h2>
<p>Next, I create an empty element where I want to display my widget. This acts as a container, which I will fill with the data I&#8217;ve parsed from Readernaut.</p>
<p><script src="http://gist.github.com/88494.js"></script></p>
<p>As you can see, I created a div that will be my container and assigned it an ID of &#8220;bookshelf&#8221; so it will be easy to access and manipulate via the DOM. I&#8217;ve also included the parsing script, which I&#8217;ve named &#8220;readernaut.js&#8221; and will explain in the next step. This file contains the parseResponse function, which was specified earlier as the receiver of my JSON data. Make sure you change the <code>src</code> attribute to match the location of your JavaScript file.</p>
<h2>Step 3. Parse and display the information</h2>
<p>Now I need to create the parseResponse function, which looks like so. Remember, this function goes in the &#8220;readernaut.js&#8221; file.</p>
<p><script src="http://gist.github.com/88491.js"></script></p>
<p>I&#8217;m not going to walk you through the function line-by-line, but I&#8217;ll point out some of the things you might want to change.</p>
<h3>Number of Books</h3>
<p>The number of books displayed is controlled by the test condition of the <code>for</code> loop. This is the little part that says <code>i<6</code>. Change the number 6 to the number of books you want displayed in your widget. At this time, the Readernaut API only returns 10 books, so don't make the number any larger than 10.</p>
<h3>Size of Book Cover</h3>
<p>The Readernaut API gives you access to three book cover sizes: small, medium, and large. I'm using medium. If you want to access one of the other sizes, change "cover_medium" to either "cover_small" or "cover_large". Of course, you can always use CSS (or the image width attribute) to make the covers a little smaller or larger per your requirements.</p>
<p>Finally, I wanted every other image to have a class of "odd" so that I could do some stuff with floats. If you don't need this, you can simply delete the entire <code>if</code> statement.</p>
<h2>The end</h2>
<p>Anyways, that's it folks! With a little CSS, you'll have your Readernaut widget looking exactly the way you want in no time. If you have any questions, leave a comment and I'll do my best to help you out.</p>
<p>Oh, and one last note. The API is still a draft and warns, "This API is under development and backwards incompatible changes can (and will) happen." As such, this script isn't guaranteed to work forever. If anything changes, however, I'll be sure to post about it here.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=r4Y_SDXtKIk:msdAus5AGiw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=r4Y_SDXtKIk:msdAus5AGiw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=r4Y_SDXtKIk:msdAus5AGiw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=r4Y_SDXtKIk:msdAus5AGiw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=r4Y_SDXtKIk:msdAus5AGiw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=r4Y_SDXtKIk:msdAus5AGiw:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/r4Y_SDXtKIk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/03/31/building-a-readernaut-widget/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/03/31/building-a-readernaut-widget/</feedburner:origLink></item>
		<item>
		<title>My New Portfolio</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/qWyfOLYGvAE/</link>
		<comments>http://adampolselli.com/2009/03/31/my-new-portfolio/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 07:00:04 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Writings]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[the site]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=1050</guid>
		<description><![CDATA[I'm looking to start doing some freelance design work and/or find a full-time web design position, so I figured it was time I built a legitimate portfolio website.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking to start doing some freelance design work and/or find a full-time web design position, so I figured it was time I built a legitimate portfolio website. I had an awesome time designing it and I learned a lot about jQuery and Ajax along the way. Anyways, <a href="http://adampolselli.com/portfolio/">check it out</a>!</p>
<p>If you know anyone that needs some work done or is looking to hire a web designer, please do pass along my site. I&#8217;d much appreciate it. Thanks!</p>
<p><a href="http://adampolselli.com/portfolio/"><img src="http://adampolselli.com/wordpress/wp-content/uploads/2009/03/portfolio.jpg" alt="My new portfolio website" title="portfolio" width="460" height="524" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=qWyfOLYGvAE:tdqgwUpsfJs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=qWyfOLYGvAE:tdqgwUpsfJs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=qWyfOLYGvAE:tdqgwUpsfJs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=qWyfOLYGvAE:tdqgwUpsfJs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=qWyfOLYGvAE:tdqgwUpsfJs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=qWyfOLYGvAE:tdqgwUpsfJs:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/qWyfOLYGvAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/03/31/my-new-portfolio/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/03/31/my-new-portfolio/</feedburner:origLink></item>
		<item>
		<title>Wilted Tulips</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/V-bM9RcQIQ4/</link>
		<comments>http://adampolselli.com/2009/03/12/wilted-tulips/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 01:54:23 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=1048</guid>
		<description><![CDATA[A couple friends of mine came to visit me in San Francisco last week, so I grabbed some flowers from the corner store to put in the guest room. Then I was gone for a week and when I came back they had all wilted. Not one, however, had lost a single petal.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/polselli/3349822123/" title="Wilted Tulips by Adam Polselli, on Flickr"><img src="http://farm4.static.flickr.com/3559/3349822123_bf74f6c49e.jpg" width="500" height="334" alt="Wilted Tulips" /></a></p>
<p>A couple friends of mine came to visit me in San Francisco last week, so I grabbed some flowers from the corner store to put in the guest room. Then I was gone for a week and when I came back they had all wilted. Not one, however, had lost a single petal.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=V-bM9RcQIQ4:lbygG6lNwLQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=V-bM9RcQIQ4:lbygG6lNwLQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=V-bM9RcQIQ4:lbygG6lNwLQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=V-bM9RcQIQ4:lbygG6lNwLQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/AdamPolselli?a=V-bM9RcQIQ4:lbygG6lNwLQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AdamPolselli?i=V-bM9RcQIQ4:lbygG6lNwLQ:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/V-bM9RcQIQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/03/12/wilted-tulips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/03/12/wilted-tulips/</feedburner:origLink></item>
		<item>
		<title>Shaking Off the Anesthetic of Familiarity</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/vXlC1jHhooo/</link>
		<comments>http://adampolselli.com/2009/02/25/shaking-off-the-anesthetic-of-familiarity/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 02:00:46 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=967</guid>
		<description><![CDATA[If you spent all your time wandering around the world, gasping at everything and saying, &#8220;How wonderful! How amazing! I’ve woken up after a 100 million centuries, what a trip!&#8221;, people would think you were a bit odd, and you might even get arrested. We do, of course, have an ordinary life to get on [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>If you spent all your time wandering around the world, gasping at everything and saying, &#8220;How wonderful! How amazing! I’ve woken up after a 100 million centuries, what a trip!&#8221;, people would think you were a bit odd, and you might even get arrested. We do, of course, have an ordinary life to get on with, we do have a living to earn. We&#8217;ve got to earn our living being a solicitor, a lavatory cleaner, or something like that. Nevertheless, it is worthwhile, from time to time, shaking off the anesthetic of familiarity, and awakening to the wonder that is really all around us all the time. So, how are we going to shake off the anesthetic?</p>
<p>We can&#8217;t actually go to another planet, but fortunately we do not need to. Because we can go to regions of our own planet which are so unfamiliar that it almost might be another planet.
</p></blockquote>
<p><small>Richard Dawkins in <a href="http://www.youtube.com/watch?v=jHoxZF3ZgTo">Waking Up in the Universe</a></small></p>
<p>I have had the fortune of traveling to many distant countries, including New Zealand, the Czech Republic, Greece, and Turkey. As such, I can say that Dawkins perfectly describes the experience of visiting new regions of the planet as &#8220;shaking off the anesthetic of familiarity.&#8221; Many people that have the means to travel afar never do because they&#8217;re afraid to draw out the IV and wake up in a new, less familiar world. It&#8217;s too bad, because it&#8217;s one of the most valuable experiences I&#8217;ve had. Leaving the country not only demolished my egocentric tendency to think of my life in the States as &#8220;normal,&#8221; but also gave me a humbling perspective of my place in the world.</p>
<p>To this day, the memories of my travels help me shake off the anesthetic of familiarity and remember how beautiful this planet, this universe, really is, and how privileged I am to have had the chance to visit, even if for but a fleeting moment in time.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=76e5Xg7L"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=76e5Xg7L" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=dyAUHOtW"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=dyAUHOtW" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=H5YRc1Vu"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=H5YRc1Vu" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/vXlC1jHhooo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/25/shaking-off-the-anesthetic-of-familiarity/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/25/shaking-off-the-anesthetic-of-familiarity/</feedburner:origLink></item>
		<item>
		<title>My Blog’s Personality</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/INrFlcL-Y8o/</link>
		<comments>http://adampolselli.com/2009/02/23/my-blogs-personality/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 00:54:22 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Writings]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[the site]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=946</guid>
		<description><![CDATA[I just ran my website through Typealyzer, a tool that calculates your Myers-Briggs Type Indicator based on the content of your blog. After a few seconds, Typealyzer declared the author of this blog (me) to be an INTP: Introverted iNtuitive Thinking Perceiving. Considering that this website is in many ways the digitized contents of my brain, I wasn't surprised that Typealyzer was spot on.]]></description>
			<content:encoded><![CDATA[<p>I just ran my website through <a href="http://www.typealyzer.com/">Typealyzer</a>, a tool that calculates your <a href="http://en.wikipedia.org/wiki/Myers-Briggs_Type_Indicator">Myers-Briggs Type Indicator</a> based on the content of your blog. According to the website, &#8220;When all features, words and sentences, are statistically analyzed, Typealyzer is able to guess which personality type the text represents.&#8221;</p>
<p>I assume it&#8217;s only analyzing the front page, so it might not be very reliable. However, at the time of submitting my site, the homepage was filled with content that is extremely reflective of my writing style and interests: a science/tech/futurist-related essay, an article related to the design of this website, a post about a movie trailer, and a few short blurbs regarding some of my photographs.</p>
<p>After a few seconds, Typealyzer declared the author of this blog (me) to be an INTP: Introverted iNtuitive Thinking Perceiving. Considering that this website is in many ways the digitized contents of my brain, I wasn&#8217;t surprised that Typealyzer was spot on. I Googled INTP and found this: <a href="http://www.personalitypage.com/INTP.html">Portrait of an INTP</a>. INTPs are called the &#8220;Thinkers,&#8221; and I&#8217;ve extracted a few of the descriptions that I found to be very accurate, as if they were written just for me.</p>
<ul>
<li>INTPs live in the world of theoretical possibilities. They see everything in terms of how it could be improved, or what it could be turned into.</li>
<li>They seek clarity in everything, and are therefore driven to build knowledge.</li>
<li>They love new ideas, and become very excited over abstractions and theories. They love to discuss these concepts with others. They may seem &#8220;dreamy&#8221; and distant to others, because they spend a lot of time inside their minds musing over theories.</li>
<li>The INTP is likely to be very shy when it comes to meeting new people. On the other hand, the INTP is very self-confident and gregarious around people they know well, or when discussing theories which they fully understand.</li>
<li>The INTP is usually very independent, unconventional, and original. They are not likely to place much value on traditional goals such as popularity and security.</li>
</ul>
<p>Typealyzer also drew up this visual analysis that shows the parts of the brain that were dominant during writing.</p>
<p><img src="http://adampolselli.com/wordpress/wp-content/uploads/2009/02/intp-brain-activity.jpg" alt="INTP Brain Activity" width="440" height="340" /></p>
<p>Again, quite accurate, particularly the almost 50/50 division between practical and idealist. Anyways, give Typealyzer a try. I&#8217;m curious if it works as well for anyone else.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=UmxWjl9k"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=UmxWjl9k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=cNy9zvlf"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=cNy9zvlf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=cJ6CS1cY"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=cJ6CS1cY" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/INrFlcL-Y8o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/23/my-blogs-personality/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/23/my-blogs-personality/</feedburner:origLink></item>
		<item>
		<title>Homo evolutis</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/TS77lpZLM9Q/</link>
		<comments>http://adampolselli.com/2009/02/20/homo-evolutis/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 03:34:06 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Writings]]></category>
		<category><![CDATA[futurism]]></category>
		<category><![CDATA[genetic engineering]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=923</guid>
		<description><![CDATA[How much would you pay for a retinal implant that lets you see in the dark? Or a cochlear implant that let's you hear a wider range of frequencies? How would you modify your daily routine if you knew that in 20 or 30 years these things will be possible?]]></description>
			<content:encoded><![CDATA[<p class="lead">Last year, I read <a href="http://www.wired.com/medtech/drugs/magazine/16-04/ff_kurzweil">a piece in WIRED</a> about a man named Ray Kurzweil. He&#8217;s a futurist and inventor, among other things, and he takes &#8220;180 to 210 vitamin and mineral supplements a day&#8221; in an effort to live to witness what&#8217;s called the &#8220;Singularity.&#8221; </p>
<p>The Singularity Institute for Artificial Intelligence describes the Singularity as &#8220;the technological creation of smarter-than-human intelligence.&#8221; Some say it will render biological humans obsolete. Kurzweil, on the other hand, thinks it will immortalize us. What both parties agree on, however, is that the Singularity is near. So near that I, at 22, could live to see it.</p>
<p>I understand why Kurzweil would like to live to witness the Singularity, but in some ways I found it sad that he chooses to live life so cautiously. We are often taught to live each day as if it&#8217;s our last. Kurzweil, on the other hand, seems to live every day so that it&#8217;s <em>not</em> his last. Of course, a balance should exist between the two, but let&#8217;s just say that the WIRED piece didn&#8217;t convince me to skip out on any nights at the bar or pints of ice cream. That is, until&#8230;</p>
<h2>The Arrival of Homo evolutis</h2>
<p>Today I was on the TED website and excited to see some new videos had been uploaded from this year&#8217;s conference. A talk entitled <a href="http://www.ted.com/talks/juan_enriquez_shares_mindboggling_new_science.html">Juan Enriquez: Beyond the crisis, mindboggling science and the arrival of Homo evolutis</a> caught my attention. I watched.</p>
<p>By the end, I had chills running up and down my spine. Enriquez concludes with a slide that reads the following:</p>
<blockquote><p>Homo evolutis (ho&bull;mo ev&bull;o&bull;loo&bull;tis) <em>n.</em> Hominids that take direct and deliberate control over the evolution of their species&#8230; and others.</p>
</blockquote>
<p>Essentially, Enriquez predicts that Homo evolutis will be the next species in the evolution of the Hominid family (e.g., Homo habilis, Homo erectus, et cetera). So, when does he think this new species will arise? Soon. Like, really fucking soon. He points out that &#8220;the common stage of affairs is to have overlapping versions of Hominids, not one.&#8221; Obviously, one species of Hominid can&#8217;t evolve into another overnight. At any point in time, more than one has existed, which is why Homo evolutis will come into existence even while we Homo sapiens are still alive.</p>
<blockquote class="pullquote"><p>Did you know that there are nine women walking around Boston with regrown bladders? I didn&#8217;t.</p>
</blockquote>
<p>Where will Homo evolutis come from? From science. Enriquez shares many of the experiments and procedures happening this very day in the field of stem cell research, including the growth of human organs. Did you know that there are nine women walking around Boston with regrown bladders? I didn&#8217;t. We&#8217;re talking real human organs being grown inside petri dishes at a laboratory near you. It&#8217;s incredible.</p>
<p>Enriquez goes on to explain how studies are finding that skin cells should be able to take the place of stem cells as the agents of regrowth. &#8220;That means that you can take the stuff right here,&#8221; Enriquez says as he pinches the flesh on his arm, &#8220;and turn it into almost anything in your body.&#8221;</p>
<p>Enter Homo evolutis, a species probably similar to the &#8220;valids&#8221; in Andrew Niccol&#8217;s film <em>Gattaca</em>. Except, the valids simply had incredible intelligence, perfect vision, and strong hearts. Enriquez predicts much more for Homo evolutis: the ability to hear bats and whales talk without aid, to see in ultraviolet and infrared, and to easily outpace any of today&#8217;s fastest Olympic runners. This isn&#8217;t speculation, people. This is inevitable.</p>
<p><img src="http://adampolselli.com/wordpress/wp-content/uploads/2009/02/gattaca.jpg" alt="gattaca" title="gattaca" width="500" height="210" class="alignnone size-full wp-image-931" /><br />
<small>The genetically superior valids exercise in <em>Gattaca</em> (1997).</small></p>
<p>Niccol deals with the negative implications of human genetic engineering in <em>Gattaca</em>, so I won&#8217;t tread on covered ground. To me, what&#8217;s most fascinating about Enriquez&#8217;s talk is his idea that genetic engineering might actually render a new species of Hominid. Imagine, being alive to see the declaration of a new species of human. These are exciting times.</p>
<p>Which brings me back to Ray Kurzweil, who takes 200 vitamins a day and receives &#8220;intravenous longevity treatments&#8221; once a week. Maybe he isn&#8217;t so crazy after all. How much would you pay for a retinal implant that lets you see in the dark? Or a cochlear implant that let&#8217;s you hear a wider range of frequencies? How would you modify your daily routine if you knew that in 20 or 30 years these things will be possible?</p>
<p>I&#8217;ll just say that I&#8217;m having a very healthy dinner tonight of brown rice, roasted peppers, and chicken breast, and I&#8217;m quite happy about it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=e7ReWhN8"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=e7ReWhN8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=6qLgcnAV"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=6qLgcnAV" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=0cPl1Lqu"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=0cPl1Lqu" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/TS77lpZLM9Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/20/homo-evolutis/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/20/homo-evolutis/</feedburner:origLink></item>
		<item>
		<title>Leaves</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/g7YQLLdvAEc/</link>
		<comments>http://adampolselli.com/2009/02/19/leaves/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:01:38 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=921</guid>
		<description />
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/polselli/3293407307/" title="Leaves by Adam Polselli, on Flickr"><img src="http://farm4.static.flickr.com/3386/3293407307_c71fe773c2.jpg" width="500" height="334" alt="Leaves" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=fP2TNmdZ"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=fP2TNmdZ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=YHl4eOiO"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=YHl4eOiO" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=qvZSFTQe"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=qvZSFTQe" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/g7YQLLdvAEc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/19/leaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/19/leaves/</feedburner:origLink></item>
		<item>
		<title>Wet street at dawn</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/SBHn3AQhkw0/</link>
		<comments>http://adampolselli.com/2009/02/16/wet-street-at-dawn/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 07:28:52 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=913</guid>
		<description><![CDATA[Believe it or not, this is actually what the street looked like the other morning at 6:45. The only processing done to this photo is a small contrast boost. And some sharpening, because when I first started shooting I had my camera on manual focus. I didn&#8217;t realize it until the sun had come up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/polselli/3280262713/" title="Wet street at dawn by Adam Polselli, on Flickr"><img src="http://farm4.static.flickr.com/3437/3280262713_8bdb944fae.jpg" width="500" height="334" alt="Wet street at dawn" /></a></p>
<p>Believe it or not, this is actually what the street looked like the other morning at 6:45. The only processing done to this photo is a small contrast boost. And some sharpening, because when I first started shooting I had my camera on manual focus. I didn&#8217;t realize it until the sun had come up and the street was no longer this beautiful.</p>
<p>I&#8217;m pretty much in love with the mix of purples, pinks, blues, and yellows&mdash;a combination of the cobalt blue dawn sky, the street lights, and the crosswalk stripes. Hoping to get a more focused shot in the near future!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=TwdXxmUE"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=TwdXxmUE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=VlRDpI6d"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=VlRDpI6d" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=LlKwilmW"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=LlKwilmW" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/SBHn3AQhkw0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/16/wet-street-at-dawn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/16/wet-street-at-dawn/</feedburner:origLink></item>
		<item>
		<title>White Space</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/SeNrN6ILoF0/</link>
		<comments>http://adampolselli.com/2009/02/06/white-space/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:43:24 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=908</guid>
		<description><![CDATA[White space for me is a very important element in graphic composition. It is really the white that makes the black sing. White, in typography, is what space is in Architecture. It is the articulation of space that gives Architecture the perfect pitch. Masimo Vignelli in The Vignelli Canon]]></description>
			<content:encoded><![CDATA[<blockquote>
<p>White space for me is a very important element in graphic composition. It is really the white that  makes the black sing. White, in typography, is what space is in Architecture. It is the articulation of space that gives Architecture the perfect pitch.</p>
</blockquote>
<p><small>Masimo Vignelli in <a href="http://www.vignelli.com/canon.pdf"><em>The Vignelli Canon</em></a></small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=quLzPJX5"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=quLzPJX5" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=lKoEU8H8"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=lKoEU8H8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=v0EHXik2"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=v0EHXik2" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/SeNrN6ILoF0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/06/white-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/06/white-space/</feedburner:origLink></item>
		<item>
		<title>Bridge</title>
		<link>http://feedproxy.google.com/~r/AdamPolselli/~3/8f8uvCJ4bYE/</link>
		<comments>http://adampolselli.com/2009/02/05/bridge/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 17:45:12 +0000</pubDate>
		<dc:creator>Adam Polselli</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://adampolselli.com/?p=898</guid>
		<description><![CDATA[This is one of the other photos that I was considering for the background of the site. Probably wouldn&#8217;t have worked very well at all. Either way, it makes for a great desktop wallpaper.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/polselli/3256258048/" title="Bridge by Adam Polselli, on Flickr"><img src="http://farm4.static.flickr.com/3349/3256258048_cef361bc88.jpg" width="500" height="334" alt="Bridge" /></a></p>
<p>This is one of the other photos that I was considering for the background of the site. Probably wouldn&#8217;t have worked very well at all. Either way, it makes for a great desktop wallpaper.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AdamPolselli?a=pcI1XTYB"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=pcI1XTYB" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=JHVYIKDc"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=JHVYIKDc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AdamPolselli?a=8mTcT9LE"><img src="http://feeds.feedburner.com/~f/AdamPolselli?i=8mTcT9LE" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AdamPolselli/~4/8f8uvCJ4bYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://adampolselli.com/2009/02/05/bridge/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://adampolselli.com/2009/02/05/bridge/</feedburner:origLink></item>
	</channel>
</rss>

