<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Metamorphium</title>
 <link href="http://metamorphium.com/atom.xml" rel="self"/>
 <link href="http://metamorphium.com/"/>
 <updated>2012-01-01T23:18:56-08:00</updated>
 <id>http://metamorphium.com/</id>
 <author>
   <name>Neil Gupta</name>
   <email>neil@metamorphium.com</email>
 </author>

 
 <entry>
   <title>My Journey to Jekyll</title>
   <link href="http://metamorphium.com/2012/01/01/my-journey-to-jekyll/"/>
   <updated>2012-01-01T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2012/01/01/my-journey-to-jekyll</id>
   <content type="html">&lt;h1 id='my_journey_to_jekyll'&gt;My Journey to Jekyll&lt;/h1&gt;
&lt;p class='meta'&gt;01 Jan 2012 - San Jose&lt;/p&gt;
&lt;p&gt;I recently switched to generating this blog using &lt;a href='http://jekyllrb.com/'&gt;Jekyll&lt;/a&gt;, and hosting it on &lt;a href='http://pages.github.com/'&gt;GitHub Pages&lt;/a&gt;. Over the years, I&amp;#8217;ve gone through many blogging platforms before arriving at my current choice. This is a quick overview of the platforms I&amp;#8217;ve tried, and my thoughts on each one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wordpress&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I used to host my own &lt;a href='http://wordpress.org/'&gt;Wordpress&lt;/a&gt; blog up until a few years ago. Back then, Wordpress was by far the best blogging solution around. It offered amazing expandability and customization potential, with an unparalleled plugin library and strong community. If you wish your blog could do something, somebody has probably already made a plugin for Wordpress to do it. Unfortunately, Wordpress&amp;#8217;s high popularity also made it an attractive target for malicious hackers. New security vulnerabilities would be found on a regular basis, which meant you had to constantly keep your installation up-to-date. My site got hacked after I hadn&amp;#8217;t updated my blog in several months and, as a result, failed to install the mandatory security updates.&lt;/p&gt;

&lt;p&gt;Today, Wordpress just feels like overkill, and I can&amp;#8217;t think of a single senario where it&amp;#8217;s actually the best solution. Sure, it offers lots of features that you probably won&amp;#8217;t find anywhere else, but chances are, you have no need for those features and the security vulnerabilities they bring. With each new feature it packs, its relative ease of use decreases, leaving it somewhere in the middle of being easy for a non-technical person to pick up and being satisfying for a hacker to customize. It&amp;#8217;s kind of like driving an SUV when you want a sports car.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tumblr&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After my Wordpress installation got violated, I decided to give &lt;a href='http://tumblr.com'&gt;Tumblr&lt;/a&gt; a try. It was easy to get a blog up and running within a few minutes. The themes were beautiful and the community features were quite appealing. Unfortunately, this was back when they were having frequent downtimes, and soon after setting everything up, I lost access and quickly got frustrated.&lt;/p&gt;

&lt;p&gt;Now that they seem to have solved their downtime problems, I would recommend Tumblr to any non-programmer looking to start a blog. It offers the best balance of features and ease-of-use, and it&amp;#8217;s aesthetically appealing. The community sharing and follow features make it easy to build up a readership. It&amp;#8217;s essentially the Twitter for blogs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Posterous&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Put off by Tumblr&amp;#8217;s unrelability, I ended up switching to &lt;a href='http://posterous.com'&gt;Posterous&lt;/a&gt; for a while. When I switched, Posterous was basically a simplified Tumblr. Their most attractive feature was that I could just email my posts in from anywhere, formatted with Markdown. It didn&amp;#8217;t have any obvious problems, so I thought I had finally found my ideal blogging platform. However, over time, I began to realize just how much I hated its control panel interface. It was slow, poorly organized, and required way too many clicks for common tasts. Posterous would also regularly garble my Markdown formatting, forcing me to log into the control panel and manually edit the posts. I just ended up blogging less and less.&lt;/p&gt;

&lt;p&gt;Now, Posterous looks far more complicated than it needs to be, and I&amp;#8217;m not even sure I understand the point of Posterous Spaces, their new group blogging focus. It used to be that you could just email post@posterous.com, and they would email you back with a link to your new blog that automatically got set up. Any future emails from that same email address would get posted to the same blog. That&amp;#8217;s as simple as it gets. As far as I can tell, that setup process seems to be gone, or is at least completely hidden, which is a shame.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jekyll&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As I mentioned at the beginning of this post, I recently switched to Jekyll. So far, I am very happy with it. It&amp;#8217;s simple, fast, and secure. My entire blog is just a git repositary that&amp;#8217;s hosted on GitHub. In fact, &lt;a href='https://github.com/neilgupta/neilgupta.github.com'&gt;you can view all the source files for this site!&lt;/a&gt; I can write my posts in any text editor in Markdown format, and just push the changes to GitHub. Of course, this approach requires significant technical knowledge, a desire to hack away at code to get everything running, and experience with using git for source control management. It matched my requirements perfectly, but may not for others.&lt;/p&gt;

&lt;p&gt;If you do want to try Jekyll (which I highly recommend to anybody who enjoys tinkering with code), the easiest way to get started is to fork an existing blog and customize it to fit your needs. You can use &lt;a href='https://github.com/neilgupta/neilgupta.github.com'&gt;my blog&lt;/a&gt; if you&amp;#8217;d like, or one of the &lt;a href='https://github.com/mojombo/jekyll/wiki/Sites'&gt;many others&lt;/a&gt;. I used &lt;a href='http://tom.preston-werner.com/'&gt;Tom Preston-Werner&amp;#8217;s blog&lt;/a&gt;, who is the creator of Jekyll. Another option that was recently emailed to me is &lt;a href='http://jekyllbootstrap.com/'&gt;Jekyll-Bootstrap&lt;/a&gt;, which aims to be &amp;#8220;the quickest and most hassle-free way to get your new Jekyll powered website up and running.&amp;#8221;&lt;/p&gt;

&lt;p&gt;Jekyll is like a Tesla Roadster. It&amp;#8217;s insanely fast and cool, but it does require a significant upfront investment. It&amp;#8217;s barebones, but easy to customize, meaning it can be spruced up to be as beautiful as you want if you&amp;#8217;re willing to get dirty and hack at it yourself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Recommendations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To recap, if you&amp;#8217;re not a hacker, I&amp;#8217;d recommend Tumblr. It offers the best balance of features and ease of use, and they seem to have solved their downtime problems. If, for some reason, you don&amp;#8217;t like Tumblr, check out Posterous. If that still doesn&amp;#8217;t suit your needs, &lt;a href='http://wordpress.com'&gt;Wordpress.com&lt;/a&gt; (the cloud-hosted version of Wordpress that gives you the power of Wordpress without the headache) would be my third recommendation.&lt;/p&gt;

&lt;p&gt;If you are a hacker, definitely check out Jekyll.&lt;/p&gt;

&lt;p&gt;I would not bother with self-hosted blogs unless you really have a need for that level of control, since the cloud-based or static options are so powerful these days. And most likely, if you do need that level of control, you&amp;#8217;re probably better off investing a weekend and writing your own CMS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bonus: OhLife&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I also recently discovered &lt;a href='http://ohlife.com/'&gt;OhLife&lt;/a&gt;, which is a great way to keep a private journal. It&amp;#8217;ll send you an email at your chosen frequency (daily, weekly, etc) asking &amp;#8220;How did your day go?&amp;#8221; and you just reply with your journal entry. I&amp;#8217;ve only been using it for a week so far, but it may be the first time I&amp;#8217;ve kept a journal for even this long.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bonus #2: Calepin&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While writing this post, I came across &lt;a href='http://calepin.co/'&gt;Calepin.co&lt;/a&gt;, which looks to offer a simplified cloud-based blogging platform that&amp;#8217;s a mix between Posterous and Jekyll. It lets you write your posts in any text editor and just save them to your &lt;a href='http://dropbox.com'&gt;Dropbox&lt;/a&gt; folder. Then you click on Publish on their site, and it scans your Dropbox and publishes the new posts for you. Since it uses Dropbox, that means you can write your post pretty much anywhere (your computer, your iPhone, your iPad). The only annoying part I can think of is that you have to go to the website to click Publish (although I suppose that&amp;#8217;s not much different than pushing changes to GitHub). It also doesn&amp;#8217;t offer any customization options at all, and does not yet support custom domains. It looks like an interesting solution for somebody that wants some of the benefits of Jekyll, but has no coding experience. I doubt I will ever give this a try myself, but I&amp;#8217;ve decided to leave this summary here for others.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How Apple Adopted the Kleenex Problem</title>
   <link href="http://metamorphium.com/2011/12/16/how-apple-adopted-the-kleenex-problem/"/>
   <updated>2011-12-16T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/12/16/how-apple-adopted-the-kleenex-problem</id>
   <content type="html">&lt;h1 id='how_apple_adopted_the_kleenex_problem'&gt;How Apple Adopted the Kleenex Problem&lt;/h1&gt;
&lt;p class='meta'&gt;16 Dec 2011 - San Jose&lt;/p&gt;
&lt;p&gt;I just realized that some people think the Samsung Galaxy Tab is a type of iPad.&lt;/p&gt;

&lt;p&gt;I heard the following conversation a few days ago:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Person A: I just bought this new iPad.&lt;/p&gt;

&lt;p&gt;Person B: Nice, is it a Galaxy Tab?&lt;/p&gt;

&lt;p&gt;Person A: No, it&amp;#8217;s an iPad.&lt;/p&gt;

&lt;p&gt;Person B: Yes, but is it a Galaxy Tab?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;At first, I thought person B had simply misheard person A, but that didn&amp;#8217;t explain the clarification. Then I read an article at &lt;a href='http://smh.com.au/digital-life/tablets/apple-made-galaxy-tab-a-household-name-samsung-20111214-1ou9r.html'&gt;The Sydney Morning Herald&lt;/a&gt;, interviewing Samsung Australia&amp;#8217;s vice president of telecommunications, Tyler McGee, about the effect Apple&amp;#8217;s lawsuits against Samsung have had in Australia:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;At the end of the day the media awareness certainly made the Galaxy Tab 10.1 a household name compared to probably what it would&amp;#8217;ve been based on the investment that we would&amp;#8217;ve put into it from a marketing perspective.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href='http://daringfireball.net/linked/2011/12/14/household-name'&gt;Gruber adds&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The overwhelming majority of the media coverage I’ve seen for the Galaxy Tab is related to Apple’s various lawsuits.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The majority of people probably only hear about the Galaxy Tab when it&amp;#8217;s paired with Apple&amp;#8217;s name, which understandably leads to an association between the two companies.&lt;/p&gt;

&lt;p&gt;It has been said that, &amp;#8220;There is no tablet market, only an iPad market.&amp;#8221; By that logic, it is reasonable to assume that most consumers now view &amp;#8216;iPad&amp;#8217; as a general product category, rather than a specific product, much like Kleenex or Xerox. When a competing product is announced, it is now another type of iPad.&lt;/p&gt;

&lt;p&gt;Kleenex invested a lot of time, money, and energy fighting the misappropriation of their brand name. The problem is that people assume all brands of tissues on the shelves are Kleenexes, diluting the Kleenex brand. If they are unable to prevent people from using their trademark generically, they risk becoming a &lt;a href='http://en.wikipedia.org/wiki/Genericized_trademark'&gt;genericized trademark&lt;/a&gt; and no longer being legally protected.&lt;/p&gt;
&lt;p align='center'&gt;&lt;a href='/post_files/Kleenex_Do_Not_Erase_Ad.jpg'&gt;&lt;img src='/post_files/Kleenex_Do_Not_Erase_Ad_Small.jpg' alt='Kleenex ad' /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You may not realize it, but by using the name Kleenex&amp;#174; as a generic term for tissue, you risk erasing our coveted brand name that we’ve worked so hard for all these years. Kleenex&amp;#174; is a registered trademark and should &lt;em&gt;always&lt;/em&gt; be followed by a &amp;#174; and the words ‘Brand Tissue’. Just pretend it’s in permanent marker. (via &lt;a href='http://www.stephenyoungdfw.com/blog/kleenex-brand-tissue-has-a-different-type-of-branding-problem'&gt;Stephen Young&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It&amp;#8217;s a &lt;a href='http://en.wikipedia.org/wiki/List_of_generic_and_genericized_trademarks'&gt;common problem&lt;/a&gt; that &lt;a href='http://blog.yellowdoggdesigns.com/branding-spotlight-when-a-brand-becomes-more-than-just-a-brand/'&gt;many large companies&lt;/a&gt; face. Apple, for their part, has been extremely aggressive in protecting their trademarks, often suing for any use of the word &amp;#8220;pod&amp;#8221; or the iNoun naming scheme.&lt;/p&gt;

