<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>The Fishbowl</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/" />
    <link rel="self" type="application/atom+xml" href="http://fishbowl.pastiche.org/atom.xml" />
    <id>tag:fishbowl.pastiche.org,2008-03-22://1</id>
    <updated>2009-06-21T23:24:52Z</updated>
    <subtitle>tail -f /dev/mind &gt; blog</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Open Source 4.1</generator>

<entry>
    <title>On the iPhone App Store’s Prohibition of Emulators</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/06/22/on_the_iphone_app_stores_prohi/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1717</id>

    <published>2009-06-21T22:51:59Z</published>
    <updated>2009-06-21T23:24:52Z</updated>

    <summary>I was chatting to a developer from a competing phone company at JavaOne, and he was telling me how annoying the competition found Apple&apos;s ability to turn the negatives of their platforms into positives.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>Recently in the news, a Commodore 64 emulator with a bunch of legally licensed games <a href="http://toucharcade.com/2009/06/20/full-commodore-64-emulator-rejected-from-app-store/">was rejected from the iPhone App Store</a>. Normally this would be a simple case of “didn’t you read the license agreement?” except that apparently they had previously run the idea past Apple Europe to positive response.</p>

<p>I was chatting to a developer from a competing phone company at JavaOne, and he was telling me how annoying the competition found Apple's ability to turn the negatives of their platforms into positives.</p>

<p>The example he gave me was security. Other phone manufacturers have to go to great lengths to sandbox third-party applications, building a complex security model to defend against malware. Apple instead said ‘screw that’ and moved the security model up a level into the app store. I'm sure it's possible to get a malicious app approved, but it would involve registering as a developer and writing a potentially commercially viable app that would pass Apple's quality control, and Apple could throw the kill switch on it the moment they discovered it was malware.</p>

<p>This is the root of the ‘no emulators’ provision. Apple needs to control the code running on the iPhone. Emulators open the door to unapproved code. Hence emulators can not be approved.</p>

<p class="aside">It is likely a <span class="caps">C64 </span>emulator would itself protect the iPhone from malicious apps, since emulated apps already run in the sandbox of emulated hardware. Sure, Apple wants to control the content on the phone, but given the new capabilities of iPhone 3.0, how are downloadable games different from any other kind of in-app purchasable content pack? This is what happens to rules once they are written down and removed from the reasoning behind them.</p>

<p>Certainly, Apple could go the extra mile and build a better application sandbox for the iPhone. But this just turns into the classic software development scheduling problem: ‘Sure, we can do that. We can do anything you want. Just tell me which three features I should cut from the next release to get it done.’</p>

<p>Interestingly enough on the same trip I ran into a developer who was dipping his toe in Android development. He told me his second biggest frustration<sup>1</sup> was the hardware. He was developing some cool graphical/physics demos, but even being sure that they could run smoothly on arbitrary Android phones, or even run without crashing, was turning out to be far too much work.</p>

<p>Once more, it's turning a weakness into a strength. Apple controls the iPhone hardware and the software that runs on it, against all the ‘hey, didn’t the open PC platform win?’ logic of the industry. Turns out that's the same logic that attracts games developers to the predictable hardware and software of consoles, despite the license hassles and limited hardware, over trying to tame the beast of PC gaming.</p>

<p class="aside">Originally <a href="http://www.reddit.com/r/technology/comments/8uah7/full_commodore_64_emulator_rejected_from_app_store/c0agm49">a reddit comment</a></p>

