Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DY
Posts
21
Comments
330
Joined
2 yr. ago

  • And could this facism be just a consequence of allowing more kinds of people on the platform and censoring less? In other words, that more freedom automatically brings more facism to the table?

    I'm not trying to corner you or anything but I am wondering how and why things suddenly changed to seemingly a lot of people.

  • So I need to dive into the manual to do something as basic and universal as "copy and paste"? Why not make it Ctrl+shift+c or have it shown in the info text when pressing this almost universally accepted keypairs? Or at least make it somewhat similar to this. I find it bonkers why some programs decide to just have radically different shortcuts or defaults, the complete opposite of what feels intuitive. Same with the design of some doors that need actual SIGNS on them to tell you which direction they open. Just bad design choice.

    Edit: just remembered. Same story with tmux. Want to copy something? Surprise, it's not anything you expect it to be. Some ctrl+b + [ or some shit

  • Hey that works too! Same effect as my previous workaround, that I just posted yesterday.

    I do have to repeat this command everytime, so I had to put it into ~/.zshrc so it's executed beforehand in every new terminal.

    It still does feel lile a workaround since it 'resets' itself (as I said) with every new terminal.

  • I am not sure I "solved" this but when I add this to my startup script for my terminal (~/.zshrc):

     
        
    SSH_AUTH_SOCK=/tmp/ssh-agent-$USER-socket
    export SSH_AUTH_SOCK
    
    
      

    it works then. I am not sure I'm still using the ssh agent, but at least it also does not cache my passphrase/private key