<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>THE DREAM IN ACTION &#187; Projects</title>
	<atom:link href="http://thedreaminaction.com/category/actionstalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedreaminaction.com</link>
	<description>By Ryan Graves</description>
	<lastBuildDate>Wed, 27 Apr 2011 00:05:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Go read RyanGraves.org</title>
		<link>http://thedreaminaction.com/2011/04/26/go-read-ryangraves-org/</link>
		<comments>http://thedreaminaction.com/2011/04/26/go-read-ryangraves-org/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 00:05:25 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Brands & Marketing]]></category>
		<category><![CDATA[Delivery & Execution]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Giving Back]]></category>
		<category><![CDATA[Mistakes & Lessons]]></category>
		<category><![CDATA[People & Leadership]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=4133</guid>
		<description><![CDATA[I&#8217;ve really stopped blogging here, go read ryangraves.org]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve really stopped blogging here, go read <a href="http://thedreaminaction.com">ryangraves.org</a></p>
<p><img class="alignnone" title="ryan graves speaking at tribecon" src="http://24.media.tumblr.com/tumblr_ljvqsxCZjs1qzpmauo1_500.jpg" alt="" width="500" height="326" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2011/04/26/go-read-ryangraves-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first Python app</title>
		<link>http://thedreaminaction.com/2010/11/23/my-first-python-app/</link>
		<comments>http://thedreaminaction.com/2010/11/23/my-first-python-app/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 08:38:33 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=4124</guid>
		<description><![CDATA[Last night I wrote my first app in Python. It&#8217;s dead simple, maybe 1 or 2 steps up from &#8220;Hello world.&#8221; but I&#8217;m pretty excited about it. The game, asks you to guess how old Santa is, you have to guess from 1-60 until you find the ride number. I&#8217;ll embed the game here once [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I wrote my first app in Python. It&#8217;s dead simple, maybe 1 or 2 steps up from &#8220;Hello world.&#8221; but I&#8217;m pretty excited about it.</p>
<p>The game, asks you to guess how old Santa is, you have to guess from 1-60 until you find the ride number. I&#8217;ll embed the game here once I learn how to do that :)</p>
<p>###</p>
<p><code>print("Guess Santa's age.")<br />
from random import randint<br />
secret = randint(1, 60)<br />
guess = 0<br />
while guess !=secret:<br />
g = input("How old is Santa? ")<br />
guess = int(g)<br />
if guess == secret:<br />
print("You win")<br />
else:<br />
if guess &gt; secret:<br />
print("Too old.")<br />
else:<br />
print("Too young.")<br />
print("Now he'll bring you presents.")</code></p>
<p><code> </code></p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/11/23/my-first-python-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Love for Uber</title>
		<link>http://thedreaminaction.com/2010/11/05/media-love-for-uber/</link>
		<comments>http://thedreaminaction.com/2010/11/05/media-love-for-uber/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 07:13:31 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[Uber]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=4115</guid>
		<description><![CDATA[TechCrunch breaks down whats uber about Uber CNN highlights the efficiencies of getting around in Uber CBS covers the recent news about Uber&#8217;s C&#038;D&#8217;s]]></description>
			<content:encoded><![CDATA[<p><strong>TechCrunch</strong> breaks down whats uber about Uber</p>
<p><script src="http://player.ooyala.com/player.js?embedCode=BvaWpyMTqCbpd-BXKHo_kDzQdEUUFyvF&#038;width=500&#038;height=400&#038;deepLinkEmbedCode=BvaWpyMTqCbpd-BXKHo_kDzQdEUUFyvF"></script></p>
<p><strong>CNN</strong> highlights the efficiencies of getting around in Uber</p>
<p><object width="500" height="374" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ep"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="wmode" value="transparent" /><param name="movie" value="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&#038;videoId=tech/2010/10/22/pkg.dan.simon.ubercab.cnn" /><param name="bgcolor" value="#000000" /><embed src="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&#038;videoId=tech/2010/10/22/pkg.dan.simon.ubercab.cnn" type="application/x-shockwave-flash" bgcolor="#000000" allowfullscreen="true" allowscriptaccess="always" width="500" wmode="transparent" height="374"></embed></object></p>
<p><strong>CBS</strong> covers the recent news about Uber&#8217;s C&#038;D&#8217;s</p>
<p><script type='text/javascript' src='http://video.sanfrancisco.cbslocal.com/global/video/videoplayer.js?rnd=548122;hostDomain=video.sanfrancisco.cbslocal.com;playerWidth=500;playerHeight=465;isShowIcon=true;clipId=5233844;flvUri=;partnerclipid=;adTag=News;advertisingZone=CBS.SF/worldnowplayer;enableAds=false;landingPage=http%253A%252F%252Fsanfrancisco.cbslocal.com%252Fcategory%252Fwatch-listen%252Fvideo-on-demand%252F;islandingPageoverride=false;playerType=STANDARD_EMBEDDEDscript'></script></p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/11/05/media-love-for-uber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My perfect blog setup.</title>
		<link>http://thedreaminaction.com/2010/09/08/my-perfect-blog-setup/</link>
		<comments>http://thedreaminaction.com/2010/09/08/my-perfect-blog-setup/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 18:34:44 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Posterous]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=4074</guid>
		<description><![CDATA[I&#8217;d like to start using one blog for all of my posts. I&#8217;d like the videos and pictures from http://ryangraves.org to go to the same blog that I write more thoughtful posts, like yesterdays on Job titles and recruiting. I see no reason to split them up. Because I have friends at Posterous and it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-4078" title="Screen shot 2010-09-07 at 12.48.55 AM" src="http://thedreaminaction.com/wp-content/uploads/2010/09/Screen-shot-2010-09-07-at-12.48.55-AM1.png" alt="" width="600" height="414" /></p>
<p>I&#8217;d like to start using one blog for all of my posts.</p>
<p>I&#8217;d like the videos and pictures from <a href="http://ryangraves.org">http://ryangraves.org</a> to go to the same blog that I write more thoughtful posts, like yesterdays on <a href="http://thedreaminaction.com/2010/09/07/job-titles-and-recruiting/">Job titles and recruiting</a>. I see no reason to split them up. Because I have friends at Posterous and it seems, after great review, to be the simplest platform, I&#8217;d like to use it to drive the blog. But I want to keep it on a custom domain &amp; I want to keep this theme, it&#8217;s simple, relatively new and I still like it a lot. So here&#8217;s the details&#8230;</p>
<p>Specs wanted:</p>
<ul>
<li>one blog for all content types</li>
<li>custom domain (probably ryangraves.org)</li>
<li>driven by Posterous</li>
<li>must have this theme</li>
</ul>
<p>Problem is, I&#8217;m not sure how to keep this theme on Posterous. I&#8217;m not sure which domain I should make the main. And I&#8217;m not sure if the aggregation of blog is a good idea from an audience/community perspective. I write/post to engage people in things I find interesting. If that dies because of some change, it wasn&#8217;t worth making.</p>
<p>Can you guys provide any thoughts or feedback on these Q&#8217;s?</p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/09/08/my-perfect-blog-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My interview with Andrew Mason, CEO of Groupon (before Groupon)</title>
		<link>http://thedreaminaction.com/2010/07/17/my-interview-with-andrew-mason-ceo-of-groupon-before-groupon/</link>
		<comments>http://thedreaminaction.com/2010/07/17/my-interview-with-andrew-mason-ceo-of-groupon-before-groupon/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 16:20:13 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[People & Leadership]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Andrew Mason]]></category>
		<category><![CDATA[Groupon]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3891</guid>
		<description><![CDATA[Two years ago today my good friend Blake Samic and I set out to be the Angels of Interviewers. This meant we wanted to interview entrepreneurs who were just on the verge of doing something classic, something disruptive. We called our video blog ActionsTalk because these were the people who were just diving off the [...]]]></description>
			<content:encoded><![CDATA[<p>Two years ago today my good friend <a href="http://twitter.com/blakesamic">Blake Samic</a> and I set out to be the Angels of Interviewers. This meant we wanted to interview entrepreneurs who were just on the verge of doing something classic, something disruptive. We called our video blog <a href="http://actionstalk.com">ActionsTalk</a> because these were the people who were just diving off the bridge of an idea into the water of a startup. They were doers, and we loved doers.</p>
<p>In hind site it&#8217;s really too bad that these interviews didn&#8217;t come with any equity exchange because our third interview was with now CEO of Groupon, Andrew Mason. Andrew shared his ideas for his startup <a href="http://www.thepoint.com/">ThePoint.com</a>, which transformed from an idea to bring people together for collective action, to a company focused on bringing people together for collective purchase, <a href="http://groupon.com">Groupon.com</a>. Both brilliant ideas but the latter turned out to be incredibly profitable.</p>
<p>In the interview Andrew talks a bit about how ThePoint secured their first funding and how and where the team worked. It&#8217;s always fascinating to see the origins of startups and I&#8217;m super happy for Andrews incredible successes over the last couple of years.</p>
<p>Also, please excuse the amateur nature of the intro. We were Gary V inspired and really excited about ActionsTalk :)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="377" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=1355424&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="377" src="http://www.vimeo.com/moogaloop.swf?clip_id=1355424&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/07/17/my-interview-with-andrew-mason-ceo-of-groupon-before-groupon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using location data in service markets</title>
		<link>http://thedreaminaction.com/2010/06/15/using-location-data-in-service-markets/</link>
		<comments>http://thedreaminaction.com/2010/06/15/using-location-data-in-service-markets/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:31:28 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubercab]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[San Francisco]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3923</guid>
		<description><![CDATA[The image above contains some of the most interesting data a business could have on an individual. This is heat map of my foursquare checkin&#8217;s in San Francisco. It&#8217;s powerful data, and it&#8217;s only static. Here in lies the info to make assumptions &#38; predictions about my behavior that will changes services I use and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3936" title="Screen shot 2010-06-13 at 9.57.22 PM" src="http://thedreaminaction.com/wp-content/uploads/2010/06/Screen-shot-2010-06-13-at-9.57.22-PM3.png" alt="" width="590" height="551" /></p>
<p>The image above contains some of the most interesting data a business could have on an individual. This is heat map of my <a href="http://foursquare.com/ryangraves">foursquare</a><span> <span>checkin&#8217;s</span> in San Francisco. It&#8217;s powerful data, and it&#8217;s only static. Here in lies the info to make assumptions &amp; predictions about my behavior that will changes services I use and businesses I interact with drastically. As a </span><a href="http://ubercab.com">location drivin transportation company</a> it is data like this that will allow us to fundamentally disrupt our market.</p>
<p>This information did not exist even 12 months ago. The services that now collect this data with decent contextual awareness are just recently being enabled by the <a href="http://apple.com/iphone">right devices</a><span> &amp; the right changes in user behavior. The <span>checkin</span> is a beautiful thing &amp; not just for the f<span>oursquare&#8217;s</span> and <span>Yelp&#8217;s</span> of the world; it&#8217;s services like ours that may stand to benefit the most. Here are a few areas that I get most excited about when contemplating how to apply this data to make your life easier and our business stronger&#8230;</span></p>
<p><strong>Marketing</strong></p>
<p><span>Think about how accurate user location data changes the marketing game. If presumably I <span>checkin</span> to 50% of the venues that I visit on a daily basis, this map does a pretty good job of showing someone where not to advertise if they&#8217;re trying to reach me. It&#8217;s clear where I spend my time, and it&#8217;s clear where I don&#8217;t. Now I know not everyone uses these social location services but when this data gets aggregated across a particular demographic or user population you get very targeted results on how to reach that customer group offline.</span></p>
<p>When applying context (which I discuss next) in these marketing channels you can <em>almost</em> tell what a person will be doing, where they&#8217;re doing it, and when. The advertising dollars saved are enough to get excited.</p>
<p><strong>Context</strong></p>
<p><span>The next factor of awesomeness that this particular map doesn&#8217;t yet capture is a sense of contextual awareness. How easily, with <span>foursquare&#8217;s</span> new categorical breakdown of venues, could you tell me where are the bars I&#8217;m going to, where are the business meetings I&#8217;m attending, where are the houses that I&#8217;m hangin&#8217; at, etc. What is context:</span></p>
<ul>
<li>time</li>
<li>activity type</li>
<li>social</li>
</ul>
<p><span>These contextual filters provide yet a deeper layer of understanding to the consumers behavior. Each layer of context that is added to this map the more powerful it will become. The opt-in <span>checkin</span> that foursquare has created is brilliant because it enable someone to feel very comfortable with sharing tons of data. Which in turn allows services to create more value for those users. </span></p>
<p>What we&#8217;re excited about is tying<span> <span>checkins</span> together and realizing that certain combinations of <span>checkin</span> types require different types of transportation and different experiences. By understanding context around <span>checkins</span> we can understand how best to serve our users and be efficiently available for them, when they want us, without them having to tell us ahead of time. For example, you&#8217;re at your favorite sushi restaurant with your significant other, we think you&#8217;ll likely head to the movie theatre and we&#8217;re happy and ready to take you there :)</span></p>
<p><strong>Logistics Optimization</strong></p>
<p>With an understanding of where our users spend time, and when during the day those transitions occur, we have the ability to offer an incredibly efficient and simple service. As MG at TechCrunch said this week in <span><a href="http://techcrunch.com/2010/06/13/ios4-location/">a post about social location features</a></span>; the check-out feature or the designation that you&#8217;re actually leaving a venue, will likely come very soon. Great! This makes it even easier for us to offer service at the exact times, in the exact locations, that users may want.</p>
<p><span>With our <span>Uber</span> fleet that is growing quickly, it&#8217;s quite possible that we can use information like this that is either publicly available or shared by our users for this specific purpose, to never have to wait for a cab again. With a single click we may know what type of service you would want depending on the context of the venue your checking into &amp; out of.</span></p>
<p>###</p>
<p>The opportunities for this type of contextually filtered data to influence location driven services like ours it unreal. I&#8217;m so excited for things like background processing in iOS4, and check-out features from our beloved check-in apps. The real time monitoring of this data is really where it&#8217;s at and the better the technology gets and the more transparent the user behaviors become, the smoother overall experience we&#8217;ll be able to offer.</p>
<p><img class="alignnone size-medium wp-image-3924" style="border: 0px initial initial;" title="limo3" src="http://thedreaminaction.com/wp-content/uploads/2010/06/limo3-300x161.jpg" alt="" width="300" height="161" /><img class="alignnone size-medium wp-image-3925" style="border: 0px initial initial;" title="ubercab_logo" src="http://thedreaminaction.com/wp-content/uploads/2010/06/ubercab_logo-300x300.png" alt="" width="180" height="180" /></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_a.png?x-id=9afdc502-d78c-4edc-a651-8cfd2479962c" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/06/15/using-location-data-in-service-markets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Graves&#8217; Next Chapter</title>
		<link>http://thedreaminaction.com/2010/05/20/the-graves-next-chapter/</link>
		<comments>http://thedreaminaction.com/2010/05/20/the-graves-next-chapter/#comments</comments>
		<pubDate>Fri, 21 May 2010 03:12:58 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Travel & Adventure]]></category>
		<category><![CDATA[ubercab]]></category>
		<category><![CDATA[adventures]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[San Francisco]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3825</guid>
		<description><![CDATA[Quick background on the last 10 years of my life&#8230; At the end of high school in 2001 I wanted to stay in Southern CA and attend USC. I didn&#8217;t get in. That turned out to be the best thing that would happen to me. I headed out to the midwest to go to Miami [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="325" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=11192521&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"><embed type="application/x-shockwave-flash" width="600" height="325" src="http://vimeo.com/moogaloop.swf?clip_id=11192521&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Quick background on the last 10 years of my life&#8230;</p>
<p>At the end of high school in 2001 I wanted to stay in Southern CA and attend USC. I didn&#8217;t get in. That turned out to be the best thing that would happen to me. I headed out to the midwest to go to Miami OH &amp; had the time of my life. I partied my ass off, learned the basics of business, and specifically Economics, but more than anything, I learned TONS about myself. I learned what I needed to do to be personally successful and feel fulfilled. Then at the very end of college I met someone &#8220;more awesomer&#8221; than anyone else, <a href="http://twitter.com/mollstar">@mollstar</a>.</p>
<p>Because of Moll, I decided to move back out to Chicago after a short stint at home and see if the relationship would work. It did and 5 yrs later we married, and it&#8217;s awesome. Now for the purpose of this post, the start of the next chapter.</p>
<p><strong>We&#8217;re moving to San Francisco</strong></p>
<p>At the end of June, Molly and I are packing up and heading west. It is a move that I always knew would come, but a huge change none the less. We couldn&#8217;t be more excited to blaze a path of our own and quite frankly pull ourselves out of a very comfortable situation in Chicago to a brand new life with new friends, jobs, and experiences. But that&#8217;s what I love so much&nbsp;about life, the ability to put yourself in new situations and have new experiences with new people. That&#8217;s the gold.</p>
<p>The toughest part for both of us will be moving away from Molly&#8217;s family who are <span style="text-decoration: underline;">beyond amazing</span>. They have not become &#8216;in-laws&#8217; but truly my family that will be painful to leave. The excitement of being on our own is just one side of the coin. The proximity to such an amazing support system will be tough to go without.</p>
<p>But, both professionally and personally this is a step in the right direction. You all have followed our progress with <a href="http://ubercab.com">UberCab</a> and the exciting ride (no pun intended) it has become. We&#8217;re breaking ground on a space that is ripe for disruption and&nbsp;yearning&nbsp;for innovation. It&#8217;s ready for people like us who may not know the market as well as others, but that&nbsp;naivety&nbsp;may be our strongest asset to our ability to change how things work.</p>
<p>The startup community in SF is particularly exciting. The opportunity to meet, literally every week, with some of the smartest business and technical minds on the planet is not something I&#8217;ll take for granted. Through my Uber relationships and the many startup meetups in the Valley, my opportunity to learn from the SF startup community is almost unbelievable. Not to mention the guys I&#8217;m going to have an opportunity to work along side. The team we&#8217;re building at UberCab is already shaping up to be of extremely high&nbsp;caliber&nbsp;and the quality and experience of our <a href="http://twitter.com/ubercab/advisors">advisors &amp; board</a> may be second to none.</p>
<p>I probably don&#8217;t need to even speak to this next topic, but I&#8217;m pretty damn stoked to leave the winters. I&#8217;ve been through now 9 full winters in the midwest and the ability to hang my snow coat up and away is a welcomed change. Next time I pull that coat out will be for a vacation back to our cabin in WI or a weekend trip to Tahoe&#8230;which both sound pretty nice.</p>
<p>Lastly, to our friends. We&#8217;re going to miss each of you dearly. As Moll &amp; I moved from Miami to Chicago it was the most natural extension of college. In fact when we first got here it basically was college, except we got paid for it. Then as we (believe it or not) matured, we found out that we are actually making legit contributions to the world. I couldn&#8217;t be more proud as I look around at each of my friends and what they&#8217;re now accomplishing personally and professionally. Somehow I feel that I chose some of the best people back in college and those guys (and gals) have become the creme of the crop. Got lucky I guess. Please know that even though we&#8217;re sort of far away, we&#8217;ll always work hard to stay close, stay in touch and keep what we started back at Miami very strong.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://www.zemanta.com/" title="Enhanced by Zemanta"><img class="zemanta-pixie-img" src="http://img.zemanta.com/zemified_a.png?x-id=5a59a15f-4fad-45f6-a627-6fdbb34b14d6" alt="Enhanced by Zemanta" style="border:none;float:right"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/05/20/the-graves-next-chapter/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The benefits of UberCab</title>
		<link>http://thedreaminaction.com/2010/05/10/the-benefits-of-ubercab/</link>
		<comments>http://thedreaminaction.com/2010/05/10/the-benefits-of-ubercab/#comments</comments>
		<pubDate>Mon, 10 May 2010 14:14:52 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ubercab]]></category>
		<category><![CDATA[how it works]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3853</guid>
		<description><![CDATA[For Clients Our goal for all UberCab users, called clients, is for you to feel like a baller every time you use UberCab. We want you to not only arrive at your destination safely, simply, and efficiently, but we want you to arrive in STYLE. UberCab clients typically use their iPhone application (also works via [...]]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #ff0000;">For Clients</span></h2>
<p><img class="alignleft size-thumbnail wp-image-3854" title="ubercab_iphone_home" src="http://thedreaminaction.com/wp-content/uploads/2010/05/ubercab_iphone_home-150x150.png" alt="" width="150" height="150" /></p>
<p>Our goal for all UberCab users, called clients, is for you to feel like a baller every time you use UberCab. We want you to not only arrive at your destination safely, simply, and efficiently, but we want you to arrive in STYLE.</p>
<p>UberCab clients typically use their iPhone application (also works via SMS) to request a black car limo service within a matter of minutes.</p>
<p style="padding-left: 150px;">As an UberCab client you’ll get:</p>
<ul style="padding-left: 150px;">
<li>one click iPhone requests</li>
<li>location based dispatch</li>
<li>on demand limo service</li>
<li>in app billing &#8211; no cash needed</li>
</ul>
<h2><span style="color: #ff0000;">For Drivers</span></h2>
<p><img class="alignleft size-thumbnail wp-image-3855" title="black-sedan" src="http://thedreaminaction.com/wp-content/uploads/2010/05/black-sedan-150x133.png" alt="" width="150" height="133" /></p>
<p>Drivers working with UberCab are able to turn down time into profit. Simply, we’ll keep you busy and making money.</p>
<p>UberCab operates as a lead generation service for limo companies. By using our iPhone application drivers become available for client requests that are designed to come from clients closest to you.</p>
<p style="padding-left: 150px;">As an UberCab driver you’ll get:</p>
<ul style="padding-left: 150px;">
<li>immediate ride requests</li>
<li>never worry about billing</li>
<li>direct client communication</li>
<li>a supplement to your existing business</li>
</ul>
<h2><span style="color: #ff0000;">For Partners</span></h2>
<p><img class="alignleft size-thumbnail wp-image-3856" title="uc-on-ipad" src="http://thedreaminaction.com/wp-content/uploads/2010/05/uc-on-ipad-150x150.png" alt="" width="150" height="150" /></p>
<p>There are huge benefits to being an UberCab partner. These are the companies that have multiple cars in their fleet and want to join/partner with UberCab with multiple cars.</p>
<p>When you have multiple cars driving on the UberCab platform you’ll receive actionable analytics about your cars and the trips they’re taking. Better analytics and visibility means better management and more profit!</p>
<p style="padding-left: 150px;">As an UberCab partner you’ll get:</p>
<ul style="padding-left: 150px;">
<li>real time fleet analytics</li>
<li>detailed trip logs</li>
<li>direct customer feedback on ALL trips</li>
<li>simple billing solutions for fleets</li>
</ul>
<p><img class="alignleft size-thumbnail wp-image-3871" title="uberlogo" src="http://thedreaminaction.com/wp-content/uploads/2010/05/uberlogo-150x150.png" alt="" width="90" height="90" />For more information on UberCab or the UberCab team check out our <a href="http://ubercab.com/about">About page</a>, or follow us on <a href="http://twitter.com/about">Twitter</a> and <a href="http://blog.ubercab.com">our blog</a>. Our app will be in the iPhone app store VERY soon too, so keep an eye out!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e98324ee-23bd-4b23-8411-2155b3e70501/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=e98324ee-23bd-4b23-8411-2155b3e70501" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/05/10/the-benefits-of-ubercab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best web app for ADD&#8217;rs</title>
		<link>http://thedreaminaction.com/2010/04/23/the-best-web-app-for-addrs/</link>
		<comments>http://thedreaminaction.com/2010/04/23/the-best-web-app-for-addrs/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 06:26:59 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Delivery & Execution]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[ADD]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3818</guid>
		<description><![CDATA[This is as much of a post about sharing Evernote with you as it is an apology to Evernote for not giving you a chance until now. My mistake and my loss, learn from me and your gain. The simplest way to explain Evernote to those of you who don&#8217;t know is that it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3822" title="evernote_img" src="http://thedreaminaction.com/wp-content/uploads/2010/04/evernote_img.png" alt="" width="379" height="238" /></p>
<p>This is as much of a post about sharing Evernote with you as it is an apology to Evernote for not giving you a chance until now. My mistake and my loss, learn from me and your gain. The simplest way to explain Evernote to those of you who don&#8217;t know is that it&#8217;s a database for you brain. If you have ADD (like me) it&#8217;s a must have tool! Evernote collects information in almost any format that you could ever want to throw at it, and it creates the ability to log, categorize, and store that info. Then, when you need to find something from a random though a few months back, you can search and the search is amazing! One crazy example of the technology is that you can write your name on a white board, take a picture of the whiteboard, then save that picture to Evernote and search for your name. Evernote will pick-up the text from the picture and make that text searchable&#8230;incredible!</p>
<p>For so long I had heard about people using Evernote for notes, picture search, and other menial tasks and I dismissed the service. I was actually using the Notes iPhone app and TextEdit saving files in this format, &#8220;4/22 notes&#8221;. That was dumb. Now that I use Evernote I can tag thoughts, search history and &#8220;appear&#8221; to the world that I have a great memory.</p>
<p>As a person with brutal ADD, this web service may become my most valuable. I&#8217;ve only been using it a week but I&#8217;m in love already.</p>
<p><strong>Here&#8217;s a little tip on importing old notes into Evernote:</strong></p>
<p>1. Download <a href="http://veritrope.com/tips/evernote-importer-txt-or-rtf-files">RTF/TXT Evernote importer</a></p>
<p>2. Install the application</p>
<p>3. From Evernote, make sure these preferences are selected.</p>
<p><img class="alignnone size-full wp-image-3823" title="disable-windows-300x205" src="http://thedreaminaction.com/wp-content/uploads/2010/04/disable-windows-300x205.png" alt="" width="300" height="205" /></p>
<p>4. File &gt; Import &#8230; select all your files and your entire &#8216;Notes&#8217; history is searchable, backupable, and awesome!</p>
<p>Let me know if you have any questions ryan [at] thedreaminaction [dot] com</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/1b7e8b1b-152a-49f8-a585-91ad5027d282/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_c.png?x-id=1b7e8b1b-152a-49f8-a585-91ad5027d282" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/04/23/the-best-web-app-for-addrs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mr Fix-it: Nissan Pathfinder Window fix</title>
		<link>http://thedreaminaction.com/2010/04/18/mr-fix-it-nissan-pathfinder-window-fix/</link>
		<comments>http://thedreaminaction.com/2010/04/18/mr-fix-it-nissan-pathfinder-window-fix/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 09:27:42 +0000</pubDate>
		<dc:creator>Ryan Graves</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[H]]></category>
		<category><![CDATA[Nissan Pathfinder]]></category>
		<category><![CDATA[window fix]]></category>

		<guid isPermaLink="false">http://thedreaminaction.com/?p=3795</guid>
		<description><![CDATA[Everyone needs a Mr. Fix-it, fortunately mine is my father-in-law, H. He takes on the weird tasks like cutting apart an old basketball hoop pole, and small car fixes, inside and out&#8230;both of which we did Friday night. This was job #2 to cut up the basketball hoop pole so that we could hide it [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone needs a Mr. Fix-it, fortunately mine is my father-in-law, H. He takes on the weird tasks like cutting apart an old basketball hoop pole, and small car fixes, inside and out&#8230;both of which we did Friday night.</p>
<p><img class="alignnone" title="cuttin shit" src="http://26.media.tumblr.com/tumblr_l0zzl2dgaX1qzpmauo1_500.jpg" alt="" width="500" height="375" /></p>
<p><em>This was job #2 to cut up the basketball hoop pole so that we could hide it in the trash so it would be taken away&#8230;sneaky&#8230;I was the helper on this job but the pics turned out pretty sweet.</em></p>
<p>The main job was to fix the jump in my Nissan Pathfinders passenger window. My car got broken into months ago and ever since when you roll the window all the way up, you have to hold the auto-up button for a 30+ seconds to keep it up, otherwise it would jump back down 1/3 of the way. Apparently it&#8217;s a safety feature gone bad. We couldn&#8217;t find the fix anywhere until this post (<a href="http://www.jensbits.com/2009/05/07/pathfinder-auto-window-bounce-down-craziness/">http://jensbits.com</a>) which I&#8217;ll just re-explain here.</p>
<p>The auto windows on both sides make it &#8220;pretty classy&#8221; but this little glitch was driving me nuts. Here&#8217;s what you do to fix it.</p>
<h3>The issue</h3>
<p>The window basically doesn&#8217;t know it&#8217;s up. Like I said, it happened to me when my car got broken into and they broke the passengers window with a rock (those dick bags). It activates some safety mechanism to pull the window back down. This feature wouldn&#8217;t come in handy in 6th grade when I got by fingers caught in the window of my parents friends Volvo, then she turned the car off and I was screaming&#8230;this prevents that.</p>
<h3>The fix</h3>
<p>Get a tool, like a flat head screw driver to pry off the armrest on the passenger side door. You think it&#8217;s going to break but it will pop off. It&#8217;s probably best to loosen it around each edge then one will lead and go from there. Make sure to leave all wire plugged into both the door and the arm rest.</p>
<p><img class="alignnone size-large wp-image-3796" title="window_armrest" src="http://thedreaminaction.com/wp-content/uploads/2010/04/window_armrest-500x375.jpg" alt="" width="238" height="178" /><img class="alignnone size-large wp-image-3797" title="window_button" src="http://thedreaminaction.com/wp-content/uploads/2010/04/window_button-500x375.jpg" alt="" width="238" height="178" /></p>
<p>Down in the arm rest there is a little reset button. You may not be able to reach it so get that screw driver you used to pry the armrest off and hold that reset button down. As you&#8217;re holding execute these steps:</p>
<p>1. Window in up position</p>
<p>2. Roll window down (all the way) but don&#8217;t use the auto feature</p>
<p>3. Release reset button</p>
<p>4. Roll window all the way up w/o the auto feature</p>
<p>5. Use the auto feature and it should work! It was literally that easy for me.</p>
<p>Also, Jen from Jensbits found this little manually that is awesome (<a href="http://www.amazon.com/gp/product/1563926105?ie=UTF8&amp;tag=jensbits-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=1563926105">Haynes manual for 1996-2004 Pathfinders</a><img src="http://www.assoc-amazon.com/e/ir?t=jensbits-20&amp;l=as2&amp;o=1&amp;a=1563926105" border="0" alt="" width="1" height="1" />).</p>
<p>It was a really fun, not tech project but it&#8217;s this kind of around the house maintenance stuff that makes you feel like a useful male :)</p>
<p>Then we cut up a basketball hoop pole&#8230;I was the assistance on this job but the pics turned out pretty sweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedreaminaction.com/2010/04/18/mr-fix-it-nissan-pathfinder-window-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

