←back to thread

1016 points mikenew | 1 comments | | HN request time: 0.296s | source
Show context
d_burfoot ◴[] No.44021801[source]
I feel like we are due for a revolution in computer interface design that will free us from our desks. I want to be able to do work while walking on the bike trail or sitting in a lounge chair by the pool. All the core concepts of GUI design - "mouse", "window", "file", "folder", "desktop" - were developed in a previous era with far tighter constraints on what could be done. Now we have voice understanding, wearable computers, AR / VR, LLMs, cellular internet, etc. Even though the tech has advanced by leaps and bounds, the underlying UI concepts haven't changed much.
replies(4): >>44021840 #>>44021865 #>>44022199 #>>44022283 #
1. MobiusHorizons ◴[] No.44022199[source]
I have been thinking about this a lot recently. There is a lot you can do to work through programming problems away from your computer if you have enough of it in your head. Unfortunately, it seems harder and harder to keep the project in my head the more I rely on autocomplete, linters or other IDE features. These bring my process of reprogramming out of my head and into a more constant conversation with the editor. Autocomplete disincentivizes me from remembering the interface of my dependencies. On personal projects it’s much easier, since I have usually written all the code myself, and I have been using basic vim with no plugins at home.