Due to the impending lemm.ee shutdown I have migrated to notabot@piefed.social.
if you’re going to teach all your tools how to use multiple shortcuts and interact with a complex clipboard situation
The people writing the tools don’t have to do this, it ‘just works’ as it’s functionality the UI framework provides. It used to be that whether you used Tk, GTK, Qt or any of the others, you still ended up with X11 components on screen, and those components handled the UI interactions like middle click paste from selection or ‘ctrl-v’ paste form clipboard, but then we got a few UIs that tried to draw themselves (Java apps were terrible for this). I don’t know what it’s like on wayland, I suppose it could be different per compositor. I’ll get around to testing it at some point, but I’m in no hurry to leave X11 behind.
just having them able to look back an arbitrary distance in the history of a single clipboard, like M-y in emacs.
You’ll get no argument fro me, that would be a more intuitive approach, although rather than just a stack like that, I’d probably prefer to have a set of registers to yank to and paste from too like vi. That way I can put the information I want to keep using at a specific location, and just use the rolling stack for the more ephemeral stuff.
I’m still using X11, so this might be different in wayland, but in just about everything shift-insert
pastes the selection and ctrl-v
pastes the clipboard. In terminals paste from clipboard is ctrl-shift-v
as ctrl-v
already had a purpose.
Copying to selection just involves highlighting the text, copying to clipboard is ctrl-c
or ctrl-shift-c
in a terminal.
I had to actually think about those as they’re basically just muscle memory now! I might use the clipboard to store a path I need to use in multiple places, maybe in multiple tools, and the selection for ephemeral data like a snippet of output from the last command, or an ID value from a web page, something like that. It’s a bit tricky to explain, it’s just the way it’s always worked on unix and linux UIs, and it just becomes second nature to think with those tools.
This from 2 years ago, and it aparently took the Ukrainian forces 18 months and a few days to plan and execute. Conclusion: the Ukrainian armed forces are monitoring NCD for cunning ideas, but it takes a few months for them to get authorized.
I’m very happy having the selection and primary clipboards be separate (I’ll admit I don’t use the secondary clipboard). Being able to copy one block, then select a second block, paste that in from selection and then paste from clipboard makes a lot of CLI tasks quicker.
There probably should be a setting that says ‘K.I.S.S just one clipboard please’ though, for those that prefer that way of working.
Not at all, but I’d say we don’t really remember ancient kings either. We might remember the effect they had on the world, or some particularly unusual characteristic that was recorded for posterity, but I’d say that once the last person who knew them dies, we can no longer remember ‘them’, so much as witness a sort of ‘shell’ of ideas about them.
We don’t remember what they sounded like, or smelt like, how they smiled or what they said to their nearest and dearest. We don’t really know much about them as people compared to the king that became their shell. The things that made them unique people are gone when the last person who experienced them dies, so I’d say we really don’t remember them as people, even if we do remember the ‘king’ or ‘copper merchant’.
If the details aren’t specific to your server, could you post the body of the message? They might not stop there, and I’d like to know what’s going on before they hit my server.
Do we actuall remember Ea-Nasir, or do we just recall a modern meme about one aspect of his life?
I’d be interested to see if this upside down printing technique would work with other filaments as it sounds like it could be the answer for printing overhangs on smaller models at least. I can see bigger models coming unstuck from the bed being a major downside though.
He’d obviously read up on 17th century witchcraft. It is well known that you may fascinate a woman by giving her a piece of cheese.
Walked across a room and pulled a muscle in my shoulder. It was painful enough that I could barely lift it for a week or so.
My kids have a pile of cardboard screws that they use to turn boxes into all sorts of things; rockets, forts, cars and you could probably make organizers, shelves and the like too. The screws grip the cardboard surprisingly well, and it’s easy to make even quite large structures robust.
Thanks for the comment, it rather made my day.
Actually, you have that backwards, you see, the act was known as ‘shagging’, from the old english ‘shagadelic’ meaning excellent or enjoyable, long before the carpet existed. The style of carpet was found to be ideal for ‘shagging’ on, especially in groups, as the long fibres reduced slipping. Thus it became known as ‘shag pile’ due to the piles of ‘shaggers’ often using them.
This post is brought to you by the letters B, S, and insufficient sleep.
No, you cannot meaningfully delete your posts or comments, but that’s not because of any issue with lemmy, but because you posted them publically. They will be archived and indexed in other services.
It is always best to remember that all your activity here is public, and will be linked to your username. Given that, you may wish to minimise any personally identifying information you post, and use several accounts to split up your activities by topic.
The longer I stare at this, the wronger it gets. It’s like a magic eye picture made of nonsense.
Helga: No, it’s “Hi! How are you?”
Salazar: …
The sad part is that as I get older, the hardest part has become threading the needle…
If you dont have one, a needle threader is a huge boon.
Archived version for future reference: https://archive.ph/NayZN
Split the difference, it’s octal.
The thing is, in X11 that clipboard behaviour was written once, and that made it work everywhere. Obviously there’ll have been work done on it over time, and non-native frameworks (java UIs and such) would have had to do it themselves, but for the vast majority of programs the author, and indeed the author of the toolkit probably didn’t have to think about it at all. It’s one of the nice things about the X11 architecture that I think we lose with the wayland approach, everything that should work the same everywhere is written once. I suspect that over time we’ll see only a few wayland compositors really lasting and being maintained, and we’ll start to get back to that common architecture.
I can definitely understand your frustration with the clipboard situation, but it’s a decades old paradigm, and I’m used to it, so it seems reasonable to me. That said, I do use clipman to automatically store the text I’ve copied to the clipboard, and let me switch to previous values, so maybe that sort of thing would at least help you a bit?