<?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>w00kie's ramblings</title>
	
	<link>http://w00kie.com</link>
	<description>Living the good life in Japan</description>
	<lastBuildDate>Thu, 17 May 2012 11:39:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/w00kie" /><feedburner:info uri="w00kie" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Pet Project: Sunsetter</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/bkDttAnwbl4/</link>
		<comments>http://w00kie.com/2012/05/17/pet-project-sunsetter/#comments</comments>
		<pubDate>Thu, 17 May 2012 11:39:17 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=942</guid>
		<description><![CDATA[At home I have a nice view of the Fujisan to the south-west. I often take pictures of it in winter when the skies are so clear. Many times I've told myself it would be nice to take a picture &#8230; <a href="http://w00kie.com/2012/05/17/pet-project-sunsetter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At home I have a nice view of the Fujisan to the south-west. I often take pictures of it in winter when the skies are so clear.</p>
<p><a href="http://www.flickr.com/photos/w00kie/4161766913/in/set-72157621128058023/lightbox/"><img class="aligncenter size-full wp-image-952" title="fujisan-sunset" src="/uploads/2012/05/fujisan-sunset.jpeg" alt="" width="560" height="174" /></a></p>
<p>Many times I've told myself it would be nice to take a picture with the sun setting right behind the mountain. I've searched the internet for an app that would tell me when this happens but all I could find were apps that tell you where the sun sets on a particular day, not the other way around. So I decided to build it...</p>
<p><a title="Sunsetter - find when the sun sets over there" href="http://sunsetter.herokuapp.com/">Sunsetter</a> is a simple python web app running on Heroku. It's based on the brilliant <a title="Pysolar: staring directly at the sun since 2007" href="http://pysolar.org/">pysolar</a> library for the hardcore astronomical calculations and binds it all to Google Maps with a dash of Ajax and JavaScript.</p>
<p><a href="http://sunsetter.herokuapp.com/"><img class="aligncenter size-full wp-image-954" title="Sunsetter - find when the sun sets over there" src="/uploads/2012/05/sunsetter.png" alt="" width="560" height="422" /></a></p>
<p>The app still needs polish but the data it gives out should be pretty accurate and reliable at normal altitudes (standing on top of a very tall mountain overlooking a wide plain will change the distance of the horizon and screw with the calculations a bit).</p>
<p>If this app was useful to you or you have suggestions, I'd love to hear from you in the comments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=bkDttAnwbl4:DRAvOqqtXg0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=bkDttAnwbl4:DRAvOqqtXg0:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/bkDttAnwbl4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2012/05/17/pet-project-sunsetter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://w00kie.com/2012/05/17/pet-project-sunsetter/</feedburner:origLink></item>
		<item>
		<title>Foreman and Procfile tips&amp;tricks</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/QXW3HOyz3Wo/</link>
		<comments>http://w00kie.com/2012/05/17/foreman-and-procfile-tipstricks/#comments</comments>
		<pubDate>Thu, 17 May 2012 11:22:44 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[heroku]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=938</guid>
		<description><![CDATA[Lately I've been playing around with the Heroku stack and I'd like to share little tricks that might be common knowledge but which I've not seen mentioned on the Heroku standard documentation. So the doc tells you you must set your Procfile &#8230; <a href="http://w00kie.com/2012/05/17/foreman-and-procfile-tipstricks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lately I've been playing around with the Heroku stack and I'd like to share little tricks that might be common knowledge but which I've not seen mentioned on the Heroku standard documentation.</p>
<p>So the doc tells you you must set your <code>Procfile</code> as such (for a Python app):</p>
<pre>web: gunicorn app:app -b 0.0.0.0:$PORT -w 3</pre>
<p>You can then run the webserver on your machine for development with the command:</p>
<pre>foreman start</pre>
<p>But if your app also uses memcached, redis, postgres or others, then you must open as many additional tabs in your terminal to run each service (I don't want to have the daemons running all the time on my all-purpose macbook air).</p>
<p>What you can do to make your life easier is to create a new file <code>Procfile.dev</code> which you should add to <code>.gitignore</code> (so that it is not uploaded to Heroku and does not affect your production environment) and add all those services in there:</p>
<pre>web: python app.py
memcached: memcached -v
coffee: coffee --watch --output static/js/ --compile lib/</pre>
<p>And run it with:</p>
<pre>foreman start -p Procfile.dev</pre>
<p>This will launch my app with standard Python (easier for quick debugging than gunicorn), my memcached instance and even compile my CoffeeScript on the fly so I can edit freely while testing my changes.</p>
<p><a href="/uploads/2012/05/foreman.png"><img class="aligncenter size-full wp-image-946" title="foreman in the terminal" src="/uploads/2012/05/foreman.png" alt="" width="521" height="196" /></a></p>
<p>Looking in your terminal you'll even see each service logs all pretty and color coded.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=QXW3HOyz3Wo:bIjOFd0rZsM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=QXW3HOyz3Wo:bIjOFd0rZsM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/QXW3HOyz3Wo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2012/05/17/foreman-and-procfile-tipstricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2012/05/17/foreman-and-procfile-tipstricks/</feedburner:origLink></item>
		<item>
		<title>SoftBank plans for new iPad</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/YO5JZVbpd5o/</link>
		<comments>http://w00kie.com/2012/03/12/softbank-plans-for-new-ipad/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 06:07:35 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[softbank]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=921</guid>
		<description><![CDATA[SoftBank has just published their new deals for iPhone owners wanting to buy one of the newer iPads. The mechanics of the plan are the same as for the iPad 2 campaign last year, you get a full rebate on &#8230; <a href="http://w00kie.com/2012/03/12/softbank-plans-for-new-ipad/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SoftBank has just published <a title="Softbank iPad deals" href="http://onlineshop.mb.softbank.jp/ols/html/model/ipad/campaign/entry_ipad.html">their new deals</a> for iPhone owners wanting to buy one of the newer iPads.</p>
<p><a href="/uploads/2012/03/entry_fig_payimg_01.gif"><img class="aligncenter size-full wp-image-923" title="iPad 0 yen plan" src="/uploads/2012/03/entry_fig_payimg_01.gif" alt="" width="843" height="357" /></a></p>
<p>The mechanics of the plan are the same as for the <a title="Is Softbank’s new iPad 2 campaign worth it?" href="http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/">iPad 2 campaign last year</a>, you get a full rebate on the 16GB model's price, but that applies only on the data plan charge. So if you use less than the 100MB free allotment of 3G/4G data, you will still have to pay at least the iPad's price (split over 24 months).</p>
<p>Now the<strong> big differences</strong> with the <a title="Is Softbank’s new iPad 2 campaign worth it?" href="http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/">iPad 2 campaign</a> we had last year:</p>
<ul>
<li>The iPad 2 3G model used to be offered by SoftBank for the same price of the WiFi only model at Apple. This is not the case anymore. You will pay a ￥10,960 to ￥10,800 premium for the 4G model over the simple WiFi model.</li>
<li>The access to SoftBank WiFi hotspots which was included for free before is now charged at ￥490 a month.</li>
</ul>
<p>This makes this campaign plan much much less interesting than its predecessor.</p>
<h1>3G or 4G speeds?</h1>
<p>Additionally, the page adds an enigmatic note next to all mentions of 4G</p>
<blockquote><p>日本国内ではSoftBank 3Gエリアのみで、ご利用いただけます。</p>
<p>Inside Japan, can only be used in SoftBank's 3G area.</p></blockquote>
<p>I suspect this is a shrouded way of saying that the iPad sold currently will only work with SoftBank's 3G network, corroborating <a title="New iPad 4G LTE little use outside of North America" href="http://www.slashgear.com/new-ipad-4g-lte-little-use-outside-of-north-america-08217470/">other sources around the web</a> that it is incompatible with 4G LTE network bands used outside the US.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=YO5JZVbpd5o:hFn_n1K4-e8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=YO5JZVbpd5o:hFn_n1K4-e8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/YO5JZVbpd5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2012/03/12/softbank-plans-for-new-ipad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://w00kie.com/2012/03/12/softbank-plans-for-new-ipad/</feedburner:origLink></item>
		<item>
		<title>Masters of the Universe</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/M9mu2GMlwaU/</link>
		<comments>http://w00kie.com/2012/02/17/masters-of-the-universe/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:22:55 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=917</guid>
		<description><![CDATA[Recently I read an article sent in by a friend of mine: What price the new democracy? Goldman Sachs conquers Europe This is The Goldman Sachs Project [...] to create such a deep exchange of people and ideas and money that it &#8230; <a href="http://w00kie.com/2012/02/17/masters-of-the-universe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently I read an article sent in by a friend of mine: <a title="What price the new democracy? Goldman Sachs conquers Europe -- The Independent" href="http://www.independent.co.uk/news/business/analysis-and-features/what-price-the-new-democracy-goldman-sachs-conquers-europe-6264091.html">What price the new democracy? Goldman Sachs conquers Europe</a></p>
<blockquote><p>This is The Goldman Sachs Project [...] to create such a deep exchange of people and ideas and money that it is impossible to tell the difference between the public interest and the Goldman Sachs interest.</p></blockquote>
<p>It's an interesting article, a realistic conspiracy theory. It made me think there might actually be guys sitting right now in a board room having a conversation like this:</p>
<blockquote><p><strong>Mr. Pink:</strong> "So what are we gonna do today?"</p>
<p><strong>Mr. Brain:</strong> "The same thing we do every day Mr. Pink, try to take over the world!"</p></blockquote>
<p><a href="/uploads/2012/02/pinky-and-brain.jpg"><img class="aligncenter size-full wp-image-918" title="Pinky and The Brain" src="/uploads/2012/02/pinky-and-brain.jpg" alt="" width="550" height="317" /></a>Except Mr. Pink probably isn't an idiot in this story...</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=M9mu2GMlwaU:UVRXAhEcd6Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=M9mu2GMlwaU:UVRXAhEcd6Y:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/M9mu2GMlwaU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2012/02/17/masters-of-the-universe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2012/02/17/masters-of-the-universe/</feedburner:origLink></item>
		<item>
		<title>Beer Fujisan</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/hWCCR1Hy5Pk/</link>
		<comments>http://w00kie.com/2011/11/05/beer-fujisan/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 01:50:38 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[japan]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://w00kie.com/2011/11/05/beer-fujisan/</guid>
		<description />
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="/uploads/2011/11/20111105-1050151.jpg"><img class="aligncenter" src="/uploads/2011/11/20111105-1050151-thumb.jpg" alt="beer fujisan -- see full size" width="550" height="550" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=hWCCR1Hy5Pk:jzW145MrXac:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=hWCCR1Hy5Pk:jzW145MrXac:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/hWCCR1Hy5Pk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2011/11/05/beer-fujisan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2011/11/05/beer-fujisan/</feedburner:origLink></item>
		<item>
		<title>Is Softbank’s new iPad 2 campaign worth it?</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/Z777kjbax6U/</link>
		<comments>http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 01:24:14 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[softbank]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=896</guid>
		<description><![CDATA[Updated 2011/11/09 -- see bottom of the post For the iPhone 4S launch, Masayoshi Son, Softbank's CEO, decided to go all out to keep his customers from going to aU by KDDI. Fun Fact: during his keynote on October 7th, &#8230; <a href="http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><em><strong>Updated 2011/11/09 --</strong> see bottom of the post</em></span></p>
<p>For the iPhone 4S launch, Masayoshi Son, Softbank's CEO, decided to go all out to keep his customers from going to aU by KDDI.</p>
<blockquote><p><strong>Fun Fact:</strong> during his keynote on October 7th, one day after Steve Jobs passing away, Son-san declared tearfully that these campaigns were his gifts to spread the Steve's "art work" (he used the word 作品 as opposed to 製品) to as many people as possible.</p></blockquote>
<p><a title="are kore sore campaign for iPad" href="http://mb.softbank.jp/mb/special/are_kore_sore/another_one/">One of these campaigns</a> is for the iPad and it's description is very confusing. See the figure below:</p>
<p><img class="aligncenter" title="iPad 2 Softbank campaing" src="/uploads/2011/10/ipad2-campaign-main.jpg" alt="" width="500" height="272" /></p>
<p><img class="aligncenter" title="iPad 2 Softbank campaign charges" src="/uploads/2011/10/ipad2-campaign-ryokin.jpg" alt="" width="500" height="160" /></p>
<p>Many people take this to mean that you can get a 16GB iPad for free, ¥0 per month, if you are already a Softbank iPhone subscriber. That's not true because ¥1,860 monthly discount on the second to last line only applies to the communications charge and not to the iPad hardware monthly cost. Going to the <a title="cost simulation" href="http://mb.softbank.jp/mb/special/are_kore_sore/another_one/price_plan/">cost simulation page</a> shows this well: your minimum monthly bill is still ¥1,860 (the cost of the 16GB iPad 2) and the data plan is free up to 100MB.</p>
<p><img class="aligncenter" title="iPad 2 monthly cost simulation" src="/uploads/2011/10/ipad2-details.png" alt="" width="500" height="187" />So in the end we get a free data plan if we don't use 3G internet (almost don't use it, 100MB a month wouldn't get you much farther than regular email checking). That sounds like a classic mobile operator swindle: giving you something for almost free and then hammering you with extra high fees whenever you go over the pathetically low usage limits. Let's look at the <a title="data plan details" href="http://mb.softbank.jp/mb/special/are_kore_sore/another_one/packet/">data plan details</a>:</p>
<p><img class="aligncenter" title="data plan details" src="/uploads/2011/10/data-plan-details.jpg" alt="" width="500" height="225" />So yes, free for 100MB, capped at ¥4,980 over 111.5MB or you could choose to just pay a flat plan ¥4,410 every month whatever your usage. You end up paying a ¥470 premium for the flexibility of paying nothing the months when you almost don't use 3G... Is that actually a good deal? I put the numbers into Numbers to see:</p>
<p><img class="aligncenter" title="iPad campaign numbers crunched" src="/uploads/2011/10/ipad-campaign-numbers.png" alt="" width="461" height="294" /></p>
<ul>
<li><span style="text-decoration: underline;">iPad 2 16GB + ZERO data plan under 100MB usage per month:</span> ¥22,320 per year</li>
<li><span style="text-decoration: underline;">iPad 2 16GB + ZERO data plan over 111.5MB user every month:</span> ¥63,540 per year</li>
<li><span style="text-decoration: underline;">iPad 2 16GB + FLAT data plan:</span> ¥56,700 per year</li>
</ul>
<p>So over the course of a year you would be saving money only if you stay under the 100MB cap for more than 3 months.</p>
<p>Is that a good deal? If you only use the 3G for emailing in the train and turn off the modem when not in use (letting it check your mail every 15min in the background would significantly bump your usage) then it could be. But having already an iPhone, do you really need to check your email on your iPad?</p>
<p>Myself, I will probably pass on that campaign. What would really be interesting would be a tethering option for my iPhone at a reasonable price... Well reasonable would really be ¥0 as I consider I'm already paying for the bandwidth and how I use it is none of Softbank's business. An "acceptable" price would be maybe ¥1,000.</p>
<p>Please tell me in the comments what you think about this campaign.</p>
<p><strong>Update:</strong> Very good point added in the comments by <a title="go directly to the comment" href="http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/comment-page-1/#comment-48430">Maddy</a>. If you get an iPad from Softbank for that campaign and remove the SIM card, never to use it again, you still get to download the Softbank WiFi roaming profile that lets you connect to all Softbank / FON / YahooBB / Tokyo Metro access points for free (that's a pretty extensive network in Tokyo) and a GPS to boot. That's a clear advantage over buying a WiFi only version from Apple for the exact same price.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=Z777kjbax6U:Dwyt9FkBJik:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=Z777kjbax6U:Dwyt9FkBJik:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/Z777kjbax6U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://w00kie.com/2011/10/11/is-softbanks-new-ipad-2-campaign-worth-it/</feedburner:origLink></item>
		<item>
		<title>Lady Homare of Greystoke</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/LYrUf3KsKKk/</link>
		<comments>http://w00kie.com/2011/09/04/lady-homare-of-greystoke/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 17:01:01 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[Me, myself and I]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=879</guid>
		<description><![CDATA[The other day as we were watching TV, my wife was saying that 沢穂希 (Homare Sawa), captain of Nadeshiko Japan the national women soccer team, should really keep her hair tied up under all circumstance lest she look like an &#8230; <a href="http://w00kie.com/2011/09/04/lady-homare-of-greystoke/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other day as we were watching TV, my wife was saying that <a title="Homare Sawa on wikipedia" href="http://en.wikipedia.org/wiki/Homare_Sawa">沢穂希</a> (Homare Sawa), captain of Nadeshiko Japan the national women soccer team, should really keep her hair tied up under all circumstance lest she look like an ape...</p>
<p><img class="aligncenter" title="Homare Sawa with her hair undone" src="/uploads/2011/09/homare-sawa.jpg" alt="" width="500" height="625" />To which I replied that comparing her to a monkey is a bit harsh, but she does look a bit like the <a title="Tarzan on wikipedia" href="http://en.wikipedia.org/wiki/Tarzan_of_the_Apes">Earl of Greystoke, Lord of the Apes</a>. As she looked at me dumbfounded, I realized she had never heard of the original Tarzan apart from the Disney adaptation. So I dug out a torrent of the movie <a title="Greystoke: The Legend of Tarzan, Lord of the Apes on imdb.com" href="http://www.imdb.com/title/tt0087365/">Greystoke</a> and we watched it together.</p>
<p><img class="aligncenter" title="The Earl of Greystoke, first major role of Christophe Lambert" src="/uploads/2011/09/greystoke.jpg" alt="" width="500" height="281" />The movie is just as good as I remember it from my childhood. It was <a title="Christophe Lambert on imdb.com" href="http://www.imdb.com/name/nm0000483/">Christophe Lambert</a>'s first major movie role. It was also <a title="Andie McDowell on imdb.com" href="http://www.imdb.com/name/nm0000510/">Andie McDowell</a>'s first role so next up on the movie list is <a title="Four Weddings and a Funeral on imdb.com" href="http://www.imdb.com/title/tt0109831/">"Four Weddings and a Funeral"</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=LYrUf3KsKKk:6JDaWmGbFbI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=LYrUf3KsKKk:6JDaWmGbFbI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/LYrUf3KsKKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2011/09/04/lady-homare-of-greystoke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2011/09/04/lady-homare-of-greystoke/</feedburner:origLink></item>
		<item>
		<title>Lantern Festival in Hiroshima</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/6YH9pDapzJE/</link>
		<comments>http://w00kie.com/2011/08/18/lantern-festival-in-hiroshima/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 15:25:20 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[japan]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[hiroshima]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=861</guid>
		<description><![CDATA[For the Obon summer vacations I went to see my wife's family in Hiroshima. Although I've been there 4 or 5 times before, it was the first time that my visit coincided with the anniversary of the atomic bomb blast &#8230; <a href="http://w00kie.com/2011/08/18/lantern-festival-in-hiroshima/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For the Obon summer vacations I went to see my wife's family in Hiroshima. Although I've been there 4 or 5 times before, it was the first time that my visit coincided with the anniversary of the atomic bomb blast on August 6th and the <abbr title="tourou nagashi">灯籠流し</abbr> — lantern festival. To commemorate the victims, we float tens of thousands of lanterns representing the dead's souls on the river in front of the <abbr title="genbaku doumu">原爆ドーム</abbr> — the A-bomb dome.</p>
<p><a href="http://www.flickr.com/photos/w00kie/6052562175/sizes/l/in/photostream/"><img class="aligncenter" title="灯籠流し -- Lantern Festival in Hiroshima" src="http://farm7.static.flickr.com/6197/6052562175_f01b849a17.jpg" alt="灯籠流し -- Lantern Festival in Hiroshima" width="500" height="334" /></a></p>
<p>Despite buying a nice Manfrotto tripod for the occasion, I'm a bit disappointed with my photos of the event... The conditions were not optimal, after queuing up for more than an hour to launch our lanterns on the river, I started shooting. But the unbearable heat (the high riverbanks blocking any wind and the hundreds of people crowding the launchpad and the bridge were not helping) as well as my wife and her friends clamoring for retreat towards a cold beer and plenty of wine at a nearby restaurants meant I took a mere 20 quick shots and left with my shirt completely soaked.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=6YH9pDapzJE:uEBLcsYLQsA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=6YH9pDapzJE:uEBLcsYLQsA:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/6YH9pDapzJE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2011/08/18/lantern-festival-in-hiroshima/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2011/08/18/lantern-festival-in-hiroshima/</feedburner:origLink></item>
		<item>
		<title>Impact of 3/11 disaster on Tokyo real estate marketing</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/hEirw-t8glw/</link>
		<comments>http://w00kie.com/2011/06/29/impact-of-311-disaster-on-tokyo-real-estate/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 14:44:18 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[japan]]></category>

		<guid isPermaLink="false">http://w00kie.com/?p=847</guid>
		<description><![CDATA[Now a bit past 3 months after the March 11th disaster in Japan, we can observe some trends of changes to different aspects of life here. Here is one thing I could see on the real estate business 震災後 (post-disaster): &#8230; <a href="http://w00kie.com/2011/06/29/impact-of-311-disaster-on-tokyo-real-estate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now a bit past 3 months after the March 11th disaster in Japan, we can observe some trends of changes to different aspects of life here. Here is one thing I could see on the real estate business <abbr title="shinsaigo">震災後</abbr> (post-disaster): there is a big focus on designing buildings that not only will withstand earthquakes, but will also help living conditions during the days or weeks without water/gas/electricity that follow as we continue to witness in Tohoku. Recently, on my way to work, I was handed a pamphlet outside my station for apartments for rent at a new building in Sugamo (Northern Tokyo). The 4xA4 page glossy paper advertisement shows on pages 1 &amp; 3 pretty pictures of the interior and modern amenities. The back page shows a plan of the neighborhood and touts 0 key money, 0 agent fees and free rent and parking space for 2 months (this was already becoming more common before March). Pretty much standard... But on page 2, something new: a full-page dedicated to the "防災 qualities" (disaster prevention) of the building. Here is a scan with some explanations:</p>
<p style="text-align: center;"><a href="/uploads/2011/06/mansion.pdf"><img class="aligncenter" title="mansion" src="/uploads/2011/06/mansion.jpg" alt="mansion" width="500" height="749" /></a></p>
<ol>
<li>The 2.2ha park in the middle of the grounds can hold 500 people camping for 1 week.</li>
<li>Storage rooms hold water reserves, batteries, lamps, covers, radios, emergency toilets and other emergency supplies.</li>
<li>Benches in the park can be converted to kitchen counter tops. The pergola can be tented over to provide shelter for refugees during bad weather. A line of multiple manholes is ready to set up emergency toilets.</li>
<li>The building is 7.4km along main arteries from Otemachi (the traditional business center of Tokyo) meaning that even if all trains are stopped after a big earthquake you can walk home in about one hour and a half.</li>
</ol>
<p>The <a title="Artis Nishigahara" href="http://park.itochu-artis.jp/">website for the building</a> also has a page on its <a title="防災マンション" href="http://park.itochu-artis.jp/community/">disaster prevention design</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=hEirw-t8glw:tjK09JI5F1Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=hEirw-t8glw:tjK09JI5F1Y:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/hEirw-t8glw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2011/06/29/impact-of-311-disaster-on-tokyo-real-estate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2011/06/29/impact-of-311-disaster-on-tokyo-real-estate/</feedburner:origLink></item>
		<item>
		<title>怪しいけど行きたい  @…</title>
		<link>http://feedproxy.google.com/~r/w00kie/~3/bIZBQKDKEFg/</link>
		<comments>http://w00kie.com/2010/11/12/%e6%80%aa%e3%81%97%e3%81%84%e3%81%91%e3%81%a9%e8%a1%8c%e3%81%8d%e3%81%9f%e3%81%84/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 12:24:44 +0000</pubDate>
		<dc:creator>w00kie</dc:creator>
				<category><![CDATA[Tweet]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://w00kie.com/2010/11/12/%e6%80%aa%e3%81%97%e3%81%84%e3%81%91%e3%81%a9%e8%a1%8c%e3%81%8d%e3%81%9f%e3%81%84/</guid>
		<description><![CDATA[怪しいけど行きたい @ ルパン http://instagr.am/p/OhqY/]]></description>
			<content:encoded><![CDATA[<p>怪しいけど行きたい @ ルパン <a href="http://instagr.am/p/OhqY/" rel="nofollow">http://instagr.am/p/OhqY/</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/w00kie?a=bIZBQKDKEFg:FaevFAwz0g8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/w00kie?i=bIZBQKDKEFg:FaevFAwz0g8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/w00kie/~4/bIZBQKDKEFg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://w00kie.com/2010/11/12/%e6%80%aa%e3%81%97%e3%81%84%e3%81%91%e3%81%a9%e8%a1%8c%e3%81%8d%e3%81%9f%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://w00kie.com/2010/11/12/%e6%80%aa%e3%81%97%e3%81%84%e3%81%91%e3%81%a9%e8%a1%8c%e3%81%8d%e3%81%9f%e3%81%84/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: w00kie.com @ 2012-05-29 11:01:29 -->

