<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Zoetrope - Home</title>
  <id>tag:zoetrope.speakermouth.com,2009:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://zoetrope.speakermouth.com/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://zoetrope.speakermouth.com/" rel="alternate" type="text/html"/>
  <updated>2009-01-27T17:09:29Z</updated>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2009-01-27:128</id>
    <published>2009-01-27T17:08:00Z</published>
    <updated>2009-01-27T17:09:29Z</updated>
    <category term="Eureka!"/>
    <category term="Linux"/>
    <category term="centos5"/>
    <category term="parallels"/>
    <category term="rhel5"/>
    <link href="http://zoetrope.speakermouth.com/2009/1/27/installing-parallel-tools-in-centos-after-upgrading-to-parallels-desktop-4" rel="alternate" type="text/html"/>
    <title>Installing Parallel Tools in Centos after upgrading to Parallels Desktop 4</title>
<content type="html">
            &lt;p&gt;After upgrading to Parallels Desktop 4 my CentOS 5 VM couldn't correctly launch its X server
anymore. Installing Parallels Tools should fix that and will also enable the Dynamic Resolution switching.
This enables you to just drag the righthand corner of your VM in windowed mode and X will automatically switch
to the appropriate resolution.&lt;/p&gt;

&lt;p&gt;The installer tries to download and install make, gcc and kernel-devel, and failed miserably and even when
I installed the packages manually it wouldn't continue. It seems it checks the version number of the kernel
you're running. Just &lt;em&gt;yum update&lt;/em&gt; to kernel-2.6.18-92.1.22.el5 and run the installer again.&lt;/p&gt;

&lt;p&gt;Here's how (from Parallel Desktop User Guide)&lt;/p&gt;

&lt;p&gt;To unmount the image, enter:&lt;/p&gt;

&lt;pre&gt;
umount /dev/hdb
&lt;/pre&gt;

&lt;p&gt;Create a folder named Parallels Tools in the /media/ folder (this folder will serve as a mount point).&lt;/p&gt;

&lt;pre&gt;
mkdir /media/Parallels\ Tools
&lt;/pre&gt;

&lt;p&gt;To mount the image, enter:&lt;/p&gt;

&lt;pre&gt;
mount -o exec /dev/hdb /media/Parallels\ Tools
&lt;/pre&gt;

&lt;p&gt;Change the directory to the CD/DVD-ROM directory using&lt;/p&gt;

&lt;pre&gt;
cd /media/Parallels\ Tools/
&lt;/pre&gt;

&lt;p&gt;In the CD/DVD-ROM directory, enter the following to launch Parallels Tools installation:&lt;/p&gt;

&lt;pre&gt;
./install
&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-11-14:127</id>
    <published>2008-11-14T09:22:00Z</published>
    <updated>2008-11-14T09:24:37Z</updated>
    <category term="Apple"/>
    <category term="Eureka!"/>
    <category term="apple"/>
    <category term="macosx"/>
    <category term="timemachine"/>
    <link href="http://zoetrope.speakermouth.com/2008/11/14/change-the-default-schedule-of-timemachine" rel="alternate" type="text/html"/>
    <title>Change the default schedule of Timemachine</title>
<content type="html">
            &lt;p&gt;Timemachine is great, but I'm running on empty on my volume and really could do without hourly backups.
Timemachine Editor to the rescue, a small app to set your own schedule:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://timesoftware.free.fr/timemachineeditor/&quot;&gt;http://timesoftware.free.fr/timemachineeditor/&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-10-29:125</id>
    <published>2008-10-29T14:27:00Z</published>
    <updated>2008-10-29T14:32:57Z</updated>
    <category term="Linux"/>
    <category term="amazon"/>
    <category term="aws"/>
    <category term="centos"/>
    <category term="centos5"/>
    <category term="ec2"/>
    <category term="s3"/>
    <link href="http://zoetrope.speakermouth.com/2008/10/29/centos-5-ami-for-amazon-ec2-install-script" rel="alternate" type="text/html"/>
    <title>Centos 5 AMI for Amazon EC2 install script</title>
