Archive for September, 2007
Saturday, September 29th, 2007
Palm has released the Centro Smartphone (not sure if that’s pronounced “chentro” or “sentro”). The Palm Centro “gives you voice, text, IM, email and web”. Includes Bluetooth, but not WiFi. Uses the Blazer web browser.
Probably not an iPhone killer but might be useful if you need something to use while waiting around for the iPhone to come to your country. Assuming you’re somewhere that has Sprint coverage of course.
Posted in MySQL | No Comments »
Saturday, September 29th, 2007
Apple Insider are heralding Apple’s rumoured PDA to be the “Return of the Newton”
I guess the iPhone and iPod Touch make it fairly obvious that the hardware is now small enough, now hopefully the hotsyncing will be faster and more reliable than the Newton’s (and nowadays, the Palm’s long in the tooth PowerPC-only HotSync tools). I’m guessing it will be significantly different to the Newton on the grounds that Steve won’t want to remind people of what projects he has previously axed.
Posted in Apple, Hardware, Mac, Newton | No Comments »
Thursday, September 27th, 2007
The notMac Challenge to create an easy to use open source equivalent to Apple’s .Mac service has received a claim from Ben Spinks. Prizemoney currently stands at 2*US$7966 and is available for evaluation until September 30th when Ben can provide the source code under BSD licence and get the prizemoney.
Posted in Apple, Mac, Programming, Software | No Comments »
Wednesday, September 26th, 2007
Posted in Apple, Hardware, Mac, Newton, iPhone | No Comments »
Tuesday, September 25th, 2007
iLounge has an article about how Apple rips off its iPod customers by
- Breaking 2005-2007 iPod video accessories (I wonder if this has anything to do with the movie studios and iPod movie rentals?)
- Requiring customers to purchase iPod games again for the new iPods (perhaps because the screen resolution has changed?)
- iPod Touch screen problems (confirmed by an Apple representative to Walt Mossberg)
- Paying for ringtones of songs that you already own (pretty standard practice thanks to the music industry)
Posted in Apple, Hardware, iPhone, iPod, iTunes | No Comments »
Sunday, September 23rd, 2007
The Refurb Depot are offering unlocked iPhones for sale in Australia, 4Gb = AU$869.95, 8Gb = AU$999.95.
Posted in Apple, Hardware, iPhone, iTunes | 3 Comments »
Saturday, September 22nd, 2007
If you’re migrating a 10.3.9 Mac OS X Server to Mac OS X 10.4 (because hey, it’s probably stable by now with Leopard imminent
you may find this AFP548.com article useful.
Posted in Apple, Mac, Mac OS X Server, Network, Software | No Comments »
Friday, September 21st, 2007
Finally I found a relatively painless way to import the Mac OS X Address Book into Thunderbird (note this is a one off import, not a dynamic link).
So,
- In Apple’s Address book, select the addresses you’d like to export in the list
- Select File -> Export vCard…
and save the .vcf file
- Download morecols
- Launch Thunderbird and select Tools -> Import and select the morecols .xpi file
- You’ll need to quit and relaunch Thunderbird
- In Thunderbird, open Window -> Address Book
- From the Tools menu, select Actions for contacts -> Import vCard/vcf
- Select the vcf file you exported from Apple’s Address Book
Posted in Apple, Mac, Software | No Comments »
Thursday, September 20th, 2007
I wanted to print something from Windows running under Parallels. One suggestion was to install Bonjour for Windows, and then share the Mac printer (in this case my CUPS virtual PDF printer). The disadvantages to this were that a) I didn’t want my machine sharing things on the network as it attracts the attention of the network admins, and b) it didn’t work
Instead I downloaded the open source PDF Creator and installed it under Windows. It creates PDFs which I can drag to the Mac and store in case I ever get the urge to kill trees with a real printout.
Posted in Software | No Comments »
Wednesday, September 19th, 2007
I had a folder full of random files to compress (things that wound up on my Desktop over a period of time). I’d just installed p7zip via fink (”fink install p7zip”) so I thought I’d compare it against some of the other options. The results:
| Compression |
size (bytes) |
| .tar.7z |
260617470 |
| StuffIt 10 |
265169876 |
| .zip |
268555657 |
| None |
271287287 |
So it looks like tarring and then p7zipping is out ahead. The downsides of course being
- p7zip isn’t currently available via a tar commandline argument (you have to pipe, unlike bzip2 and gz which are the ‘j’ and ‘z’ tar arguments respectively).
- No Spotlight plugins for the p7zip format that I know of.
Posted in Programming, Software | No Comments »