<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.quiva.net/index.php?/feeds/atom.xml" rel="self" title="Quiva Blog" type="application/atom+xml" />
    <link href="http://www.quiva.net/"                        rel="alternate"    title="Quiva Blog" type="text/html" />
    <link href="http://www.quiva.net/rss.php?version=2.0"     rel="alternate"    title="Quiva Blog" type="application/rss+xml" />
    <title type="html">Quiva Blog</title>
    <subtitle type="html">Design, marketing and unrelated rantings from Tokyo.</subtitle>
    <icon>http://www.quiva.net/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://www.quiva.net/</id>
    <updated>2010-02-17T16:26:33Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.2">Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.quiva.net/index.php?/archives/64-Look-over-here!.html" rel="alternate" title="Look over here!" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2010-02-17T16:21:32Z</published>
        <updated>2010-02-17T16:26:33Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=64</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/64-guid.html</id>
        <title type="html">Look over here!</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                In case you haven't noticed, this blog has been seriously neglected!  If you're interested in what I'm up to know check out one of the following posterous blogs.<br />
<br />
<a href="http://greglane.posterous.com/" title="http://greglane.posterous.com/">http://greglane.posterous.com/</a> (personal)<br />
<a href="http://blog.fusionbureau.com/" title="http://blog.fusionbureau.com/">http://blog.fusionbureau.com/</a> (business)<br />
<br />
The first is only slightly less neglected than this blog.  I'm a contributor to the second.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/63-Emobile-on-Ubuntu-Linux.html" rel="alternate" title="Emobile on Ubuntu Linux" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2008-04-24T17:03:00Z</published>
        <updated>2008-04-24T17:07:53Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=63</wfw:comment>
    
        <slash:comments>4</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/6-technology" label="technology" term="technology" />
    
        <id>http://www.quiva.net/index.php?/archives/63-guid.html</id>
        <title type="html">Emobile on Ubuntu Linux</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                --- Warning!  ---<br />
<br />
The following departs from the usual topics of my blog and is probably only of interest if you use Ubuntu or you hate Ubuntu and would like a good reason to diss it.<br />
<br />
-------------------<br />
<br />
<div class="serendipity_imageComment_left" style="width: 110px"><div class="serendipity_imageComment_img"><a class='serendipity_image_link' href='http://www.quiva.net/quivablog/uploads/V6010060.JPG'><img width='110' height='83'  src="http://www.quiva.net/quivablog/uploads/V6010060.serendipityThumb.JPG" alt="" /></a></div><div class="serendipity_imageComment_txt">Emobile D02HW</div></div>Recently as a result of having to move out of our place while it was being done up, I was deprived of internet access while not at work.  So, I went down to Bic Camera and bought me one of these flash new cellular data cards.  Actually it's not so much a card as a USB device.  The Emobile D02HW claims a maximum data throughput of 7.2Mbits/s and the service provides more or less nationwide coverage through a roaming agreement with NTT DoCoMo.<br />
<br />
Getting it going in Ubuntu was quite a mission - but I did it!  As is usual with these types of things, Japanese language forums have quite a bit more info than is available in English.<br />
<br />
So here is my set-up and how I did it. (no guarantees for you!)<br />
<br />
Environment:<br />
Sharp PC-CS30H lap top running Ubuntu Linux 7.10 (Gutsy Gibbon)<br />
<br />
Getting it going!<br />
1. Plug in the modem BEFORE you switch on your computer.  I can't get it to recongnise the modem if I plug it  in after I've started up Ubuntu.<br />
2. Do not use gnome-ppp as recommended in other forums.  I absolutely could not get this to work.<br />
3. Open a terminal and type 'sudo pppconfig'<br />
4. From the pppconfig utility that pops up, select 'create a connection'.  Call it emobile-ppp and hit &lt;enter&gt;<br />
5. Change the settings to those shown in the image below.<br />
<br />
<img width='600' height='417' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.quiva.net/quivablog/uploads/pppconfig-scr-shot.png" alt="" /><br />
<br />
6. Save the emobile-ppp profile and quit pppconfig<br />
<br />
Now here is where it gets a bit weird - perhaps this is just my set-up, but it works for me.<br />
<br />
7. Change (still in terminal) to the /etc/ppp/ directory<br />
8. Type 'sudo pon emobile-ppp'<br />
<br />
This will not connect you to the internet, it should but it doesn't!<br />
<br />
9. After a few seconds type sudo poff<br />
10. Type 'sudo pon emobile-ppp' again.<br />
<br />
Within a few seconds you should be connected.  For some reason running 'pon' and then 'poff' seems to reset the modem so you can connect when you run 'pon' for a second time.<br />
<br />
11. To diconnect from emobile type 'sudo poff'.<br />
<br />
This took two weeks of trial and error!  Speed is OK, but I'm getting nothing like 7.2Mbits/s.  The best I've seen is about 2.5Mbit/s.  It often drops down to about 600Kbit/s - presumably when it's roaming on the DoCoMo network.<br />
<br />
Although my experience could be seen as negative, the fact is, despite not being supported by E-Mobile, this is running on Ubuntu.  If you hack around enough, you can do ANYTHING on this OS.  Check out <a href="http://www.ubuntu.com/"  title="Ubuntu Linux">ubuntu.com</a> for the latest lovely flavour of Ubuntu - version 8.04.<br />
<br />
<br />
<br />
<br />
  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/62-New-Business-Round-up-on-Japan-Inc..html" rel="alternate" title="New Business Round-up on Japan Inc." />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2008-03-28T15:53:33Z</published>
        <updated>2008-03-28T15:53:33Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=62</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/2-marketing" label="marketing" term="marketing" />
    
        <id>http://www.quiva.net/index.php?/archives/62-guid.html</id>
        <title type="html">New Business Round-up on Japan Inc.</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                It's been out for a while now, but if you haven't seen it, you might want to check out my column in Japan Inc. - entitled '<a href="http://www.japaninc.com/mgz_mar-apr_2008_trends-in-japan"  title="Business Break">Business Break</a>'.<br />