<content type="html">
            &lt;p&gt;Excited about the load balancing, auto-scaling and other &lt;a href=&quot;http://aws.amazon.com/contact-us/new-features-for-amazon-ec2/&quot;&gt;new features&lt;/a&gt; coming to Amazon EC2? &lt;/p&gt;

&lt;p&gt;Here's a script to bootstrap a lean 32bit Centos 5 into m1.small AMI-form for use on EC2. I started with the &lt;a href=&quot;http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1565&amp;amp;amp;categoryID=101&quot;&gt;Rightscale scripts&lt;/a&gt; and removed the interactivity and RightScale specifics and added some features: it's using a mirror based yum config to do a base install and I added the same scripts you can find on the Fedora AMI from Amazon itself to update the ec2-ami-tools and kernel-modules. I also included a couple of &lt;a href=&quot;http://dag.wieers.com/&quot;&gt;Dag's packages&lt;/a&gt; like dstat and others from &lt;a href=&quot;https://rpmrepo.org/RPMforge&quot;&gt;RPMForge&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Insert your AWS specifics in the top of the file, choose a bucket to store the bundles AMI in, and give your image a nice name. To bootstrap just launch a Fedora 8 instance (use ami-2b5fba42), copy over the script, your certificate and key, and run the script. With some luck - and no boobo on my part - you should see this in your terminal at the end:&lt;/p&gt;

&lt;pre&gt;
Done! Put a fork in it!
&lt;/pre&gt;

&lt;p&gt;Baking the AMI can take a while, so be patient. Afterwards you need to register this AMI so it shows up in your ec2-describe-images -o self command:&lt;/p&gt;

&lt;pre&gt;
ec2-register your-bucket-name/image-name.manifest.xml
&lt;/pre&gt;

&lt;p&gt;This is currently for a 32bit m1.small AMI only, I'm hoping to use some kind of template system to be able to bake a similar script for 64bit and 32bit AMI's alike.&lt;/p&gt;

&lt;p&gt;The script:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://zoetrope.s3.amazonaws.com/Centos5_X86_EC2_install.sh&quot;&gt;http://zoetrope.s3.amazonaws.com/Centos5_X86_EC2_install.sh&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-10-01:80</id>
    <published>2008-10-01T17:49:00Z</published>
    <updated>2008-10-23T11:50:03Z</updated>
    <category term="Apple"/>
    <category term="this-aint-funny-not-by-a-longshot"/>
    <link href="http://zoetrope.speakermouth.com/2008/10/1/mac-pro-s-could-be-emitting-benzene" rel="alternate" type="text/html"/>
    <title>Mac Pro's could be emitting benzene</title>
<content type="html">
            &lt;p&gt;&lt;a href=&quot;http://blogs.zdnet.com/Apple/?p=2319&quot;&gt;http://blogs.zdnet.com/Apple/?p=2319&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is so not funny, my early 2007 Mac Pro has been smelly since day one when it's in sleep mode, it's been to the shop once because of this. Calling AppleCare tomorrow morning. &lt;a href=&quot;http://discussions.apple.com/thread.jspa?threadID=1733919&amp;amp;amp;tstart=0&quot;&gt;This Apple Discussion&lt;/a&gt; could be the place to vent - pun intended!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-09-26:79</id>
    <published>2008-09-26T11:56:00Z</published>
    <updated>2008-09-26T11:58:26Z</updated>
    <category term="Apple"/>
    <category term="apple"/>
    <link href="http://zoetrope.speakermouth.com/2008/9/26/the-procrastinator" rel="alternate" type="text/html"/>
    <title>The Procrastinator</title>
