What happened to UX evolution? This is the @Xerox STAR, an evolution of the Alto, released 40 yrs ago in 1981. Windows, icons, menus, pointer (WIMP), cut/paste, move, drag, resize. It’s all there, just as in #Windows11. Did we merely change icons & aesthetics for 40 yrs? (1)
UX evolution seems a great example of a search for something better getting stuck in a “local minima”; GUIs are great, but is this paradigm “optimal”? What is the text->GUI-like shift that comes next? Some say VR. But that’s not precise enough. Not universal enough. (2)
There will likely always be a need to see information, unaided, on a 2D surface. Aside from VR, there are speech or voice based interfaces (VUIs) like the popular Alexa, Siri agents. But these are clunky and nowhere close to a general-purpose computing user interface. (3)
What about 3D interfaces with physical particles? Like work done by @MIT’s Tangible Media Group on their inFORM display. Again, futuristic and cool but only a medium and not a general purpose interface paradigm to drive a computer. (4)
There are volumetric displays too, such as the one I covered in a piece on @Forbes. Interesting for specialized visualization, but presently, far, far from a medium that can enable broad interactions with a computer. (5) forbes.com/sites/amirhusa…
So, what comes next for user interfaces? I think the answers lie in concepts such as multi-modality, pan-medium integration, interfaces with memory and context, universality of input and concurrency of input. Thoughts on which to elaborate another day!
• • •
Missing some Tweet in this thread? You can try to
force a refresh
I am a huge believer in the Unix philosophy. Small, composable modules, loosely coupled. If you know your way around a Un*x system, you need little else. Here’s an example. I’ve got an NFS volume on a server and I wanted to backup (1)
all the content to USB drives automatically, every hour. I decided to use the rsync program to do differential backups, but ran into an issue. My server is on a UPS, but the USB enclosure is not. So at times, after a power failure, the USB drives aren’t available and rsync (2)
tries to back everything to the /media folder by creating a new local folder instead of writing to the mounted USB drive. I figured I’d resolve this by checking that both my USB drives were mounted before I ran the rsync backup command. Here’s one solution: (3)
I’m bullish on Bitcoin but my reasons are very different from what you might have heard elsewhere. My conviction has to do with what I’ve learned as a student of technology history and my discovery of a class of “resonant ideas” that are eventually guaranteed to succeed. (1)
You see, there are certain persistent desires & dreams we humans have; things we need technology to do for us. And we don’t give up until we get them, even across generations. Why? Perhaps, as a species we have some deep seated urges we can only achieve through technology? (2)
Some of these desires appear in legends or stories from millennia ago. Some, in more recent science fiction. They are then seeded in the consciousness of practitioners and engineers of every generation until the science and technology that can realize them, comes to be. (3)
A couple of weeks ago, I started reading @stephen_wolfram's new book, "A Project to Find the Fundamental Theory of Physics". I have enjoyed it. But, my enjoyment of the book has nothing at all to do (1/6)
with whether or not it indeed points us to a fundamental (or any) theory of physics*. Instead, the pleasure I derived comes from seeing visual manifestations of the ideas of emergence; complexity from simplicity, the power of computation and of generative construction ... (2/6)
that are captured in beautiful pictures throughout the volume.
Rather than simply read, I wanted to experiment with the ideas in the book. The examples, as in all Wolfram writings, were created with Mathematica. (3/6)