Tuesday, December 29, 2009

Why Apple laptops cost more: The power connector.

We went to Fry's Electronics today to look for a new laptop or netbook, as we do every couple of years. I was astonished (as I am every couple of years) at how cheap these things are.

Except for the Apple laptops. Apple laptops cost about $450 more than comparable Windows machines.

I examined every single laptop on display, about 50 of them, to determine what would make an Appple computer worth $450 more than a Windows system. It's not the software (I use both, and other than a pretty spinning ball Apple's got nothing on Windows). It's not the lack of a right mouse button (or even a left mouse button), I'd be willing to pay Apple a little extra to put a right mouse button in.

It's the power connector. Apple can charge an extra $450 because they're the only computer brand that makes a decent power connector. It doesn't flop around. It doesn't break. It's got no moving parts.

Every goddam Windows machine I examined had nearly the same flimsy power connector, one you can feel wiggling around inside, and you just know that after connecting and disconnecting 5 times a day (the national average I just made up) it's mean time to failure is going to be 174 days (a figure I just made up based on experience: on both of our last two Windows laptops, that power connector was the first thing to fail).


Apple can charge an extra $450 because of its power connector.

So here's a billion dollar idea for the some bright Windows brand: make a better power connector, spend an extra 50 cents on it if you have to, then charge a $450 premium. The first manufacturer to do this will bring in an extra $1 billion dollars of pure profit in the first year (plus or minus twenty bucks, if the sales, stocking, manufacturing, legal, and shipping numbers I just made up in my head are correct).

You're welcome.

Thursday, December 17, 2009

In praise of Douglas Crockford, genius

We don't spend enough time praising the genius inventors who make our lives so much better, especially while they're still alive. How I regret not sending praise to Norton Buffalo, inventor of the Buffalo Wing, before his recent passing.

So today I praise Douglas Crockford, who gave us JSON(.org) as a way to share data between computer systems.

Back in the day, there used to be a lot of pressure to use a complex XML format any time you wanted to send data between one computer and another. More time was spent writing and debugging XML parsers than really getting work done, and when person A's program didn't work with person B, more hours would be wasted arguing over who got the XML wrong.

Meanwhile, anytime a real programmer would informally talk to another, they'd scratch out on a whiteboard some pseudo-code that looked like simple programming notation. If there were no suits around they might even program their systems to work directly with the pseudo-cody-looking text (bypassing XML altogether because no authority figure was watching).

But whenever a manager or committee got involved they would insist that XML be used because it was "the standard" and how professionals did it. You could argue until you were IBM-Blue in the face about the easier approach, but you'd know that the argument would get nowhere, and you'd just cave in and do the XML.

Until one day Douglas Crockford had his stroke of genius. He created the name JSON for this sourcy-looking data notation, and, most importantly, he created the website JSON.ORG.

From that point on, when someone would insist that you work in XML, you could say "I prefer JSON, it's an accepted standard" and you could point them to the JSON.ORG website saying "See, it's got a .org website and everything."

End of problem.

And that's what a genius does: Ends problems. Thanks DC.

P.S. I don't really know if any of the above is true, and don't feel like taking the time to do any fact-checking, but it's one of my favorite stories so I'm sticking to it.