The personal computer unfortunately has lost one of the most basic and useful features of the earliest computers. Let's say you're surfing the web. You find something and want to copy both the web address and a few lines for a friend, but you can copy only one thing at a time without opening up your clipboard. So you copy the web address (from which you can always get back to the page). Meanwhile you spot another interesting link to something else for a different friend. But now if you copy even just the web address it will overwrite the other web address. So maybe you open another page on your clipboard and get distracted or maybe you just forget and overwrite your first address and by the time you realize it you can never find it.
Or maybe you copy something you'd like to keep for a while to share with everyone you write to. But if in the meantime you use copy and paste for something else, it's gone.
It wouldn't have to be like that. From the beginning one of the most fundamental computer operations, y = x, put whatever was in the x register in the y register. A register was like a clipboard, only you had as many as you wanted, and you could call them x1, x2, ..., or whatever you wanted. COPY just means "Clipboard" = "Whatever is Highlighted." PASTE means "Next on screen" = "Clipboard." Our laptops (and desktop personal computers) should have lots of clipboards and lots of COPYs, maybe Copy1, Copy2, Copy3, ... . The first interesting thing you Copy1. The next Copy2. The next Copy3. Your laptop would remember them all separately. Then later you can Paste1 or Paste2 or Paste3. There would even be a special command PasteAll that would put them all on the screen open in front of you.
If you'd just been to say bridge nationals, you could write a few pertinent sentences, Copy9, and paste them into lots of correspondence with Paste9. Or if you're working on something that uses a certain special symbol a lot, you could Copy8 it, and then just Paste8 it whenever you need it.
Incidentally this feature is available as aliases in my beloved mail application Eudora, which unfortunately doesn't run under the latest Mac operating system.
A laptop's long-term memory is huge, and it never forgets as long as it lives. But a laptop's short-term memory, in the form of copy-paste, can remember only one thing at a time. That's got to change.
This article is completely incoherent, the feature you seek could be implemented if more people wanted it, and has absolutely nothing to do with using a laptop over a desktop computer.
This writer turned his frustration of not being able to copy and paste more than one line into an insult directed towards the mechanical marvel that mobile computing is today. As I'm sure you've heard many times before, the laptop or mobile phone you're probably reading this on is many times more powerful than the supercomputers of just a decade ago.
Just to drive this point home for the author, the 4 gigabytes "memory" that the average laptop computer has today can hold over 530,000 pages of copied text. More than enough for this author to make use of.
Mind you that is the random access memory (ram) that the writer is lamenting about and doesn't even touch on the hard disk space on your computer which, although is slower to read than ram, is still measured on the order of microseconds and would work perfectly fine for copying and pasting text. Take the number of pages mentioned above and multiply it by any number between 100 and 1000 and you can imagine the scale we're talking about.
So please, don't blame it on the technology, and instead try a little bit harder to find an application that supports the features you are looking for. Belittling the technology for a user interaction
http://www.thornsoft.com/
Let's talk programming, doc. What you're describing with "x1, x2, x3" etc., is a problem that would be easily remedied by putting an array into the clipboard feature. Then, hitting Ctrl+P could bring up a menu with a list of array entries since the current boot.
Not that hard, bro.