<p><sup>1</sup> The first, apparently, being the primitive implementation of the Java Virtual Machine. <a href="http://developer.android.com/guide/practices/design/performance.html">These performance tips</a> read like the sort of advice you'd give a 1990’s era Java developer, which makes sense once you discover the VM <a href="http://blogs.sun.com/jrose/entry/with_android_and_dalvik_at">lacks a <span class="caps">JIT </span>compiler</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>After WWDC</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/06/17/after_wwdc/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1716</id>

    <published>2009-06-16T20:34:50Z</published>
    <updated>2009-06-16T21:43:53Z</updated>

    <summary>ne of the cool things about WWDC is that for the most part, the libraries and APIs that are unveiled to developers are the stuff that Apple has been using to develop the software that runs, and runs on the next version of Mac OS X, and now feels are mature enough to make available to third party developers. </summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
        <category term="apple" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="nerd" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>I spent most of last week at <a href="http://developer.apple.com/WWDC/">Apple’s Worldwide Developers Conference</a>. <span class="caps">WWDC </span>one of those things I do every couple of years and the first question I always get when I mention this is ‘Why?’ As a Java developer whose only Mac coding is spare-time hobbyist playing around, what's the value to me of going to an Apple developer conference?<sup>1</sup></p>

<p>The obvious answer is ‘because I learn stuff’. I can't tell you exactly what because of the blanket <span class="caps">NDA </span>that covers everything after the Keynote address, but I can give some idea of where I'm coming from. I've always felt that attending was valuable to my education as a general purpose nerd, but I think the reason only really became clear to me in the [Redacted] session when Bertrand Serlet described how Apple [Redacted].</p>

<p>I'm not going to mention any particular companies or products here, but one thing that seems to happen far too often at major keynote tech conferences is The New Direction. Some great new programming language, environment or set of <span class="caps">API</span>s are unveiled as the great new way that <em>you</em> are going to write software in the future, but it quickly becomes obvious that the people selling you this technology simply aren't using it themselves for anything important.</p>

<p>One of the cool things about <span class="caps">WWDC </span>is that for the most part, the libraries and <span class="caps">API</span>s that are unveiled to developers are the stuff that <em>Apple</em> has been using to develop the software that runs, and runs on the next version of Mac OS X, and now feels are mature enough to make available to third party developers. The talks are littered with examples of how a new <span class="caps">API </span>allowed some team to delete <em>this</em> much boilerplate code, or allowed them to implement one of the new features showcased in the keynote <em>this</em> much faster.</p>

<p>It makes a refreshing change. It's far more interesting for me to sit in a session about Grand Central Dispatch and learn how it has already made some application I use every day substantially more efficient, than it is to learn that some new <span class="caps">API </span>is conceptually better, works really well in this demo, but the vendor haven’t themselves written any shipping code that makes use of it.</p>

<p>So one thing <span class="caps">WWDC </span>provides me is a showcase of ways in which a company that controls a suite of applications, the OS those applications run on <em>and</em> the developer tools used to develop those applications solves some pretty substantial engineering problems, and how it turns those solutions into publicly consumable <span class="caps">API</span>s.</p>

<p>Which, I think, is pretty damned useful.</p>

<p><sup>1</sup> Beyond simple fanboyism, which I must admit still plays a non-trivial part in my decision to attend, and the fact that I seem to be in San Francisco at around that time on other business anyway.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Two countries separated by a big ocean.</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/05/08/two_countries_separated_by_a_b/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1715</id>

    <published>2009-05-07T23:03:28Z</published>
    <updated>2009-05-27T02:13:19Z</updated>

    <summary>A recent comment on an internal Atlassian blog tries to sum up the subtle social dynamics involved in coordinating work between San Francisco and Sydney.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<blockquote><p>I guess it could just be another case of “Thanks for coming in today” vs. “<a href="http://www.youtube.com/watch?v=1EY7lYRneHc"><span class="caps">HTFU</span></a>”.</p></blockquote>

<p>A recent comment on an internal Atlassian blog sums up the subtle social dynamics involved in maintaining offices in San Francisco and Sydney.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Swine Flu FAQ</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/28/swine_flu_faq/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1714</id>

    <published>2009-04-28T00:48:40Z</published>
    <updated>2009-05-27T02:13:04Z</updated>

    <summary>According to the CDC, swine influenza A (H1N1) is a flu virus that normally infects pigs. Occasionally the virus mutates so that it can infect humans, and since the human immune system is not properly equipped to deal with the virus it can be quite a serious infection.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<h3>What is swine flu?</h3>

