he/him (they/them is fine too if you want)

Also:

Formerly @ytg@feddit.ch

  • 1 Post
  • 66 Comments
Joined 2 years ago
cake
Cake day: March 11th, 2024

help-circle


  • I’ve never understood the need for fish. The shell experience is basically the same as zsh, and although it’s much more pleasant to script for, you miss out on compatibility with POSIX-compliant snippets, and besides, if you’re writing long and complicated scripts that need anything more than a handful of scalar variables you should probably be using Python (or Perl if you’re an old-school masochist).



  • YTG123@sopuli.xyztoMicroblog Memes@lemmy.worldios ui
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    IIRC pressing the power button once silences the call (but doesn’t reject it) and pressing it again rejects the call.
    Also if the phone is already unlocked, there’s a button to decline. I don’t know why it doesn’t appear when the phone is locked.






  • YTG123@sopuli.xyztoPeople Twitter@sh.itjust.worksKid Names
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    10 months ago

    people have a very hard time with the idea that language in general […] evolve[s] over time

    Writing is not language. Speaking is language (edit: in this particular case), and there’s no phonetic change here. If a spelling is due to another language that the parents, or really anyone, speak, that’s fine. But if your language (read: English) has such a terrible spelling system that people can do these things completely arbitrarily and the spelling is still somewhat readable, there’s something wrong with that writing system (not with the people!)






  • Ctrl+A, Ctrl+E

    Many more basic Emacs keybindings work, actually! Including C-f, C-b, C-p and C-n (if you prefer them over arrow keys) as well as M-f and M-b to move by words, C-k, M-d and C-y for killing/yanking (but not M-w) and C-SPC, C-w, C-x C-x for region manipulation (tested in Bash and ZSH)