Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It amazes me that something as simple and obvious as cut and paste had to be invented. Even more amazing that we can actually point to the person that did it.


Indeed! I'm writing an app that resizes and moves shapes on a canvas (among other things) and I'm amazed at how many trivial little things I had to write that everyone including me would take for granted, including copying and pasting, drawing the little handles to resize the shape, changing the cursor based on what's below it (the handles or the shapes), drawing a translucent version of the shape when it's being moved/resized, changing the position of the shape when it is resized from _some_ of the handles but not all (top left vs. bottom right)...


just wait until you get to the undo/redo stack! That's one of my favourite parts of a UI to program.


My experience is that undo/redo isn't something you tack on at the end of the project, it has to be baked into the infrastructure. Every action you take has to be delegated to an object that has all the information it needs to both do the action and undo it. Then you can just keep a stack of those objects and call them as necessary.


Fortunately I'm using iced which is an implementation of The Elm Architecture so undo/redo is just a matter of keeping track of which messages were sent and reversing them as needed.


The alternative, as used e.g. by the Xerox Star, was select-and-copy/move. The advantage over cut-and-paste is that you don't have invisible fragile state.

However, the Star implementation had copy and move modes (select source, COPY, mouse to destination, CLICK) and Tesler hated modes. I don't know why Star didn't use the modeless version (select source, mouse to destination, COPY).


The mother of all demos had a chorded keyboard, a mouse,a regular keyboard, and video conferencing.

https://en.wikipedia.org/wiki/The_Mother_of_All_Demos


