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/)SE
Posts
63
Comments
61
Joined
2 yr. ago

Programmer Humor @lemmy.ml

Microsoft builds a Death Ray.

Linux @lemmy.ml

Sway-Talisman: Sway – Terminal Application Launcher in Scratchpad, Minimalist And Native

Linux @lemmy.ml

Sway-MÜSLI: Sway – Minimal Ültrafast Status Line

Linux @lemmy.ml

GPL cheat sheet

Programmer Humor @lemmy.ml

I did not ASCII that coming

  • The joke is that it's hard to tell if this is a joke because the lines between good intentions, corporate jargon, and feasibility have been blurred beyond recognition both here and in the real world.

    It's also funny that after all these years, i18n is still a mess. Moreover, even if translations are standard in GUIs and documentation, for some reason, everyone is okay with defaulting to English for the oldest form of computer interaction.

    Also, the joke is whatever you want it to be. Follow your dreams.

  • Programmer Humor @lemmy.ml

    The future is now

    Linux @lemmy.ml

    Run assembly scripts from your terminal without compiling

    Programmer Humor @lemmy.ml

    What a time to be alive

  • .bashrc:

     
        
    # Prompt
    # "Make it simple, just the dollar sign"
    # "Say no more, fam"
    # - if error code is not 0, then prepend [N] where N is the error code
    # - if user is root, use red and #
    blue='\e[34m'
    red='\e[31m'
    bold='\e[1m'
    reset='\e[0m'
    PS1='$( status=$?; [ $status -ne 0 ] && echo "[$status] ")\['"$blue""$bold"'\]$\['"$reset"'\] '
    
    if [[ $EUID -eq 0 ]]; then
      PS1='$( status=$?; [ $status -ne 0 ] && echo "[$status] ")\['"$red""$bold"'\]#\['"$reset"'\] '
    fi
    
    
      

    .inputrc:

     
        
    # vi mode, change to 'emacs' here if you prefer
    set editing-mode vi
    
    # vi INSERT prompt
    set vi-ins-mode-string "\1\e[30;44m\2 INS \1\e[0m\2 "
    
    # vi NORMAL prompt
    set vi-cmd-mode-string "\1\e[30;47m\2 NOR \1\e[0m\2 "
    
      
  • Linux @lemmy.ml

    Window manager with no (or very small) minimum window size?

    Linux @lemmy.ml

    ColorCat - Render Hex Colors in your Terminal like an IDE

    Linux @lemmy.ml

    Cross-app URL aliases (like shell aliases) powered by Nginx.

    Linux @lemmy.ml

    How to write a 'tar' command

    Programming @programming.dev

    My Worst Tech Interview Experience

    Linux @lemmy.ml

    Custom, interoperable info and man commands

    Linux @lemmy.ml

    Diff like a boss! (custom Bash commands)

    Linux @lemmy.ml

    GCC embraces web technologies with one (1) line of CSS.

    Linux @lemmy.ml

    What happens when you create a Linux user?

    Linux @lemmy.ml

    yas-bdsm: Yet Another Stow-Based Dotfiles System Manager

    Linux @lemmy.ml

    "fdisk" and "free" with custom colors

    Linux @lemmy.ml

    It's the "less" week of the "Record Your Dotfiles" contest. Share yours!