<content type="html">
            &lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2889077363/&quot; title=&quot;The Procrastinator by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3144/2889077363_b2945db553.jpg&quot; height=&quot;500&quot; alt=&quot;The Procrastinator&quot; width=&quot;496&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From Matt Groenings Mac ad: &lt;a href=&quot;http://homepage.mac.com/mbishop/PhotoAlbum30.html&quot;&gt;http://homepage.mac.com/mbishop/PhotoAlbum30.html&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-09-25:78</id>
    <published>2008-09-25T19:06:00Z</published>
    <updated>2008-09-25T19:19:49Z</updated>
    <category term="Apple"/>
    <category term="Development"/>
    <category term="iphone"/>
    <link href="http://zoetrope.speakermouth.com/2008/9/25/iphone-app-store-backlash" rel="alternate" type="text/html"/>
    <title>iPhone app store rejections backlash</title>
<content type="html">
            &lt;p&gt;The game is afoot:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://furbo.org/2008/09/24/killing-our-enthusiasm/&quot;&gt;Killing our enthusiasm&lt;/a&gt; by Craig Hockenberry, developer on Twitterrific&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.engadget.com/2008/09/25/engadget-cares-save-us-from-apples-groundbreaking-developer-s/&quot;&gt;Engadget Cares: save us from Apple's groundbreaking, developer-shackling App Store&lt;/a&gt; on Engadget&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.macworld.com/article/135729/2008/09/app_store_policies.html&quot;&gt;Don't drive iPhone developers away, Apple&lt;/a&gt; on Macworld&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://wilshipley.com/blog/2008/09/iphone-app-store-let-market-decide.html&quot;&gt;iPhone App Store: Let the market decide&lt;/a&gt; by Wil Shipley of Delicious Monster&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blogs.oreilly.com/iphone/2008/09/a-bridge-too-far.html&quot;&gt;A Bridge Too Far&lt;/a&gt; on Inside iPhone from Oreilly&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://blog.wired.com/gadgets/2008/09/will-google-and.html&quot;&gt;Android Welcomes App Store's Rejects With Arms Wide Open&lt;/a&gt; on Wired.com&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-09-25:77</id>
    <published>2008-09-25T18:37:00Z</published>
    <updated>2008-09-25T18:41:44Z</updated>
    <category term="Apple"/>
    <category term="ichat"/>
    <link href="http://zoetrope.speakermouth.com/2008/9/25/pimp-your-ichat-using-chax" rel="alternate" type="text/html"/>
    <title>Pimp your iChat using Chax</title>
<content type="html">
            &lt;p&gt;Awesome plug-in for iChat to get some much-needed functionality that other IM-clients like Adium have had for years including chatlog database, automatic contact list resizing and Growl support: &lt;a href=&quot;http://www.ksuther.com/chax/&quot;&gt;Chax for iChat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Via: &lt;a href=&quot;http://theappleblog.com/2008/09/25/chax-implements-additional-ichat-features/&quot;&gt;The Apple Blog&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-09-25:76</id>
    <published>2008-09-25T16:41:00Z</published>
    <updated>2008-09-25T19:18:18Z</updated>
    <category term="Apple"/>
    <category term="Development"/>
    <category term="apple"/>
    <category term="iphone"/>
    <category term="wwdc08"/>
    <link href="http://zoetrope.speakermouth.com/2008/9/25/a-late-wwdc08-impression" rel="alternate" type="text/html"/>
    <title>A late WWDC08 impression</title>
<content type="html">
            &lt;p&gt;A very late post since &lt;a href=&quot;http://developer.apple.com/wwdc/&quot;&gt;WWDC08&lt;/a&gt; was in June of this year, but better late than never applies. Going to San Francisco solo was quite the experience as you can imagine, but you've got no chance to sit still when you're there. The city is full of life, and the sights are unbelievable. Alcatraz and the Golden Gate Bridge are absolute musts for your tourist itinerary and San Francisco is simply an amazing place to be.&lt;/p&gt;

