Archive for March, 2007

NeoOffice 2.1 supports Office2007 files!

NeoOffice 2.1, the latest release of the Mac OSX port of OpenOffice.org, is one of the first non-Microsoft applications on the market that can read & write the new Open XML format as used in Microsoft’s Office 2007. Excellent news for all Mac fans in the audience.

Comments

Free enhancement to NTBackup

NTBackup is a free backup application that comes with Windows 2000 Pro and Windows XP Pro (and also runs on XP Home..) that is great for simple stuff. There are a few limitations to it though - you can’t do multiple, concurrent backup jobs, you can’t set it to delete old backups if the destination drive is getting full, and other bits. One step towards making NTBackup more useful is a free tool called Enhanced Windows Backup that works as a replacement GUI to fix some of the limitations. And did I mention it was free? Well worth giving a try.

Comments

OSX 10.4.9 update a little funny

I just installed the OSX 10.4.9 update on our PowerMac G4/533 at home and had a little bit of weirdness. The first time the machine was rebooted after the install it took several minutes for it to actually start booting, leaving the screen white until it was ready - needless to say this was rather concerning, but I left it alone for a while and it finally kicked in a-ok. The Mac Pro at work had no problems, however.

Comments

How to make Transmit update the SSH host key

Today I had a problem where my FTP client of choice, Panic Software’s Transmit, where I changed the server software and any time thereafter SSH connections gave a “Permission Denied” error. As it turned out the problem wasn’t permissions but rather the server’s SSH identity changed and Transmit was getting confused. A little looking around didn’t turn up anything obvious - there was no preferences option to force it to re-validate the identity, it just kept failing. So on the off-chance I took a look at the file ~/.ssh/known_hosts and sure enough there was an entry for the server - I removed the server’s line, re-connected and it worked again! Now to submit a feature request…

Comments

New Commodore company signs own death warrant

The company Commodore, once known for calculators, then this really awesome home computer (C=64), then this even more awesome computer (Amiga), then for management incomptence which ultimately led to its demise in the early 90’s, is finally back to market with… a stupid PC with a fancy paint job. Yep, that’s right, after being known for innovation they’re selling a Windows-based PC aimed at the games market. What a total waste of twenty years of good PR. Idiots. I don’t expect them to last very long.

Comments

RubyOSA - don’t forget the docs!

A really quick time for anyone on OSX.

RubyOSA is a great interface to the AppleScript APIs available to most applications. The only problem with it is that the APIs of many apps are undocumented, disappointingly especially for Apple’s apps, so there’s a handy little command that can generate these docs for you:

rdoc-osa --name (appname)

e.g.

rdoc-osa --name iPhoto

This will create an rdoc-style document structure in a directory called “doc” in your current working directory, so just launch in the index.html file in your browser and get coding!

Really excellent stuff.

Comments

VIA USB PCI card unreliable on OSX

Here’s a frustrating one. I inherited a PC recently that had a USB 2.0 PCI card which I figured I’d try to get to work in my Mac. The card is based on the VIA VT6212 chipset and after some searching I found official drivers for the card (that only work with G4 Macs). Well, after rebooting the Mac the card seemed to work fine - it showed up in the system profiler and I could work with devices connected to it without any problems. At that point I decided to leave it for the night (it is set to go to sleep after 30 mins), so this morning went to see how it was doing only to discover the machine had locked up. It appears that there’s a major problem with the VIA drivers that cause the Mac to not waken up properly after going into sleep mode. Rather unfortunate as I was looking forward to having the extra USB ports. So, I suspect if I hadn’t set the machine to go into sleep mode it would be fine, but that isn’t something I’m interested in doing. Ah well, back to ebay I suppose.

Comments (2)

Microsoft using Mac to promote Vista!

Microsoft has a marketing campaign on the go to promote the new Windows Vista. The only problem is that they’re using an older iBook in the posters, not a swanky new PC!

Comments