TweetFollow Us on Twitter

Jun 00 Factory Floor

Volume Number: 16 (2000)
Issue Number: 6
Column Tag: From the Factory Floor

A Chat with Quinn "The Eskimo!"

By Quinn "The Eskimo!" and Richard Atwell, ©2000 by Metrowerks, Inc., all rights reserved

This months Factory Floor interview brings us back to Apple again for a visit with Quinn "The Eskimo!", co-creator of Internet Config. Quinn works in Developer Technical Support and took time out from helping us all write better code to sit down and talk about his world.

Richard: Who are you?

Quinn: Ah, a deeply metaphysical question, but for the moment I'll field it literally. I am Quinn "The Eskimo!" I do have a first name but I haven't used it for about 20 years. The epithet "The Eskimo!" is from an old Bob Dylan song, since covered by Manfred Mann amongst others. Listen to the words closely; it's a lot of fun.

Richard: Where are you from?

Quinn: Another deep question. I was born in Kenya and my folks are English. I grew up in Perth, Western Australia, and I'm now living in California. Perth is a big city (more than a million people) but by American standards it's very isolated. My friends and I often say that the definition of isolated is that if you travel for a thousand kilometers in any direction from Perth, the nearest big city is... Perth. Because of this isolation, the Mac developers are a close knit group. I was very active in two areas of the community; namely, Mac developers and university support staff. There's not a lot of shrink-wrapped software development in Perth, so there was a large overlap between the groups.

Richard: What did you do after school?

Quinn: My first job after graduating was at the Computer Science department at The University of Western Australia <http://www.cs.uwa.edu.au/>. I spent a third of my time running the network, another third running the student Macintosh laboratory, and the rest programming. It was a great place to learn about the Macintosh. I handled both the user and developer side of things. And writing lab management tools is an excellent introduction to the underbelly of Mac OS!

Richard: What are your responsibilities in Developer Technical Support (DTS)?

Quinn: Since late 1995 I've been working at Apple in the Networking, Communications and Hardware group of DTS. During the day I answer developer questions, code samples and write technotes. I also review documentation, firefight, provide feedback to engineering, go to kitchens, and so on. It's a very diverse job, which keeps me from getting bored. I would find spending all day cooped up in my office coding for a single project a drag.