<p><a href="http://www.cdc.gov/swineflu/">According to the Center for Disease Control</a>, swine influenza A (H1N1) is a flu virus that normally infects pigs. Occasionally the virus mutates so that it can infect humans, and since the human immune system is not properly equipped to deal with the virus it can be quite a serious infection.</p>

<h3>Is swine flu dangerous?</h3>

<p>The exact danger is not known. On one hand, existing flu vaccinations are unlikely to protect against swine flu. On the other, so far it seems that swine flu can be treated with common retroviral medication. In the <span class="caps">USA, </span>the <span class="caps">CDC </span>has released a quarter of its stockpile of these drugs to treat the current outbreak.</p>

<h3>What are the symptoms of swine flu?</h3>

<p>At first the virus presents with normal flu symptoms: a cough, fever, sore throat, body aches, chills and fatigue. As the disease advances sufferers may experience diarrhea or vomiting. Once the disease reaches its final stages, sufferers will experience hair loss, gradual pinkening of the skin, facial swelling that causes the patient's nose to widen and flatten, and an intense urge to roll in mud.</p>

<h3>Are there other variants of swine flu?</h3>

<p>Most, if not all of the fatal cases related to swine flu have been in Mexico, but it is not yet known if these deaths were caused by a more dangerous strain of the flu, or just because of differences in available medical treatment. In addition, some cases of swine flu outside of the <span class="caps">USA </span>have been reported to be thicker and less crispy than the American counterparts. (This variant has been named “Canadian Swine Flu”).</p>

<h3>How did <span class="caps">H1N1 </span>pass from pigs to humans?</h3>

<p>The <span class="caps">CDC </span>are performing an in-depth study to attempt to trace the flu back to its original source. So far they have been unsuccessful, but they have come up with the following composite drawing of “Patient 0”. Anyone who knows someone who fits this description who may have recently visited Mexico should immediately contact the authorities.</p>

<p><img style="display: block; margin-left: auto; margin-right: auto" src="http://fishbowl.pastiche.org/archives/pictures/swine-flu-patient-zero.jpg" width="291" height="250" alt="" title="Patient Zero" /></p>]]>
        
    </content>
</entry>

<entry>
    <title>One of these things…</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/28/one_of_these_things/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1713</id>

    <published>2009-04-27T21:24:55Z</published>
    <updated>2009-06-05T19:13:42Z</updated>

    <summary>…is not like the other.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p><a href="http://www.google.com/search?q=bacon"><img alt="(the results of an image search for bacon [sorry, this is a visual gag])" title="I mean, I like bacon. But what's the point if it’s raw?" src="http://fishbowl.pastiche.org/archives/pictures/bacon-image-search.png" width="527" height="171" /></a></p>

<p>…is not like the other.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Geocities</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/26/geocities/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1712</id>

    <published>2009-04-26T05:25:27Z</published>
    <updated>2009-05-27T02:12:39Z</updated>

    <summary>I never used Geocities, but I can&apos;t help agreeing that even if Yahoo! is going to discontinue the service, they shouldn&apos;t let all that content just drop into the bit bucket of history.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>I never used Geocities, but I can't help agreeing that even if Yahoo! is going to discontinue the service, they shouldn't let all that content just drop into the bit bucket of history.</p>

<blockquote><p>It’s cute and pithy to say “Well, good fucking riddance to Geocities”.… Many pages are amateurish. A lot have broken links, even internally. The content is tiny on a given page. And there are many sites which have been dead for over a decade. But please recall, if you will, that for hundreds of thousands of people, this was their first website. This was where you went to get the chance to publish your ideas to the largest audience you might ever have dreamed of having.… In a world where we get pissed because the little <span class="caps">GIF </span>throbber stays for 4 seconds instead of the usual 1, this is all quaint. But it’s history. It’s culture. It’s something I want to save for future generations. – <a href="http://ascii.textfiles.com/archives/1956">Jason Scott</a></p></blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>#herebeforeyouidiots</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/20/herebeforeyouidiots/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1711</id>

    <published>2009-04-20T06:43:27Z</published>
    <updated>2009-05-27T02:12:25Z</updated>

    <summary>…dear Twitterers. If you actually give a shit that you were #herebeforeoprah, you&apos;re doing it wrong.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>To recap. </p>

