20140602

A few thoughts on WWDC Keynote

I might well post a bit more about this after seeing some other people's reactions, but just wanted to post a few thoughts on Apple's announcements at today's WWDC Keynote.

First, kudos to Apple for streaming it (and I liked the split screen-ish way they showed it too); it was nice not to need to rely on live blogs again.  Not to slight the people doing that, as I'm sure it's hard work, but unfiltered is almost always better.

Second, a friend noted, about forty minutes in, that the Apple store was still up.  I wish I'd thought to check it; that made it clear that hardware announcements weren't coming.

The big parts of the announcements were not terribly unexpected.  OSX, as predicted by Gruber, will be called Yosemite.  The UI got a fair number of tweaks, including new typography and a lot more use of translucency to give depth clues.  Some of that I think I won't like (especially the scrolling up under the title bar; I don't like it when that happens in iOS, as is), but much of it was hard to make out in the video.

The icons changed a bit, losing a bit of their shading.  I don't have strong feelings about this, either.  It's pretty much the expected iOS-ing of them.

In the details, there was some new stuff, though.  Safari and spotlight have become pretty tightly integrated, and I think that will work better.  Spotlight's input bar now floats in front of the screen, in the center, towards the top.  I think that's going to help, as well.  I'm actually just starting to use spotlight regularly, and I think that'll help me use it a bit more.

Mail has some added features; in-line annotations of attachments.  I'm a tiny bit skeptical of that, but will try to keep an open mind.  Most likely, it's something I'll rarely, if ever, use.  They also added mail-drop, to enable attachments of up to 5GB.  That's something I've wanted from time to time, and I expect to use it.  They also added some swipe gestures to viewing mail, to make it easier to mark or delete messages (my one concern here is how easy it is to delete instead of mark).

Notifications got a number of enhancements, from allowing immediate responses (ie: without quitting whatever application you were in when received), to customizable views and UI elements from running applications.  I think this will be really neat, although I worry about it being difficult to set up.

But the biggest thing is a feature called Continuity.  And that's really a series of features, and I think I'll wait until talking about iOS8 before addressing them.  But I'm very excited about them.

iOS8 doesn't have as much in the way of UI changes, but there's a lot of new stuff going on.

Notifications got a bit of an overhaul, and the ability to respond immediately to messages is a much bigger deal here than in OSX.

They added a bunch of customization to the keyboard.  The biggest part of that is auto-completion of words, as you're typing.  Adding to it is that it is context-aware, in terms of is this email going to a friend or a business partner.  The devil's in the details, but that's got a lot of potential.

Siri is now accessible at any time (ie: without a button push), just by saying "Hey Siri".  I don't have any Siri-capable devices, so I have no experience with it, but that sounds awfully cool.

The double-push of the home button to get the task switcher will now show most frequent contacts as well as running apps.  That should make it even easier to contact people.  I'm starting to worry that I might start forgetting phone numbers, as I will need them less and less.

The rumored home automation (HomeKit) and health data storage (HealthKit) frameworks are, indeed, there.  These both have the potential to be game-changers, but we'll have to see about implementation and take-up by third parties.  Consider me optimistic about both of these, although Healthkit seems like a mobile HIPAA violation.  I'm sure lawyers were deeply involved in that part.

iPads get a bird's-eye view of open tabs in Safari similar (but enhanced) to what iPhones have now.  Not a bit deal, but nice to have.

Photos are probably the biggest enhancement.  For people using an iPhone as their only camera, new changes are going to be a godsend.  All photos will be stored in iCloud, and will be put there as soon as they're taken.  Increased iCloud storage will be available at pretty good prices, although it won't be all that great for people using pro-level gear (most notably, storage above 1TB will not be available at all).

But the instant storage, and concommitant inter-device distribution will be fantastic.  My wife is totally the target audience for this; she'll love it.

There will be some enhanced editing within the photos app, and that will work directly on the cloud versions.  Nice.

And there's some enhanced interprocess communication.  That is to say, you can break the sandbox by borrowing part of another app's sandbox.  Think of it like a plug-in architecture for all apps, as even UI elements can be part of the plug-in.  I'm really looking forward to this for photo plug-ins in OSX (which will come, I assume; it wasn't directly mentioned).

iOS' OpenGL layer also got a big improvement (order of magnitude is claimed) with a new API called Metal.  The idea is to allow much lower-level (or at least faster) access to OpenGL functions which should enable pretty amazing 3D effects on an iPad.  The demos they had for this (Zen Garden, especially) were pretty darned cool; I look forward to seeing them live.

All of which brings us around to Continuity.  There are several pieces to that, and they're all pretty good.

The first is pretty simple.  SMS messages received on your phone will be echoed via iMessage to your other computers/devices.  Simple, but profound.  Love it.

Second, proximity will be enough to make computer and phone/ipad aware of each other, and will enable some neat features.  For instance, you'll be able to start an email or iMessage on one device, and finish/send on another.  Rock on!  I really want to see this when third parties take advantage of it.

Third, if the phone is on the same network as your mac, you can use the mac as a speakerphone for the phone.  I don't make nearly as many phone calls as I used to do, but this is pretty sweet.

Fourth, you'll be able to Airdrop files between OSX and iOS.  This seems a little wonky to me, in terms of it requiring something resembling file system access in iOS, but I'll bet that it'll be extremely handy.  I don't think I'll make a lot of use of this, but I'm fairly sure I'll do some.

So Continuity is basically a first pass at device-independent use of data.  This will be big.

Which leaves the last element.  Siracusa's been talking for quite a while about "Copeland 2010".  The question was, what comes after Objective-C.

Well, Apple's been hiding a lot of cards; they have an answer.

It's called Swift, and it removes much of the C-isms of Objective C.  It adds lots of things; the ones that caught my eye were generics (parameterized types), closures, type inference, garbage collection, and multiple return values.  What I think is interesting is that it will allow (encourage?) a functional style of programming.  I didn't notice if tail call optimization was in there.

As one with only the barest of clues of functional programming, I'm looking forward to learning it.

They're also claiming significant speed enhancements over Objective-C (though it was unclear, to me, where those improvements were coming from).  It sounded like something close to 50% faster.

Oh, I almost forgot.  They claim several different kinds of errors (buffer overflow, pointer dereferencing, goto (?)) become things of the past.  That's impressive, if it works as advertised.


Anyway, I wasn't able to watch all of this part of the presentation (real life was getting in the way), but I'm excited about it.  I want to learn a whole lot more.

Update: I knew I'd forget some stuff.  On iOS, there's now an API for third-party apps to use TouchID.  Not sure what to make of it, but it's interesting.

No comments:

Post a Comment