When I joined DTS I was cast into the role of "Open Transport guy", somewhat harrowing given that I had never programmed for either MacTCP or OT before. Hey, I knew people who had programmed for MacTCP, but I didn't actually do it myself! Since then I've supported OT through its (and Apple's) ups and downs. OT work is still a large chunk of my job, although I also support mass storage, external file systems, virtual memory, driver services, and so on.

Right now my day job is to support these existing technologies while gearing up for Mac OS X. In my spare time I'm working on a cool little tool called SystemFolderDiff <ftp://ftp.quinn.echidna.id.au/Others/Quinn/Development/>. Actually, I've been distracted from that by "MoreOSL", a C framework for implementing AppleScriptability in an application. It's a much harder job than I thought, so the code will eventually end up as a DTS sample.

Richard: You're famous for being one of the co-creators of Internet Config.

Quinn: Mostly I'm famous for being friends with Peter N. Lewis. Peter, myself, and a mutual friend (Marcus Jager), were all friends in high school and then we went on to university together. After finishing our degrees, Peter started working on his shareware business (at first after-hours, and now full-time <http://www.stairways.com/>) and I helped him out with miscellanea — like keeping his user interface honest, editing the documentation, and so on — in my spare time. The only major collaboration between Peter and I was through Internet Config <http://www.quinn.echidna.id.au/Quinn/Config/>. That project has a long history all to itself and I still have trouble groking that I've been working on it for over six years! It's great to make something that helps both users and developers. Another fortuitous outcome of the Internet Config project was that it raised my visibility sufficiently, so much so that Apple decided to hire me into DTS.

Richard: They say that necessity is the mother of invention. Was Internet Config conceived that way?

Quinn: Yes. It all started with a discussion on comp.sys.mac.comm sometime in mid-1994. Basically everyone was sick of having to enter the same Internet preferences into a gazillion (yes, that is the technical term!) Internet applications. This was particularly irksome for me because I didn't use Netscape as my web browser. In the days before Internet Explorer there was MacWeb and I got really tired of having to change the default preferences in every application that wanted to launch URLs, and then reapply the change on each new machine and also every time I reinstalled system software.

The newsgroup discussion quickly got out of hand (as they are apt to do) so Peter N. Lewis created a mailing list and he unilaterally subscribed all participants to the mailing list. The time we switched everyone over was midday, Oz time, so the US folks got a shock when they showed up to work the next day and found hundreds of messages from a mailing list to which they'd never subscribed! Fortunately we didn't get too many flame-o-grams.

The recipient list reads like a Who's Who of early Mac Internet types. With so much talent, there were bound to be some contentious issues. Should the system support multiple users? Should the system support layered preferences (e.g. a user layer above an application layer above a global layer)? Should the system be an extension?

Peter and I had a strong opinion on all of these topics. We wanted to keep it simple while allowing for future expansion, so we answered no, no, and yes to the above questions. To cut short the discussion, we designed a strawman API and posted it to the list. After incorporating some feedback, we set off to implement the API.

The actual coding of the extension took very little time, probably a week or so of part-time work. The original plan was for Peter and I to write the extension while another developer did the user interface. After months of waiting for a UI, we eventually caved in and wrote that as well.

It's interesting to examine the core design decisions with six years of hindsight.

The lack of multiple user support was a problem, but I eventually retrofitted "sets" into IC 2.0 (Mac OS 8.5). Afterwards, Apple introduced Multiple Users (Mac OS 9.0) which provided another solution to this problem.

I still believe that layered preferences are too hard for users to understand and believe we made the right choice by not including them in IC.

I'm very happy that we shipped IC as an extension rather than a statically linked library. It has allowed us to update the system easily; a facility we've used extensively over the years.

I'm very disappointed by the fact that I failed to think clearly about international issues in the original IC design. For example, we should have had a clear policy regarding international-friendly text in preferences like the email signature.

For a further read about the rationale and the implementation details of IC 1.0, read my article in develop magazine. <http://developer.apple.com/dev/techsupport/develop/issue23/quinn.html>

Richard: How difficult was it to get authors of shareware networking programs to adopt IC?

Quinn: With a few exceptions, convincing developers to adopt IC was surprisingly easy. Mind you, we made numerous design decisions that smoothed the path. Our basic goal was to give developers no excuse to ignore the technology.

We started with a critical mass of Internet developers from the mailing list on our side.

IC was simple enough for both users and developers to understand. IC was usable from all the popular development environments. IC APIs could be used with or without having the Internet Config Extension installed. IC supported System 6. In fact, the first version without System 6 support (IC 2.0) was released in June 1998!

We offered individual support to key players to promote adoption.

Richard: Why did you choose to release IC into the public domain?

Quinn: IC source code was put into the public domain so that, if Peter and I were killed in a 747 accident over the Pacific on the way to WWDC, another developer could pick up the development. This also helped to alleviate any fears of the technology being orphaned.

Richard: What have been the most recent Internet Config developments?

Quinn: The big news for Internet Config is its integration into Carbon. Universal Interfaces now includes "InternetConfig.h"! On traditional Mac OS, CarbonLib 1.0.2 provides glue that calls through to the existing Internet Config Extension. On Mac OS X, Apple will provide a re-implementation of the API based on CFPreferences. This gets me off the hook for future Internet Config development, which is a relief. It was fun while it lasted, but our mission was always to get Apple to adopt the technology.

Richard: Now that IC is part of Carbon, what will happen to the IC Programmer's Kit? Is there a new version planned? Quinn: Before Apple decided to adopt IC as part of Carbon, I had finished the core code for IC 2.5, which included full Carbon support for traditional Mac OS (and some limited support on Mac OS X). Given Apple's decision to support IC in Carbon, I've had to revise my plan.

I do intend to ship a new IC that fits in with this new world order and will probably still call it 2.5. In the meantime, I would recommend that developers just use the interfaces and libraries from UI 3.3.1.

Richard: Can you tell us what about anything new regarding networking?

Quinn: In the networking space, Apple has made much progress over the last year but much of it is hard to see. Open Transport 2.5 includes many internal changes that should allow us to deliver new features more quickly.

The next year promises to be very interesting for Apple followers. It's time for Mac OS X to start delivering on its promises so it should be exciting to watch and participate in.

Richard: I know you're a staunch Pascal developer. How strong is the Pascal movement in the Mac developer community these days?

Quinn: I wish that I had some hard numbers on this, but alas I don't. Moreover, I'm not really at large in the Mac development community these days (DTS keeps me plenty busy with my real job!) so I don't even have a rough feeling for this. I can tell you that I'm regularly called in to consult on Pascal issues for Apple. For example, I've helped a number of significant developers move their large legacy Pascal source bases to Carbon.

Richard: How much longer can we expect Apple to provide support in their APIs?

Quinn: As a current employee, I can't comment on the future of the Pascal interfaces. I can say that the current situation for Pascal interfaces is pretty good. Apple creates the Universal Interfaces from an internal representation (something that looks like a C header file, but isn't) using a custom tool. This tool outputs C, Rez, Asm, and Pascal headers automatically. As long as this system is maintained, Pascal interfaces can be easily generated by flipping a switch.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.