<p>First <a href="http://twitter.com/aplusk">Ashton</a> and <a href="http://twitter.com/mrskutcher">Demi</a> were like, <strong><span class="caps">OMG</span> Twitter!</strong> and then Larry and Ashton were like, <a href="http://www.abcnews.go.com/Technology/CelebrityCafe/story?id=7333629&amp;page=1"><span class="caps">OMG,</span> Twitter</a>! and then Oprah was like, <a href="http://twitter.com/oprah"><span class="caps">OMG</span> Twitter</a> and then Twitter was like, <a href="http://search.twitter.com/search?q=%23herebeforeoprah"><span class="caps">OMG</span> Oprah!</a>.</p>

<p>Or, to put it another way:</p>

<p><img alt="…dear Twitterers. If you actually give a shit that you were #herebeforeoprah, you're doing it wrong." src="http://fishbowl.pastiche.org/archives/pictures/here-before-oprah.jpg" width="500" height="247" /></p>

<p>There are legitimate reasons to fear sudden popularity. A site where users collaborate on a shared resource, say a Wikipedia or a Reddit (not to mention <a href="http://en.wikipedia.org/wiki/Eternal_September">Usenet</a>) have good reason to fear an influx of new users who “don't understand” the site, and might <a href="http://fishbowl.pastiche.org/2005/11/20/charles_rules_of_online_forums/">change its character</a>.</p>

<p>Twitter's not like that, though. It's like the web itself: a loosely connected accumulation of linked communities. You <a href="http://fishbowl.pastiche.org/2003/07/27/why_im_not_afraid_of_aol_weblogs/">only ever have to see the people you want to see</a>. So if Oprah brings all her viewers on to Twitter, you never have to see a single one of them if you don't want to. The community that <em>you</em> are a part of changes not one jot.</p>

<p>So the only real reason to care you were #herebeforeoprah would be the same reason you liked that indie band before they were featured in an iPod advertisement.</p>

<p>I hate to break it to you, but Twitter was never that cool.</p>

<p>(On the other hand, Twitter seems to be <a href="http://fishbowl.pastiche.org/2009/04/20/a_problem/">revisiting its old habits</a> as far as uptime goes, but pretty much every popular Internet service has experienced those kind of growing pains. They either reach a point where the growth curve flattens out and settle down, or they collapse under their own weight and are replaced by something that can handle the load.)</p>]]>
        
    </content>
</entry>

<entry>
    <title>A Problem</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/20/a_problem/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1710</id>

    <published>2009-04-19T21:54:39Z</published>
    <updated>2009-04-19T22:03:51Z</updated>

    <summary>You know you have a problem when Twitter is down, so you try to tweet that Twitter is down, but you can&apos;t because Twitter is down.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
        <category term="internet" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="nerd" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>You know you have a problem when Twitter is down, so you try to tweet that Twitter is down, but you can’t tweet that Twitter is down because Twitter is down.</p>]]>
        
    </content>
</entry>

<entry>
    <title>The DiggBar controversy summarised in two easy screenshots.</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/04/12/the_diggbar_controversy_summar/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1709</id>

    <published>2009-04-12T01:18:02Z</published>
    <updated>2009-05-27T02:12:01Z</updated>

    <summary>It&apos;s all a question of framing.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<h3>The DiggBar from the point of view of Digg:</h3>

<p><img alt="From Digg's point of view, the DiggBar is part of the web browser, adding a new toolbar that adds some Digg-specific functions to links where that functionality might be relevant." title="The DiggBar from Digg's point of view" src="http://fishbowl.pastiche.org/archives/pictures/digg-bar-digg-pov.jpg" width="500" height="447" /></p>

<h3>The DiggBar from the point of view of a website owner:</h3>

<p><img alt="From the website owner's point of view, the DiggBar is hijacking their site by wrapping it in a frame."  title="The DiggBar from the website's point of view." src="http://fishbowl.pastiche.org/archives/pictures/digg-bar-site-pov.jpg" width="500" height="447" /></p>