<br />
It's basically a wrap-up of new, interesting and innovative business news from Japan.  It's a little internet/tech heavy at present, but I hope to have a little more balance in the next one.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/61-Drunken-Building-Aoyama.html" rel="alternate" title="Drunken Building - Aoyama" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2008-03-13T15:23:18Z</published>
        <updated>2008-03-13T22:00:44Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=61</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=61</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/61-guid.html</id>
        <title type="html">Drunken Building - Aoyama</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Although at first I thought it was I who was the drunken one, I eventually realised that this building has a subtly disorientating skewed tilt.  From certain angles it almost appears to defy perspective - walk around the building a little more and you're likely to walk into a lamp post as it screws with your brains natural gyroscope.<br />
<br />
<div class="serendipity_imageComment_left" style="width: 371px"><div class="serendipity_imageComment_img"><img width='371' height='500'  src="http://www.quiva.net/quivablog/uploads/drunken-building1.jpg" alt="" /></div><div class="serendipity_imageComment_txt">It looks almost normal here.</div></div><br />
<br />
Right here I was going to give you some info about the building and the architect, but I'm unable to find anything about it on the net.  I'll update this once I take a look at the sign on the construction fence.<br />
<br />
<div class="serendipity_imageComment_left" style="width: 375px"><div class="serendipity_imageComment_img"><img width='375' height='500'  src="http://www.quiva.net/quivablog/uploads/drunken-building2.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Now do you believe me?</div></div><br />
  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/60-Heizo-Takenaka-Hates-Heritage.html" rel="alternate" title="Heizo Takenaka Hates Heritage" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2008-01-24T15:39:00Z</published>
        <updated>2008-01-24T15:45:53Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=60</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/1-architecture" label="architecture" term="architecture" />
    
        <id>http://www.quiva.net/index.php?/archives/60-guid.html</id>
        <title type="html">Heizo Takenaka Hates Heritage</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The newly privatised Japan Post announced late last year that it was planning to tear down the Tokyo central post office in Otemachi, near the exit from Tokyo Station.<br />
