<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monkeyfood &#187; Technology</title>
	<atom:link href="http://www.monkeyfood.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monkeyfood.com/blog</link>
	<description>Food for Monkeys</description>
	<lastBuildDate>Thu, 14 May 2009 13:45:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing LiveTime on Mac OS X Server</title>
		<link>http://www.monkeyfood.com/blog/2008/08/01/installing-livetime-on-mac-os-x-server/</link>
		<comments>http://www.monkeyfood.com/blog/2008/08/01/installing-livetime-on-mac-os-x-server/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:52:37 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=220</guid>
		<description><![CDATA[This is probably the most obscure post ever &#8211; but I need to put it up here, in case it helps someone, somewhere at some point. I recently had a consulting job, where the client wanted a little help with a software installation of some &#8216;enterprise&#8217; software at their office. (Quite why the business community [...]]]></description>
			<content:encoded><![CDATA[<p>This is probably the most obscure post ever &#8211; but I need to put it up here, in case it helps someone, somewhere at some point.</p>
<p>I recently had a consulting job, where the client wanted a little help with a software installation of some &#8216;enterprise&#8217;  software at their office.  (Quite why the business community have decided that their software needs to be labelled &#8216;enterprise&#8217; still eludes me &#8211; it makes it sound like a naval vessel.)  </p>
<p>Anyway &#8211; this business runs Mac OS X server (10.5) and needed to install a web app called <a href="http://www.livetime.com">LiveTime</a>.  LiveTime used to be a WebObjects application (the history of WebObjects is a fascinating topic &#8211; which I won&#8217;t go into here) but now is almost entirely Java-based and runs from an instance of the <a href="http://www.apache.org">Apache Foundation</a>&#8216;s Tomcat application server.  Apache are the fine, fine people who brought us the Apache web server, which is basically the back-bone of the Web: it serves the majority (apparently 70%) of web sites that you&#8217;ll ever visit (including this one.)</p>
<p>Mac OS X Server comes with Tomcat built-in &#8211; so I started by trying to deploy the web application through the built-in version of Tomcat (which seemed pretty up to date.)   That didn&#8217;t go well and I got errors from Tomcat when I tried accessing the webapp along the lines of &#8216;Servlet WOServletAdaptor is not available.&#8217;</p>
<p>Googling this error message only lead to WebObjects developers on Apple&#8217;s WebObjects mailing list attempting to deploy applications that they had written themselves.   Googling for &#8216;LiveTime&#8217; and this error got one result, which wasn&#8217;t useful.  </p>
<p>It&#8217;s quite telling how you can often solve open-source application install issues, simply by googling, yet with proprietary apps, you have to go through their own support systems due to lack of public information.   I&#8217;m not saying that LiveTime&#8217;s support was bad &#8211; in fact I got (24 hours later) very good support from a very nice, very knowledgeable and very busy Aussie who walked me through the install process.  I do wonder, however, how much more quickly the issue would have been resolved if I hadn&#8217;t had to call the vendor.</p>
<p>So, one of the first things that I learned from my support guy was that the supplied Tomcat install on Mac OS X server wasn&#8217;t quite right for their software.  Once I&#8217;d installed a fresh copy in /usr/local/ (instead of the default Mac OS X Server /Library/Tomcat/ install) things went a lot more smoothly, although not entirely smoothly.  Apache and Tomcat weren&#8217;t playing well together &#8211; The LiveTime application was serving most of the application correctly from Tomcat&#8217;s own webserver on port 8080, but Apache (on the normal port of 80) simply couldn&#8217;t get a proper connection to the Tomcat server via its Jakarta Connector.</p>
<p>At this point the support guy and I hit a wall and I spent the next day working though each part of the install trying to work out where we were going wrong.  After a lot of hair-pulling I figured it out: it turns out that the bridge by which Apache and Tomcat were trying to communicate (mod_jk &#8211; the Jakarta module for Apache) could not get up and running because the port it was trying to use (8009) was already in use by Mac OS X Server&#8217;s iCal Server.</p>
<p>So &#8211; if you&#8217;re trying to install LiveTime on Mac OS X server note the following:</p>
<p>1 &#8211; don&#8217;t use the installed version of TomCat which comes with Mac OS X Server &#8211; install a fresh version in /usr/local or /opt/local<br />
2 &#8211; don&#8217;t use the suggested port for the jk worker, pick another. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/08/01/installing-livetime-on-mac-os-x-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using the 3COM OfficeConnect Wireless 11g Firewall Router with the BeThere ISP</title>
		<link>http://www.monkeyfood.com/blog/2008/08/01/using-the-3com-officeconnect-wireless-11g-firewall-router-with-the-bethere-isp/</link>
		<comments>http://www.monkeyfood.com/blog/2008/08/01/using-the-3com-officeconnect-wireless-11g-firewall-router-with-the-bethere-isp/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:28:30 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=222</guid>
		<description><![CDATA[I am currently using BeThere as my ISP. They are pretty good, you can get upto 24Meg DSL and there&#8217;s no port blocking, throttling or any of that non-sense, and they&#8217;re a reasonable price. Alas I only get just under 2 meg down (in central London!) and just under 1 meg up. They give you [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently using <a href="http://www.bethere.co.uk">BeThere</a> as my ISP.  They are pretty good, you can get upto 24Meg DSL and there&#8217;s no port blocking, throttling or any of that non-sense, and they&#8217;re a reasonable price.  Alas I only get just under 2 meg down (in central London!) and just under 1 meg up.</p>
<p>They give you a free router which is a re-branded Speedtouch box.  It&#8217;s very flexible but only if you&#8217;re prepared to telnet into it and alter the config via the command-line.   Mine served me pretty well, until the BBC brought out the iPlayer.  It has a terrible habit of crashing when streaming flash audio or video from the BBC&#8217;s iPlayer.  This was an irritation, but now that all video on BBC sites and BBC Radio&#8217;s &#8216;listen again&#8217; use the same flash delivery system, it became untenable as a router. (I believe that BT&#8217;s Home Hub router is having similar issues at the moment.)</p>
<p>So I decided to move back to my ever-trusted previous router: a 3COM OfficeConnect.  I bought it years ago &#8211; and although it was more expensive than your average bargain-bucket router it&#8217;s never failed me, is rock-solid and surprisingly even supports ADSL2+ (even though I bought it back in&#8230;  the early 2000&#8242;s.)   If you&#8217;re going to buy networking kit &#8211; 3COM isn&#8217;t a bad bet, they know what they&#8217;re doing.</p>
<p>Anyway &#8211; I had a little bit of a tough time getting it to work with BeThere (who don&#8217;t use PPPoA like most DSL providers in the UK) so I thought I&#8217;d document what I needed to do to get it working.</p>
<p>In order to get one working with BeThere you need to use the following settings:</p>
<p>Protocol: Dynamic/Fixed IP in 1483 Bridge Mode<br />
IP address: (my static IP address)<br />
Subnet Mask: (my subnet mask)<br />
Default Gateway: (my Gateway address)<br />
VPI/VCI: 0/101<br />
Encapsulation: LLC<br />
QoS Class: UBR (not sure if this is correct, but it&#8217;s the default)<br />
PCR/SCR/MBS: 4000/4000/10 (again &#8211; the defaults)<br />
DHCP Client &#8211; not checked. </p>
<p>If you don&#8217;t have a static IP, then you can probably leave the IP address/netmask/gateway empty and just check the DHCP checkbox.</p>
<p>If you do use a static IP then you can get the relevant addresses by calling BeThere customer support.</p>
<p>Oh, by the way &#8211; if like me, you have a static IP address and want one of your LAN machines to be the public face of your network (place it in what router manufacturers call a &#8216;DMZ&#8217;) then the OfficeConnect will gladly let you do this &#8211; but it simply won&#8217;t work unless you turn the firewall on.  If the firewall is disabled then you won&#8217;t be able to connect to that machine from outside the LAN.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/08/01/using-the-3com-officeconnect-wireless-11g-firewall-router-with-the-bethere-isp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m going to downgrade my phone.</title>
		<link>http://www.monkeyfood.com/blog/2008/06/10/im-going-to-downgrade-my-phone/</link>
		<comments>http://www.monkeyfood.com/blog/2008/06/10/im-going-to-downgrade-my-phone/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 10:03:48 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[GPS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=210</guid>
		<description><![CDATA[I&#8217;ve decided to cave-in and buy a new iPhone, I&#8217;m really looking forward to being able to code for it and the UI, but it&#8217;s the day after the announcement of the device and with a bit of sober thought, I&#8217;ve come to the conclusion that it will be a downgrade from my current phone [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to cave-in and buy a new iPhone, I&#8217;m really looking forward to being able to code for it and the UI, but it&#8217;s the day after the announcement of the device and with a bit of sober thought, I&#8217;ve come to the conclusion that it will be a downgrade from my current phone (Nokia E61) and 1st gen iPod Nano: here&#8217;s why:</p>
<ol>
<li>3G &#8211; the E61 which I&#8217;ve had for a couple of years has 3G, so this is just catching up really.
</li>
<li>The E61 speaks the name of the caller, this is especially useful in the car.</li>
<li>The E61 has voice recognition, again, very useful in the car when you want to dial by voice.</li>
<li>The iPhone has no concept of profiles &#8211; the E61 will switch to the profile of your choice when it connects to a carkit, I like having a different set of tones when in the car.</li>
<li>The iPhone doesn&#8217;t do MMS.  I don&#8217;t use it often, but I do use it.</li>
<li>The iPhone doesn&#8217;t act as a bluetooth modem.  With a third-party app (Joikuspot) I can even get my E61 to act as a 3G wifi hotspot.</li>
<li>The iPhone doesn&#8217;t do sending of files via bluetooth &#8211; This astounds me, I mean really astounds me.  I send contacts/photos/audio files from my phone to other bluetooth devices all the time.</li>
<li>My iPod Nano has a remote with FM radio, will this work on the iPhone?  I doubt it.</li>
<li>The iPhone is only available on O2.  Carrier locking is EVIL!  Handsets should never, never be tightly coupled with networks, this goes against the whole GSM ethos.  O2 gets no coverage in the part of the country in which I&#8217;m interested. I should be able to choose the handset that suits me and the network that suits me.</li>
</ol>
<p>There are upsides though &#8211; the iPhone has a camera which the E61 doesn&#8217;t, although inexplicably it doesn&#8217;t do video and is only 2MPixels.  The E61&#8242;s mail client is not that good.  The iPhone has built-in GPS.</p>
<p><a href="http://www.boygeniusreport.com/2008/05/25/nokia-e71-review/">Meanwhile details of the new E71 appeared on the web yesterday.</a> It&#8217;s got GPS and and 3.2MP camera.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/06/10/im-going-to-downgrade-my-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time machine is a little confused about maths (and iPhone SDK ramblings)</title>
		<link>http://www.monkeyfood.com/blog/2008/03/08/time-machine-is-a-little-confused-about-maths-and-iphone-sdk-ramblings/</link>
		<comments>http://www.monkeyfood.com/blog/2008/03/08/time-machine-is-a-little-confused-about-maths-and-iphone-sdk-ramblings/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 01:55:11 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Coding / Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2008/03/08/time-machine-is-a-little-confused-about-maths-and-iphone-sdk-ramblings/</guid>
		<description><![CDATA[&#8220;The backup is too large for the backup volume. The backup requires 4.2GB, but only 22.9GB are available.&#8221; Just posting this bug so I can reference it in a bug report. It may be my fault though, because I&#8217;m using an unsupported volume: a drive on a remote machine on my local network backed-up over [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.monkeyfood.com/thestuff/food/Screenshots/TimeMachineConfused.jpg" alt="Hmmmm" /></p>
<p>&#8220;The backup is too large for the backup volume.  The backup requires 4.2GB, but only 22.9GB are available.&#8221;</p>
<p>Just posting this bug so I can reference it in a bug report.  It may be my fault though, because I&#8217;m using an unsupported volume: a drive on a remote machine on my local network backed-up over airport.   Worth noting anyway.</p>
<p>Half of the backup happens to be a disc image of the iPhone SDK.  </p>
<p>It looks from what I&#8217;ve seen so far: i.e. nothing but the video of the Apple announcement, and a few iTunes U Apple Developer Connection introduction videos, pretty good.  I&#8217;m getting more and more keen to get an iPhone.   I&#8217;ve been waiting for three things before I do:   Version 2.0 of the phone hardware (hopefully with GPS and 3G), the SDK and an end to the network lock-in.  I hate being told that to use a specific handset I have to use a specific GSM network, it&#8217;s just wrong.   Now the SDK is here, I&#8217;m weakening&#8230;</p>
<p>The info about the SDK looks very impressive so far &#8211; Apple taking 30% of the revenue from sales of the apps seems a little bit steep &#8211; but (in my opinion) they generally tend to be a benevolent dictator.  Symbian has had voluntarily signed apps for a long time, however, very few developers bother to sign their apps, so users tend not to care or know about code signing.  Even worse &#8211; when they find out about code signing it <a href="http://www.e-series.org/archives/45">tends to confuse them</a>.   Apple mandating signing of all code means it can be seamless.  </p>
<p>Having a single channel of delivery for iPhone apps may, to many, seem draconian and I would imagine it&#8217;s not long until someone writes an app which Apple denies distribution, yet most people find inoffensive.</p>
<p>I don&#8217;t know&#8230;.   I&#8217;m torn &#8211; Steve&#8217;s Reality Distortion Field has really got me this time, yet I still in my heart of hearts think &#8216;hey &#8211; this is *my* miniature, hand-held computer &#8211; how dare you tell me what I can and can&#8217;t install on it.&#8217;</p>
<p>My resistance to not having a physical keyboard is also waning, and although being a Nokia devotee since I first had a mobile phone (back in oooh 1996), and therefore a Symbian fan of late &#8211; my experience with the mail client on my E61 and the limitations of Series 60 compared to Mobile OS X (network/email/voip config on the E61 is a real bore &#8211; and it doesn&#8217;t get the concept of falling back to different networks depending on what&#8217;s available) make the iPhone a very desirable next phone.  Plus I&#8217;m familiar with the development environment.</p>
<p>I have noticed, from my limited peeking around, that there is no access to the Bluetooth functions of the phone.  I could be wrong about that though.  I think that the intention is that most external comms are to be done via TCP/IP over the wifi hardware.</p>
<p>Anyway, enough of my prattling &#8211; congratulations to all the engineers at Apple who are delivering the SDK, it&#8217;s a stunning feat of engineering.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/03/08/time-machine-is-a-little-confused-about-maths-and-iphone-sdk-ramblings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Communications Specifications for the GlobalSat DG-100 GPS DataLogger</title>
		<link>http://www.monkeyfood.com/blog/2008/03/07/communications-specifications-for-the-globalsat-dg-100-gps-datalogger/</link>
		<comments>http://www.monkeyfood.com/blog/2008/03/07/communications-specifications-for-the-globalsat-dg-100-gps-datalogger/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 13:46:17 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Coding / Development]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2008/03/07/communications-specifications-for-the-globalsat-dg-100-gps-datalogger/</guid>
		<description><![CDATA[Time for one of my annual blog posts. I recently bought a GlobalSat DG-100 GPS datalogger, which is a device that records your GPS position over time, so that you can later review those data, and do all sorts of fun things. I specifically wanted it for aviation, so you can review your flight track, [...]]]></description>
			<content:encoded><![CDATA[<p>Time for one of my annual blog posts.   </p>
<p>I recently bought a <a href="http://www.globalsat.com.tw/eng/product_detail_00000090.htm">GlobalSat DG-100 GPS datalogger</a>, which is a device that records your GPS position over time, so that you can later review those data, and do all sorts of fun things.  I specifically wanted it for aviation, so you can review your flight track, and see how good your navigation is and how far off your desired track you wandered.</p>
<p><img src="http://www.monkeyfood.com/thestuff/food/Screenshots/DG-100.jpg" alt="DG-100" /></p>
<p>There are Windows drivers for the device, and only a Windows utility for extracting the recorded tracks and altering it&#8217;s preferences.  Normally this would preclude a Mac user like me from buying it, however, the nice people at GlobalSat have published the specifications for communicating with the device, and some people have made their own apps for talking to it.  There&#8217;s a Windows .net application for it and a linux project for talking to it as well.</p>
<p>I&#8217;m in the early stages of writing a Cocoa app which will do the same for Mac OS X users.</p>
<p><a href="http://monkeyfood.com/articles/DG100CommsSpec/">Anyway &#8211; The spec was a bit dry, being a .txt file &#8211; so I&#8217;ve spruced it up a bit and put it into a web page for Google to index.</a></p>
<p>[edit] &#8211; Good lord, Google indexed this post in less than 17 minutes!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/03/07/communications-specifications-for-the-globalsat-dg-100-gps-datalogger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Please don&#8217;t be an April Fool&#8217;s joke</title>
		<link>http://www.monkeyfood.com/blog/2007/04/02/please-dont-be-an-april-fools-joke/</link>
		<comments>http://www.monkeyfood.com/blog/2007/04/02/please-dont-be-an-april-fools-joke/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 09:26:28 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Zeitgeist]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2007/04/02/please-dont-be-an-april-fools-joke/</guid>
		<description><![CDATA[Please don&#8217;t be an April Fool&#8217;s joke [edit] &#8211; It&#8217;s true!, hooray! This is a very good thing, and hopefully more labels will open-up their catalogues. Apparently un-DRM&#8217;ed albums will not have any price increase, but single tracks will.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theinquirer.net/default.aspx?article=38636">Please don&#8217;t be an April Fool&#8217;s joke</a></p>
<p>[edit] &#8211; <a href="http://newsvote.bbc.co.uk/1/hi/technology/6516189.stm">It&#8217;s true!</a>, hooray!  This is a very good thing, and hopefully more labels will open-up their catalogues.  Apparently un-DRM&#8217;ed albums will not have any price increase, but single tracks will.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2007/04/02/please-dont-be-an-april-fools-joke/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>This semi-derelict blog is now OpenID enabled</title>
		<link>http://www.monkeyfood.com/blog/2007/02/02/this-derelict-blog-is-now-openid-enabled/</link>
		<comments>http://www.monkeyfood.com/blog/2007/02/02/this-derelict-blog-is-now-openid-enabled/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 19:26:45 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2007/02/02/this-derelict-blog-is-now-openid-enabled/</guid>
		<description><![CDATA[Not that anyone in their right mind reads this blog, but just in case: I&#8217;ve enabled OpenID as a method for authenticating when posting a comment. I look forward to this distributed ID system becoming more common throughout the net. If you have a blog of your own then I recommend enabling OpenID (I used [...]]]></description>
			<content:encoded><![CDATA[<p>Not that anyone in their right mind reads this blog, but just in case:   </p>
<p>I&#8217;ve enabled OpenID as a method for authenticating when posting a comment.  I look forward to this distributed ID system becoming more common throughout the net.   </p>
<p>If you have a blog of your own then I recommend enabling OpenID (I used <a href="http://verselogic.net/projects/wordpress/wordpress-openid-plugin/">the wpOpenID plug-in for WordPress</a> &#8211; very easy to set-up.)</p>
<p>edit: I&#8217;ve also enabled <a href="http://www.gravatar.com/">Gravatars</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2007/02/02/this-derelict-blog-is-now-openid-enabled/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Long time no see&#8230;</title>
		<link>http://www.monkeyfood.com/blog/2006/03/13/long-time-no-see/</link>
		<comments>http://www.monkeyfood.com/blog/2006/03/13/long-time-no-see/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 01:32:46 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Console Games]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Real World]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2006/03/13/long-time-no-see/</guid>
		<description><![CDATA[Well &#8211; My Blog appears to be atrophying to beyond the post-per-month status&#8230; Here&#8217;s a quick update on my uninteresting life: - Broken a life-time habit, and bought a Microsoft product &#8211; the XBox 360 &#8211; very impressive &#8211; most impressive part is &#8216;Live&#8217; &#8211; especially the marketplace and the downloadable demos &#8211; currently very [...]]]></description>
			<content:encoded><![CDATA[<p>Well &#8211; My Blog appears to be atrophying to beyond the post-per-month status&#8230;</p>
<p>Here&#8217;s a quick update on my uninteresting life:</p>
<p>- Broken a life-time habit, and bought a Microsoft product &#8211; the XBox 360 &#8211; very impressive &#8211; most impressive part is &#8216;Live&#8217; &#8211; especially the marketplace and the downloadable demos &#8211; currently very much enjoying &#8216;Geometry Wars&#8217; and &#8216;The Outfit&#8217; multiplayer demo&#8230;.</p>
<p>- Meanwhile &#8211; in PS2-land &#8211; Loving &#8216;Shadow of the Colossus&#8217; and &#8216;Black&#8217; &#8211; both fine examples of farewell salutes to the platform&#8230;.  Especially &#8216;Black&#8217; &#8211; which has <a href="http://www.sunnyblue.net/mm/?p=198">humourous mission objectives</a> and Matrices-esque destructible pillars in large (soldier-filled) rooms.</p>
<p>- Became 30 &#8211; sigh&#8230;.    on the upside &#8211; got an HDTV for my birthday &#8211;  very nice &#8211; just need Sky to launch their HD service&#8230;</p>
<p>- If by any chance you are reading this because of my software &#8211; - &#8211; yes, a Universal Binary of &#8216;More Internet&#8217; is forthcoming &#8211; soon&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2006/03/13/long-time-no-see/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Farewell PowerBook</title>
		<link>http://www.monkeyfood.com/blog/2006/01/10/farewell-powerbook/</link>
		<comments>http://www.monkeyfood.com/blog/2006/01/10/farewell-powerbook/#comments</comments>
		<pubDate>Tue, 10 Jan 2006 19:07:32 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2006/01/10/farewell-powerbook/</guid>
		<description><![CDATA[So &#8211; PowerBooks are no more &#8211; from now on it&#8217;s MacBook Pro. Some interesting points: No FireWire 800&#8230; Odd. No more PCCards &#8211; we now get ExpressCards Most bizarrely, no modem! This is a laptop and the modem is sold separately. That makes sense for an iMac, but a laptop with no modem? I [...]]]></description>
			<content:encoded><![CDATA[<p>So &#8211; PowerBooks are no more &#8211; from now on it&#8217;s <a href="http://www.apple.com/macbookpro/whatsinside.html">MacBook Pro</a>.</p>
<p>Some interesting points:</p>
<ul>
<li>No FireWire 800&#8230; Odd.</li>
<li>No more PCCards &#8211; we now get <a href="http://www.pcmag.com/article2/0,4149,1472734,00.asp">ExpressCards</a></li>
<li>Most bizarrely, no modem!  This is a laptop and the modem is sold separately.  That makes sense for an iMac, but a laptop with no modem?</li>
<li>I like the magnetic power connection &#8211; I have a ding in the corner of my PB from when it shot off a desk due to foot/power cable entanglement &#8211; and just last night I got my foot caught in the power cable again.</li>
</ul>
<p>&#8216;MacBook&#8217; is another really bad name &#8211; what *is* going on in the Apple naming department?</p>
<p>I like the look of the <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wo/StoreReentry.wo?productLearnMore=MA070G%2FA">FM receiver for the iPod</a> though &#8211; it even has RDS.</p>
<p>I almost forgot: Happy New Year <img src='http://www.monkeyfood.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[edit 18 hours later]</p>
<p>Well  &#8211; I&#8217;ve been following the discussions about the new laptop on the forums, and a couple of other notes:</p>
<ul>
<li>FireWire 800, apparently  2 port FW800 ExpressCards are the way to go here, although  Apple dropping it (built-in) on their pro laptop doesn&#8217;t signal a strong future for FW800.  I assume the new Intel PowerMac-equivalents will have built-in FW800.</li>
<li>ExpressCards &#8211; currently there aren&#8217;t that many about, but Apple always is ahead of the game on this sort of thing &#8211; e.g. USB/No Floppy on the original iMac.  Some people are worried about how long until there are GPRS/G3 cards in this form factor.</li>
<li>lack of modem as standard.  I&#8217;m amazed by how many people seem to equate the modem with the death of floppies &#8211; lots of comments like &#8220;I can&#8217;t remember the last time I used a modem.&#8221;  Do these people travel with their laptops?  Have they never been to places without Cellular/broadband coverage?  I suppose it&#8217;s not really a big point, since you just add the USB modem to your order, and  it should last you across several laptops.  However, these laptops only have two USB ports, and there goes one&#8230;</li>
<li>No S-Video out &#8211; I missed this first time round &#8211; I suppose we&#8217;re all supposed to have HDTVs and use DVI->HDMI cables, or perhaps the <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?productLearnMore=M9267G/A">DVI->S-Video adapter</a> that works on the PowerMac G5 / MacMini will also work on the new PowerBooks.</li>
</ul>
<p>It seems like we&#8217;ll have to buy and carry around a lot of extra add-on bits with these new machines&#8230;</p>
<p>Mind you, the speed improvement is a welcome new feature, and my two-year old 17&#8243; PowerBook should last a while yet before I need to worry about upgrading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2006/01/10/farewell-powerbook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Natural Date Formatters are Cool.</title>
		<link>http://www.monkeyfood.com/blog/2005/04/15/natural-date-formatters-are-cool/</link>
		<comments>http://www.monkeyfood.com/blog/2005/04/15/natural-date-formatters-are-cool/#comments</comments>
		<pubDate>Fri, 15 Apr 2005 18:35:37 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Coding / Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2005/04/15/natural-date-formatters-are-cool/</guid>
		<description><![CDATA[The Cocoa Frameworks on Mac OS X have some very cool things in them. One of the very, very coolest &#8211; that relatively few people know about, and I should imagine even less people use, are NaturalDateFormatters. Bascially they allow you to enter a date in English-like syntax, and it will be automatically converted into [...]]]></description>
			<content:encoded><![CDATA[<p>The Cocoa Frameworks on Mac OS X have some very cool things in them.</p>
<p> One of the very, very coolest  &#8211; that relatively few people know about, and I should imagine even less people use, are NaturalDateFormatters.</p>
<p>Bascially they allow you to enter a date in English-like syntax, and it will be automatically converted into a form that the computer recognises.</p>
<p>e.g. It&#8217;s a friend of mine&#8217;s birthday today, and another&#8217;s was a couple of days ago.  I realised that I didn&#8217;t have their birthdays in the Address Book, so I added them pretty quickly, without ever looking at iCal &#8211; or clicking on the clock to get the date.</p>
<p>Here&#8217;s how: (<a href="http://homepage.mac.com/DiggoryLaycock/.Movies/AddressBookNaturalDateFormatter.mov">2.4mb MPEG-4 Quicktime Movie</a>)</p>
<p><a href="http://homepage.mac.com/DiggoryLaycock/.Movies/AddressBookNaturalDateFormatter.mov"><img alt="Click for movie" src="http://www.monkeyfood.com/thestuff/food/Screenshots/ABookNatLangScreenie.jpg"/></a></p>
<p>Cool, n&#8217;est pas?</p>
<p>p.s. Rendez-vous&#8217;s new name (&#8216;Bonjour&#8217;) is terrible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2005/04/15/natural-date-formatters-are-cool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
