• 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • It seems only natural…

    • the “grandma”/casual users never try anything complicated or different so nothing goes wrong.
    • the “pro” users either know what they are doing well enough to not make a mistake or to fix it when it goes wrong.
    • the middle users will always have it harder, they are trying things beyond the margins of “easy” so of course things go wrong and they don’t know how to fix it.

    Anecdotal example: just yesterday I found out that I broke my file picker function in five out of six web browsers, by loading an Xcompose file with some definitions that GTK apparently doesn’t like. It took me about 5 hours of poking at things to figure out that a change I did a week ago, broke a function I hardly ever use. So I did fix it eventually but I it took me a week to notice and then hours to track down what was going on.

    Is there any chance at all that the casual users would be using a compose key, let alone loading a custom definition file for it? Hell no!

    But here’s the secret: there is nobody out there who is the perfect expert who never makes a mistake and knows all things. We’re all out here pushing boundaries; the only difference is where those boundaries are.











  • The problem with Libreoffice is that they are satisfied with being a second-rate clone of the baroque mess that is Office 2007.

    Google Docs is the last thing to push the Word Processor forward, kicking and screaming into the 21st century.

    I’m pretty sure there’s a viable solution in the git +markdown+latex space but no one has quite found it yet. LyX is close-ish but misses the mark.









  • That’s good to know. It’s interesting that the other commenter thinks emacs shortcuts are illogical. I’ll make my best guesses at the logic

    • ctrl-a/ctrl-e for start/end of line

    a is the beginning of the alphabet; e for end (of line)

    • ctrl-u to clear the command you’ve typed so far but store it into a temporary pastebuffer
    • ctrl-y to paste the ctrl-u’d command

    No idea here. Seems similar to nano with k-“cut” and u-”uncut”.

    • ctrl-w to delete by word

    w for word obviously.

    • ctrl-r to search your command history
    • alt-b/alt-f to move cursor back/forwards by word

    r reverse, b back, f forward. Not sure why alt vs control though; presumably ctrl+b and ctrl+f do different things although I know emacs likes to use Alt (“Meta”) a lot.