<?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/"
	xmlns:georss="http://www.georss.org/georss" 
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>bioneural.net &#187; Mac</title>
	<atom:link href="http://www.bioneural.net/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bioneural.net</link>
	<description>bioneural.net is for stuff worth sharing: commentary by Bruce McKenzie. Major topics covered are gadgets, informatics, Internet, Mac, mobile, musings, New Zealand, photography, Project Koru, quicklinks, rant, rave, travel and Windows</description>
	<lastBuildDate>Sat, 13 Mar 2010 15:49:45 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<title>bioneural.net</title>
		<url>http://www.bioneural.net/images/kiwi-yellow-64px.png</url>
		<link>http://www.bioneural.net</link>
		<width>64</width>
		<height>64</height>
		<description>bioneural.net</description>
	</image>
		<item>
		<title>Find which application is using a file</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:44:15 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1598</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Not infrequently during my use of Apple's OS X 10.6 (Snow Leopard) I have been seeing a dialogue upon emptying the Trash telling me that 'This operation can't be completed because the item "xxx" is in use'. The culprit has been Mail.app, and the scenario seems to occur when I attempt to delete a file after having sent it as an attachment (and some time after the event at that).


Here is the dialogue:



Given that I know the file is not open, how do I find out what application thinks it is still in use? Thanks to a response on Apple Discussions, all you need to do is run the 'list open files' (lsof) command in Terminal.app:


sudo lsof /path/to/file


A shortcut to entering the file path correctly is to drag and drop the file from the Finder into the open Terminal window.

In this example, Mail.app was refusing to let go of a Dilbert .gif file I had sent some hours previously:



The solution was to quit Mail, empty the Trash, and relaunch Mail. Easily solved, but something Apple should be fixing, surely? ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2010%2F03%2F13%2Ffind-which-application-is-using-a-file%2F&amp;seed_title=Find+which+application+is+using+a+file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Air Sharing between iPhone and Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:14:38 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1579</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Air Sharing is a fab app for iPhone that lets you mount a file store on the device to the desktop as a wireless share. You can browse your files using any decent web browser, and even upload files to the phone&#8212;albeit one file at a time. This limitation can be overcome by mounting the iPhone as a network drive (on Mac from the Finder Go &#62; Connect to Server... and enter the server address). Rather than have to visit this menu each time, wouldn't it be nice if there were a one-click way to mount iPhone? There's a app for that.


Yep, there's an app for that if you're willing to make one. Fear not, this is very simple using Automator which brings AppleScripting to the Rest of Us.

The iPhone supports Apple's Bonjour networking protocol, and can be recognised by either the assigned device name or IP address. If like me you use your iPhone on more than one WiFi network, it might be assigned a different IP address via DHCP. Because of this it makes sense to use the iPhone's Bonjour name rather than IP address, which you can identify from within Air Sharing by taping on the WiFi icon:




My Air Sharing app is built with three Automator actions: Get Specified Servers, Connect to Servers, and Show Growl Notification (Growl is an essential OS X add-on). In Automator drag these actions to the right side of the window in the order shown:



In the Get Specified Servers action click Add ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F12%2F31%2Fair-sharing-between-iphone-and-mac%2F&amp;seed_title=Air+Sharing+between+iPhone+and+Mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Apple silence and secrecy</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F08%2F05%2Fapple-silence-and-secrecy%2F&amp;seed_title=Apple+silence+and+secrecy</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F08%2F05%2Fapple-silence-and-secrecy%2F&amp;seed_title=Apple+silence+and+secrecy#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:10:45 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Quicklinks]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1557</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> This Dilbert strip may shed some light on why Apple engineers won't publicly acknowledge a defect that causes the 7200rpm Seagate drive upgrades in June 2009 MacBook Pros to make clicking and beeping noises associated with pauses in system responsiveness. Apple's cloak of corporate silence is becoming notorious, with the recent disclosure of an exploding iPod-related gagging order. Google returns many hits relating to Apple's culture of secrecy. It seems like a sure-fire way to alienate the traditionally loyal customer base. ]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F08%2F05%2Fapple-silence-and-secrecy%2F&amp;seed_title=Apple+silence+and+secrecy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>The MacBeep Pause</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F15%2Fthe-macbeep-pause%2F&amp;seed_title=The+MacBeep+Pause</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F15%2Fthe-macbeep-pause%2F&amp;seed_title=The+MacBeep+Pause#comments</comments>
		<pubDate>Wed, 15 Jul 2009 05:11:52 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1555</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Potential buyers of Apple's new (June 2009) MacBook Pro should be cautious about specifying a configure-to-order faster and larger hard drive 'upgrade'. The drive supplied by Apple, a Seagate Momentus 7200.4 (model number ST9500420ASG) appears to be operating improperly, with some users experiencing random pauses in disk activity associated with disturbing clicks and beeps. Apple are telling some of us that their top-of-the-line laptop is supposed to lock up frequently, and that the beep is normal too (so I guess my previous Macs were all defective as they lacked such 'features').