<p>(For background information, start with <a href="http://daringfireball.net/2009/04/how_to_block_the_diggbar">this Daring Fireball article</a>, then if you're still vaguely interested the <a href="http://daringfireball.net/linked/2009/04/10/">next</a> <a href="http://daringfireball.net/linked/2009/04/11/">two</a> days of link archives, and possibly my article about how <a href="http://fishbowl.pastiche.org/2003/10/09/the_internet_and_understanding_users/">to many people, <span class="caps">URL</span>s are an opaque browser feature</a>, and possibly my rant about how <a href="http://fishbowl.pastiche.org/2003/10/14/google_weblogs_and_the_end_of_the_world/">it's Google's job to map the web, it isn't the web's job to design itself around how Google happens to map it today</a>.)</p>]]>
        
    </content>
</entry>

<entry>
    <title>Earth Hour, 2009</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/30/earth_hour_2009/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1708</id>

    <published>2009-03-29T23:44:00Z</published>
    <updated>2009-05-27T02:11:47Z</updated>

    <summary>Photos from Earth Hour 2009, Sydney</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>Sydney, as seen from my balcony five minutes before ‘lights out’ in Earth Hour 2009, with the camera set up to take what it believed was a +0EV shot:</p>

<p><a href="http://www.flickr.com/photos/cmiller/3396198357/sizes/l/" title="Larger version on Flickr"><img alt="" src="http://fishbowl.pastiche.org/archives/pictures/sydney-earthhour2009-before.jpg" /></a></p>

<p>Exact same exposure, aperture, <span class="caps">ISO </span>and perspective (except for somebody nudging the tripod) as previous shot, after all the lights that were going to go out had gone out:</p>

<p><a href="http://www.flickr.com/photos/cmiller/3396204173/sizes/l" title="Larger version on Flickr"><img alt="" src="http://fishbowl.pastiche.org/archives/pictures/sydney-earthhour2009-after.jpg" width="500" height="333" /></a></p>

<p>Half an hour after the lights came back on:</p>

<p><a href="http://www.flickr.com/photos/cmiller/3397081454/sizes/l/" title="Larger version on Flickr"><img alt="sydney-earthhour2009-fireworks.jpg" src="http://fishbowl.pastiche.org/archives/pictures/sydney-earthhour2009-fireworks.jpg" width="500" height="333" /></a></p>

<p>(Note for keen observers: on top of the bridge there are two flags. The one on the right is a special “Earth Hour” promotional flag. This flag remained illuminated throughout.)</p>]]>
        
    </content>
</entry>

<entry>
    <title>Pwn2Yawn</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/23/pwn2yawn/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1707</id>

    <published>2009-03-23T01:56:20Z</published>
    <updated>2009-05-27T02:11:32Z</updated>

    <summary>I have nothing against my namesake, but I must say I find the premise of the Pwn2Own competition annoying.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>For those who aren't up to speed, <a href="http://dvlabs.tippingpoint.com/blog/2009/02/25/pwn2own-2009">Pwn2Own</a> is a competition held at CanSecWest for the last two years. The first contestant who can hack into one of a couple of laptops prepared for the competition wins a cash prize, and gets to keep the laptop. Both years the winner was a security researcher named Charlie Miller (no relation), leading to occasional amusing instances of mistaken identity.</p>

<p>I have nothing against my namesake, but I must say I find the premise of the competition annoying.</p>

<p>It is incredibly hard to believe that any security researcher is going to find a new exploit against a given operating system and set of applications over the course of a few hours of competition. It is far more likely, and has been the case so far, that competitors show up with exploits already prepared. This year's competition came down purely to a roll of the dice: which researcher would get the chance to pull their “here’s one I prepared earlier” from the oven first?<sup>1</sup></p>

<p>Or to put it more bluntly, Pwn2Own provides a cash incentive for security researchers to keep vulnerabilities secret in the hope they will remain unpatched until competition day.</p>

<p><sup>1</sup> The cynic in me wonders how random the process was that selected the most headline-friendly result: “Last year’s winner hacks Safari again!”</p>]]>
        
    </content>