&lt;p&gt;However, it seems Apple is on a path to generating a trademark problem for themselves with the iPad brand. Ironically, the iPhone brand hasn&amp;#8217;t experienced this problem thanks to the &amp;#8220;us-vs-them&amp;#8221; mentality of the Verizon Droid ads. &amp;#8220;Droid does&amp;#8221; is a well-recognized slogan that implies there are differences between Android and iOS, separating the two products in consumers&amp;#8217; minds. With the iPad so strongly dominating the tablet market and few recognizable competitors (who&amp;#8217;s heard of the Xoom outside of tech geeks?), that difference between competing products ceases to exist.&lt;/p&gt;

&lt;p&gt;The question then becomes, did the lawsuits against Samsung do more harm than good for Apple? I believe the former will become increasingly apparent. They should have just let the Galaxy Tab release and fade into obscurity, rather than accidentally turning it into a household name that&amp;#8217;s linked to Apple&amp;#8217;s brand.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Calculating Reading Time</title>
   <link href="http://metamorphium.com/2011/06/04/calculating-reading-time/"/>
   <updated>2011-06-04T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2011/06/04/calculating-reading-time</id>
   <content type="html">&lt;h1 id='calculating_reading_time'&gt;Calculating Reading Time&lt;/h1&gt;
&lt;p class='meta'&gt;04 Jun 2011 - San Jose&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s a useful little shell command posted &lt;a href='http://www.leancrew.com/all-this/2011/06/reading-time-in-textmate/'&gt;here&lt;/a&gt; to calculate the reading time of a text selection based on the average reading speed.&lt;/p&gt;

&lt;p&gt;Such a simple feature got me thinking about all the places this could be used, like RSS readers or Instapaper to let me filter my articles based on the amount of time I have.&lt;/p&gt;

&lt;p&gt;The most useful place I&amp;#8217;d love to see this implemented is in my email client, such that it warns me if I am sending an email that will take longer than 30 seconds to read. That would be a great way to finally encourage people to &lt;a href='http://five.sentenc.es'&gt;send shorter emails&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I threw together a quick Safari extension based on the above idea for Gmail. You can get it from &lt;a href='https://github.com/neilgupta/Gmail-Message-Length-Checker'&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Passion Shows</title>
   <link href="http://metamorphium.com/2011/05/20/passion-shows/"/>
   <updated>2011-05-20T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2011/05/20/passion-shows</id>
   <content type="html">&lt;h1 id='passion_shows'&gt;Passion Shows&lt;/h1&gt;
&lt;p class='meta'&gt;20 May 2011 - San Diego&lt;/p&gt;&lt;p align='center'&gt;&lt;img src='/post_files/passionshows.jpg' alt='' width='400' /&gt;&lt;/p&gt;&lt;p&gt;Found on a San Diego beach, the attention to detail in this sand castle is beyond ridiculous. The creator places each layer of sand one inch at a time to get that level of detail. He&amp;rsquo;s been building sand castles for nearly two decades. He started when his kids were toddlers, and just kept doing it even after his kids left for college and moved on. His passion shows. The beach was covered in similar castles that he had been building all day just for fun.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Keep It Simple, Stupid</title>
   <link href="http://metamorphium.com/2011/05/20/keep-it-simple-stupid/"/>
   <updated>2011-05-20T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2011/05/20/keep-it-simple-stupid</id>
   <content type="html">&lt;h1 id='keep_it_simple_stupid'&gt;Keep It Simple, Stupid&lt;/h1&gt;
&lt;p class='meta'&gt;20 May 2011 - San Jose&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://blogs.forbes.com/carminegallo/2011/05/16/steve-jobs-get-rid-of-the-crappy-stuff/'&gt;blogs.forbes.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A designer knows he has achieved perfection not when there is nothing more to add, but when there is nothing left to take away.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It really does take a lot of courage to cut down features and &amp;#8220;get rid of the crap,&amp;#8221; but if you can, you come to the following realization:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;People think focus means saying yes to the thing you&amp;#8217;ve got to focus on. But that&amp;#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. &lt;em&gt;I&amp;#8217;m actually as proud of the things we haven&amp;#8217;t done as the things I have done.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Warriors and Scholars</title>
   <link href="http://metamorphium.com/2011/05/10/quote-warriors-and-scholars/"/>
   <updated>2011-05-10T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2011/05/10/quote-warriors-and-scholars</id>
   <content type="html">&lt;h1 id='quote__warriors_and_scholars'&gt;Quote - Warriors and Scholars&lt;/h1&gt;
&lt;p class='meta'&gt;10 May 2011 - San Jose&lt;/p&gt;
&lt;p&gt;Aza Raskin, &lt;a href='http://thenextweb.com/video/2011/05/10/apple-baby-aza-raskin-on-the-secrets-of-great-user-interface/'&gt;discussing user interface design&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;#8220;The society that separates its warriors from its scholars, is a society that&amp;#8217;s doomed to fail. Because if you do, then your idiots do your fighting, and your cowards do your thinking.&amp;#8221;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The exact same thing is true of designers and engineers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Raskin quotes an ancient Greek philosopher to illustrate why designers and engineers need to work together to design great products, rather than simply tacking an interface on top of an engineering project.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Ignoring Calls Elegantly</title>
   <link href="http://metamorphium.com/2011/03/18/ignoring-calls-elegantly/"/>
   <updated>2011-03-18T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2011/03/18/ignoring-calls-elegantly</id>
   <content type="html">&lt;h1 id='ignoring_calls_elegantly'&gt;Ignoring Calls Elegantly&lt;/h1&gt;
&lt;p class='meta'&gt;18 Mar 2011 - Chicago&lt;/p&gt;
&lt;p&gt;I read &lt;a href='http://minimalmac.com/post/3165411533/airplane-mode'&gt;a post last month&lt;/a&gt; about phone etiquette in social events that encouraged people to switch to airplane mode so that calls would be sent straight to voicemail while you could keep using the social features of the phone for the conversation. While this strategy makes sense for showing pictures from my local photo library or taking notes, there is little else my phone can do without a data connection. Often times I use my phone to look up a fact to settle a debate between friends or grab a file from Dropbox.&lt;/p&gt;

&lt;p&gt;So how can we still encourage good phone etiquette without using airplane mode?&lt;/p&gt;

&lt;p&gt;I was out for dinner last night, and my friend&amp;#8217;s phone was on the table. Half way through the night, it started ringing, and his first instinct was to flip it over to make it stop. Obviously, it kept ringing so he had to flip it back, forward the call, and then put the phone back on the table face down.&lt;/p&gt;

&lt;p&gt;Why couldn&amp;#8217;t the phone just forward the call automatically as soon he flipped it over? That&amp;#8217;s a fairly universal gesture to signify that you wish to ignore your phone. This simple interaction design would make it far more acceptable to leave your phone on the table during a meeting or social gathering, and quickly ignore calls that don&amp;#8217;t need your attention.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;d love to see iOS 5 implement this functionality, since all of the hardware needed (accelerometer and proximity sensor) is already built-in to all of their devices.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Ideas don't make you rich. The correct execution of ideas does.</title>
   <link href="http://metamorphium.com/2011/03/13/ideas-dont-make-you-rich-the-correct-execution-of-ideas-does/"/>
   <updated>2011-03-13T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/03/13/ideas-dont-make-you-rich-the-correct-execution-of-ideas-does</id>
   <content type="html">&lt;h1 id='ideas_dont_make_you_rich_the_correct_execution_of_ideas_does'&gt;Ideas don&amp;#8217;t make you rich. The correct execution of ideas does.&lt;/h1&gt;
&lt;p class='meta'&gt;13 Mar 2011 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://blogs.forbes.com/jeffbercovici/2011/03/11/excerpt-maxim-founder-felix-dennis-on-the-fallacy-of-big-ideas/'&gt;blogs.forbes.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Good ideas are like Nike sports shoes. They may facilitate success for an athlete who possesses them, but on their own they are nothing but an overpriced pair of sneakers. Sports shoes don&amp;#8217;t win races. Athletes do.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Bet on the jockey, not the horse.&lt;/p&gt;&lt;p&gt;My professor used to drill this saying into us in my Intro to Entrepreneurship class 2 years ago. I still use that quote most when giving advice to other students who have an idea but are hesitant to share it.&lt;/p&gt;&lt;p&gt;My freshmen year in college, I met two students who had just received VC funding, and they told me one tip that had helped them most: they shared their idea with anybody who would listen, because they never knew how somebody might be able to help them along.&lt;/p&gt;&lt;p&gt;If you truly have a good idea, somebody else is working on it too. You might as well talk about it and get all the help you can.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Why Entrepreneurs Should Love Rap Music</title>
   <link href="http://metamorphium.com/2011/02/13/quote-why-entrepreneurs-should-love-rap-music/"/>
   <updated>2011-02-13T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/02/13/quote-why-entrepreneurs-should-love-rap-music</id>
   <content type="html">&lt;h1 id='quote__why_entrepreneurs_should_love_rap_music'&gt;Quote - Why Entrepreneurs Should Love Rap Music&lt;/h1&gt;
&lt;p class='meta'&gt;13 Feb 2011 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://areallybadidea.com/why-entrepreneurs-should-love-rap-music'&gt;areallybadidea.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Rap music is music for entrepreneurs. Other genres write about love (rock, r&amp;amp;b), unattainable love (indie), nothing at all (electronic / dance), or redneck issues (country). But only rap music is almost maniacal in its focus on success, the acquisition of money and subsequent dispensation of it.&lt;/p&gt;
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Google Search Results Statistics</title>
   <link href="http://metamorphium.com/2011/01/30/google-search-results-statistics/"/>
   <updated>2011-01-30T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/30/google-search-results-statistics</id>
   <content type="html">&lt;h1 id='google_search_results_statistics'&gt;Google Search Results Statistics&lt;/h1&gt;
&lt;p class='meta'&gt;30 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.fastcompany.com/1721252/how-facebook-killed-spam'&gt;fastcompany.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;(Indeed, search Google for &amp;#8220;stop Farmville notifications,&amp;#8221; and you&amp;#8217;ll get over 50,000 results.)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Why do people always insist on citing the number of Google search results as a measure for popularity?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Pivotal Tracker Pricing Updates</title>
   <link href="http://metamorphium.com/2011/01/28/pivotal-tracker-pricing-updates/"/>
   <updated>2011-01-28T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/28/pivotal-tracker-pricing-updates</id>
   <content type="html">&lt;h1 id='pivotal_tracker_pricing_updates'&gt;Pivotal Tracker Pricing Updates&lt;/h1&gt;
&lt;p class='meta'&gt;28 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;I just received Pivotal Tracker&amp;#8217;s email regarding updates to their pricing plans that were announced last week. While their previous announcement was totally understandable (a company needs to make money), it was a bit of a bummer to suddenly see such a great free tool cost money. Their new email, on the other hand, presents a new pricing structure that they have modified based on customer feedback. I am really impressed at how they listened to feedback and quickly adjusted accordingly. I always appreciate dealing with a company that actually cares about its users, and their email just strengthened my support of their product and convinced me to stick with them once the pricing plans take effect.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Introducing Odorno Virtual Home Furnishing</title>
   <link href="http://metamorphium.com/2011/01/28/introducing-odorno-virtual-home-furnishing/"/>
   <updated>2011-01-28T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/28/introducing-odorno-virtual-home-furnishing</id>
   <content type="html">&lt;h1 id='introducing_odorno_virtual_home_furnishing'&gt;Introducing Odorno Virtual Home Furnishing&lt;/h1&gt;