Here is the content of my letter of complaint to Apple:


14 July 2009

Customer Relations
Apple Operations Europe
Hollyhill Industrial Estate, Hollyhill
Cork
REPUBLIC OF IRELAND

Dear Sir/Madam,

Re:	

AppleCare no:	supplied
MacBook Pro serial: supplied
Case reference: supplied
Issue: Unacceptable performance of ST9500420ASG (Momentus 7200.4)

On 30 June 2009 I reported to AppleCare a loud random beeping that I suspected was related to the hard drive in my MacBook Pro, with a configure-to-order 7200rpm 500GB drive 'upgrade' as above. As advised I took it to my nearest Apple Service Centre, who heard the beep and thought it was possibly related to drive calibration and of no concern so long as it was infrequent.

Subsequently the beeping became more frequent (ranging from several times a minute to several times an hour) and more evidently associated with complete system pauses. This is demonstrated in a video posted to YouTube at http://www.youtube.com/watch?v=rsg84yqzvhs. Multiple users with the same drive are reporting this same issue at http://discussions.apple.com/thread.jspa?threadID=2049659.

Tier 2 Support then sent me an Apple app called Data Capture ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F15%2Fthe-macbeep-pause%2F&amp;seed_title=The+MacBeep+Pause/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>PhotoLinker evolves geotagging on Mac</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:32:35 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1554</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> PhotoLinker 2.0 ($US50, 30 day trial) is described by its developer as a 'pro geotagging and annotation tool'. Geotaggers who were familiar with GPSPhotoLinker will recognize the family resemblance, but will also appreciate the magnitude of changes this new app brings. It's no longer dependent upon use of a GPS track logger for a start, as integrated mapping now supports a manual geotagging mode (hence the dropping of 'GPS' from the name). There are improvements to workflow, a map viewer, a facility for track and waypoint management, and the pi&#232;ce de r&#233;sistance&#8212;EXIF metadata annotation. And yet it retains the incredible flexibility and the same precise control over automatic geotagging parameters that I appreciated in my review of GPSPhotoLonker. This post takes you on a visual walkthrough of the many new and refined features.


Disclosure: A single user license for PhotoLinker was provided by Early Innovations for the purposes of this evaluation (v2.0.1). I have a personal interest in the success of the Geotag Icon.

Offset

When you first click on the Geotagging Console button a HUD prompts you for the time zone your camera was using when the photographs to be geotagged were taken. As a general rule this is easier if your camera is always set to UTC (GMT) which is what your track logger will also be recording. The HUD helpfully prompts you to use a date and time-shifting tool if the images and tracks you load don't appear to match.



Adding tracks and photos

You can add GPX tracks, single or multiple, ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F07%2F01%2Fphotolinker-evolves-geotagging-on-mac%2F&amp;seed_title=PhotoLinker+evolves+geotagging+on+Mac/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://downloads.earlyinnovations.com/PhotoLinkerIntroduction.mov" length="11853399" type="video/quicktime" />
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>The dark art of AirPort networking</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking#comments</comments>
		<pubDate>Sun, 05 Apr 2009 08:29:23 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1504</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Until recently I was using the dodgy BeBox supplied by my Internet access provider as both a DSL modem and wireless router. The ST585v6 could create a wireless distribution system (WDS) to extend my home LAN to the attic iMac, but only over insecure WEP. So we bought a new dual-band (2.4 and 5GHz, 802.11b/g/n) Apple Time Capsule, thinking it would simplify connecting to an AirPort Express and at the same time provide wireless Time Machine backups with shared network-attached storage (NAS). In the event fully integrating this new device consumed hours, with victory arriving only after the discovery of occult keystroke trickery&#8212;not at all the Apple experience I have come to expect.