<br />
The 5 storey building was completed in 1931 and is reported to be in a pretty dilapidated state.  As one of the last remaining notable buildings in central Tokyo still standing from this era, the Japan Institute of Architects has called for it's preservation.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 512px"><div class="serendipity_imageComment_img"><img width='512' height='384'  src="http://www.quiva.net/quivablog/uploads/tokyo-central.jpg" alt="" /></div><div class="serendipity_imageComment_txt">image courtesy of <a href="http://picasaweb.google.com/lh/photo/xUJ2Ov7wI2bC4zy7J8CofQ"  title="Derek's Picasa Album">Derek's Picasa Album</a></div></div><br />
<br />
Unfortunately, Heizo Takenaka, fomer Minister of Finance under Junichiro Koizumi and one of the strongest proponents of postal privatisation seems to be all ready with his own crowbar to start gleefully tearing the building to pieces.  The most recent <a href="http://www.accj.or.jp/content/offerings/pub/journal"  title="ACCJ Journal">American Chamber of Commerce Japan Journal</a> featured an interview with their 'Man of the Year' (aren't they about 5 years too late?) in which he stated <br />
<blockquote>"... it’s important for Mr. Nishikawa to demonstrate some initial success, however modest, and I hope he is able to do so. If, for example, the Post Office in front of Tokyo Station is rebuilt and people like it, that would project progress — and doing so is a key test for privatization."</blockquote><br />
<br />
Although, Takenaka has a lot less influence than he did under Koizumi, I think this pretty much seals it.  It's doomed!  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/59-Just-the-Christmas-gift-for-the-Japanese-person-in-your-life.html" rel="alternate" title="Just the Christmas gift for the Japanese person in your life" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-12-18T16:18:00Z</published>
        <updated>2007-12-18T16:23:12Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=59</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/2-marketing" label="marketing" term="marketing" />
    
        <id>http://www.quiva.net/index.php?/archives/59-guid.html</id>
        <title type="html">Just the Christmas gift for the Japanese person in your life</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Had a browse through the JR East in-carriage shopping catalogue on the weekend.  While containing more or less the same kind of er... crap that you find in western shopping catalogues, a couple of uniquely Japanese (perhaps) items grabbed my attention.<br />
<br />
First there is the triangular cushion that makes sitting in the 'Seiza' position more comfortable.  'Seiza' literally means 'correct sitting position'.  This involves sitting with bent knees with your feet under your bottom.  If you don't think that is a particularly painful way to sit for long periods of time, perhaps <a href="http://cryptome.org/gitmo5/pict38.jpg"  title="prisoners guantanamo bay">you should ask these guys</a>.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 431px"><div class="serendipity_imageComment_img"><img width='431' height='600'  src="http://www.quiva.net/quivablog/uploads/seiza.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Now you can sit like this for hours.</div></div><br />
<br />
The second is the 'Desk Pillow'.  This is pretty self explanatory, but beggars the question - if you are that tired, why don't you just go home?  The seiza cushion also deifies logic to an extent.  Instead of making it more comfortable to sit in the seiza position, why not just change your sitting position?  The reason of course is that Japanese society/culture necessitates that people put up with the particular behaviour.  That said, I'm not sure if the desk cushion will catch on! <br />
<br />
<div class="serendipity_imageComment_center" style="width: 450px"><div class="serendipity_imageComment_img"><img width='450' height='600'  src="http://www.quiva.net/quivablog/uploads/desk_pillow.jpg" alt="" /></div><div class="serendipity_imageComment_txt">The need for sleep need no longer be a barrier to working long hours</div></div>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/58-Reg-Langes-predictions-for-Japan-in-2008.html" rel="alternate" title="Reg Lange's predictions for Japan in 2008" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-12-17T04:54:37Z</published>
        <updated>2007-12-17T04:54:37Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=58</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/58-guid.html</id>
        <title type="html">Reg Lange's predictions for Japan in 2008</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Reg Lange - an old friend and something of a legend amongst freelance journalists in Japan has written a piece on predictions for 2008.<br />
<br />
Check it out on seekjapan.jp (the same people who do Japanzine)<br />
<br />
http://www.seekjapan.jp/article/1398/Highly+Possible+Predictions+for+2008<br />
<br />
He's a smart lad that Reg.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/57-Welcome-to-Japan,-terrorist.html" rel="alternate" title="Welcome to Japan, terrorist" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-11-21T19:36:27Z</published>
        <updated>2007-11-21T20:24:35Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=57</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=57</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/7-rant" label="rant" term="rant" />
    
        <id>http://www.quiva.net/index.php?/archives/57-guid.html</id>
        <title type="html">Welcome to Japan, terrorist</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Yesterday saw the introduction of compulsory fingerprinting and photographing of all foreigners entering Japan.  Similar to the US Visit programme which similarly treats all foreign visitors as potential terrorists, the system will store your data (unless you are Japanese) indefinitely in a database.  Sharing the data with the US has not been ruled out either.<br />
<br />
Not being a big fan of this system at all, I decided to attend an Amnesty International organised protest outside the Japanese Justice Ministry in Kasumigaseki yesterday.  Given that there are hundreds of thousands of foreigners in Tokyo, the 100 odd turnout (both foreigners and Japanese) was a bit pathetic.  Respect to those who turned up though - with the huge media contingent and the small number of people protesting, each person was making a very public stand against this ridiculous policy.<br />
<br />
Below are some photos taken at the demonstration.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/fingerprinting-protest.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Standing up for their rights</div></div><br />
<br />
This is from the middle of the protest - there was a trickle of people turning up so the final number was probably about 100.  Some ordinary people gave some very passionate, heartfelt speeches.  One woman despaired that she had been married to a Japanese man for 45 years, had Japanese children and grand-children but would be treated like a criminal from now on when returning to her home in Japan.  Some 'Zainichi' Koreans pointed out that not all Zainichi had the status that would exempt them from this measure.  They also explained that family members in Korea will now refuse to visit Japan because of this new law.  Given the importance of places like Korea and China as sources for inbound tourism, this is going to have a big impact.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/media-at-fingerprinting-protest.jpg" alt="" /></div><div class="serendipity_imageComment_txt">The media 'scrum'</div></div><br />
<br />
I have never seen so many media in a single place.  There goes the anonymity of being part of a crowd.  If there was a government snoop with a camera there then I might have got myself on a list of dangerous subversives!<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/uptight-policemen.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Uptight policemen</div></div><br />
<br />
The police were generally well behaved.  They were very silly about people crossing the chain at the top of the steps and approaching the building though.  A mother with a child in a baby buggy was told that she could not stay on their side of the chain and that she had to join the crowd on the other side. <br />
<br />
Read more about this issue at <a href="http://www.debito.org/index.php/?p=735"  title="debito.org">Arudo Debito's blog</a>.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/56-New-Zealand-Paradise-Week-2007,-Roppongi-Hills.html" rel="alternate" title="New Zealand Paradise Week 2007, Roppongi Hills" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-11-20T15:17:49Z</published>
        <updated>2007-11-20T16:14:28Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=56</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=56</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/56-guid.html</id>
        <title type="html">New Zealand Paradise Week 2007, Roppongi Hills</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The 17th and 18th of October saw the biggest New Zealand themed festival ever to be held in Japan at the Roppongi Hills Arena.  It was part of '<a href="http://www.newzealand.com/travel/ja/about-nz/features/ja-nz-paradise-week/ja-nz-paradise-week_home.cfm"  title="New Zealand Paradise Week 2007 (site in Japanese!)">New Paradise Week 2007</a>' which also features events until Friday this week at the <a href="http://www.travelcafe.co.jp/shop/nzroppongi/"  title="NZ Travel Cafe Roppongi - Site in Japanese!">New Zealand Travel Cafe</a> in Roppongi.<br />
<br />
While the shipped in plants, the fiberglass waterfall, the surrounding skyscrapers and the throngs of people weren't exactly evocative of New Zealand, the music, food and the general vibe definitely was. <br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/nz-fashion-tokyo.jpg" alt="" /></div><div class="serendipity_imageComment_txt">New Zealand Fashion Show</div></div><br />
<br />
<div class="serendipity_imageComment_center" style="width: 500px"><div class="serendipity_imageComment_img"><img width='500' height='667'  src="http://www.quiva.net/quivablog/uploads/tui-in-japan.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Tui in Japan? - Yeah, right.</div></div><br />
<br />
There were a few NZ beers on sale but not a huge range.  I really don't know why they would want to push Tui into Japan.  I heard one Japanese patron remark 'mazui!' (disgusting) after sampling some Tui - it's got way too much malt in it for the average Japanese palate.  They also had a couple of varieties of Monteiths - a far superior beer and probably much more palatable to the average Japanese.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/obligatory-queue.jpg" alt="" /></div><div class="serendipity_imageComment_txt">It's not worth going if there isn't a queue!</div></div><br />
<br />
This was actually only the first 1/3 of the queue.  If they do this again (I heard a rumour it may be bi-annual) the organisers should look for a bigger arena.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/kapa-haka-roppongi.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Japan based Kapa Haka group Nga Hau E Wha </div></div><br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/rhombus-roppongi.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Multicultural Wellington Super-group Rhombus</div></div><br />
<br />
This was my first time to see Rhombus playing live.  I really liked the deep base dub rhythms.  Also, their enthusiasm was completely infectious.  Just what you need on a really cold day in November.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/55-Hitman-Co..html" rel="alternate" title="Hitman &amp; Co." />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-11-09T17:27:08Z</published>
        <updated>2007-11-09T17:27:08Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=55</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/55-guid.html</id>
        <title type="html">Hitman &amp; Co.</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                If you have an appointment at Hitman &amp; Co. near Yoyogi-Koen station, you might want to consider cancelling.  The red er... let's just call them 'blotches' in front of their entrance suggest that an appointment at 'Hitman' may be your last!<br />
<br />
<img width='450' height='600' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.quiva.net/quivablog/uploads/hitman.jpg" alt="" />  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/54-Nothing-better-to-do-....html" rel="alternate" title="Nothing better to do ..." />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-11-07T20:31:42Z</published>
        <updated>2007-11-07T20:31:42Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=54</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=54</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/7-rant" label="rant" term="rant" />
    
        <id>http://www.quiva.net/index.php?/archives/54-guid.html</id>
        <title type="html">Nothing better to do ...</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The opening of Krispy Kreme's second Tokyo branch in a basement in Yurakucho goes to show that there are thousands of people in Tokyo with absolutely nothing better to do on a Sunday than line up for one hour and forty-five minutes for a doughnut.<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='450'  src="http://www.quiva.net/quivablog/uploads/kk-yurakucho.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Krazy Krispy Kreme Kueue</div></div><br />
<br />
This photo was taken a couple of weekends ago.  Presumably the wait is down to less than an hour and a half by now.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/53-Failed-Foreign-Businesses-in-Japan.html" rel="alternate" title="Failed Foreign Businesses in Japan" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-10-25T14:58:26Z</published>
        <updated>2007-10-25T14:58:26Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=53</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/53-guid.html</id>
        <title type="html">Failed Foreign Businesses in Japan</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                This has been out for a while now but if you're interested, please take a look at the article I wrote for Japan Inc magazine.<br />
<a href="http://www.japaninc.com/mgz_sep-oct_2007_issue_failed-businesses"  title="Japan Inc. Failed Businesses"><br />
http://www.japaninc.com/mgz_sep-oct_2007_issue_failed-businesses</a>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/52-Krispy-Kreme.html" rel="alternate" title="Krispy Kreme" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-10-16T17:02:00Z</published>
        <updated>2007-11-08T16:15:46Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=52</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/2-marketing" label="marketing" term="marketing" />
            <category scheme="http://www.quiva.net/index.php?/categories/7-rant" label="rant" term="rant" />
    
        <id>http://www.quiva.net/index.php?/archives/52-guid.html</id>
        <title type="html">Krispy Kreme</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Just when you thought it was insane to <a href="http://www.youtube.com/watch?v=XU4MaPkMz9M"  title="The Krispy Kreme Queue">queue for hours and hours to buy doughnuts</a>, how about queuing for hours to buy doughnuts then lugging six boxes of them for five hours on the train up to Hirosaki in Aomori prefecture?!  On a recent visit to said place, I spotted the family below.  There's actually another bag hidden that is the same size as the one you can see - almost half their baggage was doughnuts!<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><div class="serendipity_imageComment_img"><img width='600' height='427'  src="http://www.quiva.net/quivablog/uploads/krispy_kreme_hirosaki.jpg" alt="" /></div><div class="serendipity_imageComment_txt">Krispy Kreme comes to Aomori prefecture.</div></div><br />
<br />
Along with queuing for hours for each ride at Tokyo Disney, it would seem that queuing at Krispy Kreme is now also an essential part of the Tokyo experience for visitors to the big city.<br />
<br />
This did get me thinking though.  After watching the excellent Canadian documentary '<a href="http://www.thecorporation.com/"  title="The Corporation">The Corporation</a>' and in particular a piece about 'undercover marketing', it struck me that it could actually make good sense for a company to PAY PEOPLE TO QUEUE!  In Japan, long, long queues are recognised as a sign of the success and popularity of a store.  Perhaps in contrast to the west, queues attract people rather than put them off.  So, paying 200 students 800yen an hour to queue up outside my store for 8 hours a day, for two days, would only cost about 2.5 million yen.  Hopefully, after two days, the paid queuers would be replaced by the real article and suddenly I'd be generating huge free publicity.<br />
<br />
According to <a href="http://www.transpacificradio.com/2007/10/15/nova-protests-or-lack-thereof-and-krispy-kreme-vs-burger-king/"  title="Trans Pacific Radio">Trans Pacific Radio</a>, one hour long waits still persist at Krispy Kreme's Shinjuku branch.  It would be appropriate to finish with a quote from Homer Simpson 'Hmmm... Donuts', but I don't actually like them so that would be insincere.<br />
<br />
  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/51-Kisho-Kurokawa-1934-2007.html" rel="alternate" title="Kisho Kurokawa 1934-2007" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-10-16T16:05:08Z</published>
        <updated>2007-10-16T16:36:37Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=51</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=51</wfw:commentRss>
    
            <category scheme="http://www.quiva.net/index.php?/categories/1-architecture" label="architecture" term="architecture" />
    
        <id>http://www.quiva.net/index.php?/archives/51-guid.html</id>
        <title type="html">Kisho Kurokawa 1934-2007</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_left" style="width: 77px"><div class="serendipity_imageComment_img"><img width='77' height='120'  src="http://www.quiva.net/quivablog/uploads/kisho_kurokawa.jpeg" alt="" /></div><div class="serendipity_imageComment_txt">Kisho Kurokawa.  Died, October 12th.</div></div>Yesterday, I picked up a two day old newspaper to discover that <a href="http://en.wikipedia.org/wiki/Kisho_Kurokawa"  title="Kisho Kurokawa">Kisho Kurokawa</a> had passed away at the relatively spritely age of 73.<br />
<br />
Kurokawa was one of Japan's great modern architects.  His legacy, through such buildings as the <a href="http://www.quiva.net/quivablog/index.php?/archives/3-The-National-Art-Center,-Tokyo.html"  title="The National Art Center Tokyo - Kisho Kurokawa">National Art Center Tokyo</a>, will no doubt be enjoyed for a long time.  It will be interesting to see the fate of the <a href="http://en.wikipedia.org/wiki/Nakagin_Capsule_Tower"  title="The Nakajin Capsule Tower">Nakajin Capsule Tower</a> in Shimbashi now that the respected and eloquent voice of Kurokawa is not there to defend it.<br />
<br />
Although the sudden death of someone in their 70s can hardly said to be unusual, Kurokawa really seemed to be full of vitality and was just as prolific as ever.  The video below (in Japanese) mainly concentrates on his (not so successful) political career but things like his glass sided election car indicate the original approach he had to just about everything.<br />
<br />
<div align="center"><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/k0WZVrjelSA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/k0WZVrjelSA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></div>  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.quiva.net/index.php?/archives/50-Kawaii-Coffee.html" rel="alternate" title="Kawaii Coffee" />
        <author>
            <name>Greg Lane</name>
                    </author>
    
        <published>2007-10-09T14:56:36Z</published>
        <updated>2007-10-09T15:01:16Z</updated>
        <wfw:comment>http://www.quiva.net/wfwcomment.php?cid=50</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.quiva.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    
    
        <id>http://www.quiva.net/index.php?/archives/50-guid.html</id>
        <title type="html">Kawaii Coffee</title>
        <content type="xhtml" xml:base="http://www.quiva.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                You know you're in Japan when your cappuccino is served complete with a teddy bear pattern on top.  I thought the silver fern that you get on a flat white in New Zealand was impressive but this is a work of art!<br />
<br />
<div class="serendipity_imageComment_center" style="width: 600px"><img width='600' height='450' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.quiva.net/quivablog/uploads/cute_teddy_bear_coffee.jpg" alt="" /><div class="serendipity_imageComment_txt">Cute Teddy Bear face on my cappuccino at a cafe in Omotesando.</div></div>  
            </div>
        </content>
        
    </entry>

</feed>