Touch typists of the world unite

Vista’s built in search box on the start menu is a boon for launching applications. The general accessibility of windows applications to users of the keyboard is a huge boon to those of us who try to keep our grubby little fingers on the keyboard.
This does not seem to be quite the case on the mac. I’m probably unaware of all the keyboard accelerators that are available – after all, I’ve been using Windows for a lot longer. A lot of my use of the keyboard was prompted by a long use of FVWM while in Sun, where practically everything was usable without having to stray to the mouse. Mind you on laptops, the location of the touchpad is a lot better in this regard – you just drag your claw-like thumb over the tracking surface.

Cheap and cheerful pwait for linux

#!/bin/bash -p
if [ $# -eq 0 ]; then
echo "Usage: $(basename $0) " 1>&2
exit 1
fi
while [ -d /proc/$1 ]; do sleep 0.5; done

If I implemented it using inotify, I presume I can get rid of the sleep, but that entails compiled code.

GrowlHelperApp seems to consume a lot of memory

apparently it could have something to do with the theme, but this morning I noticed that the GrowlHelperApp was using about 200MB of wired down memory.
Restarting it seems to have restored it to a reasonable size, but I shall set up a dtrace script to keep an eye on it.

shorten irish links with url.ie

I like supporting Irish websites, so I tend to use url.ie for links. the algorithm for generating the link seems to be sequential, so I was happy yesterday when my link for the perfect coffee went to http://url.ie/pdc, or as Dale Cooper would (hopefully) say – perfect damn coffee.

EA Download Manager – Failing Grade

Lets see; it’s a download manager and it launches by default ‘at start’. It is listening for external network connections (what, is it peer to peer over my 3g datamodem?). Apparently, this is to support ‘updates or patches’ to the software I’ve purchased.
And then, to emphasize how important it is (apparently it is vital for my life and the functioning of the world) it puts an icon on the desktop (low resolution, not befitting Vista) loudly declaring what it.
pricks. You are not that important. Really. Get over yourselves.

The great data recovery ‘challenge’

I have to laugh when I see the great data recovery ‘challenge’. Lets be honest here folks, businesses are in it to make some level of profit from their efforts. To that extent they have facilities in place to recover data from damaged drives due to a variety of problems from simple surface level damage all the way through to failed drive electronics (swapping out logic boards).
The price quoted is generally based on the amount of effort that needs to be gone thorough. Accidental erasure is probably the cheapest. Simple disk-level damage (e.g. a few dodgy sectors) can be resolved using tools like Steve Gibson’s Spinrite; which is pretty much a good example of what these companies would be doing. Drive electronics failures would cost more – for example they may need to disassemble the drive in a protected atmosphere to replace something. Large scale physical damage to the drive may entail extracting it from the original housing and essentially replicating the internals of the drive in order to read the data from it. This would be very expensive, but would succeed in the face of quite significant damage.
The intentional erasure of the data using utilities like dd are pretty much a non-starter. For the first part, you need insanely expensive specialist equipment, the rate of data recovery is slow (we’re probably talking in the order of bits per second) and the chances of actually recovering anything useful on a typical hard drive is nil.
For any typical person trying to wipe their data any of the secure erasure utilities available for purchase or for free are more than adequate to prevent the data being recovered by any agencies.

Not a lot of font choice

Adobe Buzzword Font List This is the list of typefaces available in Adobe’s new Buzzword. It is really, really pretty; implemented in Flash, but when it comes to using it we discover that the two main fonts are missing – Times & Helvetica (or Times New Roman & Arial for ‘softies).
All the online offerings from the Adobe Beta are pretty nice, and cover the most fundamental of things, and some of the more useful features – like change tracking in Buzzword. It’s all flash; so I have the fear that it will crash my browser.
It’s yet to happen me on the mac, though; even though I keep losing the browser on Linux

Just like it’s desktop counterpart :)

mobileme calendar It’s a bit funny to mention this, but the mobileme calendar badge has the correct date. Just like the calendar date on the macosx desktop and the iphone/touch (which took a while to get right.
Yes, I know; completely trivial