</entry>

<entry>
    <title>The Time Out Corner</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/23/the_time_out_corner/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1706</id>

    <published>2009-03-22T22:02:29Z</published>
    <updated>2009-05-27T02:11:14Z</updated>

    <summary>For what it&apos;s worth, I&apos;m going to be at the Atlassian Summit. I&apos;m looking forward to meeting a lot of cool people doing cool shit with our software who I&apos;ve only previously encountered over the Internet.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>Twitter needs an “ignore this person for the next hour” button. What is it about going to conferences that makes normally interesting people think a bombardment of the minutiae of whatever panel they are currently attending is what their followers desperately want to read? I'd far, far rather read a paragraph of thoughtful, retrospective comment on someone's blog than have an ongoing stream of verbatim quotes clog up my phone.</p>

<p>To change the subject slightly, <a href="http://www.kungfugrippe.com/post/87914674/sxsw09">Merlin Mann</a>: (via <a href="http://daringfireball.net/linked/2009/03/19/merlin-sxsw">John Gruber</a>)</p>

<blockquote><p>Bullshit or no, good conferences attract good people for one reason; they know other good people will be there. You don’t go to act like a hero; you go to meet the people who are heroes to you. And, to me, there are 100-year opportunities for awesome in the hallways and bars and hotel rooms and even at the horseshit parties where loud music and free liquor turn a lot of people who should know better into retards and mooks.</p></blockquote>

<p>For what it's worth, I'm going to be at the <a href="http://www.atlassian.com/summit/">Atlassian Summit</a>. I'm looking forward to meeting a lot of cool people doing cool shit with our software who I've only previously encountered over the Internet.</p>

<p>I'd just appreciate it if you didn't live-tweet the panels. </p>]]>
        
    </content>
</entry>

<entry>
    <title>Watchmen</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/08/watchmen/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1705</id>

    <published>2009-03-08T10:28:09Z</published>
    <updated>2009-05-27T02:10:59Z</updated>

    <summary>I&apos;d give Watchmen a reasonably solid A−. I was entertained, it made me think, I was inspired to one day get around to reading the comic books, and I&apos;ll watch it again when it comes out on Blu-Ray.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>These days it's easy to forget how in the 1980s nuclear annihilation felt so inevitable, even imminent. Back in 1986 when Alan Moore was writing <a href="http://en.wikipedia.org/wiki/Watchmen">Watchmen</a> (which I have never read), I was at school being taught that the world's superpowers had nuclear arsenals sufficient to destroy the planet a hundred times over, and there was a good chance they would do so before I was old enough to buy beer.  On my more cynical days I suspect this is why my generation is so lazy in the face of global warming: we grew up with this nuclear spectre only to have the entire problem go away seemingly by itself, overnight.</p>

<p>The story of Watchmen is rooted in this tale of nuclear superpowers and imminent armageddon. To me this is the movie's greatest flaw. In sticking to the original story so closely it fails to acknowledge that the human race did find a way to survive, and even the conceit of an alternate history doesn't protect the plot from being constantly informed by the fact the whole audience knows we made it through in the end, on our own, without any glowing blue men to help us.</p>

<p>Still, that said, the movie has a lot to recommend it. It is ambitiously nuanced, telling the stories of a group of masked vigilantes coaxed out of retirement, as they might exist outside of the convention that a costume and a mask will either turn you into a force for good or a villain intent on ruling the earth. Refreshingly it is not shaped like a traditional movie plot, allowing the stories of its characters to unfold through the course of the film. It is not a superhero movie as much as a collection of character studies spotted with occasional ultra-violence.</p>

<p>And ultra-violence there is. I am not particularly squeamish, but there were a few occasions during the movie where even I was wondering if perhaps some particular mutilation might have better been implied than shown. Once again, we can marvel at the amount of media attention Dr Manhattan's oft-seen large blue penis is receiving, with no mention at all of the relentless, graphic depiction of a man having his hands cut off with a circular saw.</p>