&lt;p class='meta'&gt;28 Jan 2011 - Chicago&lt;/p&gt;&lt;img src='http://metamorphium.com/downloads/odorno/logo.jpg' alt='Odorno Logo' width='100%' /&gt;
&lt;p&gt;Well, ok, not actually &lt;em&gt;introducing&lt;/em&gt;, since Odorno isn&amp;#8217;t a real product. It&amp;#8217;s an early-stage business idea my partner-in-crime Muhammed Fazeel and I came up with our first year in college.&lt;/p&gt;

&lt;p&gt;The idea was that the excitement of moving into a new home, apartment, or dorm was often muddled by the stress of having to shop for furniture. Usually, furniture shopping required taking detailed measurements of your home, then driving store to store, finding items that will fit in your space while also looking nice and matching, bringing the items all the way back home, and if it didn&amp;#8217;t work out for whatever reason, taking it back to the store. Lather, rinse, repeat.&lt;/p&gt;

&lt;p&gt;At the time, IKEA offered a free &lt;a href='http://www.ikea.com/ms/en_US/rooms_ideas/splashplanners.html'&gt;virtual room planning software&lt;/a&gt; to tackle this problem. We tried using it, and even with our engineering backgrounds, were completely at a loss. It required first creating a top-down 2D blueprint with manual dimensions of your rooms, which is not a trivial task. Another major problem was that the furniture catalog was limited to only IKEA&amp;#8217;s products. After a lot of work, we finally got a render of what our room looked like according to IKEA&amp;#8217;s software: apparently we had three chairs floating midair in the center of the room and a desk half way through the door. Yup, pretty accurate.&lt;/p&gt;

&lt;p&gt;We wanted to simplify this process by using augmented reality to allow homeowners to easily create 3D panoramic models of each room that needed to be furnished. These models would be created from a simple automated tripod equipped with a camera and laser tape measure that could automatically create a 180&amp;#176; panorama of the room with the push of a button. The laser tape measure would calculate dimensions and perspective using a matrix imaging algorithm we came up with that was inspired by medical imaging techniques (at least in theory, we never got to test if our imaging method would actually work).&lt;/p&gt;

&lt;p&gt;These models would then be uploaded to our online service, which would feature an extensive catalog of furniture from various manufacturers, already filtered to only show the ones that will fit in the user&amp;#8217;s room. Users could easily drag-and-drop items into their room for an immediate visualization of how the room would look, even in different lighting conditions. The service would even feature an interior design community, where a professional designer could help you design your home for a small fee or an amateur designer could suggest designs to build his or her portfolio.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We had submitted this idea to an entrepreneurship competition at Illinois Institute of Technology called the Idea Challenge. To our surprise, we won second place with a $100 prize and advanced to the Idea2Product MO-IL regional competition at Saint Louis University. As we prepared for the regionals, we talked to a handful of manufacturing companies in Chicago to see if they would consider listing their products in our catalog, and generally received a positive response (although this was probably because we were just students and they weren&amp;#8217;t making an actual commitment). We also talked to a couple real estate firms to see if they would consider using our service to help their clients furnish new homes, and also received a generally positive response. We created hundreds of versions of our presentation, designed UI mockups, and wrote our first five-page product summary.&lt;/p&gt;
&lt;img src='http://metamorphium.com/downloads/odorno/screenshot.jpg' alt='Odorno Screenshot' width='100%' /&gt;
&lt;p&gt;After much stress and many sleepless nights, the day of the competition arrived. We nervously gave our presentation, and awaited the results. In the end, we won $250 but did not advance to the finals. Wondering how we could improve, we eagerly found our judge to receive feedback. We were shocked to hear a couple of racist and even sexist comments that I won&amp;#8217;t detail here. Suffice it to say, we were quite angry, though, in hindsight, this incident is one of the most humorous experiences I&amp;#8217;ve had as an entrepreneur, and was a definite learning moment for us.&lt;/p&gt;

&lt;p&gt;As student entrepreneurs, we expect to receive our fair share of racism and ageism and other forms of discrimination. There will be ups and there will be downs, but that&amp;#8217;s what makes the journey fun. The only thing that matters is how we deal with the downs, and we chose to keep pushing forward because the ups totally make it worth it. A few months later, we competed in Northwestern University&amp;#8217;s Entrepreneurship Idol, where we reached the finals and lost due to a mistake on our part. We were just ecstatic to have successfully competed in such a high-level competition at such a relatively young age (I had just turned 19 a few weeks earlier), and we knew that we were going to make make something big together.&lt;/p&gt;

&lt;p&gt;However, after much deliberation, we decided to shelve Odorno in favor of another idea we wanted to pursue for a few reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The housing market and overall economy was in the drain, leaving little room for a luxury service like our&amp;#8217;s.&lt;/li&gt;

&lt;li&gt;The technical expertise needed to build our hardware components was far beyond our skill level, meaning the product would be years away from a feasible launch. If it&amp;#8217;s software or a web app, I can make it, but hardware is a different story.&lt;/li&gt;

&lt;li&gt;Odorno&amp;#8217;s success depended on building strong relationships with furniture manufacturers, an industry where we had zero experience.&lt;/li&gt;

&lt;li&gt;Even if we had a working tripod and the furniture inventory, the capital needed to build the infrastructure for mass-producing those tripods as well as shipping them and the furniture would have been phenomenal.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Having said that, I still think there is a future for Odorno.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Going Forward&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We know that everything is moving towards augmented reality, and nowhere does this make more sense than in the home decor industry. Since shelving Odorno, we&amp;#8217;ve seen various companies release concepts and even actual products that piece-by-piece come closer to our goals with Odorno. First, there was the &lt;a href='http://www.slashgear.com/apple-tablet-video-leak-is-obviously-fake-but-we-still-want-it-1165828/'&gt;fake &amp;#8220;Apple tablet&amp;#8221; concept video&lt;/a&gt; that showed how users would shop for furniture in the future. Then, UC Berkeley researchers showed off &lt;a href='http://abclocal.go.com/kgo/story?section=news/drive_to_discover&amp;amp;amp;id=7599245'&gt;a laser backpack that creates instant 3D models&lt;/a&gt;, obviously a perfect fit for Odorno. There was also the &lt;a href='http://www.crunchgear.com/2010/02/18/nooka-augmented-reality-accessorizer-not-real-but-it-should-be/'&gt;Nooka Augmented Reality Accessorizer&lt;/a&gt; concept video, which showed a similar concept to Odorno applied to trying on watches from your home. And that&amp;#8217;s just a small taste of the many companies working on solutions to this problem, but as far as I can tell, nobody has tried our approach. Of course, this may be because it is technically impossible right now, or simply because nobody has thought of it yet (hopefully the latter). Keep in mind that our idea is over three years old and was created long before the recent surge in augmented reality became popular, meaning there have probably been huge advances in the field that could be applied towards Odorno since we last researched it.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m finally releasing these documents and telling this story because in the past few weeks, we have decided to completely dedicate ourselves to our current project, Tabule. Just as it&amp;#8217;s important to never give up on an idea you believe in, it&amp;#8217;s also important to recognize when you are not capable of making an idea a success, at which point you should refocus on something that harnesses your strengths. That means that we will not be following up on Odorno, but I sincerely hope that somebody else will. I finally got a chance to write up this post, and hopefully somebody will stumble across it and find it inspirational. Given the large interest in this field and the size of the industry, somebody with the requisite know-how might just be able to turn this into a success where we couldn&amp;#8217;t.&lt;/p&gt;

&lt;p&gt;If somebody does find this idea interesting and wishes to take it up, feel free to email me at neil@metamorphium.com if you want to see our presentation slides or other details on the idea.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href='http://metamorphium.com/downloads/odorno/summary.pdf'&gt;Read our product summary&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How to Make Your Car's Navigation System Safer</title>
   <link href="http://metamorphium.com/2011/01/28/how-to-make-your-cars-navigation-system-safer/"/>
   <updated>2011-01-28T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/28/how-to-make-your-cars-navigation-system-safer</id>
   <content type="html">&lt;h1 id='how_to_make_your_cars_navigation_system_safer'&gt;How to Make Your Car&amp;#8217;s Navigation System Safer&lt;/h1&gt;
&lt;p class='meta'&gt;28 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;Last night, I was watching The Colbert Report do a segment on Obama&amp;#8217;s State of the Union address. During one part of the speech, Obama encouraged entrepreneurship as a cure to our current economic crisis, reminding us that America is responsible for putting cars in driveways and computers in offices. Colbert made a joke about how we then proceeded to put computers in cars, which put the cars in offices thanks to poor drivers distracted by their touchscreen navigation systems.&lt;/p&gt;

&lt;p&gt;We hear stories all the time about people who drove their car into a ditch or into their garage door because they were looking at the screen instead of the road. Obviously, having a touch screen in the car is not good for safety. Some car manufacturers have tried to address this by preventing the screen from being used while the car is moving, but this is a huge annoyance for a passenger who should be allowed to freely use the screen.&lt;/p&gt;

&lt;p&gt;In November, I competed in Lawrence Tech University&amp;#8217;s Innovation Encounter, which is basically a product design competition where you are given a problem and you have three hours to design a solution and present it. In this particular competition, we were tasked with designing the best way to integrate an iPhone with the car.&lt;/p&gt;

&lt;p&gt;My team and I decided to focus on improving the experience of using one&amp;#8217;s phone in the car, rather than creating any new overt features. For example, it&amp;#8217;s annoying to have to carry my keys everywhere when I already carry my phone, to have to plug my phone in every time I get in the car, and to switch between using my phone and using my car&amp;#8217;s control system. We designed an elegant solution that would solve each of these problems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lose the Keys&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Cars that start when the key is still in the driver&amp;#8217;s pocket have become extremely popular lately. But why not make my smartphone the key itself? Assuming that our phones have NFC chips in them in the near future, replacing the physical key with a smartphone should be trivial.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Juice Me Up&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once I&amp;#8217;m in the car, I don&amp;#8217;t want to have to look for a USB cable and plug my phone in before I start driving. Usually, I just drop my phone in a cup holder and go. So why not inductively charge my phone through the cup holder? If inductive charging won&amp;#8217;t work, why not at least make some sort of universal docking system for the cup holder that at least makes it easier to plug my phone in? Of course, these solutions would need to be waterproof so that it still functions as a cup holder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SmartHawk&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Finally, instead of switching back and forth between my phone&amp;#8217;s interface and my car&amp;#8217;s interface, why not just let my phone control my car and not require me to even fiddle with the car? The most common adjustments a driver makes when entering his car are to adjust the rear view mirror, fix the seat location, change the air conditioning temperature, input a location in the navigation system, and play some music. If we are using our phone as our key, then the car already knows which person is driving based on the phone that is in the driver&amp;#8217;s seat, so it can automatically adjust the rear view mirror and seat location based on the user&amp;#8217;s saved preferences. I&amp;#8217;ve seen cars that support driver profiles, but none that automatically switch based on recognizing the driver&amp;#8217;s phone. Usually, I adjust my car&amp;#8217;s interior temperature when it is either extremely hot outside or extremely cold. That means that ideally, I want to set the temperature while I am still inside my house or office. I should be able to easily choose a temperature on my phone and push it to my car, which will enable the air conditioning so that the car is waiting for me at perfect temperature when I get there. While I&amp;#8217;m setting the temperature, I want to be able to also push the directions I looked up on my phone&amp;#8217;s built-in maps app to the car&amp;#8217;s screen without fiddling with a second navigation system. Now, when I get into my car, everything is set up, the temperature is perfect, and the car already knows where I&amp;#8217;m going. As soon as I enter the car, it should begin streaming my music from my phone via Bluetooth. We call this system SmartHawk.&lt;/p&gt;

