Archive for the 'Apple' Category

iPhone Voicemail Setup Problems (& Solution)

Saturday, August 23rd, 2008

The first time you select the voicemail button your an iPhone, in typical Apple fashion, it offers to help you configure your voicemail. This was much nicer than the traditional voice prompts one normally has to navigate, but the final step (talking to the network) repeatedly failed for me. Google indicated that it might be [...]

So is the iPhone any good?

Sunday, August 10th, 2008

As revealed in my previous post, I recently purchased an iPhone. The reason for this is that the Internet stopped working on my old phone, and since I needed a new portable Internet device anyway and the web being the iPhone’s forté, it seemed like the best choice for my requirements.
But is it any [...]

Debugging an iPhone

Sunday, August 10th, 2008

While a Mac usually “Just Works”, when it does encounter an error situation, OS X often emits a a very vague message that can make debugging a long-winded process. For example, suppose you have recently brought home a shiny new iPhone and upon connecting it to iTunes you receive: “Could not connect to iPhone because [...]

Netgear DG834Gv3, iChat and Linux

Saturday, March 15th, 2008

I recently picked up a Netgear DG834Gv3 wireless router and modem on ebay for a very reasonable price. In order to make iChat video conferences work seamlessly (i.e. without having to configure port forwarding) I had to:

Upgrade it to the latest firmware (V4.01.30).
Toggle UPnP off and on (twice according to some forums).
Disable port scan [...]

No spots on this Leopard

Saturday, January 19th, 2008

Leopard is the product name for the fifth release of Apple’s OS X operating system. I was pretty happy with the previous release, so apart from the automatic backup feature known as “Time Machine”, I was unsure as to how much benefit I would derive from the upgrade but it turns out that the little [...]

Macbook not putting itself to sleep

Thursday, January 10th, 2008

Buried in the changelog of the latest NetNewsWire release:
Sleep
Fixed a bug that prevented automatic sleep for some people.
Which is interesting because for some time now my macbook has not been putting itself to sleep after the correct period of idleness (although a manual command to “sleep” worked fine). After shutting down NetNewsWire and leaving my [...]

Emacs.app on Mac OS X Leopard

Saturday, December 15th, 2007

It seems that on Mac OS X Leopard /usr/bin/emacs comes pre-compiled with carbon support. Great, except you still can’t start it as a graphical application without a very simple wrapper which is available for download.

Sharing a Mac Printer with a Windows PC

Saturday, January 6th, 2007

I felt I had to blog about this because I’ve tried to do this twice in the last 12 months and each time the Internet has given me some wrong information that has led me to spend a frustrating hour puzzling as to why it didn’t work.
To allow a Windows computer to print over the [...]

Offline Blogging Tools

Sunday, March 26th, 2006

Given the popularity of Mac laptops, it’s not surprising there are a plethora of applications for writing blog posts offline.
mtsend.py: Definitely the ultimate geeky cross-platform solution: use your favourite editor, and then run a Python-script from the terminal to upload your post. It’s also free (unlike the others featured here) but it does have a [...]

I think this merits a new version number

Wednesday, January 11th, 2006

There’s been a lot of headlines about Web 2.0 recently, and at least one person has asked me: “What does all this 2.0 stuff mean exactly?”. With the dot com “bust” still a recent memory, a lot of people have proclaimed it more Internet-hype—and there is no denying the 2.0 moniker is pure marketing—but if [...]

“Switching”

Monday, November 14th, 2005

A couple of my colleagues have been thinking about buying a new laptop. I was keen to extol the virtues of my ibook, but discovered they needed little persuasion on this front—a single trip to the Apple store and they were hooked. The only problem they have now is ibook or powerbook!
This reminded me that [...]

Raining Cats & Dogs

Thursday, October 13th, 2005

Britain is famous for its rain, but it rarely rains really heavily for an entire day like it has done here, today — the puddles are so big the pavements are practically flooded! The forcast is “rain”, “heavy rain” and more “rain” through ’til Saturday too; I never thought I would be find myself missing [...]

White earbuds everywhere

Thursday, August 18th, 2005

I walked to work for the first time today. Although it’s about a 30 minute walk, it’s actually a lot more pleasant than taking the subway as it wasn’t too hot on the streets, and while subway trains are air-conditioned, the subway stations are not and often suffocatingly hot. There also seemed to be many [...]

A Day in New York

Monday, August 15th, 2005

Today really reminded me how New York is so fantastic. It started with a group of us having lunch in a classic 50’s style diner featuring singing waiting staff who were very entertaining. To get an idea of how long it was going to take to walk to work, I wandered down Seventh Ave back [...]

Interactive Python on OS X

Sunday, May 1st, 2005

By default, interactive Python[1] is not very easy to use on OS X as it lacks any command history. It turns out that this is easily remedied by installing a (statically-compiled) library, called libreadline in /Library/Python/2.3/.
[1] Have I mentioned how cool, useful, and easy-to-write Python is?