&lt;p&gt;WWDC08 proved to be very enjoyable and interesting from day one, and never disappointed. I missed access to the keynote because I succumbed to my caffeine addiction at a Starbucks, and had to see it in an overflow room on a video-screen. &lt;a href=&quot;http://blog.teleportaloo.org/2008/06/nerds-in-line-for-wwdc-keynote.html&quot;&gt;Apparently you need to get up at 5 o'clock&lt;/a&gt; if you want any guarantees that you're gonna see Steve Jobs in person. Too bad, but it was fun nonetheless.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2887602018/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3128/2887602018_9369e63dd1.jpg&quot; height=&quot;333&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2886767521/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3084/2886767521_c6d3b1314e.jpg&quot; height=&quot;332&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://theilife.com/2008/06/09/wwdc-2008-mac-os-x-state-of-the-union-mac-os-x-106-snow-leopard/&quot;&gt;The Mac OS X State Of The Union address by Bertrand Serlet&lt;/a&gt;, Apple’s senior vice president of Software Engineering, was really cool, showing you all the upcoming technologies and new features in the upcoming version of Mac OS X called Snow Leopard. Regarding features it was revealed that Snow Leopard would be a maintenance release and wouldn't contain a single new feature. Instead Snow Leopard is going to be fully 64-bit and it's focus is going to be stability and performance. &lt;a href=&quot;http://www.wilshipley.com/blog/&quot;&gt;Wil Shipley&lt;/a&gt; is going to be glad, because I heard him state to an Apple employee he found Leopard to be riddled with bugs on its release last year and he had never seen an OS release from Apple with so many bugs.&lt;/p&gt;

&lt;p&gt;The sessions were plentiful,very interesting and a joy to follow. There weren't as much hands-on sessions as other years because of the emphasis on the young iPhone SDK. The sessions would tackle a certain topic at a intro-level at the beginning of the week and more advanced sessions on each topics would be held on thursday and friday. A lunchtime speaker event &lt;em&gt;Small Teams, Complex Pipelines: Writing Software at Pixar&lt;/em&gt; was a very interesting look behind the scenes of in-house software development at &lt;a href=&quot;http://www.pixar.com/&quot;&gt;Pixar Animation Studios&lt;/a&gt;. All in all, you couldn't  get bored at WWDC even if you tried to!&lt;/p&gt;

&lt;p&gt;Each conference room had excellent video-screens and presentation staff on hand to smooth out any problems including large mixing desks in the back of the room to provide crystal clear audio to the masses. People who whine about the entry price for conferences like this should try to organise one and pick up a renting bill for 20+ large Mackie Mixing desks and accessories. And I'm not even considering building and maintaining the conference network infrastructure. &lt;a href=&quot;http://zoetrope.speakermouth.com/2008/6/12/the-content-you-are-trying-to-access-is-only-available-for-download-via-an-ethernet-connection&quot;&gt;Excellent wireless connectivity and ultra-quick wired connections&lt;/a&gt; throughout the entire Moscone building, and specially designed websites for your iPhone to keep you up to date with the schedule and events of WWDC08.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2887603248/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3133/2887603248_381aa7f3b2.jpg&quot; height=&quot;332&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2886771751/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3225/2886771751_aa375d4900.jpg&quot; height=&quot;332&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A WWDC08 ticket isn't exactly cheap at 829 Euro, but for that price you get a nice breakfast buffet each morning featuring bagels and donuts and all the coffee and juice you can drink, excellent lunch salads and chilled sodas, unlimited coffee and juice all throughout the day, and all the excellent track, labs and sessions of course. If that's not enough, buffets are provided on evenings where there are late tracks or events like the &lt;a href=&quot;http://developer.apple.com/wwdc/ada/index.html&quot;&gt;Apple Design Awards&lt;/a&gt; which to my surprise featured applications built by Dutch and Belgian companies: &lt;a href=&quot;http://www.macnification.com/&quot;&gt;Macnification&lt;/a&gt; and &lt;a href=&quot;http://www.checkoutapp.com/&quot;&gt;Checkout&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Speaking of Belgians, I literally bumped into some Belgians at WWDC08 at breakfast. I was minding my business and dressing my warm bagel with some cream cheese and suddenly found out all the people on my table were Belgian. &lt;/p&gt;