&lt;p&gt;&lt;img src='http://metamorphium.com/downloads/smartHawk.png' alt='SmartHawk iPhone app' /&gt;&lt;/p&gt;

&lt;p&gt;Now that&amp;#8217;s the perfect in-car experience in my mind. Of course, we designed all of this in less than three hours, so some of these features may already exist and we just couldn&amp;#8217;t find them or some of them may still be impossible for some reason I haven&amp;#8217;t thought of yet. But from as far as I can tell, each of these features should be feasible, and the existing solutions seem to stop just one step short of such a seamless experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Safety First&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But wait, what does this have to do with making the navigation system any safer? Well, for one, you no longer need to use the car&amp;#8217;s screen because everything should be set up before you even get to the car. But just in case you are still tempted to do so, we designed a safety measure that we can&amp;#8217;t figure out why nobody has implemented yet: we placed a proximity sensor on the left side of the in-car screen that would activate while the car is driving. If the driver tries to reach over to the screen, it will immediately shut off and prevent him from doing so thanks to the proximity sensor, but the passenger can still freely use the system from her side.&lt;/p&gt;

&lt;p&gt;We ended up winning &amp;#8220;Best Business Acumen&amp;#8221; with a $500 cash prize, which is nice, but I&amp;#8217;d like to see these features actually built into a car one day. Luckily, at the rate Ford Sync is improving, that may be sooner rather than later. When somebody does build this system, let me know and I&amp;#8217;ll be the first in line to buy it.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Core Compentency</title>
   <link href="http://metamorphium.com/2011/01/28/core-competency/"/>
   <updated>2011-01-28T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/28/core-competency</id>
   <content type="html">&lt;h1 id='core_compentency'&gt;Core Compentency&lt;/h1&gt;
&lt;p class='meta'&gt;28 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://wetzler.me/dropbox-syncplicity/'&gt;wetzler.me&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In the end, it really came down to one incredibly genius idea: Dropbox limited its feature set on purpose.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Insightful post about why Dropbox beat out all the other competing backup solutions&amp;#8230;&lt;/p&gt;

&lt;p&gt;Keep it simple, stupid.&lt;/p&gt;

&lt;p&gt;To be fair, most companies that complicate their feature set don&amp;#8217;t do it because they enjoy writing more code and making complicated products. The reason focusing on your core competency is so difficult is that a simple product sounds boring on paper. It&amp;#8217;s incredibly difficult to pitch to a VC or potential employee. Who wants to support a product that&amp;#8217;s just going to sync one folder instead of your entire system? But it&amp;#8217;s always the companies that manage to make it through that stage that succeed.&lt;/p&gt;

&lt;p&gt;Personally, I prefer Apple&amp;#8217;s approach with the iPhone: Make a dead simple and limited product, and then iteratively expand with what&amp;#8217;s needed most.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Site Redesign</title>
   <link href="http://metamorphium.com/2011/01/27/site-redesign/"/>
   <updated>2011-01-27T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/27/site-redesign</id>
   <content type="html">&lt;h1 id='site_redesign'&gt;Site Redesign&lt;/h1&gt;
&lt;p class='meta'&gt;27 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;Quick update: I&amp;#8217;ve redesigned the Metamorphium site to give it more of a focus on some of my photography, rather than a boring grey background &lt;a href='http://metamorphium.com/old'&gt;as before&lt;/a&gt;. I&amp;#8217;ve also decided to just link to my Posterous blog itself rather than using the Posterous API to show my blog within my own site without Posterous&amp;#8217;s branding. This was merely a decision of convenience, since I did not want to deal with updating all of my code to use Posterous&amp;#8217;s new API, when I&amp;#8217;d rather be working on Tabule.&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s still a lot of changes that need to be made at the time of this writing, and I will be rolling those out slowly over the coming days. The biggest missing feature is still the complete lack of photo gallery. I just haven&amp;#8217;t had the time to build a nice gallery, so for now, I&amp;#8217;ve just dropped five or so pictures that caught my eye in my Aperture library into the home page (click on the Metamorphium logo on the homepage to randomly cycle through the pictures without reloading).&lt;/p&gt;

&lt;p&gt;More changes to come. Stay tuned.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Hockey Players</title>
   <link href="http://metamorphium.com/2011/01/27/quote-hockey-players/"/>
   <updated>2011-01-27T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/27/quote-hockey-players</id>
   <content type="html">&lt;h1 id='quote__hockey_players'&gt;Quote - Hockey Players&lt;/h1&gt;
&lt;p class='meta'&gt;27 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://37signals.com/svn/posts/2752-a-good-hockey-player-plays-where-the-puck'&gt;37signals.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A good hockey player plays where the puck is. A great hockey player plays where the puck is going to be.&lt;/p&gt;

&lt;p&gt;-Wayne Gretzky (via advice from his father, Walter Gretzky)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I love finding inspirational quotes like these in the middle of working.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Lack of Appreciation for User Experience</title>
   <link href="http://metamorphium.com/2011/01/21/lack-of-appreciation-for-user-experience/"/>
   <updated>2011-01-21T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/21/lack-of-appreciation-for-user-experience</id>
   <content type="html">&lt;h1 id='lack_of_appreciation_for_user_experience'&gt;Lack of Appreciation for User Experience&lt;/h1&gt;
&lt;p class='meta'&gt;21 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;This is an old article, but I recently found it in my notes and figured I&amp;#8217;d post it here.&lt;/p&gt;

&lt;p&gt;via &lt;a href='http://37signals.com/svn/posts/2682-the-creators-of-no-longer-with-us-products-explain-what-went-wrong'&gt;37signals&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;EventVue was always a vitamin instead of a pain killer. Conference organizers typically liked our product but none of them said they needed it. It didn&amp;#8217;t make their lives easier, make them more money or cut any of their expenses &amp;#8212; it was just &amp;#8216;nice to have.&amp;#8217;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not everything needs to be a pain killer. Sometimes people need vitamins too.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;We wrongly assumed that since we were obviously improving the conference experience, organizers would want to pay for it. One of our customers memorably said &amp;#8216;If I wanted to improve the conference experience I would buy everyone steak dinners. I don&amp;#8217;t care about the conference experience. I care about selling tickets. What can you do to help me do that?&amp;#8217;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This mentality that the user experience doesn&amp;#8217;t matter unless it solves some core pain is an unfortunate one for consumers, albeit necessary for the company&amp;#8217;s bottom line. I&amp;#8217;d like to see more services and companies that actually &lt;em&gt;care&lt;/em&gt; about my experience, and actively work towards improving it, even if it harms their bottom line a little bit. Companies that show that kind of appreciation for their customers earn their loyalty.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Best Method for Testing Usability?</title>
   <link href="http://metamorphium.com/2011/01/16/best-method-for-testing-usability/"/>
   <updated>2011-01-16T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/16/best-method-for-testing-usability</id>
   <content type="html">&lt;h1 id='best_method_for_testing_usability'&gt;Best Method for Testing Usability?&lt;/h1&gt;
&lt;p class='meta'&gt;16 Jan 2011 - Chicago&lt;/p&gt;
&lt;p&gt;Comment from my Facebook news feed:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;haha&amp;#8230; droids are to complicated to operate when drunk&amp;#8230; id rather have my blackberry back for pictures IT WAS TOO EASY&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That must be the ultimate test in usability. If somebody can easily use your product while drunk, then you know it&amp;#8217;s well designed. On the other hand, if they can&amp;#8217;t even figure out how to save a picture, you should probably go back to the drawing board.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Of Course</title>
   <link href="http://metamorphium.com/2011/01/08/quote-of-course/"/>
   <updated>2011-01-08T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/08/quote-of-course</id>
   <content type="html">&lt;h1 id='quote__of_course'&gt;Quote - Of Course&lt;/h1&gt;
&lt;p class='meta'&gt;08 Jan 2011 - San Jose&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://gigaom.com/2010/01/03/objectified-design/'&gt;GigaOm&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Most companies (including web startups), he said, are looking to &amp;#8220;wow&amp;#8221; with their products, when in reality what they should be looking for is an &amp;#8220;&amp;#8216;of course&amp;#8217; reaction from their users.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Such a simple, deceptively obvious comment, but so incredibly important for understanding the secret to good design.&lt;/p&gt;

&lt;p&gt;This is another one of those quotes I&amp;#8217;m going to carry with me for the rest of my life. The entire article is full of great quotes, and is a must read for anybody interested in product design.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>iPad in Education Report</title>
   <link href="http://metamorphium.com/2011/01/08/ipad-in-education-report/"/>
   <updated>2011-01-08T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/08/ipad-in-education-report</id>
   <content type="html">&lt;h1 id='ipad_in_education_report'&gt;iPad in Education Report&lt;/h1&gt;
&lt;p class='meta'&gt;08 Jan 2011 - San Jose&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.nd.edu/~cangst/NotreDame_iPad_Report_01-06-11.pdf'&gt;Notre Dame University&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In particular, we found it striking that on average, students feel the iPad; a) encourages exploration of additional course topics, b) helps manage time, c) provides new functions/tools, d) increases learning, and e) makes courses more interesting.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is the first formally published report for a term-long study on using iPads in classrooms, which were a phenomenal success apparently.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Initial Thoughts on Mac App Store</title>
   <link href="http://metamorphium.com/2011/01/07/initial-thoughts-on-mac-app-store/"/>
   <updated>2011-01-07T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2011/01/07/initial-thoughts-on-mac-app-store</id>
   <content type="html">&lt;h1 id='initial_thoughts_on_mac_app_store'&gt;Initial Thoughts on Mac App Store&lt;/h1&gt;
&lt;p class='meta'&gt;07 Jan 2011 - San Jose&lt;/p&gt;&lt;p&gt;Apple finally released the Mac App Store yesterday, which will undoubtedly change how most people use their computers forever.&lt;/p&gt;&lt;p&gt;Like everybody else, my initial reaction after launching the App Store was to look quizzically at the new user interface. Tim Morgan &lt;a href='http://riscfuture.tumblr.com/post/2626504717/app-store-twitter-ui-failures' target='_blank'&gt;details each change&lt;/a&gt; in his interesting analysis of Apple's design decisions.&lt;/p&gt;&lt;p&gt;However, the inconsistent UI shouldn't surprise people anymore. Apple has a history of experimenting with different UI's in each of its products, such as the strange stoplight buttons in iTunes, the scroll bars in iPhoto, etc. Each time, it bugs me that Apple is breaking its own HIG, and for no clear benefit either. For better or worse, we are stuck with these inconsistent and unique interfaces, and should get used to third party apps following that trend as well. While I personally believe that ignoring the HIG is a bad idea, only time will tell how Apple's decision plays out. At least the App Store is still way better than the old way of installing apps: downloading individual DMGs.&lt;/p&gt;&lt;p&gt;As a side note, the only worthwhile apps in the App Store for me seem to be Apple's own apps. Being able to get Aperture for $80 (vs $200 before) or individual iWork apps for just $20 is awesome. If only companies like Adobe and Microsoft would join in, but that is unlikely to happen due to the 30% profit sharing with Apple.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>LG Promise</title>
   <link href="http://metamorphium.com/2010/12/31/lg-promise/"/>
   <updated>2010-12-31T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2010/12/31/lg-promise</id>
   <content type="html">&lt;h1 id='lg_promise'&gt;LG Promise&lt;/h1&gt;
&lt;p class='meta'&gt;31 Dec 2010 - San Jose&lt;/p&gt;
&lt;p&gt;I was going through my old files recently, and came across a concept design I made in April for &lt;a href='http://www.crowdspring.com/project/2283311_lg-design-the-future-competition/access/'&gt;LG&amp;#8217;s Design the Future competition&lt;/a&gt;, and figured I&amp;#8217;d throw it up here just to document it.&lt;/p&gt;

