Not something I’ve encountered.
- 0 Posts
- 21 Comments
Wait until you see what they do to avoid learning SQL or Regex or JSON Pointer or XPath.
I use them fine with my left hand. There’s no reason to stay on home row if you’re doing a lot of copy and paste. Of course, if you’re doing that much copy and paste, using an extension that allows VIM shortcuts would be much faster.
If you don’t like BÉPO because you want familiar letter-based clipboard shortcuts, you’ve already made a better layout selection impossible. I learned to use the older clipboard shortcuts: ctrl+ins for copy, shift+ins for paste, and shift+del for cut. Those are still as universally supported.
If you want everything bundled instead of à la carte, that sounds more like eclipse to me. But then, I don’t understand how anyone can program in Java.
brianary@startrek.websiteto
Programmer Humor@programming.dev•Why do people faint at the sight of plain-text code?
54·1 year agoWhat could be more human than that?
brianary@startrek.websiteto
Linux@lemmy.ml•After many years on GNOME, I finally switched to Plasma.
1·1 year agoI was mostly being facetious. I haven’t tried it in decades, but I’m pretty happy with Cosmos.
brianary@startrek.websiteto
Linux@lemmy.ml•After many years on GNOME, I finally switched to Plasma.
73·1 year agoKDE: With too much power comes too much responsibility. 😉
I really like the tiling window support in Pop_OS!'s Cosmos desktop.
brianary@startrek.websiteto
Linux@lemmy.ml•Apparently, the mods at Linuxsucks are really sensitive?
12·2 years agoIt’s the same argument I’ve heard about the “complexity” of Mastodon: too many choices, which is I guess why people largely stopped going to websites outside the major social networks. Monopoly over competition, it’s like everyone is pining for a monarchy.
brianary@startrek.websiteto
Linux@lemmy.ml•Mozilla's massive lapse in judgement causes clash with uBlock Origin developer
301·2 years agoAs I’ve said elsewhere: I wonder what controls Mozilla has in place to prevent gradual takeover of their board by those with an interest in removing Firefox as a competitor. We’ve watched the sleeper cell in the Supreme Court transform that body into an illegitimate partisan puppet. Mozilla’s actions over the last few years would make much more sense if it were being manipulated into self destruction.
brianary@startrek.websiteto
Linux@lemmy.ml•Mozilla's massive lapse in judgement causes clash with uBlock Origin developer
1·2 years ago19½ months. That’s how long Mozilla was prepared to listen to a small, unfiltered subset of their users, for a laughably meager maintenance cost.
brianary@startrek.websiteto
Linux@lemmy.ml•Mozilla's massive lapse in judgement causes clash with uBlock Origin developer
2·2 years agoYep, which further highlights the problem: @mozilla@mozilla.social 🔗 https://mozilla.social/users/mozilla/statuses/113153943609185249
We’ve made the hard decision to end our experiment with Mozilla.social and will shut down the Mastodon instance on December 17, 2024. Thank you for being part of the Mozilla.social community and providing feedback during our closed beta. You can continue to use Mozilla.social until December 17. Before that date, you can download your data here (https://mozilla.social/settings/export), and migrate your account to another instance following these instructions (https://support.mozilla.org/en-US/kb/mozilla-social-faq).
This was also my recent experience on PopOs!
There’s a little historical baggage, but look at Windows: multiple letters for drives, and all of the paths can be modified, so you have to ask Windows where any important directory is physically mapped (like SystemRoot or Documents or Temp or Roaming AppData or many others), because it doesn’t have this nice consistent structure like Linux. Linux presents a logical layer and manages the physical location automatically. Windows makes you do the logical lookup yourself, but doesn’t enforce it, so inexperienced programmers make assumptions and put stuff where the path usually is.
That’s part of why logging in to Windows over a slow connection can take forever if you have a bunch of Electron apps installed: they’ve mismapped their temp/cache directory under the Roaming AppData, so it gets synched at every login, often GiB of data, and they refuse to fix it.
There’s a whole book about this: # Nickel and Dimed: On (Not) Getting by in America by Barbara Ehrenreich.
Ehrenreich left her home, took the cheapest lodgings she could find, and accepted whatever jobs she was offered. Moving from Florida to Maine to Minnesota, she worked as a waitress, a hotel maid, a cleaning woman, a nursing-home aide, and a Wal-Mart sales clerk. She lived in trailer parks and crumbling residential motels. Very quickly, she discovered that no job is truly “unskilled,” that even the lowliest occupations require exhausting mental and muscular effort. She also learned that one job is not enough; you need at least two if you intend to live indoors.
brianary@startrek.websitetoLemmy Shitpost@lemmy.world•Handy temperature conversion scale.
15·2 years agoZero is freezing
10 is not
20 is pleasing
30 is hot
40 frying
50 dying
He took a series of very shallow breaths, and then said as quickly and as quietly as he could, ‘Door, if you can hear me, say so very, very quietly.’
Very, very quietly, the door murmured, ‘I can hear you.’
‘Good. Now, in a moment, I’m going to ask you to open. When you open do not want you to say that you enjoyed it, OK?’
‘ΟΚ.’
‘And I don’t want you to say to me that I have made a simple door very happy, or that it is your pleasure to open for me and your satisfaction to close again with the knowledge of a job well done, OK?’
‘ΟΚ.’
'And do not want you to ask me to have a nice day, understand?"
‘I understand.’
‘OK,’ said Zaphod, tensing himself, ‘open now.’
The door slid open quietly. Zaphod slipped quietly through. The door closed quietly behind him.
‘Is that the way you like it, Mr Beeblebrox?’ said the door out loud.
— Life, the Universe, and Everything
You get used to it sooner than you’d think. There are libraries to convert between regex and English. Maybe it deserves a Unicode code block like APL?