Steven Frank's Thoughts on the Future of Computing
He nails it. While an iPad wouldn’t be my computer of choice (at least in its current form), I could certainly see it being the perfect device for the less tech-savvy audience. This could be the perfect product for my grandparents, for instance.
Also of note was one of Steven’s proposed improvements for the iPhone/iPad platform:
A way of sharing data between applications. Something like the clipboard, but bigger. This is not a filesystem, but a way of saying “bring this data object from this app to this app”. I’ve made this painting in my painting app, and now I want to bring it over here to crop it and apply filters.
I really like how Android has approached this problem. If, as a developer, you want to create image editing software, you don’t have to know how to access images from other applications, but rather, you just ask the OS for a list of all files that match a certain type (an image, a video, etc.). Then, the OS knows which programs store files of that type and it returns a nice, condensed list of all of them. The user never has to worry about exactly which app stored the image, because it’s all taken care of for him.