&lt;p&gt;The LG Promise is a concept phone that uses RFID technology to replace your physical wallet with a virtual, more secure wallet. It also features new interaction models, such as a proximity sensor that displays and hides the on-screen controls when the user&amp;#8217;s hand approaches.&lt;/p&gt;
&lt;img src='http://metamorphium.com/downloads/LGPromise.jpg' alt='LG Promise' width='100%' /&gt;</content>
 </entry>
 
 <entry>
   <title>Trunk Notes</title>
   <link href="http://metamorphium.com/2010/11/30/trunk-notes/"/>
   <updated>2010-11-30T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2010/11/30/trunk-notes</id>
   <content type="html">&lt;h1 id='trunk_notes'&gt;Trunk Notes&lt;/h1&gt;
&lt;p class='meta'&gt;30 Nov 2010 - Chicago&lt;/p&gt;&lt;p&gt;I've been meaning to try transitioning to a wiki for organizing my notes for many years now, after hearing so many recommendations for using them. I even got as far as setting up MediaWiki on my server, but the biggest challenge I faced was that it took too long to navigate to my wiki, log in, create a new page, add content, and then optionally link it with the rest of my wiki. It seemed so much easier to just email myself the note, since I always already have my email client open, and it's simple to edit one text box and hit send. Email has a low pain threshold, which is why it has managed to remain so popular, even in the face of so many newer, more advanced technologies. But even if I got used to leaving my wiki open all the time too, making it as accessible as my email on my computer, I hit another barrier when I realized that I spend most of my time and write most of my notes on my iPhone. However, editing a full fledged wiki site from the iPhone is definitely unpleasant, to put it gently. As a result, I avoided wikis for another few years and ignored peoples' constant urges that I should try them.&lt;/p&gt;&lt;p&gt;Recently, Trunk Notes for iOS garnered a lot of publicity on the usual tech blogs. I decided to try it, and after just one day of use, I have to say, I am loving it. Not only does the wiki structure lead to much more organized notes, but there is no additional pain threshold. Up until now, I had continued to use iOS's built-in Notes app, despite much more powerful note taking apps like Evernote. My only problem with Evernote is that it is slow. I still use it for organizing receipts and business cards, mostly due to its amazing OCR-based search, but I never used it for text notes. Usually, I want to quickly jot down a note, and the Notes app was always the fastest. Amazingly, Trunk Notes is actually faster than Notes!&lt;/p&gt;&lt;p&gt;Great speed, Markdown syntax, full wiki power, Dropbox syncing. What's not to love? Do yourself a favor, and if you haven't already, download Trunk Notes! It's just $4 for a universal app. I haven't had a chance to install it on my iPad yet, but it works great on my iPhone.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Bootstrapping</title>
   <link href="http://metamorphium.com/2010/11/20/quote-bootstrapping/"/>
   <updated>2010-11-20T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2010/11/20/quote-bootstrapping</id>
   <content type="html">&lt;h1 id='quote__bootstrapping'&gt;Quote - Bootstrapping&lt;/h1&gt;
&lt;p class='meta'&gt;20 Nov 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://37signals.com/svn/posts/2636-the-things-you-do-more-often-are-the-things'&gt;37signals&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The things you do more often are the things you&amp;#8217;re going to get good at. So if you get really good at spending money, you&amp;#8217;re going to be really good at spending money. If you have to work on making money from day one, you&amp;#8217;re going to get really damn good at making money. And that&amp;#8217;s what you need to be as an entrepreneur&amp;#8230;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This logic applies to favoring bootstrapping over getting a large VC investment as well. By forcing yourself to be frugal early on, you get good at saving money. When you take a large VC investment, you get good at spending money.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Product Releases</title>
   <link href="http://metamorphium.com/2010/11/12/quote-product-releases/"/>
   <updated>2010-11-12T00:00:00-08:00</updated>
   <id>http://metamorphium.com/2010/11/12/quote-product-releases</id>
   <content type="html">&lt;h1 id='quote__product_releases'&gt;Quote - Product Releases&lt;/h1&gt;
&lt;p class='meta'&gt;12 Nov 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://37signals.com/svn/posts/2660-usage-is-like-oxygen-for-ideas-you-can-never'&gt;37signals&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Usage is like oxygen for ideas. You can never fully anticipate how an audience is going to react to something you&amp;#8217;ve created until it&amp;#8217;s out there. That means every moment you&amp;#8217;re working on something without it being in the public it&amp;#8217;s actually dying, deprived of the oxygen of the real world.&lt;/p&gt;

&lt;p&gt;-Matt Mullenweg&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It can definitely be very intimidating when first releasing your product, since it&amp;#8217;ll never feel perfect. Of course, as many entrepreneurs have said, if you aren&amp;#8217;t embarrassed of version 1 of your software, then you waited too long. With that in mind, I am currently trying to convince myself to wrap up development and release my software.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>For Election Day</title>
   <link href="http://metamorphium.com/2010/11/02/for-election-day/"/>
   <updated>2010-11-02T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/11/02/for-election-day</id>
   <content type="html">&lt;h1 id='for_election_day'&gt;For Election Day&lt;/h1&gt;
&lt;p class='meta'&gt;02 Nov 2010 - Chicago&lt;/p&gt;
&lt;p&gt;&lt;a href='http://whatthefuckhasobamadonesofar.com/'&gt;whatthefuckhasobamadonesofar.com&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Entrepreneurs Are All Screwed Up</title>
   <link href="http://metamorphium.com/2010/10/31/entrepreneurs-are-all-screwed-up/"/>
   <updated>2010-10-31T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/31/entrepreneurs-are-all-screwed-up</id>
   <content type="html">&lt;h1 id='entrepreneurs_are_all_screwed_up'&gt;Entrepreneurs Are All Screwed Up&lt;/h1&gt;
&lt;p class='meta'&gt;31 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://techcrunch.com/2010/10/31/are-you-a-pirate/'&gt;TechCrunch&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;There are lots of things that I will probably never experience in this life. Military combat. Being dictator of a small central American country. Dunking a basketball. Being a famous rocks star. Or walking on the Mars.&lt;/p&gt;

&lt;p&gt;But one thing I have been, and will always be, is an entrepreneur. And damnit that feels pretty good.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Great read about why being an entrepreneur is so enjoyable, even when the risks are so high and the chance of success so low. It&amp;#8217;s true that we gamble everything away, including personal relationships, just for the adventure. And while I have many regrets, this still isn&amp;#8217;t one of them.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Deprecating Java on Mac</title>
   <link href="http://metamorphium.com/2010/10/24/deprecating-java-on-mac/"/>
   <updated>2010-10-24T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/24/deprecating-java-on-mac</id>
   <content type="html">&lt;h1 id='deprecating_java_on_mac'&gt;Deprecating Java on Mac&lt;/h1&gt;
&lt;p class='meta'&gt;24 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.theregister.co.uk/2010/10/22/jobs_on_java_for_mac/'&gt;The Register&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In the beginning, Microsoft provided Java for Windows - but Sun took over when Microsoft violated their contract and made Java code written on Windows unable to run on other systems.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This in an interesting article about the difficulties that Java faces on the Mac. The above quote simply made me laugh as it illustrates how Microsoft never changes its tricks.&lt;/p&gt;

&lt;p&gt;But in all seriousness, I really am curious as to what Apple&amp;#8217;s plans with Java are. I agree that many Java apps are a second-rate experience that probably should not be allowed in the App Store. But there are still many examples of amazing Java applications, such as Eclipse itself, that would greatly hurt Mac OS as a development platform if lost.&lt;/p&gt;

&lt;p&gt;Java is the language of choice for most introductory programming courses in schools due to its relative simplicity. By deprecating Java support, Apple has made it clear that it is not a good idea to depend on Macs for working with Java. That means a Mac is no longer an option for many students and they will be forced to use Windows again. If a student learns on Windows, he or she is likely to keep using Windows through life after that. Apple&amp;#8217;s large growth has, in part, been due to so many students adopting a Mac and then using those Macs even after graduating.&lt;/p&gt;

&lt;p&gt;It shall be interesting to see what happens as they move forward with Lion.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Group Think</title>
   <link href="http://metamorphium.com/2010/10/23/quote-group-think/"/>
   <updated>2010-10-23T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/23/quote-group-think</id>
   <content type="html">&lt;h1 id='quote__group_think'&gt;Quote - Group Think&lt;/h1&gt;
&lt;p class='meta'&gt;23 Oct 2010 - Chicago&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You cannot make a man by standing a sheep on its hind-legs. But by standing a flock of sheep in that position you can make a crowd of men.&lt;/p&gt;

&lt;p&gt;-Sir Max Beerbohm, Zuleika Dobson&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;From my Social Psychology textbook.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Lincoln Park Apple Store</title>
   <link href="http://metamorphium.com/2010/10/23/lincoln-park-apple-store/"/>
   <updated>2010-10-23T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/23/lincoln-park-apple-store</id>
   <content type="html">&lt;h1 id='lincoln_park_apple_store'&gt;Lincoln Park Apple Store&lt;/h1&gt;
&lt;p class='meta'&gt;23 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;It was an exciting day today at the Apple store opening. Aside from seeing Apple umbrellas and getting completely seduced by the new MacBook Air, I met Rahm Emanuel, Obama&amp;#8217;s ex-Chief of Staff, in line at the opening. I can now add him to my list of famous people I&amp;#8217;ve physically met, which I mentally began after meeting Hugh Jackman two years ago.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - 10 Reasons Why Gay Marriage is Wrong</title>
   <link href="http://metamorphium.com/2010/10/11/quote-10-reasons-why-gay-marriage-is-wrong/"/>
   <updated>2010-10-11T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/11/quote-10-reasons-why-gay-marriage-is-wrong</id>
   <content type="html">&lt;h1 id='quote__10_reasons_why_gay_marriage_is_wrong'&gt;Quote - 10 Reasons Why Gay Marriage is Wrong&lt;/h1&gt;
&lt;p class='meta'&gt;11 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://hannahnewwhen.tumblr.com/post/1205235533/because-if-i-reblog-a-photo-the-caption-doesnt-appear'&gt;hannahnewwhen.tumblr.com&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;01) Being gay is not natural. Real Americans always reject unnatural things like eyeglasses, polyester, and air conditioning.&lt;/p&gt;

&lt;p&gt;02) Gay marriage will encourage people to be gay, in the same way that hanging around tall people will make you tall.&lt;/p&gt;

&lt;p&gt;03) Legalizing gay marriage will open the door to all kinds of crazy behavior. People may even wish to marry their pets because a dog has legal standing and can sign a marriage contract.&lt;/p&gt;

&lt;p&gt;04) Straight marriage has been around a long time and hasn&amp;#8217;t changed at all; women are still property, blacks still can&amp;#8217;t marry whites, and divorce is still illegal.&lt;/p&gt;

&lt;p&gt;05) Straight marriage will be less meaningful if gay marriage were allowed; the sanctity of Britany Spears&amp;#8217; 55-hour just-for-fun marriage would be destroyed.&lt;/p&gt;

&lt;p&gt;06) Straight marriages are valid because they produce children. Gay couples, infertile couples, and old people shouldn&amp;#8217;t be allowed to marry because our orphanages aren&amp;#8217;t full yet, and the world needs more children.&lt;/p&gt;

&lt;p&gt;07) Obviously gay parents will raise gay children, since straight parents only raise straight children.&lt;/p&gt;

&lt;p&gt;08) Gay marriage is not supported by religion. In a theocracy like ours, the values of one religion are imposed on the entire country. That&amp;#8217;s why we have only one religion in America.&lt;/p&gt;

&lt;p&gt;09) Children can never succeed without a male and a female role model at home. That&amp;#8217;s why we as a society expressly forbid single parents to raise children.&lt;/p&gt;

