<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Obvious Ideas</title>
	
	<link>http://www.arikfr.com/blog</link>
	<description>From the desk of a Software Developer</description>
	<lastBuildDate>Fri, 09 Mar 2012 08:52:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ObviousIdeas" /><feedburner:info uri="obviousideas" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Trying To Understand The Need For Morphine (DI Framework For Ruby)</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/5iWEZheQb_s/trying-to-understand-the-need-for-morphine-di-framework-for-ruby.html</link>
		<comments>http://www.arikfr.com/blog/trying-to-understand-the-need-for-morphine-di-framework-for-ruby.html#comments</comments>
		<pubDate>Fri, 09 Mar 2012 08:52:02 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=157</guid>
		<description><![CDATA[For a long time now, I had an open tab in my browser with Morphine&#8216;s project page on GitHub. From first look at it, it wasn&#8217;t clear to me why would you need such a library in Ruby. I mean, &#8230; <a href="http://www.arikfr.com/blog/trying-to-understand-the-need-for-morphine-di-framework-for-ruby.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For a long time now, I had an open tab in my browser with <a href="https://github.com/bkeepers/morphine" title="Morphine on GitHub">Morphine</a>&#8216;s project page on GitHub. From first look at it, it wasn&#8217;t clear to me why would you need such a library in Ruby. I mean, I understand the need for Dependency Injection (DI) in any language (including Ruby). What I didn&#8217;t understand was, why would you need a library to do DI in Ruby?</p>
<p>To try and understand better, I decided to rewrite the example shown on the library page with regular class methods. Here&#8217;s the result (first file: with Morphine, second file: without Morphine):</p>
<p><script src="https://gist.github.com/2005645.js"></script></p>
<p>After writing this example, it was more clear to me &#8212; the Morphine based code is more compact and clean. But on the other hand, it requires the reader of the code to get familiar with another library, where the class methods based example is straight forward to any Ruby developer. </p>
<p>What do you think? Would you use Morphine or go with class methods?</p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/5iWEZheQb_s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/trying-to-understand-the-need-for-morphine-di-framework-for-ruby.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/trying-to-understand-the-need-for-morphine-di-framework-for-ruby.html</feedburner:origLink></item>
		<item>
		<title>The Secret of Successful Freemium Model</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/hZLmnHaTpko/the-secret-of-successful-freemium-model.html</link>
		<comments>http://www.arikfr.com/blog/the-secret-of-successful-freemium-model.html#comments</comments>
		<pubDate>Mon, 05 Sep 2011 08:05:33 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=152</guid>
		<description><![CDATA[There is a long post on TechCrunch about a study that was made on different freemium models. The post is long, and I didn&#8217;t have time to read it in full. But luckily the main point and the real gem &#8230; <a href="http://www.arikfr.com/blog/the-secret-of-successful-freemium-model.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a <a href="http://techcrunch.com/2011/09/04/complete-guide-freemium" title="Complete Guide To Freemium Business Models">long post on TechCrunch</a> about a study that was made on different freemium models. The post is long, and I didn&#8217;t have time to read it in full. But luckily the main point and the real gem of this study is at the end:</p>
<blockquote><p>There are many factors to consider when you are evaluating whether to use the Freemium model or not. However, there’s one last secret that I didn’t share with you. <strong>During the study, while looking at the successful Freemium companies, a pattern emerged. They all had phenomenal products. All of these decision factors are useless if the product or service you are offering is nothing short of amazing</strong>. If your product is not creating great value for its users, no tactic in the world will make Freemium work for you.
</p></blockquote>
<p>The fact that the secret to success is having a phenomenal product that brings <strong>real value</strong> to your customers isn&#8217;t a surprise to me or you. But sometimes it&#8217;s nice to have a reminder.</p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/hZLmnHaTpko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/the-secret-of-successful-freemium-model.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/the-secret-of-successful-freemium-model.html</feedburner:origLink></item>
		<item>
		<title>How To Write Class Methods in CoffeScript</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/vepNsM_Yqgk/how-to-write-class-methods-in-coffescript.html</link>
		<comments>http://www.arikfr.com/blog/how-to-write-class-methods-in-coffescript.html#comments</comments>
		<pubDate>Sun, 10 Jul 2011 10:03:03 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CoffeeScript]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=144</guid>
		<description><![CDATA[I recently started writing my client side code in CoffeeScript. While CoffeeScript (and migrating to it) deservers a post of its own, I wanted to share something quick and simple I learned today, which is how to write class methods: &#8230; <a href="http://www.arikfr.com/blog/how-to-write-class-methods-in-coffescript.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently started writing my client side code in <a href="http://jashkenas.github.com/coffee-script/" title="CoffeeScript Project Homepage">CoffeeScript</a>. While CoffeeScript (and migrating to it) deservers a post of its own, I wanted to share something quick and simple I learned today, which is how to write class methods:</p>
<p><script src="https://gist.github.com/1074428.js?file=class_methods.coffee"></script></p>
<p>In this example, <em>stripTags</em> is class method of the <em>Utils</em> class.<br />
It took me some googling to find it, so I thought it&#8217;s worth sharing.</p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/vepNsM_Yqgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/how-to-write-class-methods-in-coffescript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/how-to-write-class-methods-in-coffescript.html</feedburner:origLink></item>
		<item>
		<title>Using the terminal often? You need Terminitor</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/p7AZJ6vYkjY/using-the-terminal-often-you-need-terminitor.html</link>
		<comments>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html#comments</comments>
		<pubDate>Fri, 11 Mar 2011 19:01:19 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[terminitor]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=140</guid>
		<description><![CDATA[Terminitor is a Ruby gem that automates your development workflow setup. Basically, it allows you to easily set different environments in your terminal. Defining which tabs to open and which commands to run in each. Installation is as easy as: &#8230; <a href="http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/achiu/terminitor">Terminitor</a> is a Ruby gem that automates your development workflow setup. Basically, it allows you to easily set different environments in your terminal. Defining which tabs to open and which commands to run in each. </p>
<p>Installation is as easy as:<br />
<code>gem install terminitor<br />
terminitor init</code><br />
(assuming you already have Ruby and Ruby gems installed)</p>
<p>Then you create your terminitor setups with <code>terminitor edit [name]</code>. Defining terminitor setup is very is. Here is mine for one of my projects:<br />
<script src="https://gist.github.com/866372.js?file=pulse.term"></script></p>
<p>No more keeping all those servers running in the background, just because I&#8217;m lazy to open them again. Now restarting my working environment is just a single command.</p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/p7AZJ6vYkjY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/using-the-terminal-often-you-need-terminitor.html</feedburner:origLink></item>
		<item>
		<title>“If you’re starting a new company, the best thing you can do is keep your feature set small and focused.” — @isaachall</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/b-P2HrecSXw/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html</link>
		<comments>http://www.arikfr.com/blog/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html#comments</comments>
		<pubDate>Tue, 08 Feb 2011 16:29:12 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html</guid>
		<description><![CDATA[In the end, it really came down to one incredibly genius idea: Dropbox limited its feature set on purpose. It had one folder and that folder always synced without any issues &#8212; it was magic. Syncplicity could sync every folder &#8230; <a href="http://www.arikfr.com/blog/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<blockquote>
<p><span style="color: #333333; font-family: Helvetica Neue, Helvetica, Arial, default; line-height: 17px;"><strong>In the end, it really came down to one incredibly genius idea: Dropbox limited its feature set on purpose. It had one folder and that folder always synced without any issues &#8212; it was magic.</strong> Syncplicity could sync every folder on your computer until you hit our quota. (Unfortunately, that feature was used to synchronize C:\Windows\ for dozens of users &#8212; doh!) <strong>Our company had too many features and this created confusion amongst our customer base. This in turn led to enough customer support issues that we couldn&#8217;t innovate on the product, we were too busy fixing things.</strong></span></p>
</blockquote>
<p><span style="color: #333333; font-family: Helvetica Neue, Helvetica, Arial, default; line-height: 17px;"><a href="http://twitter.com/#!/isaachall">Isaac Hall</a> (co-founder of Syncplicity) in an answer to the question: &#8220;<a href="http://www.quora.com/Dropbox/Why-is-Dropbox-more-popular-than-other-programs-with-similar-functionality">Why is Dropbox more popular than other programs with similar functionality?</a>&#8221; on Quora (this is just an excerpt, I really recommend reading the whole answer; the quote at the title is from that answer too).</span></p>
</div>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/b-P2HrecSXw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/if-youre-starting-a-new-company-the-best-thing-you-can-do-is-keep-your-feature-set-small-and-focused-isaachall.html</feedburner:origLink></item>
		<item>
		<title>Love Gmail’s Priority Inbox but miss it on the go? Here’s a quick hack for you</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/vZ37odLIQxQ/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html</link>
		<comments>http://www.arikfr.com/blog/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html#comments</comments>
		<pubDate>Mon, 06 Sep 2010 12:52:52 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html</guid>
		<description><![CDATA[I was waiting for a long time for a feature like Priority Inbox to come, but one of its main downsides is that it is not available on Gmail&#39;s mobile version yet. I thought about it a little, and found &#8230; <a href="http://www.arikfr.com/blog/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>I was waiting for a long time for a feature like Priority Inbox to come, but one of its main downsides is that it is not available on Gmail&#39;s mobile version yet. I thought about it a little, and found a simple partial solution to this problem.
<p />
<div>The nice thing about Priority Inbox is that it&#39;s based on labels (like many things in Gmail) &#8212; your important emails are tagged with the &quot;Important&quot; label. Therefore if you want to access them from your mobile, you just need to search for &quot;<i>label:important in:inbox</i>&quot; (or: &quot;<i>label:^im in:inbox</i>&quot;). Of course it&#39;s not a full solution, but it&#39;s something until full support is released.</div>
<p />
<div>Those of you who use Gmail&#39;s mobile web version can just use the following link to access your important emails:
<div><a href="https://mail.google.com/mail/mu/#tl/search/in%3Ainbox%20label%3A%5Eim%20">https://mail.google.com/mail/mu/#tl/search/in%3Ainbox%20label%3A%5Eim%20</a></div>
<p />
<div><b><i>Arik</i></b></div>
</div>
</div>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/vZ37odLIQxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/love-gmails-priority-inbox-but-miss-it-on-the-go-heres-a-quick-hack-for-you.html</feedburner:origLink></item>
		<item>
		<title>Looks like someone figured out how to harvest emails from GitHub</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/6dzZ7e-ZYJ0/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html</link>
		<comments>http://www.arikfr.com/blog/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:56:04 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html</guid>
		<description><![CDATA[Judging by the fact that I&#8217;m not the only one who received the exact same message today, I guess someone figured out how to harvest emails from GitHub repositories. Probably from the readme files people post or from some metadata in &#8230; <a href="http://www.arikfr.com/blog/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://posterous.com/getfile/files.posterous.com/arikfr/KPXp1NhT2Kgy6rNmvNDG4BFlwjGzN2Q6UuPKySgG0Zhjjz7zDzZGHEGjspQs/github_spam.png.scaled.500.jpg" alt="" width="500" height="326" /></p>
<p>Judging by the fact that I&#8217;m not the only one who received the exact <a href="http://twitter.com/jmathai/status/18707084089">same</a> <a href="http://twitpic.com/25uwmj">message </a>today, I guess someone figured out how to harvest emails from GitHub repositories. Probably from the readme files people post or from some metadata in the repositories (the email address is part of the username in the commit history).</p>
<p>I don&#8217;t understand how the originator of this spam attack thought that someone will fall for that, but oh well.</p>
<p>Hopefully next time Gmail&#8217;s spam filter will catch this kind of spam.</p>
<p><strong><em>Arik</em></strong></p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/6dzZ7e-ZYJ0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/looks-like-someone-figured-out-how-to-harvest-emails-from-github.html</feedburner:origLink></item>
		<item>
		<title>Best Definition Of Disruptive Technology I Read So Far</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/bryTgOFSaNI/best-definition-of-disruptive-technology-i-read-so-far.html</link>
		<comments>http://www.arikfr.com/blog/best-definition-of-disruptive-technology-i-read-so-far.html#comments</comments>
		<pubDate>Wed, 19 May 2010 09:43:52 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Disruptive]]></category>
		<category><![CDATA[Huffington Post]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[NYT]]></category>
		<category><![CDATA[Prediction]]></category>
		<category><![CDATA[Revenues]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Traffic]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/best-definition-of-disruptive-technology-i-read-so-far.html</guid>
		<description><![CDATA[And, like other disruptive technologies, it&#8217;s getting better all the time. This, after all, is the typical pattern with disruptive technologies.  The disruptor enters at the low end of the market, providing a simple service that is cheaper and more &#8230; <a href="http://www.arikfr.com/blog/best-definition-of-disruptive-technology-i-read-so-far.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>And, like other disruptive technologies, it&#8217;s getting better all the time.</p>
<p>This, after all, is the typical pattern with disruptive technologies.  The disruptor enters at the low end of the market, providing a simple service that is cheaper and more convenient than incumbent alternatives and &#8220;good enough.&#8221;  The low end of the market adopts the technology&#8211;and the incumbent players, which serve the profitable middle and high-end of the market&#8211;snigger and point out that their products are &#8220;better,&#8221;</p>
<p>But then the disruptor improves its product, the way the Huffington Post has improved its product for the last few years.  And soon the disruptive product is useful to the middle of the market as well&#8211;and it&#8217;s still simpler and more convenient.  Soon, the incumbent player, under attack from below, is forced to migrate to the higher end of the market, seeking to preserve its huge profit margins.  Eventually, the disruptor takes over the middle of the market, and the incumbent player collapses.</p>
</blockquote>
<p>(from: <a href="http://www.businessinsider.com/huffington-post-comes-of-age-2010-5">Five Years Later, The Huffington Post (And Online Media) Are Coming Of Age</a>)</p>
<p>I really recommend reading the full article which talks about how the <a href="http://www.huffingtonpost.com/">Huffington Post</a> is soon (in 2-3 years) to become bigger than the New York Time in terms of traffic and probably revenues. And to think that the Huffington Post is a 5 years old blog and the New York Time is a 120 years old publishing house. <strong>It sure is a great example that disruptive technology is more about disruptive use of technology (I&#8217;m sure that in pure terms of technology NYT is better than the Huffington Post).</strong></p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/bryTgOFSaNI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/best-definition-of-disruptive-technology-i-read-so-far.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/best-definition-of-disruptive-technology-i-read-so-far.html</feedburner:origLink></item>
		<item>
		<title>THE Business Model For StackExchange</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/PopRCoR-zpA/the-business-model-for-stackexchange.html</link>
		<comments>http://www.arikfr.com/blog/the-business-model-for-stackexchange.html#comments</comments>
		<pubDate>Fri, 07 May 2010 06:24:25 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[bounty]]></category>
		<category><![CDATA[Business Model]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[ServerFault]]></category>
		<category><![CDATA[StackExchange]]></category>
		<category><![CDATA[StackOverflow]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=121</guid>
		<description><![CDATA[It looks like that Jeff &#38; Joel gave up on finding a viable business model and just went after the VC money. I get that. But what I don&#8217;t get is why they have&#8217;t tried a very simple, but in &#8230; <a href="http://www.arikfr.com/blog/the-business-model-for-stackexchange.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Announcing the Stack Overflow Series A Financing" href="http://blog.stackoverflow.com/2010/05/announcing-our-series-a/">It looks like that Jeff &amp; Joel gave up on finding a viable business model and just went after the VC money</a>. I get that. But what I don&#8217;t get is why they have&#8217;t tried a very simple, but in my opinion good business model &#8211; <em>let people pay for answers</em>?</p>
<p>One of my clients is having connection problems between their application servers and the database servers. It looks like some TCP configuration issue, but I&#8217;m no expert in that so after trying to figure it out by my own, I posted a question on <a href="http://www.serverfault.com/">ServerFault</a>. The question got only one answer which wasn&#8217;t that helpful.</p>
<p>Now my next step is to hire someone on <a href="http://www.odesk.com">ODesk</a> to solve the problem. But what if I could just pay for someone to answer my question on ServerFault? For me that would be perfect, because that&#8217;s what I&#8217;m going to do anyway with the freelancer I find on ODesk, as I can&#8217;t trust him enough to give him access to the client servers.</p>
<p>I know there is a <a href="http://blog.stackoverflow.com/2009/01/reputation-bounty-for-unanswered-questions/">bounty feature on StackOverflow</a>, where you can give someone some of your reputation (points) on StackOverflow if they answer the question. But the thing is &#8211; I&#8217;m not that active on ServerFault and don&#8217;t have enough reputation.</p>
<p>Maybe I should just create this marketplace, where valued users can offer paid answers and people can hire them. That might work, but after seeing what happened with the Twitter ecosystem I learned my lesson &#8211; no more filling holes for OTHERs. Because it is obvious that if my marketplace works, the StackExchange team will be motivated to create their own version.</p>
<p>What do you think?</p>
<p>UPDATE: <a href="http://danpeguine.com/">Dan</a> (who is too cool to comment) sent in his thoughts by email:</p>
<blockquote><p>Google answers failed and it was a paid system. The main problem is the subjectivity of the quality of the answer. How do you judge that?</p></blockquote>
<p>That&#8217;s a great point. I think that it will be basically the same as it is today with point bounties:</p>
<p>1. Once you put a bounty you already give in the points (or in my case &#8211; the money), so you have no incentive to &#8220;lie&#8221; and say that the answer you got isn&#8217;t good enough just to save yourself the payment.</p>
<p>2. You decide which answer is &#8220;the&#8221; answer and gets money.</p>
<p>If you don&#8217;t get a good answer, you can always keep it around or raise the bid.</p>
<p>Another concern someone might raise is the same that Joel &amp; Jeff usually raise &#8211; what&#8217;s a good price for an answer? While many people don&#8217;t mind sharing knowledge for free, once you start attaching a price tag it becomes a whole different story. Well, I acknowledge that and I don&#8217;t think that the whole StackOverflow site should be paid, but it should have a paid option.</p>
<p>People will still have a great incentive to answer questions just like today (they increase their reputation), but this will give another option for those who ask more esoteric questions.</p>
<p><em>Now, what do you think?</em></p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/PopRCoR-zpA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/the-business-model-for-stackexchange.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/the-business-model-for-stackexchange.html</feedburner:origLink></item>
		<item>
		<title>How To Try Gmail For iPad From Your Mac or PC</title>
		<link>http://feedproxy.google.com/~r/ObviousIdeas/~3/nqUqbINIOT4/how-to-try-gmail-for-ipad-from-your-mac-or-pc.html</link>
		<comments>http://www.arikfr.com/blog/how-to-try-gmail-for-ipad-from-your-mac-or-pc.html#comments</comments>
		<pubDate>Sun, 04 Apr 2010 05:29:13 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/?p=117</guid>
		<description><![CDATA[Read about Gmail&#8217;s version for the iPad? Curious to try it yourself? Don&#8217;t have an iPad? No worries. All you need to do is to change the user-agent string of your browser to be the same as the iPad Safari: &#8230; <a href="http://www.arikfr.com/blog/how-to-try-gmail-for-ipad-from-your-mac-or-pc.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://gmailblog.blogspot.com/2010/04/gmail-on-ipad.html?">Read about Gmail&#8217;s version for the iPad</a>? Curious to try it yourself? Don&#8217;t have an iPad? No worries.</p>
<p>All you need to do is to change the user-agent string of your browser to be the same as the iPad Safari:</p>
<blockquote><p>Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10</p></blockquote>
<p>I&#8217;ve done it with Safari on my Mac with the <a href="http://www.macosxhints.com/article.php?story=20030110063041629">developers tools enabled</a> (after enabling the developers tools, go to <em>Develop</em>-&gt;<em>User Agent</em> menu and pick <em>other</em>). If you have other browser/OS, just google &#8220;[your browser] change user agent string&#8221;, pick the best result and follow the instructions.</p>
<p>Once you done with changing the user agent string, surf to gmail.com and enjoy. The iPad UI is less useful on a non touch screen, but it&#8217;s interesting to play with and see Gmail in two columns.</p>
<p>Obviously, this trick will work with most (all?) other iPad web apps.</p>
<img src="http://feeds.feedburner.com/~r/ObviousIdeas/~4/nqUqbINIOT4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/how-to-try-gmail-for-ipad-from-your-mac-or-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.arikfr.com/blog/how-to-try-gmail-for-ipad-from-your-mac-or-pc.html</feedburner:origLink></item>
	</channel>
</rss>
