TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why does copy and paste sometimes just not work?

1 pointsby Solstinoxalmost 5 years ago
It’s the 21st century. We can enhance old photos, CSI style, but copy and paste still isn’t perfectly reliable.<p>It happens so infrequently and yet so often that I feel like I’m going insane. That <i></i>I<i></i> have done something wrong.<p>Is this just me? Does copy and paste sometimes not work for you? Why does this happen?

4 comments

ubermanalmost 5 years ago
I also infrequently, yet frustratingly often find that copy and paste between semi-remote windows just seem to stop working for a while.<p>As a specific example, I can be on my main system with a hardline connection to remote desktop a meter away from me and also on the main system have a window ssh-ed into a locally hosted docker image.<p>I sometimes, but not always find that copy from the remote desktop and paste to the ssh terminal just does not work with symtoms suggesting there are multiple buffers and paste is using the wrong one. I know the copy puts the correct value in the buffer as the &quot;fix&quot; I use is to paste into an editor running on my local system, then recopy the value and paste into the ssh terminal.
JPLeRouzicalmost 5 years ago
I am on Linux (Debian derivative) and this happens to me too often.<p>In order for copy&#x2F;paste to work, applications have to share information and metadata.<p>On Windows&#x2F;Win32 this is (was?) done by COM and related technologies.<p>On Linux it is D-Bus.<p>I think there are other interprocess mechanisms.<p>I suppose that if an application have different assumptions than another, about what a request through the interprocess bus does mean, copy&#x2F;pasting does not work.
rzzzwilsonalmost 5 years ago
Can you give an example of where copy&#x2F;paste hasn&#x27;t worked for you?
idealsalmost 5 years ago
What browser, os, device, etc are you using?