&lt;p&gt;10) Gay marriage will change the foundation of society; we could never adapt to new social norms. Just like we haven&amp;#8217;t adapted to cars, the service-sector economy, or longer life spans.&lt;/p&gt;
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>True Story</title>
   <link href="http://metamorphium.com/2010/10/08/true-story/"/>
   <updated>2010-10-08T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/08/true-story</id>
   <content type="html">&lt;h1 id='true_story'&gt;True Story&lt;/h1&gt;
&lt;p class='meta'&gt;08 Oct 2010 - Chicago&lt;/p&gt;&lt;img src='/post_files/truestory.jpg' alt='' width='100%' /&gt;
&lt;p&gt;Yes, I realize the comic is referring to Indian Institute of Technology, but I can definitely relate after three years at Illinois Institute of Technology.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - Success</title>
   <link href="http://metamorphium.com/2010/10/06/quote-success/"/>
   <updated>2010-10-06T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/06/quote-success</id>
   <content type="html">&lt;h1 id='quote__success'&gt;Quote - Success&lt;/h1&gt;
&lt;p class='meta'&gt;06 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://blog.miazmatic.com/post/1255955685'&gt;BlogOfBenglert&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Success is fucking up on your own terms.&lt;/p&gt;

&lt;p&gt;-Guillermo del Toro&lt;/p&gt;
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>The Value of an iPad is Emotional</title>
   <link href="http://metamorphium.com/2010/10/02/the-value-of-an-ipad-is-emotional/"/>
   <updated>2010-10-02T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/10/02/the-value-of-an-ipad-is-emotional</id>
   <content type="html">&lt;h1 id='the_value_of_an_ipad_is_emotional'&gt;The Value of an iPad is Emotional&lt;/h1&gt;
&lt;p class='meta'&gt;02 Oct 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://blogs.forbes.com/parmyolson/2010/10/01/why-an-ipad-is-like-your-pet-dog/'&gt;Forbes&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;Don&amp;#8217;t throw away apps.&amp;#8221; In 20 years, he explained, the iPhone app made for a movie like The Men Who Stare At Goats will be worth a lot of money. While the rest of the world is getting used to using tablet technology, Fry is making a date with his future antique dealer. Now that&amp;#8217;s forward thinking.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Stephen Fry compares the value of an iPad to a dog. It&amp;#8217;s about emotional connection over function. At the end, he brings up an interesting question. Will apps appreciate in value in the future when they are replaced with newer apps and become unavailable, like certain music records are today? Will there be app collectors? Or will DRM prevent any of this from happening?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How Campus Network Lost to Facebook</title>
   <link href="http://metamorphium.com/2010/09/30/how-campus-network-lost-to-facebook/"/>
   <updated>2010-09-30T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/30/how-campus-network-lost-to-facebook</id>
   <content type="html">&lt;h1 id='how_campus_network_lost_to_facebook'&gt;How Campus Network Lost to Facebook&lt;/h1&gt;
&lt;p class='meta'&gt;30 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.slate.com/id/2269131/'&gt;Slate&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One does not discover new lands without consenting to lose sight of the shore for a very long time.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The above quote is from Goldberg&amp;#8217;s Facebook profile. Goldberg is the founder of Campus Network, a now extinct social network that was once Facebook&amp;#8217;s biggest competitor. The story of why it lost is a great read and reminder of how important simplicity is in products. Rather than building a long bullet list of features, focus on a few core features and be the best at them. Then, iterate and improve over time.&lt;/p&gt;

&lt;p&gt;For all the mistakes Zuckerberg is accused of making, he sure is a brilliant business man.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Quote - iPad Changing Education</title>
   <link href="http://metamorphium.com/2010/09/29/quote-ipad-changing-education/"/>
   <updated>2010-09-29T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/29/quote-ipad-changing-education</id>
   <content type="html">&lt;h1 id='quote__ipad_changing_education'&gt;Quote - iPad Changing Education&lt;/h1&gt;
&lt;p class='meta'&gt;29 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://speirs.org/blog/2010/9/29/the-invisible-computing-teacher.html'&gt;Fraser Speirs&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The thing is that, when you use an app on an iPad, the iPad becomes that thing. Maps makes the iPad a map. iBooks turns it into a book. Brushes turns it into a sketch pad. I feel that teachers aren&amp;#8217;t looking for &amp;#8220;new software that I can run on this computing device&amp;#8221;, rather that they&amp;#8217;re asking &amp;#8220;can I make this iPad into something else useful for my teaching?&amp;#8221;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The iPad has already revolutionized education in this one school. It&amp;#8217;s only a matter of time before the rest of the schools catch up.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Apple's Market Strategy</title>
   <link href="http://metamorphium.com/2010/09/29/apples-market-strategy/"/>
   <updated>2010-09-29T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/29/apples-market-strategy</id>
   <content type="html">&lt;h1 id='apples_market_strategy'&gt;Apple&amp;#8217;s Market Strategy&lt;/h1&gt;
&lt;p class='meta'&gt;29 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://radar.oreilly.com/2010/09/apple-segmentation-strategy-an.html'&gt;O'Reilly Radar&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In this regard, Apple&amp;#8217;s product strategy is a study in market segmentation. Versus merely trying to stuff a product, burrito-style, with as many different features as possible, they target specific user experiences, and build the product around that accordingly.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Great article about the dangers of conventional wisdom.&lt;/p&gt;

&lt;p&gt;Unfortunately, even customers today have grown up with this conventional wisdom and like to see a long bullet list of features, rather than focus on the experience. This problem is especially prevalent in enterprise where the people making the purchase are removed from the people using the product.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Namesake</title>
   <link href="http://metamorphium.com/2010/09/28/namesake/"/>
   <updated>2010-09-28T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/28/namesake</id>
   <content type="html">&lt;h1 id='namesake'&gt;Namesake&lt;/h1&gt;
&lt;p class='meta'&gt;28 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.nytimes.com/external/venturebeat/2010/09/27/27venturebeat-namesake-is-a-twitter-that-connects-job-hunt-94621.html'&gt;New York Times&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;As the saying goes, it&amp;#8217;s not what you know, but who you know - and a startup called Namesake plans to capitalize on that mentality by providing a social network that gives users a way to seek and promote job opportunities through the people they know - all in under 200 characters.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Namesake is exactly what many early start ups need. My biggest problem right now is finding people I know who have the skill set that I need. This is much harder than I anticipated, and I have been dreaming of a service that helps me find people easier. As &lt;a href='http://techcrunch.com/2010/09/27/namesake-is-the-match-com-for-professional-opportunities/'&gt;TechCrunch&lt;/a&gt; puts it, Namesake is the Match.com for professional opportunities.&lt;/p&gt;

&lt;p&gt;This service could really take off if they target universities where there is a lot of talent looking for ideas and a lot of ideas looking for talent.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>What's the Biggest Sign that Everything is Going Cloud?</title>
   <link href="http://metamorphium.com/2010/09/23/whats-the-biggest-sign-that-everything-is-going-cloud/"/>
   <updated>2010-09-23T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/23/whats-the-biggest-sign-that-everything-is-going-cloud</id>
   <content type="html">&lt;h1 id='whats_the_biggest_sign_that_everything_is_going_cloud'&gt;What&amp;#8217;s the Biggest Sign that Everything is Going Cloud?&lt;/h1&gt;
&lt;p class='meta'&gt;23 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;&lt;a href='http://www.engadget.com/2010/09/23/blockbuster-files-for-chapter-11/'&gt;Blockbuster files for Chapter 11 bankruptcy&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s the end of an era&amp;#8230; Blu-Ray really is &lt;a href='http://www.tuaw.com/2010/09/22/microsoft-joins-apple-in-stance-against-blu-ray/'&gt;doomed&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Apple's Mobile Market Share vs Profit Share</title>
   <link href="http://metamorphium.com/2010/09/22/apples-mobile-market-share-vs-profit-share/"/>
   <updated>2010-09-22T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/22/apples-mobile-market-share-vs-profit-share</id>
   <content type="html">&lt;h1 id='apples_mobile_market_share_vs_profit_share'&gt;Apple&amp;#8217;s Mobile Market Share vs Profit Share&lt;/h1&gt;
&lt;p class='meta'&gt;22 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://tech.fortune.cnn.com/2010/09/21/pie-chart-apples-outrageous-share-of-the-mobile-industrys-profits/'&gt;CNN Money&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;a href='http://fortunebrainstormtech.files.wordpress.com/2010/09/screen-shot-2010-09-21-at-2-02-49-pm.png' rel='external nofollow' target='new'&gt;&lt;img class='size-full wp-image-37527' title='Screen shot 2010-09-21 at 2.02.49 PM' src='http://fortunebrainstormtech.files.wordpress.com/2010/09/screen-shot-2010-09-21-at-2-02-49-pm.png?w=380&amp;amp;h=546' height='546' alt='' width='380' /&gt;&lt;/a&gt;
&lt;p&gt;Click to enlarge. Source: Canaccord Genuity and IDC&lt;/p&gt;
&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Innovative Entrepreneurs Create Innovation Through Entrepreneurship</title>
   <link href="http://metamorphium.com/2010/09/21/innovative-entrepreneurs-create-innovation-through-entrepreneurship/"/>
   <updated>2010-09-21T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/21/innovative-entrepreneurs-create-innovation-through-entrepreneurship</id>
   <content type="html">&lt;h1 id='innovative_entrepreneurs_create_innovation_through_entrepreneurship'&gt;Innovative Entrepreneurs Create Innovation Through Entrepreneurship&lt;/h1&gt;
&lt;p class='meta'&gt;21 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;I was at the House of Blues last night for the Chicago Innovation Awards nominee reception party, which celebrates Chicago&amp;#8217;s most innovative companies. It was a fun night of free food and networking in an awesome environment. However, as my partner pointed out, after two years of entrepreneurship conferences, the words &amp;#8220;entrepreneur&amp;#8221; and &amp;#8220;innovation&amp;#8221; are far too overused. Can we please get some synonyms?&lt;/p&gt;

&lt;p&gt;I was going to propose &amp;#8216;innovatorship&amp;#8217; but turns out that&amp;#8217;s actually &lt;a href='http://www.girvan.org/?q=node/227'&gt;already in use&lt;/a&gt;&amp;#8230;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Conquering Failure</title>
   <link href="http://metamorphium.com/2010/09/21/conquering-failure/"/>
   <updated>2010-09-21T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/21/conquering-failure</id>
   <content type="html">&lt;h1 id='conquering_failure'&gt;Conquering Failure&lt;/h1&gt;
&lt;p class='meta'&gt;21 Sep 2010 - Chicago&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A drenched man is not afraid of the rain.&lt;/p&gt;

&lt;p&gt;-&lt;a href='http://en.wikipedia.org/wiki/Anupam_Kher'&gt;Anupam Kher&lt;/a&gt; at IIT&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Kher gave an extremely inspiring speech at IIT yesterday about learning from one&amp;#8217;s failures and never letting our perceived weaknesses hurt us. He is a living example of the rags to riches clich&amp;#233; we see in movies.&lt;/p&gt;

&lt;p&gt;His most significant lesson that he kept reiterating was to be honest, work hard, be yourself, and most importantly, be confident. The world will constantly try to put you down and focus on the weaknesses that you are afraid of. However, if you acknowledge your weaknesses (be honest), build your strengths (work hard), focus on exhibiting those strengths to the world (be yourself), and don&amp;#8217;t be insecure about your weaknesses (be confident), then success is all but guaranteed. If your weaknesses, no matter how severe, don&amp;#8217;t bother you, they can&amp;#8217;t bother anybody else either.&lt;/p&gt;

&lt;p&gt;One example he mentioned during Q&amp;#38;A really demonstrated this philosophy. In India, there are exit exams for 10th grade. If you fail, you must repeat that year before moving on. This is the most embarrassing thing for a student. One day in high school, Kher&amp;#8217;s father treated him to an expensive lunch at an upscale restaurant. Coming from a poor family, this surprised him, but on his father&amp;#8217;s insistence, he ate a full meal, wondering what the occasion was. At the end of the meal, he asked why he was being treated, and his father said, &amp;#8220;You failed 10th grade.&amp;#8221; Naturally, Kher wondered why that would result in a treat, to which his father replied, &amp;#8220;I am celebrating your failure so that you are never afraid of failure again.&amp;#8221;&lt;/p&gt;

