Archive for March, 2008

Somebody Finally Read the Fine Print

It appears as though there’s a huge uproar today over the fine print in the iPhone SDK about what applications are not allowed for the iPhone.  No interpreted languages, no plugin architectures, etc.  None of those great things we software developers have come to love to make our lives easier.

What do you really expect from the same company who still won’t let you run their OS on anything but their own hardware, even in a virtual machine?  (Though they have lifted the virtual machine restriction with Leopard server.)

I guess I can understand their reasoning.  They want to preserve the iPhone “user experience”.  It only has a 620 MHz ARM processor, so we wouldn’t want to waste those cycles to interpret code and drain our battery prematurely.  Interpreted languages aren’t always as fast as compiled code, and Firefox 2.x is a memory hog that I wouldn’t want to run on my phone just yet (I hear 3.0 has fixed lots of memory leaks).  I write software for embedded Linux, and as much as I love Python, I still use C in that environment for its speed and size, and I think Apple is trying to enforce the same kind of practice for the iPhone.

Is filtering all iPhone software through the App Store really the best way to do it?  Somehow I doubt it.  If Apple wants to preserve the “user experience”, they do need to realize that users like being in control.

Comments

The SDK Has Arrived!

Apparently developer.apple.com was hit pretty hard yesterday afternoon, but by later last night, the dust had settled. I was able to download the whopping 2.1 GB SDK, watch a few introductory videos, and write an application to run on the Aspen simulator. Woohoo!

Although I’ll confess I *had* already written a basic hello world app using the unofficial SDK, it’s really nice to actually have some documentation so I know what I’m doing. Lots of people put lots of time into this SDK, and it’s been worth the 8 month wait.

My first project will be an application for home lighting control — an iPhone app talking to a server on my Mac Mini which in turns talks to heyu to turn the lights on (and off). Although I like to work in the dark, it’s nice to have some light every now and then.

Comments