&lt;p&gt;I also met up with &lt;a href=&quot;http://www.werner.be/&quot;&gt;Werner Ramaekers&lt;/a&gt; who I had contacted just before I stepped onto a plane to San Francisco and seemed to be attending WWDC08 also. I discovered his Belgian sounding name on the &lt;a href=&quot;http://upcoming.yahoo.com/event/452276/&quot;&gt;Yahoo Upcoming page for WWDC08&lt;/a&gt;. Turned out he not only was an ex-resident of my hometown Tessenderlo but a nephew of my best friend and a basketball fan like myself. No problems finding conversation topics during dinner with the hometown-connection and the 2008 NBA playoffs in full effect during our stay in San Francisco.
&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2887950604/&quot;&gt;We attended the Beer Bash at Yerba Buena Gardens&lt;/a&gt; and enjoyed beers and food while &lt;a href=&quot;http://en.wikipedia.org/wiki/Philip_W._Schiller&quot;&gt;Phil Schiller&lt;/a&gt; introduced the &lt;a href=&quot;http://www.bnlmusic.com/default2.asp&quot;&gt;Barenaked Ladies&lt;/a&gt; to the stage.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2887604600/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3065/2887604600_a4c38c6d24.jpg&quot; height=&quot;500&quot; alt=&quot;&quot; width=&quot;332&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2886766337/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3249/2886766337_a01738d597.jpg&quot; height=&quot;500&quot; alt=&quot;&quot; width=&quot;332&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another example of a stroke of luck: walking into a &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;amp;hl=en&amp;amp;amp;geocode=&amp;amp;amp;q=borders,+union+square,+san+francisco&amp;amp;amp;mrt=all&amp;amp;amp;sll=37.787799,-122.406787&amp;amp;amp;sspn=0.001666,0.002427&amp;amp;amp;ie=UTF8&amp;amp;amp;ll=37.788162,-122.407195&amp;amp;amp;spn=0.003235,0.004855&amp;amp;amp;t=h&amp;amp;amp;z=18&amp;amp;amp;iwloc=A&quot;&gt;Borders at Union Square&lt;/a&gt; with a shopping list called 'books to buy' containing an entry of &lt;a href=&quot;http://en.wikipedia.org/wiki/Neuromancer&quot;&gt;Neuromancer&lt;/a&gt; by William Gibson to find him signing books on the top floor. At that point I was hoping to walk into Francis Ford Coppola while (finally) buying my copy of &lt;a href=&quot;http://www.dvdtimes.co.uk/content.php?contentid=61523&quot;&gt;Apocalypse Now: The Complete Dossier&lt;/a&gt; ;-)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2886768815/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3051/2886768815_389d2cc782.jpg&quot; height=&quot;332&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/2886772275/&quot; title=&quot;Untitled by nickypeeters, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3100/2886772275_24cf84680e.jpg&quot; height=&quot;332&quot; alt=&quot;&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm already looking forward to WWDC 2009 and can't wait to be in San Francisco again.&lt;/p&gt;

&lt;p&gt;Check out &lt;a href=&quot;http://www.flickr.com/photos/53417608@N00/sets/72157607487808261/&quot;&gt;all my WWDC08 photos on Flickr&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-27:75</id>
    <published>2008-08-27T20:40:00Z</published>
    <updated>2008-08-27T20:46:21Z</updated>
    <category term="Apple"/>
    <category term="Misc"/>
    <category term="comics"/>
    <category term="iphone"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/27/app-store-censoring-murderdrome-iphone-comic" rel="alternate" type="text/html"/>
    <title>App Store censoring: Murderdrome iPhone comic</title>