&lt;p&gt;Most people spend their whole lives never taking risks or not living up to their potential because they&amp;#8217;re afraid of failing. It is this fear, not our lack of ability, that holds most of us back. But the best part about failing is that you&amp;#8217;re already drenched, so there&amp;#8217;s no reason not to keep trying again.&lt;/p&gt;

&lt;p&gt;Got a crazy idea or dream? Try to achieve it. And if it doesn&amp;#8217;t work, then work hard and try again.&lt;/p&gt;

&lt;p&gt;In the Silicon Valley, failures are more readily encouraged. Many VC&amp;#8217;s won&amp;#8217;t even invest in a startup unless the founders have experienced at least one failure. While that is extreme, since it is entirely possible for people to be successful on their first attempt, it is refreshing to see failures considered acceptable and even encouraged in that region. This culture needs to spread to the rest of the world because when it does, we will likely see an explosion of innovation.&lt;/p&gt;

&lt;p&gt;Over the years, I&amp;#8217;ve picked up several inspirational quotes that I remember and use almost everyday. They range from common sayings, like &amp;#8220;Where there&amp;#8217;s a will, there&amp;#8217;s a way&amp;#8221; or &amp;#8220;Ask and you shall receive,&amp;#8221; to more specific ones, like &amp;#8220;Innovators are always seen as crazy until they&amp;#8217;re successful&amp;#8221; or &amp;#8220;It&amp;#8217;s about the journey, not the destination.&amp;#8221; I will be adding Kher&amp;#8217;s quote to my list, and I hope you do too.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Apple Finally Killed the Remote</title>
   <link href="http://metamorphium.com/2010/09/18/apple-finally-killed-the-remote/"/>
   <updated>2010-09-18T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/18/apple-finally-killed-the-remote</id>
   <content type="html">&lt;h1 id='apple_finally_killed_the_remote'&gt;Apple Finally Killed the Remote&lt;/h1&gt;
&lt;p class='meta'&gt;18 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.9to5mac.com/27015/airplay-is-apples-go-to-market-internet-tv-strategy'&gt;9to5mac&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;That means you can watch most Internet video on AppleTV over AirPlay. The day AppleTV is released, you&amp;#8217;ll be able to watch free SD clips of shows that appear on ComedyCentral.com like the Daily Show and Colbert Report via Airplay. You theoretially should be able to watch Hulu Plus so long as it is encoded in H.264 (and doesn&amp;#8217;t get blocked once the networks figure out what Apple has done here).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ever since the first iPhone launched, I&amp;#8217;ve been waiting for Apple to kill the remote with an integrated touch screen device. Apple has finally done it.&lt;/p&gt;

&lt;p&gt;Google&amp;#8217;s strategy is to turn your tv into a computer, and bring all the web&amp;#8217;s content to the TV. Apple, on the other hand, wants to make the TV a dumb screen that waits for you to send it content, just like speakers wait for you to give them an audio source. By making that source your existing computer or iOS device, Apple has killed any need for an additional remote control. Instead, just use the device you&amp;#8217;re already comfortable with, and easily push content to your TV. No extra device, no separate app, just the same exact environment you already use.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Valuable Advice for Any CEO</title>
   <link href="http://metamorphium.com/2010/09/16/valuable-advice-for-any-ceo/"/>
   <updated>2010-09-16T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/16/valuable-advice-for-any-ceo</id>
   <content type="html">&lt;h1 id='valuable_advice_for_any_ceo'&gt;Valuable Advice for Any CEO&lt;/h1&gt;
&lt;p class='meta'&gt;16 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://bhorowitz.com/2010/04/28/why-we-prefer-founding-ceos/'&gt;ben's blog&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Innovation is almost insane by definition: most people view any truly innovative idea as stupid, because if it was a good idea, somebody would have already done it. So, the innovator is guaranteed to have more natural initial detractors than followers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Ben is a partner in an investment firm, and he talks about lessons he&amp;#8217;s learned as a prior CEO and as an investor. I highly recommend reading &lt;a href='http://bhorowitz.com'&gt;ben's blog&lt;/a&gt; to any entrepreneur or CEO. It&amp;#8217;s full of advice and lessons that are better learned from his mistakes, rather than making them again yourself.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>IE9 - Better, But Still Not There</title>
   <link href="http://metamorphium.com/2010/09/15/ie9-better-but-still-not-there/"/>
   <updated>2010-09-15T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/15/ie9-better-but-still-not-there</id>
   <content type="html">&lt;h1 id='ie9__better_but_still_not_there'&gt;IE9 - Better, But Still Not There&lt;/h1&gt;
&lt;p class='meta'&gt;15 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://techcrunch.com/2010/09/15/ie9-sites-shine-tctv/'&gt;TechCrunch&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Microsoft is launching with a slew of partners from A to Z, including Amazon, CNN, and Jango, to tune their sites especially for IE9.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you have to tune a site for a specific browser, then something&amp;#8217;s still wrong. When will IE stop holding the rest of the web back?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A Radical ATM Redesign That's Actually Sexy</title>
   <link href="http://metamorphium.com/2010/09/15/a-radical-atm-redesign-thats-actually-sexy/"/>
   <updated>2010-09-15T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/15/a-radical-atm-redesign-thats-actually-sexy</id>
   <content type="html">&lt;h1 id='a_radical_atm_redesign_thats_actually_sexy'&gt;A Radical ATM Redesign That&amp;#8217;s Actually Sexy&lt;/h1&gt;
&lt;p class='meta'&gt;15 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;via &lt;a href='http://vimeo.com/14939329'&gt;Vimeo&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I'm glad somebody is finally focusing on ATM usability. Read more at &lt;a href='http://www.futureselfservicebanking.com/'&gt;The Future of Self-Service Banking from IDEO&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Study Investigates Teaching with iPad Instead of Book</title>
   <link href="http://metamorphium.com/2010/09/14/study-investigates-teaching-with-ipad-instead-of-book/"/>
   <updated>2010-09-14T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/14/study-investigates-teaching-with-ipad-instead-of-book</id>
   <content type="html">&lt;h1 id='study_investigates_teaching_with_ipad_instead_of_book'&gt;Study Investigates Teaching with iPad Instead of Book&lt;/h1&gt;
&lt;p class='meta'&gt;14 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://www.tuaw.com/2010/09/14/hmh-fuse-calfornia-tests-a-full-year-algebra-course-on-an-ipad/'&gt;TUAW&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One group is using the HMH Fuse app and a control group is using the standard text. As far as we know, this is the first time a full year subject matter course has been rolled out as an app. The study will be conducted by Empirical Educations Inc. an independent testing group, and will measure differences and similarities in areas of achievement and attitudes about learning. They also want to learn about how and if the students use the app the way it was intended.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I am very interested to see the results of this study. This is the first iPad-related study I&amp;#8217;ve seen that is actually collecting data in an experimental model with test and control groups.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Observation - Transitioning Between a Laptop and iPad</title>
   <link href="http://metamorphium.com/2010/09/14/observation-transitioning-between-a-laptop-and-ipad/"/>
   <updated>2010-09-14T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/14/observation-transitioning-between-a-laptop-and-ipad</id>
   <content type="html">&lt;h1 id='observation__transitioning_between_a_laptop_and_ipad'&gt;Observation - Transitioning Between a Laptop and iPad&lt;/h1&gt;
&lt;p class='meta'&gt;14 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;Quickly transitioning from working on an iPad to working on a laptop really makes their respective strengths and weaknesses clearer. The iPad is sleek and convenient. It's perfect for browsing the web, emailing, and writing papers for students. The laptop is large, clunky, and hot. It has sharp edges that are painful to rest on, it requires more effort to type on in my opinion, and it blocks the user's view of the rest of the room.&lt;/p&gt;&lt;p&gt;This difference is especially important in a classroom. In most of my classes, students have a laptop screen between them and the instructor, creating a barrier between communication. In my humanities class, where there are mostly freshmen with iPads, this barrier is removed. This results in a higher rate of participation, as well as more visual feedback for the professor, as he or she can now see the students' faces.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>An Often Forgotten Benefit of iPads in Education</title>
   <link href="http://metamorphium.com/2010/09/12/an-often-forgotten-benefit-of-ipads-in-education/"/>
   <updated>2010-09-12T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/12/an-often-forgotten-benefit-of-ipads-in-education</id>
   <content type="html">&lt;h1 id='an_often_forgotten_benefit_of_ipads_in_education'&gt;An Often Forgotten Benefit of iPads in Education&lt;/h1&gt;
&lt;p class='meta'&gt;12 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://speirs.org/blog/2010/9/12/the-ipad-project-on-battery-life.html'&gt;Fraser Speirs&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Simply put: if your device doesn&amp;#8217;t last for 10 real-world hours of use, your device is no longer competitive in education. I can&amp;#8217;t imagine ever going back to using 4-hour devices like laptops on a regular basis.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Strong words about the death of the laptop in education.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Apple Finally Releases App Store Review Guidelines</title>
   <link href="http://metamorphium.com/2010/09/09/apple-finally-releases-app-store-review-guidelines/"/>
   <updated>2010-09-09T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/09/apple-finally-releases-app-store-review-guidelines</id>
   <content type="html">&lt;h1 id='apple_finally_releases_app_store_review_guidelines'&gt;Apple Finally Releases App Store Review Guidelines&lt;/h1&gt;
&lt;p class='meta'&gt;09 Sep 2010 - Chicago&lt;/p&gt;
&lt;p&gt;via &lt;a href='http://stadium.weblogsinc.com/engadget/files/app-store-guidelines.pdf'&gt;App Store Review Guidelines&lt;/a&gt; (&lt;a href='http://www.engadget.com/2010/09/09/apples-app-store-review-guidelines-we-dont-need-any-more-far/'&gt;Mirrored by Engadget&lt;/a&gt;)&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;4-3 Apps that use location-based APIs for dispatch, fleet management, or emergency services will be rejected&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The newly released &lt;a href='http://developer.apple.com/appstore/guidelines.html'&gt;App Store Review Guidelines&lt;/a&gt; are an interesting, humorous, and surprisingly blunt read. Lots of good tid bits.&lt;/p&gt;

&lt;p&gt;However, the point quoted above stood out most to me.&lt;/p&gt;

&lt;p&gt;Medical startups are extremely hot right now, especially those that take advantage of the power and mobility of iDevices. While it makes sense that Apple would want to distance itself from the legal headache of life and death situations, this is going to be disappointing to several medically-oriented startups.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Why Psychology?</title>
   <link href="http://metamorphium.com/2010/09/07/why-psychology/"/>
   <updated>2010-09-07T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/07/why-psychology</id>
   <content type="html">&lt;h1 id='why_psychology'&gt;Why Psychology?&lt;/h1&gt;