Bridging WAN and LAN

The first step was to get my BeBox working in bridge mode, functioning as a DSL modem only and handing over my public IP address to the Time Capsule. For the record (in case I need to repeat the exercise), Be sent me this advice:


If you would like to, you could switch the BeBox into bridged mode, it would then behave entirely as a modem without routing function. To do this, please follow this procedure: 


	Access the SpeedTouch configuration page by opening a web browser and typing in the Address Bar 192.168.1.254;
	Click on SpeedTouch &#62; Set up;
	Click Next, then choose Multi IP 3 Data Ports;
	Click Next, then Start.


After that your BeBox will no longer be accessible through the web interface and telnet server. This will set your be box in bridge mode.


Things actually proved more ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F05%2Fthe-dark-art-of-airport-networking%2F&amp;seed_title=The+dark+art+of+AirPort+networking/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>An OS X player for More FM Wellington</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington#comments</comments>
		<pubDate>Sat, 04 Apr 2009 14:29:13 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[New Zealand]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wellington]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1499</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Good radio stations can be hard to come by. My personal preference is for a mix of older and contemporary tracks, with a healthy dose of variety but nothing too far outside mainstream. One such radio station is Wellington's More FM, to which you can listen live using your web browser. I'm not keen on Internet radio delivered via a browser window because I usually end up closing the tab/ window by mistake! This Saturday morning project produced an OS X app to keep in the Dock for when the urge to listen to More FM strikes; it opens a network stream and commences automatic playback, using either of the VLC or QuickTime players.




Tested under Mac OS X 10.5.6 using VLC 0.9.9 (Intel) and QT 7.6.

A browser-based player

Windows Media Player 10 content as streamed by More FM won't playback via your Mac within Safari unless you have downloaded and installed both Windows Media Player 9 for Mac OS X and Windows Media® Components for QuickTime from Microsoft:



A VLC-based player

This Automator application for OS X uses the Play Movie from URL automator action by Jason Prell, available from Apple here. You'll need to have installed this action and of course the veritable VLC to use it:



If Play Movie from URL is not pre-installed you'll see an error:



A QuickTime-based player

QuickTime is installed with Mac OS X by default. This app uses the default Run AppleScript action included with Automator, but QuickTime needs the help of Flip4Mac WMV to handle the WMA2 audio ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F04%2F04%2Fan-os-x-player-for-more-fm-wellington%2F&amp;seed_title=An+OS+X+player+for+More+FM+Wellington/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Desktop refits with GeekTool and friends</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:53:12 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1446</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> Further to my previous post on how to get BBC weather feeds on your desktop, this article collects together other scripts for GeekTool I've come across and customized (hat tip to the original sources, which I neglected to record). Who says the command line doesn't have equal status alongside the Mac OS X eye candy? Suggestions for optimization/ improvement or additional useful scripts most welcome.


Creating headings

Create headings using an echo shell command, just as when using PHP. For example:


echo " //UPTIME:"


Within GeekTool you can specify a custom font face, colour and opacity, text alignment, accompanying icon, refresh time, and whether the output should be "on top" of other windows&#8212;as for any of the following shell commands:



Reporting system uptime

The following shell command will report system uptime:


uptime &#124; awk '{sub(":", "h ", $3); sub(",", "min", $3); print "Time since last system boot: " $3}'




Monitoring memory usage

Does you Photoshop work or toying in Parallels merit investment in additional RAM? The following shell command will allow you to monitor memory usage, showing the total RAM in use and top running processes (the window is sized so that the top 10 are visible):


uptime &#124; top -l 1 &#124; awk '/PhysMem/ {print "RAM in use: " $8 " \n"}'; top -ocpu -FR -l2 -n20 &#124; grep '^....[1234567890] ' &#124; grep -v ' 0.0% ..:' &#124; cut -c 1-24,33-42,64-77




Identifying CPU hogs

