<?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/" version="2.0">

<channel>
	<title>Clever Koala</title>
	
	<link>http://www.cleverkoala.com</link>
	<description>Startup life in NYC. A pagerank 0 blog.</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CleverKoala" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cleverkoala" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Python FoursquareV2 library</title>
		<link>http://www.cleverkoala.com/2012/01/the-python-foursquarev2-library/</link>
		<comments>http://www.cleverkoala.com/2012/01/the-python-foursquarev2-library/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:55:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Fondu]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=127</guid>
		<description><![CDATA[At Fondu, location-based services, specifically foursquare, are incredibly important to us. Location with a social context is at the core of just about everything in our product.
&#160;
When we originally migrated from PHP to Python, the offering of foursquare Python libraries was really lacking in  [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://fondu.com/">Fondu</a>, location-based services, specifically <a href="https://foursquare.com/">foursquare</a>, are incredibly important to us. Location with a social context is at the core of just about everything in our product.</p>
<p>&nbsp;</p>
<p>When we originally migrated from PHP to Python, the offering of foursquare Python libraries was really lacking in terms of polish. So rather than bitch about it, we rolled our own. The goal was simple, Pythonic, and following the official API one-to-one. Full unit tests can&#39;t hurt either.</p>
<p>Naveen and the foursquare crew have been great to us as developers, so we&#39;d like to give back by releasing our library. Check it out if you&#39;d like a nicely-maintained foursquare Python library. As of this blog post I think it&#39;s the only up-to-date one that I could find.</p>
<p>&nbsp;</p>
<p>The source is at <a href="https://github.com/mLewisLogic/foursquare">https://github.com/mLewisLogic/foursquare</a></p>
<p>It&#39;s new, but it&#39;s already being used in a few projects, some in production. Let me know if there are improvements you&#39;d like to see in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2012/01/the-python-foursquarev2-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asynchronous logging with MongoDB</title>
		<link>http://www.cleverkoala.com/2011/10/asynchronous-logging-with-mongodb/</link>
		<comments>http://www.cleverkoala.com/2011/10/asynchronous-logging-with-mongodb/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 18:29:25 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=125</guid>
		<description><![CDATA[One specific use case for MongoDB is as a user activity store. It&#39;s simple, scalable, and can be done asynchronously (as long as occasional failure is tolerable).
How? The gist is to keep your records in an array that you atomically push to.
MongoDB&#39;s documentation  [...]]]></description>
			<content:encoded><![CDATA[<p>One specific use case for MongoDB is as a user activity store. It&#39;s simple, scalable, and can be done asynchronously (as long as occasional failure is tolerable).</p>
<p>How? The gist is to keep your records in an array that you atomically push to.</p>
<p>MongoDB&#39;s documentation (http://www.mongodb.org/display/DOCS/Updating#Updating-%24push) should get you started on understanding how atomics work. Whenever you get a new event/activity that needs logging, just $push it to your array for storage or later processing. Make sure you set safe=False for whatever Mongo driver you&#39;re using. That will let it be done asynchronously, mostly eliminating the front-end cost of the operation.</p>
<p>
	Note: Mongo&#39;s $push operation can get pretty slow on really large lists, so take that into consideration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/10/asynchronous-logging-with-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Newegg, Goodbye.  Love, Mike</title>
		<link>http://www.cleverkoala.com/2011/10/dear-newegg-goodbye-love-mike/</link>
		<comments>http://www.cleverkoala.com/2011/10/dear-newegg-goodbye-love-mike/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 21:58:47 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=124</guid>
		<description><![CDATA[Newegg,
I&#39;m sorry, but you&#39;ve lost an alpha-geek customer today.
I remember back in college having a motherboard and memory die within a week of getting installed. You had replacements in the mail the next day, before I&#39;d even sent back the bad ones.
I&#39;ve had hard drives arrive DOA, and every time  [...]]]></description>
			<content:encoded><![CDATA[<p><em>Newegg,</em></p>
<p>I&#39;m sorry, but you&#39;ve lost an alpha-geek customer today.</p>
<p>I remember back in college having a motherboard and memory die within a week of getting installed. <strong>You had replacements in the mail the next day</strong>, before I&#39;d even sent back the bad ones.</p>
<p>I&#39;ve had hard drives arrive DOA, and <strong>every time you&#39;ve fixed the problem immediately</strong>.</p>
<p>Power supplies prematurely dying? Check! Always an easy-to-handle RMA process.</p>
<p>Today, after being dragged around by UPS for two weeks, who finally ended up losing my package (no surprise from them), I went to your customer service chat expecting my problems to disappear. Instead, what I got was being <strong>told that a replacement could be shipped in 7-10 days once your claim was processed by UPS</strong>. Really? That&#39;s your solution to a pissed-off customer who has been waiting for 2 weeks on hard-drives to repair a failed RAID array?</p>
<p>When threatened with a charge reversal, you retreated to &quot;<em>you should re-place the order and ask for a refund, which should process in 7-10 days</em>&quot;. Don&#39;t mind the $40 more that same order would cost to place now. After pressing on that, and being put on hold for 10 minutes, I&#39;m told they would credit me the difference, in a tone that made it seem like I was being done a huge favor. Don&#39;t mind the $50 gift certificate that now gets refunded and I&#39;m unable to use for this purchase and the extra $300 on my credit card. How does creating more of an inconvenience for me help anybody? <strong>All I wanted was for my original order to be fulfilled</strong>. Don&#39;t make your problem with UPS into mine. I&#39;m already pissed off enough at them.</p>
<p>Icing on the cake? 500 character limit on their feedback form post-chat. Really? You&#39;re actively trying to discourage your customers from giving feedback?</p>
<p>What happened to the Newegg I used to love? I really feel like the heart and soul is dead. Customer service reads off of a script and is un-empowered to actually fix any problems.</p>
<p>I may still purchase here and there if you have the best price, but the loyalty is gone, along with a willingness to pay a premium for better service. Anything I would have blindly put in my cart will now get price-checked on Amazon first.</p>
<p>I&#39;m sorry, but I&#39;ve dropped ~$10k through Newegg since &#39;03, and have been a vocal fanboy to anybody needing computer gear. That enthusiasm died today. This isn&#39;t a letter I write to every company that gives me crappy service or disappoints me. This one actually sucks to write because I feel like I&#39;ve lost my &quot;home&quot; on the internet for computer gear. You guys need to get your shit together, or somebody&#39;s going to come along, treat their customers right, and steal your lunch.</p>
<p>&nbsp;</p>
<p><em>All the best,</em></p>
<p>Mike</p>
<p>&nbsp;</p>
<p>P.S. This isn&#39;t written in anger due to some perceived injustice or atrocious customer service. Their policies are not the worst that&#39;s out there. It&#39;s more sad that a bastion of great online customer service has given way to mediocrity and lackluster soul. Here&#39;s to jumping the shark.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/10/dear-newegg-goodbye-love-mike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Python Imaging (PIL) in a virtualenv with –no-site-packages</title>
		<link>http://www.cleverkoala.com/2011/09/how-to-install-python-imaging-in-a-virtualenv-with-no-site-packages/</link>
		<comments>http://www.cleverkoala.com/2011/09/how-to-install-python-imaging-in-a-virtualenv-with-no-site-packages/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 03:00:34 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=123</guid>
		<description><![CDATA[This gets PIL working with JPEG/ZLIB support within a virtualenv (with &#8211;no-site-packages).&#160;This has specifically been tested with Python 2.7 on Ubuntu 11.04.
&#160;
1. Install the dependencies needed for the PIL library, using aptitude. This installs everything but PIL itself.
sudo apt-get build-dep  [...]]]></description>
			<content:encoded><![CDATA[<p>This gets PIL working with JPEG/ZLIB support within a virtualenv (with &#8211;no-site-packages).&nbsp;This has specifically been tested with Python 2.7 on Ubuntu 11.04.</p>
<p>&nbsp;</p>
<p>1. Install the dependencies needed for the PIL library, using aptitude. This installs everything but PIL itself.</p>
<p><code>sudo apt-get build-dep python-imaging</code></p>
<p>&nbsp;</p>
<p>2. Install the python-dev package so that we can compile PIL.</p>
<p><code>sudo apt-get install python-dev</code></p>
<p>&nbsp;</p>
<p>3. Make sure that PIL&#39;s setup.py can find JPEG/ZLIB, by supplying a settings override file. Ubuntu installs these libs in a non-standard place, so we need to let the package&#39;s installer know where to find them. Create a file named <em>setup_site.py</em> in the root of your virtualenv (or somewhere in your path) with the following contents:</p>
<p><span class="Apple-style-span" style="font-family: monospace; ">JPEG_ROOT = (&#39;/usr/lib/i386-linux-gnu/&#39;, &#39;/usr/lib/x86_64-linux-gnu/&#39;)</span></p>
<p><code>ZLIB_ROOT = (&#39;/usr/lib/i386-linux-gnu/&#39;, &#39;/usr/lib/x86_64-linux-gnu/&#39;)</code></p>
<p><code>FREETYPE_ROOT = (&#39;/usr/lib/i386-linux-gnu/&#39;, &#39;/usr/lib/x86_64-linux-gnu/&#39;)</code></p>
<p>&nbsp;</p>
<p>4. From the root of your virtualenv (with it activated) run:</p>
<p><code>pip install PIL</code></p>
<p>&nbsp;</p>
<p>That&#39;s it! If you run into any problems on Ubuntu 11.04+, leave a comment and I&#39;ll try to update the post accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/09/how-to-install-python-imaging-in-a-virtualenv-with-no-site-packages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hackers vs. Architects</title>
		<link>http://www.cleverkoala.com/2011/07/hackers-vs-architects/</link>
		<comments>http://www.cleverkoala.com/2011/07/hackers-vs-architects/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 15:00:11 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=115</guid>
		<description><![CDATA[
Over the last decade of developing, I&#39;ve noticed two major schools of thought when it comes to software development. They&#39;re really two ends of a spectrum, and most developers fit somewhere on that line between them. The extremes of the spectrum are the Hacker, and the Architect. I won&#39;t argue  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cleverkoala.com/wp-content/uploads/2011/07/code.jpg"><img alt="" class="alignright size-medium wp-image-120" height="180" src="http://www.cleverkoala.com/wp-content/uploads/2011/07/code-300x225.jpg" title="code" width="240" /></a></p>
<p>Over the last decade of developing, I&#39;ve noticed two major schools of thought when it comes to software development. They&#39;re really two ends of a spectrum, and most developers fit somewhere on that line between them. The extremes of the spectrum are the Hacker, and the Architect. I won&#39;t argue that one is better or &quot;right&quot;, but each lend themselves to very different situations.</p>
<p>Hackers focus on a visible end-result, and obtaining it as simply and quickly as possible. They are fast to cast off any baggage that slows them down, and build their software &quot;just in time.&quot; A common mentality is &quot;I&#39;ll build it when I need it&quot;. If it would take them 3 hours to hack a solution together, and 5 hours to integrate a 3rd party library, they&#39;ll opt to build it themselves. They concern themselves with &quot;time to market&quot; and are adept at cranking out working prototypes within hours or days.</p>
<p>Architects focus on beautiful, robust software that is elegantly constructed and flexible to future changes. They will often delay the immediate gratification of an early ship in order to get the technology &quot;right&quot;. They pride themselves in their focus on systems engineering. Characterized by a fear of technical debt, architects can be known to bring a touch of OCD to their work. A common mentality is &quot;If we do it right now, we won&#39;t have to gut it later&quot;. They always plan for the long term, even if it takes more time in the near-term. They concern themselves with &quot;overall cost of ownership.&quot;</p>
<p>Obviously, each school has its pros and cons, which suit themselves better to different scenarios. Are you most concerned with immediate delivery (at the expense of long-term cost)? If so, you need a hacker. Is reliability, security, or stability a concern? Get yourself an architect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/07/hackers-vs-architects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextNY Tech Mentorship program (in collab with GA)</title>
		<link>http://www.cleverkoala.com/2011/05/nyc-tech-mentorship-program/</link>
		<comments>http://www.cleverkoala.com/2011/05/nyc-tech-mentorship-program/#comments</comments>
		<pubDate>Mon, 02 May 2011 15:42:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[10gen]]></category>
		<category><![CDATA[art.sy]]></category>
		<category><![CDATA[axialmarket]]></category>
		<category><![CDATA[birchbox]]></category>
		<category><![CDATA[CTO]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[ignighter]]></category>
		<category><![CDATA[knewton]]></category>
		<category><![CDATA[mighty meeting]]></category>
		<category><![CDATA[NYC]]></category>
		<category><![CDATA[paperless post]]></category>
		<category><![CDATA[postling]]></category>
		<category><![CDATA[singly]]></category>
		<category><![CDATA[spoton]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[venmo]]></category>
		<category><![CDATA[zocdoc]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=116</guid>
		<description><![CDATA[So, over the past few weeks, I&#39;ve been putting together a tech mentorship program for aspiring developers. The mentors helping out are amazing. If you know any smart developers, feel free to pass this info along.
&#160;
Details &#38; apply:&#160;http://bit.ly/kM9hoX
&#34;&#34;&#34;&#34;&#34;&#34;&#34;&#34;&#34;&#34;
NextNY presents the NYC Tech  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cleverkoala.com/wp-content/uploads/2011/05/ga.png"><img alt="" class="alignright size-full wp-image-118" height="69" src="http://www.cleverkoala.com/wp-content/uploads/2011/05/ga.png" title="ga" width="69" /></a><a href="http://www.cleverkoala.com/wp-content/uploads/2011/05/nextny.png"><img alt="" class="alignright size-full wp-image-117" height="29" src="http://www.cleverkoala.com/wp-content/uploads/2011/05/nextny.png" title="nextny" width="69" /></a>So, over the past few weeks, I&#39;ve been putting together a tech mentorship program for aspiring developers. The mentors helping out are amazing. If you know any smart developers, feel free to pass this info along.</p>
<p>&nbsp;</p>
<p>Details &amp; apply:&nbsp;<a href="http://bit.ly/kM9hoX">http://bit.ly/kM9hoX</a></p>
<p>&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
<p><meta charset="utf-8" /><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">NextNY presents the NYC Tech Mentorship Program, in collaboration with General Assembly. It is connecting a select group of smart developers with top startup leaders serving as mentors. The goal of the program is to help high-potential techies reach into the startup world through advice, mentorship, and the wisdom of tech leaders who have been in their shoes. It will be an opportunity for developers to ask questions relevant to their goals and situations, and get personal feedback from industry vets.</span></p>
<p>&nbsp;</p>
<p><strong><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">How it works:</span><br />
	</strong></p>
<ul>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Each mentor gets paired with one or two developers</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Each mentor and their mentees meet once a month from May-August</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Meeting is over lunch or coffee, and we&#39;ll leave it to each group to pick time/place</span></li>
</ul>
<p>&nbsp;</p>
<p><strong><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Requirements:</span><br />
	</strong></p>
<ul>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">You are a bona-fide techie. You have a degree in CS or have worked as a developer professionally.</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">You&#39;re looking to get involved (or more involved) in the tech startup world.</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">The program is free, but we ask that you pay for your mentor&#39;s coffee or lunch as a thank-you.</span></li>
</ul>
<p>&nbsp;</p>
<p><strong><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">The mentors:</span><br />
	</strong></p>
<ul>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Andrew Kortina, Venmo (<a href="http://twitter.com/kortina" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/kortina</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Carter Cleveland, Art.sy (<a href="http://twitter.com/carterac" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/carterac</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Chris Maguire, Postling (<a href="http://twitter.com/revolvingdork" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/revolvingdork</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Dana Spiegel, AxialMarket (<a href="http://twitter.com/danaspiegel" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/danaspiegel</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Dmitri Tcherevik, MightyMeeting (<a href="http://twitter.com/cherevik" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/cherevik</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Eliot Horowitz, 10gen (<a href="http://twitter.com/eliothorowitz" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/eliothorowitz</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Kevin Owocki, Ignighter (<a href="http://twitter.com/owocki" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/owocki</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Liz Crawford, Birchbox (<a href="http://twitter.com/liscrawford" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/liscrawford</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Mike Lewis, SpotOn (<a href="http://twitter.com/mlewislogic" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/mlewislogic</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Naveen Selvadurai, foursquare (<a href="http://twitter.com/naveen" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/naveen</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Nick Ganju, ZocDoc (<a href="http://twitter.com/nganju" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/nganju</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Pete Miron, Knewton (<a href="http://twitter.com/petemiron" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/petemiron</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Simon Murtha-Smith, Singly (<a href="http://twitter.com/smurthasmith" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/smurthasmith</a>)</span></li>
<li><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Vanessa Hurst, Paperless Post (<a href="http://twitter.com/dbness" style="color: rgb(0, 0, 204); " target="_blank">twitter.com/dbness</a>)</span></li>
</ul>
<p>&nbsp;</p>
<p><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Deadline is midnight May 11, EST.</span></p>
<p><span class="Apple-style-span" style="font-family: Arial, sans-serif; font-size: 13px; white-space: pre-wrap; color: rgb(0, 0, 0); ">Tweeting &quot;Apply for the NYC Tech Mentorship program by May 8th <a href="http://bit.ly/kM9hoX" style="color: rgb(0, 0, 204); " target="_blank">http://bit.ly/kM9hoX</a>&quot; might get you bonus points.</span></p>
<p>&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/05/nyc-tech-mentorship-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>From Solo Founder to Co-Founder</title>
		<link>http://www.cleverkoala.com/2011/03/from-solo-founder-to-co-founder/</link>
		<comments>http://www.cleverkoala.com/2011/03/from-solo-founder-to-co-founder/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 14:00:24 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Eventlo]]></category>
		<category><![CDATA[SpotOn]]></category>
		<category><![CDATA[eventlo]]></category>
		<category><![CDATA[solo founder]]></category>
		<category><![CDATA[spoton]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=112</guid>
		<description><![CDATA[Apologies. This is a longer, personal one.
Up until recently, I was the solo founder of eventLo, a recommendation engine for upcoming social events. I even wrote a post about some of my experiences as a solo founder. About a month ago, that changed, as I merged eventLo into SpotOn. Here&#39;s how it  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cleverkoala.com/wp-content/uploads/2011/03/a-team.jpg"><img alt="" class="alignright size-full wp-image-113" height="312" src="http://www.cleverkoala.com/wp-content/uploads/2011/03/a-team.jpg" title="team" width="275" /></a>Apologies. This is a longer, personal one.</p>
<p>Up until recently, I was the solo founder of <a href="http://eventlo.com">eventLo</a>, a recommendation engine for upcoming social events. I even wrote a post about <a href="http://www.cleverkoala.com/2010/10/confessions-of-a-solo-founder/">some of my experiences as a solo founder</a>. About a month ago, that changed, as I merged eventLo into <a href="http://getspoton.com/">SpotOn</a>. Here&#39;s how it happened, and some reflection on the last month.</p>
<p>&nbsp;</p>
<p>I was chatting with <a href="http://www.thisisgoingtobebig.com/">Charlie O.</a> back in September when I first heard about SpotOn. He mentioned that their CEO, Gauri Manglik, was deeply passionate about the space. He also seemed worried that the space was a bit crowded, but I wouldn&#39;t let that deter me. I was on a warpath with eventLo, and wouldn&#39;t be scared off.</p>
<p>Over the next few months, I heard about SpotOn through several friends in the tech scene. It was probably my closest competitor and most buzzed about startup in the &#39;local&#39; space. I was interested, but wary.</p>
<p>Back in early January, things changed. My friend Zach had met Gauri at a local tech event and mentioned the connection. Apparently she had been hearing about eventLo for a while as well. Zach suggested we meet and arranged a lunch.</p>
<p>Over several lunches throughout January, Gauri and I met, chatting about our visions for the space. It was easy to open up to each other because our products were adjacent, but not overlapping from a product perspective. From a business perspective however, we were on a collision course.</p>
<p>It really wasn&#39;t too long before our talks were getting serious. Tech infrastructure, team makeup, business direction, funding objectives. We knew where it was heading, but were still both just dabbling our toes in the water. As we got more comfortable we really started opening up, and finally, like a dating couple, the question was out there. &quot;Are we talking about combining forces?&quot;</p>
<p>The coming weeks were filled with rapid due-diligence. Team introductions, tech shares, planning meetings, co-working sessions. We confirmed that we all worked complementary to each other, and agreed to join up. Cap tables with Gauri and Orion, investor meetings, and finally an annoucement at the <a href="http://www.meetup.com/HobokenTechMeetup/">Hoboken Tech Meetup</a>.</p>
<p>&nbsp;</p>
<p>So, what changed on my end? A lot of things, but the biggest was a realization that when complementary skill-sets combine, the result is far more than a sum of the parts. Seems obvious, but it was hard to internalize until I felt that intense sense of collaboration in those early meetings. The early lunches set the tone for what was possible, and reminded me that the best way to delegate is to give up control to people more expert than yourself. At this point in my life, I&#39;m a better CTO than a CEO, and Gauri is a better CEO than I am. Focusing on technology and product is how I am most effective, and I&#39;ve come to truly embrace that. In a lot of ways, Gauri handling CEO responsibilities frees me up to do what I do best, which is building great tech products with a solid team.</p>
<p>&nbsp;</p>
<p>Through this entire experience, I&#39;ve learned a lot about myself. The biggest is that I don&#39;t want to be a solo founder at this point in my life. Building a business is much more than building a tech product, which is what I&#39;d like to focus on right now. Now, I&#39;ve got a killer, well-rounded team and driven partners. We push each other, which really gets you through the slow days. The shared passion is an unbounded source of energy, and every idea gets rapidly iterated and improved upon as soon as it&#39;s uttered. This team is lightning-dynamite-laserbeams, and the potential is mind-blowing.</p>
<p>&nbsp;</p>
<p>If I had the chance, I wouldn&#39;t go back and change anything because I&#39;ve learned so much. On the other hand, I now understand that finding the right founding team should have been priority #1, and done before I ever wrote a line of code (it&#39;s easy to let product take up all of your founder-search time). Another reason is because once I started building eventLo and called myself CEO/Founder, it erected a wall between myself and potential co-founders. The whole time I was thinking &quot;the more I build, the more control I&#39;ll have long-run.&quot; I should have embraced the possibility of giving comparable equity to passionate partners who would have added gasoline to the fire.</p>
<p>&nbsp;</p>
<p>To the founders and aspiring founders out there: I&#39;m not suggesting you avoid solo founding, but be aware of who you are personally. Having the right team is invaluable, and brings with it more than just skills and another set of hands. Solo founding is emotionally tough and will push your limits, but it is also a self-learning experience unlike anything I&#39;ve ever experienced.</p>
<p>However big your captain&#39;s table, keep strong and carry on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/03/from-solo-founder-to-co-founder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Startup UX: find your Zen</title>
		<link>http://www.cleverkoala.com/2011/02/startup-ux-find-your-zen/</link>
		<comments>http://www.cleverkoala.com/2011/02/startup-ux-find-your-zen/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 19:46:58 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Eventlo]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=110</guid>
		<description><![CDATA[Over the past month, I&#39;ve had nightmare customer service with Motorola, regarding my dying Droid. Being blatantly lied to and misled by several representatives (including an L2 supervisor) put a sour taste in my mouth.
Rather than let this post turn into a rant, however, it spurred a lot of  [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past month, I&#39;ve had nightmare customer service with Motorola, regarding my dying Droid. Being blatantly lied to and misled by several representatives (including an L2 supervisor) put a sour taste in my mouth.</p>
<p>Rather than let this post turn into a rant, however, it spurred a lot of personal thought about user experience. In my mind, UX is the interface by which users and customers interact with your company. This interface covers many different fronts: product, policies, support, tone, etc. There are a million UX design tactics to employ, but I like to think about it holistically.</p>
<p><em>UX is the interpretation layer between customers and the insiders in your company.</em></p>
<p>The closer your internal view is to the external view, the more users will trust you, and the more fulfilling your company will be to be a part of. Letting the marketing message diverge from the internal attitude is a slippery slope towards becoming faceless. Customers naturally gravitate towards offerings that have soul, and cultures that they can relate to.</p>
<p>&nbsp;</p>
<p>This is by no means an academic list, but here are a few things that I like to keep prominent when considering UX decisions.</p>
<ol>
<li><strong>There&#39;s always a competitor.</strong> No matter how great you feel your product is, there are 20 other things competing for your users&#39; attention. Treat them with respect and go the extra mile. Win their hearts with honest dialog and transparency. Give them reasons to become a believer.</li>
<li><strong>People talk.</strong> Whether good or bad, people share news. Give them something good to talk about. Friends don&#39;t forward press releases to each other, but they do share great new tools, first-rate experiences, and good surprises. If you can make an experience special or personalized to a user, you&#39;re going to have a huge leg up over companies that assume all of their customers are the same.</li>
<li><strong>Rich enough for power users, easy enough my parents can use it.</strong> Granted my parents are pretty tech-savy, but that&#39;s not the point. UI matters, and is an important component to UX. Trim the fat, then trim it again. 5-star restaurants don&#39;t worry about the trimmings they throw away, because their goal is to be breath-taking, not the cheapest.</li>
<li><strong>Build for your target market.</strong> Don&#39;t be afraid to change the world, but make sure it has context. Think Google Search vs. Google Buzz. Both were technological breakthroughs, but only search served a burning need and played into a context people were comfortable with (&quot;How do I find things on the web?&quot;). Buzz may have been useful to people willing to make the leap, but without filling a compelling need, it was just a blip on the tech world&#39;s radar.</li>
</ol>
<p>&nbsp;</p>
<p>I was looking for a 5th point to round it out, but that would be disingenuous. There are plenty of tenants to building a great UX, but these are the ones that I focus on. Hopefully they&#39;re helpful.</p>
<p>&nbsp;</p>
<p>Finally, I&#39;d like to thank <a href="http://www.thisisgoingtobebig.com/">Charlie O&#39;Donnell</a> and the <a href="http://nextny.org/">nextNY</a> crew for selecting myself, <a href="http://www.livetotry.com/">Alexis Goldstein</a>, <a href="http://twitter.com/jswetnam">James Swetnam</a>, <a href="http://geekboiswag.wordpress.com/">Danielle Banks</a>, <a href="http://mikehorn.us/">Michael Horn</a>, <a href="http://www.lindsaykaplan.com/">Lindsay Kaplan</a>, <a href="http://about.me/alextaub">Alexander Taub</a>, and <a href="http://nycreativeinterns.com/">Emily Miethner</a> as <a href="http://nextny.org/w/page/34347999/Fellows">nextNY Fellows</a>. There will be some pretty interesting stuff coming up related to the program, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/02/startup-ux-find-your-zen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version n+1</title>
		<link>http://www.cleverkoala.com/2011/02/version-n1/</link>
		<comments>http://www.cleverkoala.com/2011/02/version-n1/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:19:11 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Eventlo]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=109</guid>
		<description><![CDATA[Behind the scenes at eventLo, we&#39;re working on a phenomenal new V2 of the product. Back-end and front-end.
&#160;
My biggest take-away from the experience is the catharsis you feel when you strip away dead code. Entire packages were re-done to do more with less. Less code. Less edge cases. Less rigid  [...]]]></description>
			<content:encoded><![CDATA[<p>Behind the scenes at eventLo, we&#39;re working on a phenomenal new V2 of the product. Back-end and front-end.</p>
<p>&nbsp;</p>
<p>My biggest take-away from the experience is the catharsis you feel when you strip away dead code. Entire packages were re-done to do more with less. Less code. Less edge cases. Less rigid models. Less architecture. Less dependencies.</p>
<p>When I look at the code-base now, it almost seems trivial, but it&#39;s important to remember that this sort of simplicity didn&#39;t happen overnight. It took a thorough understanding of the problem domain to architect this simpler solution. That sort of understanding just can&#39;t come around in pre-production design sessions. The most thorough understanding almost always comes from paying your dues in the trench.</p>
<p>&nbsp;</p>
<p>Making art is easy. Making it beautiful is an art.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2011/02/version-n1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new year</title>
		<link>http://www.cleverkoala.com/2010/12/a-new-year/</link>
		<comments>http://www.cleverkoala.com/2010/12/a-new-year/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 18:52:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Tech Industry]]></category>
		<category><![CDATA[eventlo]]></category>
		<category><![CDATA[new years]]></category>

		<guid isPermaLink="false">http://www.cleverkoala.com/?p=106</guid>
		<description><![CDATA[Once again this blog has gone dark for over a month. That seems to happen whenever I get extremely busy. No apologies for it however, as it&#39;s been a productive month.
At the end of November, the first public alpha of eventLo was launched. We&#39;re holding back on any marketing or PR at the moment,  [...]]]></description>
			<content:encoded><![CDATA[<p>Once again this blog has gone dark for over a month. That seems to happen whenever I get extremely busy. No apologies for it however, as it&#39;s been a productive month.</p>
<p>At the end of November, the first public alpha of <a href="http://www.eventlo.com">eventLo</a> was launched. We&#39;re holding back on any marketing or PR at the moment, until a few key issues are sorted. As it stands, the site actually looks quite vanilla, but there&#39;s a lot more going on than meets the eye. I&#39;m likening the current site to that of an iceberg, where 90% of it&#39;s mass is below the surface. Expect to see that power wielded in the near future.</p>
<p>Over the month of January, we&#39;ll be hitting on several initiatives, including product improvements, market validation, and a heavy refinement process.&nbsp;I&#39;m thrilled with how much we&#39;ve accomplished in such a short period of time. The beautiful thing about having invested time in infrastructure and architecture is that future development, iterations, and improvements can be implemented at breakneck speed, without a rickety and patchy framework to hold it back.</p>
<p>&nbsp;</p>
<p>I&#39;ll be keeping the <a href="http://blog.eventlo.com">eventLo blog</a> up to date on eventLo issues. That frees up CleverKoala to once again focus on tech industry commentary and the life of a startup technologist.</p>
<p>&nbsp;</p>
<p>Over this next year, I&#39;ll be focusing a lot of the writing on my emergence from a software focus to a broader tech industry focus. Still expect the nerdy how-tos and tech-heavy details, but much of it will be coming from a broader perspective. As my responsibilities have grown, so to has the perch from which I see my surroundings.</p>
<p>&nbsp;</p>
<p>New Year&#39;s resolution: learn to sell, responsibly</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverkoala.com/2010/12/a-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 1.628 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-02-12 21:57:50 --><!-- Compression = gzip -->