&lt;p class='meta'&gt;07 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;via &lt;a href='http://techcrunch.com/2010/09/06/my-life-as-a-ceo/'&gt;TechCrunch&lt;/a&gt;&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;It is such an under-discussed issue as we spend our time in startups mostly talking about products, marketing and fund raising. And business schools seem to also over emphasize the quantitative skills over the human ones. I guess the latter is harder to teach but I believe a bigger driver of success.&lt;/p&gt;
&lt;p&gt;If you want to attract world class talent you have to be inspirational, persuasive and persistent (they best people always have other offers). If you want to retain the best talent you have to be able to devolve power, coach people for performance, resolve conflicts, find ways to create growth opportunities, balance carrot / stick motivational techniques, etc.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;People always wonder why I'm double majoring in Psychology, when I'm clearly a programmer and a businessman at heart.&lt;/p&gt;&lt;p&gt;I originally decided to study psychology because it would complement my Computer Science side. I wanted to use aspects of learning theory to make good interface designs. A good interface is just as important to a program's success as the code behind it, a fact that is unfortunately often overlooked by most programmers. In this regard, studying psychology has already helped me tremendously.&lt;/p&gt;&lt;p&gt;However, along the way, I realized that psychology has several uses in business and even day-to-day life.&lt;/p&gt;&lt;p&gt;Psychology is also useful in marketing. Knowing how people tend to think and respond let's you stay one step ahead. Do you want to use the foot-in-door phenomenon of attracting people by advertising low prices and then upselling, or use the door-in-face phenomenon of setting high prices and then offering a discount to reduce the price?&lt;/p&gt;&lt;p&gt;And psychology is good for managing people. Any HR specialist worth his salt will be properly trained in Industrial Organizational psychology, which focuses on hiring and managing people. I think that all CEO's should also be trained in it. Knowing good leadership techniques, how to motivate, and even how to properly fire somebody are crucial skills for any leader.&lt;/p&gt;&lt;p&gt;It is often said that a company's most important asset is its people. Well, good people can't be programmed, they have to be found and nurtured.&lt;/p&gt;&lt;p&gt;Most people think that psychology is only good for running therapist sessions. This couldn't be farther from the truth.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Reaction to iPads in School</title>
   <link href="http://metamorphium.com/2010/09/07/reaction-to-ipads-in-school/"/>
   <updated>2010-09-07T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/07/reaction-to-ipads-in-school</id>
   <content type="html">&lt;h1 id='reaction_to_ipads_in_school'&gt;Reaction to iPads in School&lt;/h1&gt;
&lt;p class='meta'&gt;07 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;via &lt;a href='http://speirs.org/blog/2010/9/6/the-ipad-project-bits-pieces-and-qa.html'&gt;Fraser Speirs&lt;/a&gt;&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;Some questions or, should I say, assumptions commonly arise in these comment threads. I'd like to answer some:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Did my taxes pay for this outrage?&lt;/p&gt;
&lt;p&gt;Not one penny of it. We charge parents a fee and cover our costs that way. Incidentally, those fees come out of money that's already been taxed to pay for that child's state school place that's not being used.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Are you no longer teaching children to write?&lt;/p&gt;
&lt;p&gt;No, kids are still learning to write. Consider, though, that a child starting school this year will not leave until 2023. Now think about how much you hand-write today and imagine how much less you'll be writing in 2023. I can't see handwriting retaining its privileged position forever.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Are you no longer reading books?&lt;/p&gt;
&lt;p&gt;We're experimenting with eBooks and I'll report back on how that goes. I can guarantee you, though, that school pupils rarely value the &quot;rich texture of paper&quot;. Most school books get printed on stock that looks more like a slightly stiffer sheet of Andrex than the weighty, luxuriant pages of a fine-art book.&lt;/p&gt;
&lt;p&gt;Many printed materials for Scottish education are not availale in electronic form so, even if we wanted to eradicate the paper book, it will take some time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Won't the children lack &quot;proper&quot; computer skills?&lt;/p&gt;
&lt;p&gt;Define 'proper', 'computer' and 'skills'. Now define them as commonly understood in the year 2023, which is when a pupil starting today will leave school.&lt;/p&gt;
&lt;p&gt;I've never taught to specific software packages and never will. Of course, we have to&amp;nbsp;&lt;em&gt;use&lt;/em&gt;&amp;nbsp;actual real software, but there's a big difference between &quot;teaching Excel&quot; and &quot;teaching spreadsheets&quot;. Don't forget we still have MacBooks and iMacs too.&lt;/p&gt;
&lt;p&gt;This is a constant tension in educational technology: do you teach for the current &quot;business environment&quot; or do you teach for learning? I prefer the latter. I'm not doing this just to produce the next generation of cubicle fodder.&lt;/p&gt;
&lt;p&gt;A child graduating our school this year started school when the Apple Pippin was still current. How can I possibly know what specific technologies will be used in their career? It's beyond absurd to even pose the question.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Aren't you experimenting with children's futures?&lt;/p&gt;
&lt;p&gt;Yup, but that's nothing compared to the experiment that all of Scotland is engaged in with Curriculum for Excellence.&lt;/p&gt;
&lt;p&gt;This might not work. In three years we might not renew our lease and we could easily go back to a situation where kids get an hour a week using computers. Does that sound like it will be a defensible idea in 2013? Not to me.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/blockquote&gt;&lt;p&gt;This is actually a tamer reaction than I saw to my university introducing an iPad program. Why so much resentment and jealousy to changes in technology?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Textbook Rentals Market Growing? Why?</title>
   <link href="http://metamorphium.com/2010/09/06/textbook-rentals-market-growing-why/"/>
   <updated>2010-09-06T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/06/textbook-rentals-market-growing-why</id>
   <content type="html">&lt;h1 id='textbook_rentals_market_growing_why'&gt;Textbook Rentals Market Growing? Why?&lt;/h1&gt;
&lt;p class='meta'&gt;06 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;via &lt;a href='http://techcrunch.com/2010/09/01/textbook-rentals-go-into-hypergrowth-bookrenter-says-revenues-are-growing-725-percent/'&gt;TechCrunch&lt;/a&gt;&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;College textbook rental startup &lt;a href='http://www.bookrenter.com/'&gt;BookRenter&lt;/a&gt; is also taking part in this growing market, reporting 725 percent growth in revenue from textbook rentals since last September. The company says that revenue is expected to be in the range of $20 to $50 million in 2010. Of course, this is still behind competitor Chegg, which is &lt;a href='http://techcrunch.com/2010/06/05/teardown-chegg/'&gt;expected to see&lt;/a&gt; revenues in the range of $130 million this year.&lt;/p&gt;
&lt;p&gt;Like its competitors, Bookrenter wants to be the Netflix of textbook rentals. By renting textbooks, Students are able to save money by loaning textbooks for a fixed duration, usually a semester, and end up spending only the fraction of the cost of outright purchases.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Textbook rentals make little sense at the moment because even a fraction of the cost of purchasing a new textbook is more expensive than buying a used book and re-selling it at the end of the semester. What we really need, is a subscription-based rental service, like a true Netflix for books, for book rentals to fully replace purchases. You would pay a monthly fee to rent x amount of books per month. Profit would be made by attracting large numbers of people and conquering the market instead of pulling large profit margins from a small number of people.&lt;/p&gt;&lt;p&gt;This model would work best for ebooks, which desperately need an affordable subscription model to replace traditional textbooks in schools. An even better service would allow schools to purchase campus-wide licenses to certain ebooks and then allow students access to the books associated to their enrolled classes from their iPads or other mobile devices.&lt;/p&gt;&lt;p&gt;I have experimented with replacing some of my textbooks with ebooks, and the experience has been amazing. Being able to easily search and annotate books, as well as carry my whole library in a small bag, has increased my productivity and study abilities tremendously. Unfortunately, the licensing terms required to make the above business model a success are probably too aggressive for traditional publishers.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Android vs iOS - Who Will Win?</title>
   <link href="http://metamorphium.com/2010/09/06/android-vs-ios-who-will-win/"/>
   <updated>2010-09-06T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/06/android-vs-ios-who-will-win</id>
   <content type="html">&lt;h1 id='android_vs_ios__who_will_win'&gt;Android vs iOS - Who Will Win?&lt;/h1&gt;
&lt;p class='meta'&gt;06 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;via &lt;a href='http://techcrunch.com/2010/09/05/apple-android/'&gt;TechCrunch&lt;/a&gt;&lt;/p&gt;&lt;blockquote&gt;
&lt;div&gt;
&lt;p&gt;&lt;img title='22' src='http://tctechcrunch.files.wordpress.com/2010/09/223.png?w=300&amp;amp;h=253' height='253' alt='' width='300' /&gt; &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Android has succeeded despite Google. In fact it&amp;rsquo;s safe to say that Android is successful for one primary reason. The iPhone is only available on AT&amp;amp;T. If the iPhone was on Verizon a year ago. Android would be no where near as popular.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Obviously, Beach isn&amp;rsquo;t the first person to bring &lt;a href='http://techcrunch.com/2010/06/28/iphone-4-sales/'&gt;this idea up&lt;/a&gt;. But he brings it up in a way that he&amp;rsquo;s able to back-up his feelings from a developers&amp;rsquo; perspective, while at the same time roping in what isn&amp;rsquo;t ideal from a consumer perspective about Android as well.&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;&lt;p&gt;Android will continue to grow and become the dominant mobile OS. However, not because it's the better OS. Instead, people will purchase Android phones for the same reason dumbphones have prevailed for so long: people like free phones, and Android phones will be significantly cheaper than iOS phones.&lt;/p&gt;&lt;p&gt;Although Android will capture the majority of the market, all of the money will be made from iOS phones since its customers will be more likely to spend money on apps than their Android counterparts. As a result, the good developers will flock to iOS as well. Android will become the budget phone of the future, and iOS will be the high-end phone of luxury. By market share, android will win. By revenue, iOS will win. But both will co-exist just fine.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Site Redesign Progress</title>
   <link href="http://metamorphium.com/2010/09/05/site-redesign-progress/"/>
   <updated>2010-09-05T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/05/site-redesign-progress</id>
   <content type="html">&lt;h1 id='site_redesign_progress'&gt;Site Redesign Progress&lt;/h1&gt;
&lt;p class='meta'&gt;05 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;To my surprise, this site came together rather quickly in the last 2 days. However, there is still much work left to be done, and I must currently shift my attention to another project for the moment. Therefore, in case you are browsing Metamorphium before I have a chance to update, please know that the following features are broken or missing:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;Blog RSS feed&lt;/li&gt;
&lt;li&gt;Blog Search&lt;/li&gt;
&lt;li&gt;Add picture galleries&lt;/li&gt;
&lt;li&gt;Add video gallery (waiting for &lt;a href='http://sublimevideo.net/'&gt;Sublime Video&lt;/a&gt; player to release before implementing this one)&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;While most of the work so far has been put into advancing the hash based URL system, there is still a lot left to be done to make it more robust and expandable. My next goal is to allow better ajax integration, rather than only loading inline HTML content, as it does now.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Hello World</title>
   <link href="http://metamorphium.com/2010/09/04/hello-world/"/>
   <updated>2010-09-04T00:00:00-07:00</updated>
   <id>http://metamorphium.com/2010/09/04/hello-world</id>
   <content type="html">&lt;h1 id='hello_world'&gt;Hello World&lt;/h1&gt;
&lt;p class='meta'&gt;04 Sep 2010 - Chicago&lt;/p&gt;&lt;p&gt;Welcome to the totally revamped Metamorphium!&lt;/p&gt;&lt;p&gt;While designing this site from scratch, I realized that I was being limited by Wordpress and really didn't need 99% of its features. For my blogging needs, which are very modest, a simple custom designed blog made most sense. But rather than pour hours of work into making a whole new blogging platform, I realized that Posterous's solution was exactly the thing I needed. Since I spend most of my time mobile and live off of my iPhone, being able to email in my posts meant that I'm much more likely to maintain the blog. Even this post was typed on my iPhone.&lt;/p&gt;&lt;p&gt;In order to integrate Posterous with my new site design, I used their public API to pull my posts from their servers and display them on my site. This allows me to use Posterous for my backend without it ever showing in the front end.&lt;/p&gt;&lt;p&gt;You may have noticed that I do not have comments in my blog. This is because adding comments support seemed to cause more problems than it solved in several aspects. However, I still love to hear your feedback and questions, and will try my best to respond quickly. Head on over to my contact page to get my address.&lt;/p&gt;&lt;p&gt;While performing this move, I also realized I have little reason to keep using Twitter, so I have decided to stop tweeting and switch to Posterous for all my blogging needs.&lt;/p&gt;&lt;p&gt;We'll see how this experiment goes.&lt;/p&gt;</content>
 </entry>
 
 
</feed>