Why is that non-essential utility app you just installed consuming 97% of your CPU cycles? The following shell command will allow you to monitor how much of ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F03%2F01%2Fdesktop-refits-with-geektool-and-friends%2F&amp;seed_title=Desktop+refits+with+GeekTool+and+friends/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>Live BBC weather using GeekTool</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:33:00 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1426</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> GeekTool is great fun and seems an ideal means of occupying the mind while avoiding something else you should be doing. This Preference Pane for OS X basically lets you create a "live" desktop, auto-updating with data extracted using shell scripts (which can themselves call AppleScripts), image overlays, or log and other text files. I found many inspiring examples around the web to appropriate for my own desktop (see here; apologies for failing to note sources)&#8212;but one thing I had to work out by trial-and-error was bringing BBC Weather into the mix.


Assuming you already have GeekTool installed (free), go download and install Lynx, a command-line web browser available for OS X here (free).

Now enter your town, city, country or UK post code on the BBC Weather website. Look for the "latest observations feed" link. For example, for Chesterfield the feed link is:


http://feeds.bbc.co.uk/weather/feeds/rss/obs/id/3282.xml


In GeekTool create a new shell script with the following command:


lynx -dump http://feeds.bbc.co.uk/weather/feeds/rss/obs/id/3282.xml


This will show you the text file that we will be working with, created from the RSS feed. Alternatively you might open the same URL in Lynx itself from the Terminal:



In a TextEdit window (for editing convenience) we now write AWK commands to search for and pull out the bits we want. I found these articles served as a useful AWK primer. You can also search-and-replace text as in the following code to remove redundant commas:


{gsub(/,/,"")};


Find a unique word on each line from which you want to extract text. For example, to refer to the line containing ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F24%2Flive-bbc-weather-using-geektool%2F&amp;seed_title=Live+BBC+weather+using+GeekTool/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
		<item>
		<title>HoudahGeo take two best for geotaggers</title>
		<link>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers</link>
		<comments>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:28:13 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[geotagging]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.bioneural.net/?p=1421</guid>
		<description><![CDATA[<p><a href="http://creativecommons.org/licenses/by-nc-sa/2.5/" rel="license" title="This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License. Please see bioneural.net for additional terms of use."><img src="http://www.bioneural.net/wp-content/themes/k2bn/styles/bioneural/cc.png" alt="[CC]" /></a> From <a href="http://www.bioneural.net/" title="Please visit for full content">http://www.bioneural.net</a> doi:tSglPpAB7a8nfM : </p> HoudahGeo was at version 1.4.2 when I last looked at it in a Mac geotagging software showdown. A license costs $US30 (50% less for students; also TrailPay option) although this is a free upgrade for those with a 1.x license. The following is a largely visual tour of HoudahGeo 2.1, illustrating its ability to perform both automatic and manual geotagging via an outstanding 3-step interface, and to share geotagged images with users of Google Earth, Flickr, and Locr&#8212;or any service/ software than can read EXIF metadata or CSV/ GPX files.


Disclosure: A single user license for HoudahGeo was provided by Houdah Software for the purposes of this evaluation.

You should be geotagging

Geotagging&#8212;surely you've heard the term? The geotagging 'ABC' post here on bioneural.net is rather popular, and since the software showdown post was published geotagging in general, and on the Mac in particular, has seen a number of exciting developments.

CDFinder has been updated with significant geotagging functionality (e.g. export of variable-size images to KMZ). GraphicConverter can edit geotags and create them using Google Earth. Geotag is a cross-platform tool seeing active development. An update to Nikon ViewNX brings free manual geotagging functionality. Even Apple have got in on the act with the release of iPhoto '09, which supports manual geotagging and sharing of geotagged images to Flickr Map (there are options for older iPhoto versions too). Of course the iPhone can geotag images taken with that device's camera, and track logging apps are available via the App Store.

The range of Mac-compatible data ...]]></description>
		<wfw:commentRss>http://www.bioneural.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bioneural.net%2F2009%2F02%2F16%2Fhoudahgeo-take-two-best-for-geotaggers%2F&amp;seed_title=HoudahGeo+take+two+best+for+geotaggers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
	</item>
	</channel>
</rss>