<p>The direction is occasionally inspired, giving a complicated plot that is obviously not built for the motion picture format room to tell its story, but more often trips over itself looking for the most obvious shot, slow-motion sequence or musical accompaniment to drive home its point.</p>

<p>I'd give Watchmen a reasonably solid A−. I was entertained, it made me think, I was inspired to one day get around to reading the comic books, and I'll watch it again when it comes out on Blu-Ray.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Beer Snake</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/07/beer_snake/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1704</id>

    <published>2009-03-07T00:46:49Z</published>
    <updated>2009-05-27T02:10:27Z</updated>

    <summary>Video taken during the innings break of the Twenty20 match between New Zealand and Australia at the SGC.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
        <category term="personal" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p><object type="application/x-shockwave-flash" width="400" height="225" data="http://www.flickr.com/apps/video/stewart.swf?v=68975" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&amp;photo_secret=b761995349&amp;photo_id=3324941271&amp;hd_default=false"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=68975"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=68975" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=b761995349&amp;photo_id=3324941271&amp;hd_default=false" height="225" width="400"></embed></object></p>

<p>Video taken during the innings break of the <a href="http://en.wikipedia.org/wiki/Twenty20">Twenty20</a> match between New Zealand and Australia at the <a href="http://www.sydneycricketground.com.au/"><span class="caps">SCG</span></a>.</p>

<p><i>Addendum:</i> from here, a rambling path took me to Wikipedia, for today’s ‘<a href="http://en.wikipedia.org/w/index.php?title=Centurion_(game)&amp;oldid=272653749#Tips_for_success">least encyclopædic Wikipedia quote of the day</a>’:</p>

<blockquote><p>It should be noted… especially in Australia that the practice of drinking light, low carb or low alcohol beer in drinking games is seen as "piss weak".<sup class="noprint Template-Fact"><span title="This claim needs references to reliable sources&amp;#160;since October 2008" style="white-space: nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed">citation needed</a></i>]</span></sup></p></blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>Slow News Day</title>
    <link rel="alternate" type="text/html" href="http://fishbowl.pastiche.org/2009/03/03/slow_news_day/" />
    <id>tag:fishbowl.pastiche.org,2009://1.1703</id>

    <published>2009-03-02T22:33:13Z</published>
    <updated>2009-05-27T02:10:44Z</updated>

    <summary>Yes, it&apos;s true. Back in 1996 the Web was new and everyone used AOL. Therefore there was nothing to do on the Internet.</summary>
    <author>
        <name>Charles Miller</name>
        <uri>http://fishbowl.pastiche.org/</uri>
    </author>
    
        <category term="internet" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="nerd" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://fishbowl.pastiche.org/">
        <![CDATA[<p>From Slate, a rather silly article: <a href="http://slate.com/id/2212108">Jurassic Web, the unrecognizable Internet of 1996</a>.</p>

<blockquote><p>It’s 1996, and you’re bored. What do you do? If you’re one of the lucky people with an <span class="caps">AOL </span>account, you probably do the same thing you’d do in 2009: Go online. Crank up your modem, wait 20 seconds as you log in, and there you are…</p>

<p>I started thinking about the Web of yesteryear after I got an e-mail from an idly curious Slate colleague: What did people do online back when Slate launched, he wondered? After plunging into the Internet Archive and talking to several people who were watching the Web closely back then, I've got an answer: not very much.</p></blockquote>

<p>Yes, it's true. Back in 1996 the Web was new and everyone used <span class="caps">AOL.</span> Therefore there was nothing to do on the Internet.</p>

<p>From my perspective, the annoying thing about the modern Internet is how a combination of the web and proprietary protocol land-grabs has killed, or at least stunted further development of potentially better solutions. For example, the constant refrain around the Atlassian office is that no <span class="caps">RSS </span>client is even remotely as useful as <a href="http://blogs.atlassian.com/developer/2008/06/fedex_viii_the_roud_up.html">a decade-old Usenet newsreader</a>.</p>

<p>Oh, and get off my lawn you damn kids.</p>]]>
        
    </content>
</entry>

</feed>