<content type="html">
            &lt;p&gt;It's sad to see Apple using double-standards for the App Store and iTunes store: they banned the &lt;a href=&quot;http://www.infuriouscomics.com/2008/08/murderdrome-killer-app/&quot;&gt;Murderdrome&lt;/a&gt; digital-comic application while in iTunes they just tag content as explicit. I hope they'll wise-up and start some kind of rating system to solve this.&lt;/p&gt;

&lt;p&gt;I'm curious to see how digital-comics will evolve in devices like the iPhone since &lt;a href=&quot;http://blog.wired.com/gadgets/2008/08/comic-books-on.html?cid=128033424#comment-128033424&quot;&gt;we're not there yet&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-27:74</id>
    <published>2008-08-27T20:39:00Z</published>
    <updated>2008-08-27T20:40:04Z</updated>
    <category term="Apple"/>
    <category term="iphone"/>
    <category term="palm"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/27/iphone-prices-point-in-belgium" rel="alternate" type="text/html"/>
    <title>iPhone prices point in Belgium</title>
<content type="html">
            &lt;p&gt;I've been quite happy with my iPhone since I got it on &lt;a href=&quot;http://zoetrope.speakermouth.com/2008/7/11/iphone-3d-ebacle-tm-belgium&quot;&gt;July 11th&lt;/a&gt;. It certainly isn't fault- and controverse-free &lt;a href=&quot;http://www.iphoneclub.nl/12095/test-aankoop-dient-officieel-klacht-in-over-iphone-3g/&quot;&gt;Testaankoop complaints&lt;/a&gt; but I'm hooked nonetheless.&lt;/p&gt;

&lt;p&gt;People often mention the sale price in Belgium as a stumble block compared to the subsidised prices abroad, but if you look at the prices of other unlocked smartphones the point isn't that bad. The new &lt;a href=&quot;http://gizmodo.com/5042238/palm-treo-pro-review&quot;&gt;Palm Treo Pro&lt;/a&gt; for instance also costs a lot more than other subsidised phones. &lt;/p&gt;

&lt;p&gt;I wouldn't mind a law change that legalised subsidised phones in Belgium, but I think the law should enforce the sale of the same phone in an unlocked version. The current situation isn't optimal at all because almost all mobile providers require you to sign up for at least a year if you want to take advantage of the best plan they offer. I currently have a BASE contract I can cancel at any moment, but if I want to change to a better and cheaper plan (e.g. add SMS bundles or more minutes) I need to change to a new contract  with BASE and sign up for at least 2 years. &lt;/p&gt;

&lt;p&gt;So I'm better of if I switch to Mobistar: same contract length but a lot more minutes, SMS and data included for a competitive price. And that's without the added advantage of 3G versus EDGE-only.&lt;/p&gt;

&lt;p&gt;I'm just glad my contract with BASE ran out and I can switch providers &lt;em&gt;AND&lt;/em&gt; simcard in my beloved, unlocked iPhone&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-27:73</id>
    <published>2008-08-27T19:40:00Z</published>
    <updated>2008-08-27T19:44:44Z</updated>
    <category term="Apple"/>
    <category term="iphone"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/27/security-flaw-and-fix-for-passcode-locked-iphones" rel="alternate" type="text/html"/>
    <title>Security flaw and fix for passcode-locked iPhones</title>
<content type="html">
            &lt;p&gt;&lt;a href=&quot;http://blog.wired.com/gadgets/2008/08/massive-iphone.html&quot;&gt;a Wired blogpost&lt;/a&gt; details a security flaw in  iPhone OS 2.0.2 where you can access the address book, Safari and Mail through the double-tap shortcut on the home button of passcode-locked iPhones. &lt;/p&gt;

