<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Anton From Perm</title>
	<atom:link href="https://antonfromperm.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://antonfromperm.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 29 Mar 2010 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='antonfromperm.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Anton From Perm</title>
		<link>https://antonfromperm.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://antonfromperm.wordpress.com/osd.xml" title="Anton From Perm" />
	<atom:link rel='hub' href='https://antonfromperm.wordpress.com/?pushpress=hub'/>
	<item>
		<title>RESTful rendering and Devise</title>
		<link>https://antonfromperm.wordpress.com/2010/03/29/restful-rendering-and-devise/</link>
				<comments>https://antonfromperm.wordpress.com/2010/03/29/restful-rendering-and-devise/#respond</comments>
				<pubDate>Mon, 29 Mar 2010 23:27:38 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Rails 3]]></category>
		<category><![CDATA[Devise]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=187</guid>
				<description><![CDATA[EDIT: As I see, the issue has been fixed in the Git repository a few hours ago I&#8217;ve been working lately with migrating my application to Rails 3 + MongoDB, which led me to use Devise instead of Authlogic. I ran into several issues while using Devise for a REST web service. In the case [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>EDIT: As I see, the issue has been fixed in the <a href="http://github.com/plataformatec/devise/commit/604b7ef61c423853f745a120c0ba0e92775b8032">Git repository</a> a few hours ago</p>
<p>I&#8217;ve been working lately with migrating my application to Rails 3 + MongoDB, which led me to use <a href="http://github.com/plataformatec/devise">Devise</a> instead of Authlogic. I ran into several issues while using Devise for a REST web service. In the case of an authentication error, Devise redirects requests to the login page instead of issuing a 401 unauthenticated.</p>
<p>The workaround is to use a custom failure app, and simply override the respond method as following:</p>
<pre class="brush: ruby; title: ; notranslate">
class CustomFailure &lt; Devise::FailureApp
  include ActionController::Head
  include ActionController::MimeResponds

  def respond
    respond_to do |format|
      format.html {
        super
      }
      format.any { head :status =&gt; 401}
    end
  end
end
</pre>
<p>And add the following in config/initializers/devise.rb:</p>
<pre class="brush: ruby; title: ; notranslate">
Devise.setup do |config|
  config.warden do |manager|
    manager.failure_app = CustomFailure
  end
end
</pre>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2010/03/29/restful-rendering-and-devise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>Tour in Cambridge Innovation Center</title>
		<link>https://antonfromperm.wordpress.com/2010/03/29/tour-in-cambridge-innovation-center/</link>
				<comments>https://antonfromperm.wordpress.com/2010/03/29/tour-in-cambridge-innovation-center/#respond</comments>
				<pubDate>Mon, 29 Mar 2010 13:30:02 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=179</guid>
				<description><![CDATA[I am currently in the Cambridge Innovation Center and taking a tour with the CEO Tim Rowe. He is saying that building a incubator is the same as building a nightclub. For making a nightclub work, you have to take the most beautiful women, wealthy men, and everyone else will come. An incubator works the [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>I am currently in the Cambridge Innovation Center and taking a tour with the CEO Tim Rowe. He is saying that building a incubator is the same as building a nightclub. For making a nightclub work, you have to take the most beautiful women, wealthy men, and everyone else will come. An incubator works the same, except you have to convince your most <span style="text-decoration:line-through;">successful </span>promising entrepreneurs to come to you, and everyone else will come <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align:center;"><a href="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg"><img data-attachment-id="183" data-permalink="https://antonfromperm.wordpress.com/2010/03/29/tour-in-cambridge-innovation-center/p1020881/" data-orig-file="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg" data-orig-size="3776,2520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-LX3&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1269881122&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;12.8&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="P1020881" data-image-description="" data-medium-file="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=300" data-large-file="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=700" class="size-medium wp-image-183 aligncenter" title="P1020881" src="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=300&#038;h=200" alt="" width="300" height="200" srcset="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=300&amp;h=200 300w, https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=600&amp;h=400 600w, https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=150&amp;h=100 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>Aura BioSciences is one of those companies that attract lots of startups to CIC. As Tim joked maybe because Aura founder Elisabet de los Pinos is a beautiful women <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align:center;"><a href="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg"><img data-attachment-id="184" data-permalink="https://antonfromperm.wordpress.com/2010/03/29/tour-in-cambridge-innovation-center/p1020882/" data-orig-file="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg" data-orig-size="3776,2520" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-LX3&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1269881606&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;8.8&quot;,&quot;iso&quot;:&quot;80&quot;,&quot;shutter_speed&quot;:&quot;0.1&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="P1020882" data-image-description="" data-medium-file="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=300" data-large-file="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=700" class="size-medium wp-image-184 aligncenter" title="P1020882" src="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=300&#038;h=200" alt="" width="300" height="200" srcset="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=300&amp;h=200 300w, https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=600&amp;h=400 600w, https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=150&amp;h=100 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2010/03/29/tour-in-cambridge-innovation-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>

		<media:content url="https://antonfromperm.files.wordpress.com/2010/03/p1020881.jpg?w=300" medium="image">
			<media:title type="html">P1020881</media:title>
		</media:content>

		<media:content url="https://antonfromperm.files.wordpress.com/2010/03/p1020882.jpg?w=300" medium="image">
			<media:title type="html">P1020882</media:title>
		</media:content>
	</item>
		<item>
		<title>Centers of gravity in Russia</title>
		<link>https://antonfromperm.wordpress.com/2010/01/23/centers-of-gravity-in-russia/</link>
				<comments>https://antonfromperm.wordpress.com/2010/01/23/centers-of-gravity-in-russia/#comments</comments>
				<pubDate>Sat, 23 Jan 2010 21:29:06 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Data visualization]]></category>
		<category><![CDATA[Regional Development]]></category>
		<category><![CDATA[Russia]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=175</guid>
				<description><![CDATA[A &#62;125 B100-125 C75-100 D 50-75 E &#60;50 Above is a chloropleth regional map of Russia, expressing the GRP of regions to the Russian average. The most interesting point is how Moscow seems to soak up all resources and population around a radius of several hundreds kilometers. It reminds me of Volkswagen placing a industrial [&#8230;]]]></description>
								<content:encoded><![CDATA[<div data-shortcode="caption" id="attachment_5" style="width: 510px" class="wp-caption aligncenter"><a href="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.pdf"><img aria-describedby="caption-attachment-5" data-attachment-id="5" data-permalink="https://antonfromperm.wordpress.com/?attachment_id=5" data-orig-file="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png" data-orig-size="550,325" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="GDP per capita 2007" data-image-description="" data-medium-file="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png?w=300" data-large-file="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png?w=550" class="size-full wp-image-5 " title="GDP per capita 2007" src="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png?w=700" alt="GDP per capita 2007" srcset="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png 550w, https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png?w=150 150w, https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png?w=300 300w" sizes="(max-width: 550px) 100vw, 550px"   /></a><p id="caption-attachment-5" class="wp-caption-text">GDP per capita, 2007, in percentage of Russia=100</p></div>
<div><span style="border:2px solid #000000;width:2.4em;display:inline-block;text-align:center;background-color:#1a9641;color:#1a9641;">A</span> &gt;125</div>
<div><span style="border:2px solid #000000;width:2.4em;display:inline-block;text-align:center;background-color:#a6d96a;color:#a6d96a;">B</span>100-125</div>
<div><span style="border:2px solid #000000;width:2.4em;display:inline-block;text-align:center;background-color:#ffffbf;color:#ffffbf;">C</span>75-100</div>
<div><span style="border:2px solid #000000;width:2.4em;display:inline-block;text-align:center;background-color:#fdae61;color:#fdae61;">D</span> 50-75</div>
<div><span style="border:2px solid #000000;width:2.4em;display:inline-block;text-align:center;background-color:#d7191c;color:#d7191c;">E</span> &lt;50</div>
<div>Above is a chloropleth regional map of Russia, expressing the GRP of regions to the Russian average. The most interesting point is how Moscow seems to soak up all resources and population around a radius of several hundreds kilometers.</div>
<div>It reminds me of Volkswagen placing a industrial park in Kaluga, only to realize later that they could not find enough workforce at the wage VW was willing to pay. The locals preferred to drive three hours each day to Moscow in order to earn three times as much <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2010/01/23/centers-of-gravity-in-russia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>

		<media:content url="https://antonfromperm.files.wordpress.com/2009/11/gdppercapita2007.png" medium="image">
			<media:title type="html">GDP per capita 2007</media:title>
		</media:content>
	</item>
		<item>
		<title>Tim Draper keynote at VSSV &#8217;09</title>
		<link>https://antonfromperm.wordpress.com/2009/12/24/tim-draper-keynote-at-vssv-09/</link>
				<comments>https://antonfromperm.wordpress.com/2009/12/24/tim-draper-keynote-at-vssv-09/#respond</comments>
				<pubDate>Thu, 24 Dec 2009 18:21:17 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Always On]]></category>
		<category><![CDATA[Venture Capital]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=170</guid>
				<description><![CDATA[Bad words Good words Entitlement Opportunity Rights Earnings Government intervention Business solution Bailout Let the losers die Regulation Freedom Patriotism-&#62;Protection-&#62;Poverty Free trade (Actually he used almost the same slides at the OnDC &#8217;09)]]></description>
								<content:encoded><![CDATA[<table>
<thead>
<tr>
<th>Bad words</th>
<th>Good words</th>
</tr>
</thead>
<tbody>
<tr>
<td>Entitlement</td>
<td>Opportunity</td>
</tr>
<tr>
<td>Rights</td>
<td>Earnings</td>
</tr>
<tr>
<td>Government intervention</td>
<td>Business solution</td>
</tr>
<tr>
<td>Bailout</td>
<td>Let the losers die</td>
</tr>
<tr>
<td>Regulation</td>
<td>Freedom</td>
</tr>
<tr>
<td>Patriotism-&gt;Protection-&gt;Poverty</td>
<td>Free trade</td>
</tr>
</tbody>
</table>
<p>(Actually he used <a href="http://www.paulallen.net/tim-draper-keynote-at-ondc-09-land-of-the-free-home-of-the-brave/">almost the same slides at the OnDC &#8217;09</a>)</p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/12/24/tim-draper-keynote-at-vssv-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>People startups should fire fast enough</title>
		<link>https://antonfromperm.wordpress.com/2009/12/11/people-startups-should-fire-fast-enough/</link>
				<comments>https://antonfromperm.wordpress.com/2009/12/11/people-startups-should-fire-fast-enough/#respond</comments>
				<pubDate>Fri, 11 Dec 2009 19:42:35 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=166</guid>
				<description><![CDATA[Joel over at Inc has an interesting post about people startups should fire fast enough. It&#8217;s about that kind of people who believe they HAVE a job (=sitting uselessly in the office) instead of DOING their work. At the top of every company, there&#8217;s at least one person who really cares and really wants the [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>Joel over at Inc has an <a href="http://www.inc.com/magazine/20091201/when-and-how-to-micromanage.html">interesting post</a> about people startups <a href="http://scobleizer.com/2009/11/13/the-worst-things-startups-do/">should fire fast enough</a>. It&#8217;s about that kind of people who believe they HAVE a job (=sitting uselessly in the office) instead of DOING their work.</p>
<blockquote><p>At the top of every company, there&#8217;s at least one person who really cares and really wants the product and the customer experience to be great. That&#8217;s you, and me, and Ryan. Below that person, there are layers of people, many of whom are equally dedicated and equally talented.</p>
<p>But at some point as you work your way through an organization, you find pockets of people who don&#8217;t care that much. For them, it&#8217;s a job. They just want to get through the day and don&#8217;t find it upsetting that the video switching is slow and the Wi-Fi went down and the geeks couldn&#8217;t get to their Twitters.  If you&#8217;re lucky, none of those people are employed by your company. But the minute you begin to rely on outside vendors, you expose yourself to their people, some of whom inevitably just won&#8217;t care enough or know enough or have the right skills to deliver the awesome experience you&#8217;re trying to deliver.</p></blockquote>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/12/11/people-startups-should-fire-fast-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>Real unemployment in the US is 17.2 percent</title>
		<link>https://antonfromperm.wordpress.com/2009/12/04/real-unemployment-in-the-us-is-17-2-percent/</link>
				<comments>https://antonfromperm.wordpress.com/2009/12/04/real-unemployment-in-the-us-is-17-2-percent/#comments</comments>
				<pubDate>Fri, 04 Dec 2009 21:23:59 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Ignorance]]></category>
		<category><![CDATA[Unemployment]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=157</guid>
				<description><![CDATA[From TechCrunch, Mint explains how the labor department undercounts the real number:]]></description>
								<content:encoded><![CDATA[<p>From TechCrunch, <a href="http://www.techcrunch.com/2009/12/04/real-unemployment-17-2-percent-mint/">Mint explains how the labor department undercounts the real number</a>:<br />
<iframe class='youtube-player' type='text/html' width='700' height='394' src='https://www.youtube.com/embed/Ulu3SCAmeBA?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/12/04/real-unemployment-in-the-us-is-17-2-percent/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>Pirates Stock Exchange</title>
		<link>https://antonfromperm.wordpress.com/2009/12/03/pirates-stock-exchange/</link>
				<comments>https://antonfromperm.wordpress.com/2009/12/03/pirates-stock-exchange/#respond</comments>
				<pubDate>Thu, 03 Dec 2009 15:45:39 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=154</guid>
				<description><![CDATA[From DailyFinance: Meanwhile, the Somali pirates have begun to put all of that ransomed lucre &#8212; tens of millions of dollars in recent years &#8212; to work for them, setting up a stock exchange &#8220;that has drawn financiers from the Somali diaspora and other nations,&#8221; according to a startling Reuters dispatch from Somalia published Tuesday. The bandits&#8217; [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>From <a href="http://www.dailyfinance.com/2009/12/01/bandit-bourse-somali-pirates-hijack-oil-tanker-organize-stock/">DailyFinance</a>:</p>
<blockquote><p>Meanwhile, the Somali pirates have begun to put all of that ransomed lucre &#8212; tens of millions of dollars in recent years &#8212; to work for them, setting up a stock exchange &#8220;that has drawn financiers from the Somali diaspora and other nations,&#8221; according to <a href="http://www.reuters.com/article/businessNews/idUSTRE5B01Z920091201?feedType=RSS&amp;feedName=businessNews&amp;utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+reuters%2FbusinessNews+%28News+%2F+US+%2F+Business+News%29&amp;pageNumber=1&amp;virtualBrandChannel=0">a startling <em>Reuters</em> dispatch</a> from Somalia published Tuesday.</p>
<p>The bandits&#8217; bourse is a small building in the once-small fishing village of Haradheere, about 250 miles northeast of Mogadishu. &#8220;Now it is a bustling town where luxury 4&#215;4 cars owned by the pirates and those who bankroll them create honking traffic jams along its pot-holed, dusty streets,&#8221; the wire service reports. Somalia is considered one of the most dangerous countries in the world for Western journalists.</p>
<p>&#8220;Four months ago, during the monsoon rains, we decided to set up this stock exchange. We started with 15 &#8216;maritime companies&#8217; and now we are hosting 72. Ten of them have so far been successful at hijacking,&#8221; Reuters quotes a &#8220;wealthy former pirate named Mohammed&#8221; as saying.</p>
<p>&#8220;The shares are open to all and everybody can take part, whether personally at sea or on land by providing cash, weapons or useful materials &#8230; we&#8217;ve made piracy a community activity.&#8221;</p>
<p>Also quoted is &#8220;piracy investor&#8221; Sahra Ibrahim, a 22-year-old divorcee, who was lined up with others waiting &#8220;for her cut of a ransom pay-out after one of the gangs freed a Spanish tuna fishing vessel.<strong>&#8220;&#8221;I am waiting for my share after I contributed a rocket-propelled grenade for the operation,&#8221; she said, adding that she got the weapon from her ex-husband in alimony. &#8220;I am really happy and lucky. I have made $75,000 in only 38 days since I joined the &#8216;company&#8217;.&#8221;</strong></p></blockquote>
<p>It reminds me the story of the <a href="http://en.wikipedia.org/wiki/Dutch_East_India_Company">Dutch East India Company</a> during the 17th century <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> . The difference is that the Dutch East India Company waged war and pillaged outposts, while four centuries later the Somali are hijacking US oil tankers.</p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/12/03/pirates-stock-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>Doing Business in Russia</title>
		<link>https://antonfromperm.wordpress.com/2009/12/03/doing-business-in-russia/</link>
				<comments>https://antonfromperm.wordpress.com/2009/12/03/doing-business-in-russia/#comments</comments>
				<pubDate>Thu, 03 Dec 2009 15:27:18 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Data analysis]]></category>
		<category><![CDATA[Regional Development]]></category>
		<category><![CDATA[Doing Business]]></category>
		<category><![CDATA[Russia]]></category>
		<category><![CDATA[World Bank]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=144</guid>
				<description><![CDATA[The World Bank published a Doing Business in Russia report several weeks ago. It focuses on 4 main indicators: starting a business, getting a construction permit (which is a total nightmare in Russia 🙂 ), registering property and trading across borders. Each indicators is measured by the number of steps/documents, the time to complete the [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>The World Bank published a <a href="http://www.doingbusiness.org/subnational/exploreeconomies/Russia2009.aspx">Doing Business in Russia</a> report several weeks ago. It focuses on 4 main indicators: starting a business, getting a construction permit (which is a total nightmare in Russia <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ), registering property and trading across borders. Each indicators is measured by the number of steps/documents, the time to complete the procedures and the costs as a percentage of national income. Strangely, the World Bank didn&#8217;t publish a simulator as it did for other countries (<a href="http://www.doingbusiness.org/subnational/exploreeconomies/China.aspx">China</a>, <a href="http://www.doingbusiness.org/subnational/exploreeconomies/Mexico2009.aspx">Mexico</a>, etc&#8230;) Get the simulator as a Excel spreadsheet here <a href="http://www.mediafire.com/?nwnwjz3ugwm">http://www.mediafire.com/?nwnwjz3ugwm</a> (I use exactly the same methodology and formulas as the World Bank does in other reports)</p>
<p><strong>A few words about the methodology:</strong></p>
<p>The index is calculated as the simple average of a city&#8217;s percentile ranking on each of the 4 topics covered in the study (starting a business, getting a construction permit, registering property &amp; trading abroad). The ranking on each topic is in turn the simple average of the percentile ranking on its component indicators. [The percentile rank is the percentage of values below (&lt;) <strong>OR</strong> less or equal  (&lt;=) to a  given value, depending on the definition]</p>
<p>For example it takes in Moscow 9 procedures, 30 days and 2.7% of annual income per capita to open a business.  The minimum capital requirement amounts to 2.2% of annual income per capita. It means that on the 4 component indicators, Moscow ranks in the 0th (best), 67th, 100th (worst) and 0th percentile. On average, Moscow ranks in the 53th percentile. It ranks in the 96th percentile on dealing with construction permits, 44th percentile on registering property and 67th percentile on trading across borders. The average of Moscow&#8217;s percentile rankings is 62%. If you now order all cities by their (ascending) average percentile rank, Moscow gets the last (and 10th) place.</p>
<p>However, percentiles are totally meaningless in small samples, especially when the observations are about the same and you get &#8220;tied ranks&#8221; while ordering the data. When you have ten values, of which eight are the same, you might have to assign the 0th or 100th percentile to the highest respectively the lowest value (some statisticians argues that the 0th and 100th percentile cannot be determined in a finite sample). And the remaining ones could lie in a range from 20th to 80th percentile (depending on HOW you define the percentile rank).</p>
<p>Now comes the problem: my calculations and the World Bank report&#8217;s result do <strong>not</strong> match, despite using exactly the same data and method. Let&#8217;s assume (out of goodwill) that the WB used a different method for calculating percentiles. I will post an update as soon as I get an answer from them.</p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/12/03/doing-business-in-russia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
		<item>
		<title>Ignorance &#038; swine flu hype</title>
		<link>https://antonfromperm.wordpress.com/2009/11/28/ignorance-swine-flu-hype/</link>
				<comments>https://antonfromperm.wordpress.com/2009/11/28/ignorance-swine-flu-hype/#respond</comments>
				<pubDate>Sat, 28 Nov 2009 14:33:24 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Ignorance]]></category>
		<category><![CDATA[Swine flu]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=140</guid>
				<description><![CDATA[From ChartPorn: While the CDC is brainwashing everyone to get swine flu vaccine (death toll &#60; 9&#8217;000), over 48 millions people died of other causes during the same time. And no one (at least in the press) seem to care about them. &#160;]]></description>
								<content:encoded><![CDATA[<p>From <a href="http://chartporn.org/2009/11/25/more-death/">ChartPorn</a>:</p>
<div data-shortcode="caption" id="attachment_141" style="width: 310px" class="wp-caption aligncenter"><a href="http://dataviz.tumblr.com/post/255273572"><img aria-describedby="caption-attachment-141" data-attachment-id="141" data-permalink="https://antonfromperm.wordpress.com/2009/11/28/ignorance-swine-flu-hype/swine-flu-deaths/" data-orig-file="https://antonfromperm.files.wordpress.com/2009/11/swine-flu-deaths.gif" data-orig-size="1263,1180" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Swine flue deaths" data-image-description="" data-medium-file="https://antonfromperm.files.wordpress.com/2009/11/swine-flu-deaths.gif?w=300" data-large-file="https://antonfromperm.files.wordpress.com/2009/11/swine-flu-deaths.gif?w=700" class="size-medium wp-image-141" title="Swine flue deaths" src="https://antonfromperm.files.wordpress.com/2009/11/swine-flu-deaths.gif?w=300&#038;h=280" alt="" width="300" height="280" /></a><p id="caption-attachment-141" class="wp-caption-text">Swine flu death toll as of 17. November 2009</p></div>
<p>While the <a href="http://www.dailynews.com/opinions/ci_13585800">CDC is brainwashing everyone to get swine flu vaccine</a> (death toll &lt; 9&#8217;000), over 48 millions people died of other causes during the same time. And no one (at least in the press) seem to care about them.</p>
<p>&nbsp;</p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/11/28/ignorance-swine-flu-hype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>

		<media:content url="https://antonfromperm.files.wordpress.com/2009/11/swine-flu-deaths.gif?w=300" medium="image">
			<media:title type="html">Swine flue deaths</media:title>
		</media:content>
	</item>
		<item>
		<title>McDonald&#8217;s expansion in Russia</title>
		<link>https://antonfromperm.wordpress.com/2009/11/27/mcdonalds-expansion-in-russia/</link>
				<comments>https://antonfromperm.wordpress.com/2009/11/27/mcdonalds-expansion-in-russia/#respond</comments>
				<pubDate>Fri, 27 Nov 2009 15:09:53 +0000</pubDate>
		<dc:creator><![CDATA[antonfromperm]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MCD]]></category>
		<category><![CDATA[McDonalds]]></category>
		<category><![CDATA[Russia]]></category>

		<guid isPermaLink="false">http://antonfromperm.wordpress.com/?p=122</guid>
				<description><![CDATA[The Russian fastfood chain market is still considerated underpenetrated. McDonald&#8217;s (over 40 new outlets this year),  and Subway (&#62; 900 new outlets by 2015) are progressing their expansion in Russia, while Burger King is opening its first outlet in Moscow this year. The most interesting part is that MacDonald&#8217;s is very fond of its McDrive [&#8230;]]]></description>
								<content:encoded><![CDATA[<p>The Russian fastfood chain market is still considerated underpenetrated.<a href="http://en.rian.ru/business/20090226/120319027.html"> McDonald&#8217;s (over 40 new outlets this year)</a>,  and <a href="http://russianreport.wordpress.com/2009/11/19/live-music-from-moscow/">Subway (&gt; 900 new outlets by 2015)</a> are progressing their expansion in Russia, while <a href="http://russianreport.wordpress.com/2009/11/15/burger-king-in-russia-finally/">Burger King is opening its first outlet in Moscow this year</a>.</p>
<p>The most interesting part is that MacDonald&#8217;s is very fond of its McDrive service, which apparently accounts for a huge chunck of its revenue in Russia. Taking the example of Kazan on this <a href="http://maps.yandex.ru/?um=FbKLybpaYA1-wJ3HH6lmaKfTYuGXXuzT&amp;l=map">map</a>, McDrives are even being opened in the very city centre (as opposed to the one/two floor counter service in most European cities).</p>
]]></content:encoded>
							<wfw:commentRss>https://antonfromperm.wordpress.com/2009/11/27/mcdonalds-expansion-in-russia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						
		<media:content url="https://0.gravatar.com/avatar/38ad07c474f260c81ca64a66edfe446e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">antonfromperm</media:title>
		</media:content>
	</item>
	</channel>
</rss>
