<?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</title>
	<atom:link href="http://www.monkeyfood.com/blog/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>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to upgrade the Firmware on a Linksys PAPT2 from a Mac OS X computer</title>
		<link>http://www.monkeyfood.com/blog/2009/05/14/how-to-upgrade-the-firmware-on-a-linksys-papt2-from-a-mac-os-x-computer/</link>
		<comments>http://www.monkeyfood.com/blog/2009/05/14/how-to-upgrade-the-firmware-on-a-linksys-papt2-from-a-mac-os-x-computer/#comments</comments>
		<pubDate>Thu, 14 May 2009 13:44:42 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=233</guid>
		<description><![CDATA[
Get the new firmware from Linksys
Start the webserver on the Mac
Drop the firmware .bin file into a folder accessible by the web server (e.g. ~/sites/PAP2TFirmware/)
Make a URL of the following form: 
http://{IP Address of your PAPT2 here}/upgrade?http://{IP address of the Mac here}/{Path to the firmware file} 
e.g. for me this would be http://192.168.1.10/upgrade?http://192.168.1.7/~diggory/PAP2TFirmware/pap2t-5-1-6.bin   [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Get the new firmware from Linksys</li>
<li>Start the webserver on the Mac</li>
<li>Drop the firmware .bin file into a folder accessible by the web server (e.g. ~/sites/PAP2TFirmware/)</li>
<li>Make a URL of the following form: </li>
<p>http://{IP Address of your PAPT2 here}/upgrade?http://{IP address of the Mac here}/{Path to the firmware file} </p>
<p>e.g. for me this would be http://192.168.1.10/upgrade?http://192.168.1.7/~diggory/PAP2TFirmware/pap2t-5-1-6.bin   </p>
<li>Visit that URL</li>
<li>Wait until the status light on the PAP2T stop flashing.  It should now have the new firmware</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2009/05/14/how-to-upgrade-the-firmware-on-a-linksys-papt2-from-a-mac-os-x-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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 [...]]]></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>&#8217;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 [...]]]></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&#8217;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>Back to school &#8211; Chemistry edition</title>
		<link>http://www.monkeyfood.com/blog/2008/07/19/back-to-school-chemistry-edition/</link>
		<comments>http://www.monkeyfood.com/blog/2008/07/19/back-to-school-chemistry-edition/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 23:55:02 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=211</guid>
		<description><![CDATA[I don&#8217;t know whether you, dear reader, ever enjoyed learning about Chemistry; I did, but not enough to take it to A-Level, Physics and Biology were more my thing.  
Science isn&#8217;t for everyone, I&#8217;ve always enjoyed it &#8211; but for every geek like me who couldn&#8217;t get a handle on the arts, there are [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know whether you, dear reader, ever enjoyed learning about Chemistry; I did, but not enough to take it to A-Level, Physics and Biology were more my thing.  </p>
<p>Science isn&#8217;t for everyone, I&#8217;ve always enjoyed it &#8211; but for every geek like me who couldn&#8217;t get a handle on the arts, there are ten arts students who don&#8217;t get science. Surely, however, we all loved the weird experiments that the teachers used to perform to bring the sciences to life.</p>
<p>Since the internet has become easily accessible by the general public in the last ten years or so, many universities have been making their course material available for free to anyone who wants it over the web.  This trend was started, as far as I know, by the <a href="http://web.mit.edu/">MIT</a> in the US.  This concept would have astonished people twenty years ago.  I find it amazing, how quickly the web has changed things, and how quickly we adapt to them and take things like this for granted.</p>
<p>In 1969 the UK government decided that an university education should be available for all, and in the absence of the internet, they gave us the <a href="http://en.wikipedia.org/wiki/Open_University">Open University</a> whose main medium was the television.</p>
<p>So why am I rambling on about the OU, Chemistry and the web?  Because recently the University of Nottingham&#8217;s Chemistry faculty have decided to do their own little bit of public education over the web, and I implore you to view it.    It has a combination of a loveable chemistry professor, who gets a warm feeling about Sodium every time he sees it in a chemical formula (because its symbol: Na, was a nick-name for his mother) and some amusing lab technicians who revel in conducting experiments which often have explosive results (e.g. when a chunk of sodium lands on the cameraman&#8217;s camera.)</p>
<p>Watch the videos, and maybe learn something, or remember something that you&#8217;d forgotten.  For example: anyone who has done Biology to any level knows that oxygen is transported around the body via Haemoglobin, which contains a lot of iron, and thus causes the blood to appear red. Did you know however, that crabs use a compound, which instead of iron, uses cobalt to transport oxygen &#8211; so their blood is green.  Perhaps you didn&#8217;t know that Niels Bohr was given a house by Carlsberg next to their brewery which had a tap which ran from said brewery and provided him with free beer whenever he desired it.</p>
<p>Enough spoilers &#8211; Enjoy: <a href="http://www.periodicvideos.com/">http://www.periodicvideos.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/07/19/back-to-school-chemistry-edition/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&#8217;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>0</slash:comments>
		</item>
		<item>
		<title>Web design pet peeves (number 352 in a series of 23238434)</title>
		<link>http://www.monkeyfood.com/blog/2008/04/04/web-design-pet-peeves-3523910295/</link>
		<comments>http://www.monkeyfood.com/blog/2008/04/04/web-design-pet-peeves-3523910295/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 00:49:00 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[Coding / Development]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/?p=209</guid>
		<description><![CDATA[
I hit this *so* many times and it always drives me mad.  Here&#8217;s the thing:  email addresses are not case-sensistive.  i.e. FOO@.BAR.COM is the same as foo@bar.com and FoO@bAr.CoM
Web designers always seem to forget this though &#8211; and it&#8217;s incredibly irritating, especially if you have a browser which has some form of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.monkeyfood.com/thestuff/food/Screenshots/emailIsNotCaseSensitive.jpg" alt="Email addresses are not case-sensitive" /></p>
<p>I hit this *so* many times and it always drives me mad.  Here&#8217;s the thing:  email addresses are not case-sensistive.  i.e. FOO@.BAR.COM is the same as foo@bar.com and FoO@bAr.CoM</p>
<p>Web designers always seem to forget this though &#8211; and it&#8217;s incredibly irritating, especially if you have a browser which has some form of &#8216;remember my details and auto-complete them&#8217; function.</p>
<p>I can understand why it happens though, and here&#8217;s why.  As a coder you think of things in terms of types and logic.</p>
<p>Types: Number-types are generally either floats (floating point numbers: 1.2, 3.1415, etc&#8230;) or integers (whole numbers 1, 2, 100232 etc&#8230;).  Computers &#8216;think&#8217; of numbers differently depending on whether they are whole number or not.  Bits of text are often thought of as &#8217;strings&#8217; (&#8217;strings&#8217; of characters) &#8211; think of a string of pearls where each pearl is a character.   </p>
<p>Logic:  Coders use logic to define behaviour in code &#8211; they set down rules for the computer to follow.  i.e. &#8216;if this thing over here is equal to that thing over there then do this other thing.&#8217;  Many of these logical statements are combined to create behaviours that make-up software products &#8211; from your mobile phone, to this weblog, to your TV.</p>
<p>Anyway &#8211; back to the point &#8211; humans forget that computers see things in different ways &#8211; the human brain with it&#8217;s amazing ability for language and symbol analysis sees &#8216;Hello&#8217; as having the same meaning as &#8216;hello&#8217;, whereas to a computer these two strings are completely different, so to a computer the correct response to the question &#8221; is &#8216;Hello&#8217; equal to &#8216;hello&#8217; &#8221; is &#8220;No.&#8221;   Normally that&#8217;s fine in logic terms &#8211; the two strings are not identical &#8211; but when it comes to email addresses &#8211; this logic lets us down.  It doesn&#8217;t matter what case the letters are, what we should be asking the computer is &#8220;does this string that the user gave *spell* the same as the string we are using as a reference?&#8221; </p>
<p>Of course a clever coder will take the case of the letters out of the equation by using a function which makes the two strings to compare both upper-case before it checks them for equality &#8211; so however the user types the email address (as long as it&#8217;s spelled correctly), the logic will come back and say &#8211;  &#8220;yes &#8211; these two email addresses are the same.&#8221;   This is such a common task that there are always (I assume) ready-made functions available to the coder in any language to turn a string into an upper-case string.</p>
<p>It just takes a little thought to make sure that you apply that function when checking email addressees.  You&#8217;d be surprised how often it doesn&#8217;t happen though&#8230;</p>
<p>The same thing happens in other problem domains &#8211; e.g. usernames &#8211; my router has an admin account which allows me to configure it &#8211; let&#8217;s call it &#8216;admin&#8217;.   If I use &#8216;Admin&#8217; it fails to authenticate me.   Usernames should not be case-sensitive, whereas passwords should.</p>
<p>Web servers / filenames are another case:   http://www.foo.com/badger/ should be the same as http://www.foo.com/BADGER/ &#8211; Mac OS computers treat these two the same &#8211; UNIX machines don&#8217;t.</p>
<p>To humans, most strings are not case-sensitive, whereas to computers they are.  Coders should think about this more often.  Alas it&#8217;s easy for them to be caught out, since we don&#8217;t think like computers, and computers are ruthlessly logical and unforgiving when it comes to rules (which is why they work).   They&#8217;re a bit like traffic wardens in that respect.</p>
<p>Rant over&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2008/04/04/web-design-pet-peeves-3523910295/feed/</wfw:commentRss>
		<slash:comments>2</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 [...]]]></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 [...]]]></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>Put XHTML template on Clipboard AppleScript</title>
		<link>http://www.monkeyfood.com/blog/2007/04/01/put-xhtml-template-on-clipboard-applescript/</link>
		<comments>http://www.monkeyfood.com/blog/2007/04/01/put-xhtml-template-on-clipboard-applescript/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 23:28:09 +0000</pubDate>
		<dc:creator>Diggory</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Coding / Development]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.monkeyfood.com/blog/2007/04/01/put-xhtml-template-on-clipboard-applescript/</guid>
		<description><![CDATA[Here&#8217;s another AppleScript:  This one puts an xHTML template on the clipboard:  Again, remove the Growl parts if you don&#8217;t use Growl.

set XHTMLTemplate to "< !DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
    			\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">

	
		

	
	
	

"
set the clipboard to the XHTMLTemplate
tell application "GrowlHelperApp"
	--	notify title "AppleScript Notification" description (noteText as string) icon of application [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another AppleScript:  This one puts an xHTML template on the clipboard:  Again, remove the Growl parts if you don&#8217;t use Growl.</p>
<p><code></p>
<p>set XHTMLTemplate to "< !DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"<br />
    			\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"></p>
<p><html xmlns=\"http://www.w3.org/1999/xhtml\"></p>
<p>	<head></p>
<p>		<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" /></p>
<link rel=\"StyleSheet\" href=\"css/someSyleSheet.css\" type=\"text/css\" media=\"all\"/>
	</head></p>
<p>	<body></p>
<p>	</body><br />
</html><br />
"</p>
<p>set the clipboard to the XHTMLTemplate</p>
<p>tell application "GrowlHelperApp"<br />
	--	notify title "AppleScript Notification" description (noteText as string) icon of application "Script Editor.app"</p>
<p>	set myAllNotesList to {"XHTMLTemplateToClipboard"}<br />
	register as application "XHTML Template to Clipboard" all notifications myAllNotesList default notifications {"XHTMLTemplateToClipboard"} icon of application "Finder.app"</p>
<p>	notify with name "XHTMLTemplateToClipboard" title "XHTML Template 2 Clipboard" description "The XHTML Template has been put on the clipboard" application name "XHTML Template to Clipboard"<br />
end tell"</p>
<p></code><br />
<a href="applescript://com.apple.scripteditor?action=new&#038;script=%0D%0Dset%20XHTMLTemplate%20to%20%22%3C%21DOCTYPE%20html%20PUBLIC%20%5C%22%2D%2F%2FW3C%2F%2FDTD%20XHTML%201%2E0%20Transitional%2F%2FEN%5C%22%0D%20%20%20%20%09%09%09%5C%22http%3A%2F%2Fwww%2Ew3%2Eorg%2FTR%2Fxhtml1%2FDTD%2Fxhtml1%2Dtransitional%2Edtd%5C%22%3E%0D%0D%3Chtml%20xmlns%3D%5C%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F1999%2Fxhtml%5C%22%3E%0D%0D%09%3Chead%3E%0D%09%09%3Ctitle%3E%2A%2AREPLACE%20ME%21%2A%2A%3C%2Ftitle%3E%0D%09%09%3Cmeta%20http%2Dequiv%3D%5C%22Content%2DType%5C%22%20content%3D%5C%22text%2Fhtml%3B%20charset%3DISO%2D8859%2D1%5C%22%20%2F%3E%0D%09%09%3Clink%20rel%3D%5C%22StyleSheet%5C%22%20href%3D%5C%22css%2FsomeSyleSheet%2Ecss%5C%22%20type%3D%5C%22text%2Fcss%5C%22%20media%3D%5C%22all%5C%22%2F%3E%09%0D%09%3C%2Fhead%3E%0D%09%0D%09%3Cbody%3E%0D%09%0D%09%3C%2Fbody%3E%0D%3C%2Fhtml%3E%0D%22%0D%0D%0Dset%20the%20clipboard%20to%20the%20XHTMLTemplate%0D%0D%0Dtell%20application%20%22GrowlHelperApp%22%0D%09%2D%2D%09notify%20title%20%22AppleScript%20Notification%22%20description%20%28noteText%20as%20string%29%20icon%20of%20application%20%22Script%20Editor%2Eapp%22%0D%09%0D%09set%20myAllNotesList%20to%20%7B%22XHTMLTemplateToClipboard%22%7D%0D%09register%20as%20application%20%22XHTML%20Template%20to%20Clipboard%22%20all%20notifications%20myAllNotesList%20default%20notifications%20%7B%22XHTMLTemplateToClipboard%22%7D%20icon%20of%20application%20%22Finder%2Eapp%22%0D%09%0D%09notify%20with%20name%20%22XHTMLTemplateToClipboard%22%20title%20%22XHTML%20Template%202%20Clipboard%22%20description%20%22The%20XHTML%20Template%20has%20been%20put%20on%20the%20clipboard%22%20application%20name%20%22XHTML%20Template%20to%20Clipboard%22%0Dend%20tell%0D">Click this link to make a new Script in ScriptEditor containing the above script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeyfood.com/blog/2007/04/01/put-xhtml-template-on-clipboard-applescript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