&lt;p&gt;Of course, the question remains how many people actually passcode-lock their iPhones. I can't even remember if I've ever enabled automatic passcode-locking on any phone I owned ;-)&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-18:72</id>
    <published>2008-08-18T10:52:00Z</published>
    <updated>2008-08-18T10:53:44Z</updated>
    <category term="Linux"/>
    <category term="bash"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/18/colored-man-pages" rel="alternate" type="text/html"/>
    <title>Colored MAN pages</title>
<content type="html">
            &lt;p&gt;In ~/.bashrc:&lt;/p&gt;

&lt;pre&gt;
export LESS=&quot;-R&quot;
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'
&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-15:71</id>
    <published>2008-08-15T11:48:00Z</published>
    <updated>2008-08-15T11:49:10Z</updated>
    <category term="Misc"/>
    <category term="ufo"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/15/ufo-unidentified-fascist-object" rel="alternate" type="text/html"/>
    <title>UFO: Unidentified Fascist Object</title>
<content type="html">
            &lt;p&gt;&amp;lt;object height=&quot;344&quot; width=&quot;425&quot;&gt;&amp;lt;param&gt;&amp;lt;/param&gt;&amp;lt;param&gt;&amp;lt;/param&gt;&amp;lt;embed src=&quot;http://www.youtube.com/v/4KEueJnsu80&amp;amp;amp;hl=en&amp;amp;amp;fs=1&quot; height=&quot;344&quot; width=&quot;425&quot;&gt;&amp;lt;/embed&gt;&amp;lt;/object&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-13:70</id>
    <published>2008-08-13T11:30:00Z</published>
    <updated>2008-08-26T09:53:27Z</updated>
    <category term="Apple"/>
    <category term="MobileMe"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/13/mobileme-status-rss-feed" rel="alternate" type="text/html"/>
    <title>MobileMe status RSS feed</title>
<content type="html">
            &lt;p&gt;Because it seems MobileMe is &lt;a href=&quot;http://arstechnica.com/journals/apple.ars/2008/08/11/two-weeks-after-apple-calls-mobileme-stable-mail-goes-down&quot;&gt;still wet around the ears&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;feed://www.apple.com/mobileme/status/mobileme.rss&quot; title=&quot;MobileMe Status RSS Feed&quot;&gt;feed://www.apple.com/mobileme/status/mobileme.rss&lt;/a&gt; (not available anymore)&lt;/p&gt;

&lt;p&gt;Update:
Apple is no longer sharing with us through a blog (like they should) and moved MobileMe status to
&lt;a href=&quot;http://www.apple.com/support/mobileme/&quot;&gt;http://www.apple.com/support/mobileme/&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://zoetrope.speakermouth.com/">
    <author>
      <name>nickyp</name>
    </author>
    <id>tag:zoetrope.speakermouth.com,2008-08-11:69</id>
    <published>2008-08-11T15:38:00Z</published>
    <updated>2008-08-11T15:43:08Z</updated>
    <category term="Misc"/>
    <category term="audio"/>
    <link href="http://zoetrope.speakermouth.com/2008/8/11/focusrite-liquidmix-on-tiger-rarr-leopard-upgrade" rel="alternate" type="text/html"/>
    <title>Focusrite LiquidMix on Tiger&#8594;Leopard upgrade</title>
<content type="html">
            &lt;p&gt;Here's how to get your Focusrite LiquidMix running again if you're on a Mac OS X Tiger install that was upgraded to Leopard:&lt;/p&gt;

&lt;p&gt;Create textfile /private/etc/sysctl.conf and reboot:&lt;/p&gt;

&lt;pre&gt;
kern.sysv.shmmax=536870912
kern.sysv.shmmin=1
kern.sysv.shmmni=128
kern.sysv.shmseg=128
kern.sysv.shmall=131072
&lt;/pre&gt;

&lt;p&gt;My Focusrite would only work on a virgin Leopard install, now it works without a problem
on my Tiger&amp;rarr;Leopard upgrades too. Courtesy of a very quick support email to Focusrite.&lt;/p&gt;
          </content>  </entry>
</feed>