I love that piano like chorded keyboard (https://en.wikipedia.org/wiki/Chorded_keyboard#/media/File:X...) from the alto. I think it's still and interesting UI concept but I think it should/could be adapted to a foot pedal design, chords would be constrained to 2 inputs though unless maybe two of the inuputs were directly side by side then you could expand to three. Organists know what's up ;)


There was one guy at Xerox (Smokey Wallace, RIP) who loved the keyset and could type like a mad man on it.

Everyone else just put it away and ignored it, until MazeWar came along.


I thought about it a lot and realize the design was swallowed by control key shift combinations.


You're talking about the keyset.

Most Alto users didn't even use theirs until MazeWar came along. Then tech support was flooded with bad keysets that people wanted to start using.


To be able to do copy (edit) paste (edit) paste you need independent storage of what’s copied. Move requires new UI sate where cut is just Copy (Edit:Delete). With Undo cut is safe enough and there’s likely something more critical to work on than a Move UI.

Also, I’ve seen some terrible move UI. It may seem cool to have a big floating blob of text follow the curser but that doesn’t work well when you want to move multiple pages or across multiple pages.


If you want to replace by pasting, you'd lose the first selection by selecting what you want to have replaced. Which means you'd need different selection modes depending on whether you are selecting the source or the target of the copy/move. Furthermore, mainting the original (source) selection while preparing the insertion point (target) of the copy/move is also fraught with some fragility.


> If you want to replace by pasting, you'd lose the first selection by selecting what you want to have replaced.

Yes, that's the tradeoff; you'd have to delete that separately. This would be quite close the X11 primary selection and middle-click paste. I think that works reasonably well on its own, but trying to provide both models as X11 does is a mess.


Does anyone actually use cut-and-paste? Copy-paste-delete is the less scary option, right?

There’s a reason copy usually gets the C shortcuts I think.


I use cut and paste pretty often. Besides giving visual feedback that the operation actually worked, it also makes it easy to move things around, including between files.


Back before 2009, early iPhones didn't have cut/copy and paste. Folks had to figure out a good scheme that worked with touch screens.


Which I found flabbergasting at the time, because it had been a standard feature on PDAs ten years prior. I only bought an iPhone once it gained cut&paste support.


Cut and paste is a sort of obvious miss, but in general, I think Smartphones benefitted from not taking for granted the features of PDAs. There was always something deeply niche about the things.


I think in general we are losing a lot of functionality especially since the phone UIs are slowly creeping into the desktop. Discoverability and consistency are simply horrible compared to how things worked around 2000. I think it's a huge regression.

I can't wait until somebody dusts off the design principles of Windows 95/2000 or Mac System 7 and will sell this as the new UX paradigm.


> I think in general we are losing a lot of functionality especially since the phone UIs are slowly creeping into the desktop. Discoverability and consistency are simply horrible compared to how things worked around 2000. I think it's a huge regression.

Indeed. Remember when every icon had a tooltip that told you what it would do? Remember when it shipped with a book that also told you what each thing did?

I recently used an app that was a unified phone/pc interface and I was pretty sure that somewhere in a list of icons was a thing I wanted, but wasn't sure which. I picked the wrong one and then had to figure out howto undo what I had just done.


Who needs to waste time with manuals when you can just Google what you want to do and watch a teenager deliver a three-minute monologue with 15 seconds of actual (but incorrect) content?


Or the content was correct at one point, but 3 weeks later the button was moved in some random update.


Yeah. Tooltips are a big loss. They would be so easy to implement but nobody seems to care anymore.


Absolutely, tooltips were the best. But how do you do tooltips on a touch interface?


Oh yeah, phone UI infecting desktop design is a real shame as well. These are just different types of devices.


There are more misses. For example I found it surprising that they didn’t include a universal “context menu” equivalent (long press would have been obvious) and a universal menu bar equivalent (like Palm OS did). Stuff like this is why we still have an awfully complex and inconsistent UI landscape on mobile.


I think I lightly disagree. Phones are just not good for complex use-cases. I don’t want a context menu on my phone, the depth of interactions in a browser for example should be… slide the webpage this way, slide it that way, poke a link (or, I guess, to be leave room for what I’m doing now, poke a text box to write in it). Dumbing down the UI was a good idea.


We do have all sorts of inconsistent “context menus” now on mobile. Sometimes after you select something, sometimes as items under the share button, sometime when you actually long press, sometimes a menu appears when you tap an item, sometimes as action items that appear when you slide an item to a side. And even for a single of those variations, different variants with different looks exist, etc. A uniform way to “show me all actions I can perform on this item” would be greatly beneficial.


Interesting.

Actually, this conversation has made me realize I only do this sort of “give me more options” interaction in Safari (long press) and Panic Prompt (double tap). I think I hadn’t noticed the inconsistency because 2 is not very many, and also the Panic Prompt behavior is a sort of nice analogy to the typical Linux terminal behavior.

Still though, only two programs and the inconsistency is immediate, haha.


So what is the issue again? Or all resolved?


>and a universal menu bar equivalent

webOS, the poster child for simple and consistent UI, did all of this.

Much like the Amiga, this OS is always imitated, never copied, even though Android should have thrown out everything after Honeycomb to adopt what it brought to the table.


Even feature phones had copy/paste!


> Folks had to figure out a good scheme that worked with touch screens

In Jonny Ives’ brilliance, the magnified view was done away with for several iOS versions.

This man was Karl Pilkington of technology.


Yeah i think this was a UI issue more than a 'we don't think it's a needed feature' issue. Long press with that sticky popup was just something that hadn't come to yet... and certainly forcetouch tech didn't exist yet.


I’m loosely reminded of that Roger Sterling quote from Mad Men: ”I'll tell you what brilliance in advertising is: 99 cents. Somebody thought of that."


There will be a lot of obvious stuff invented in the future that we aren't thinking about now.


My dad grew up on a farm, and latter regretted not inventing the large round baler that most farmers use - he already knew about small round bales, so the only thing missing was make them larger and then haul them on a tractor instead of lifting by hand as you did the small bales. Despite saying the above for years it never occurred to him to invent the large square baler which the same concept (haul with a tractor), but stack better. Everything was known and so obvious in hindsight.


> Everything was known and so obvious in hindsight.

that's why "non-obvious" is so contentious in patent examinations. How do you KNOW it was obvious at the time?


Often the obvious stuff was invented decades ago, but some old people in power persistently refuse to implement into major products. Like the ability to copy multiple things without overwriting the previous entry. Who would ever need that?!


Winkey+V on windows, for anyone interested. Can be turned off in settings app.


Not before time, this is in windows 11.


I assume the last product manager who vetoed this change for decades finally retired.


Started with Windows 10.


>> something as simple and obvious as cut and paste had to be invented.

Which is was. A few hundred years ago. Cut-and-paste began as a manual process. Arranging material for printed often involved very literal cutting and pasting of text and images. Entire trades (typesetters) were dedicated to the task. A more accurate description of Tesler's contribution was that he was the first to implement the concept in the digital realm. The person who "invented" the delete key did not invent the concept of deleting a character.


yes i think it was pretty obvious to anyone reading this article that Larry Tesler did not invent the physical action of cutting and pasting paper


I'm not so sure. The art of typesetting something like a newspaper page doesn't exist for most people. They see oldschool wooden printing press ... big gap ... then bubblejet printers. I know people who think newspapers were somehow silkscreened. The idea that someone in the mid-20th would glue bits of text to a page, which was then transformed into a metal printing plate, is a process most do not appreciate.


Yeah, in the early aughts I had to explain phototypesetting to some students, they just thought everyone used metal type or it's evolution, the typewriter, until the advent of the computer.


It's a good reminder, that everything had to be invented at some point in time.

Even trivial stuff as boiling tea water ...


I'm not sure if invented is the right term in all cases. Discovered may be more appropriate in some.


Sliced bread was invented in the 20th century


Important to note: mechanically, uniformly and massively available sliced bread.

Of course bread has been served sliced for centuries before


Almost everything you see or use around you was invented at some point.

e.g. the following things were all invented:

- that a human dwelling has space between adjacent dwellings and/or eventually streets (straight streets came even later)

- punctuation and spaces between words (looking at you Ancient Greek)

- what word to use when answering the phone ("ahoy hoy" was one proposed option)

It really is true what Steve Jobs said (apropos given Larry Tesler worked at Apple):

"Everything around you that you call life was made up by people that were no smarter than you and you can change it.|


Demonstrably untrue, since humanity was made up of people who lived happily without those things and never even thought of them. Probably even laughed at them when they first appeared.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: