Skip Navigation
Jump
[qtile] on desktop and Kvaesitso on phone
  • what is that editor? it looks very cool

    1
  • Jump
    Microsoft will now urge you to ditch local accounts on Windows 10
  • if only it recognized my wifi card, which it doesn't. neither 10 nor 11 do

    4
  • Jump
    Yuzu will lives under new name
  • more like a week

    6
  • Jump
    Some of y'all need to see this and drop the superiority complex...
  • freebsd is 14 something too

    8
  • Jump
    Wifi stopped showing in linux mint
  • rfkill?

    1
  • Jump
    i find it's a great tool.
  • i will never grow tired repeating this: systemd is the best thing that happened to linux in the 10s

    77
  • Jump
    what's the worst that can happen if i use a free shady vpn?
  • No, it's just a wireguard config

    0
  • Jump
    SHARE WITH THE CLASS: What aliases are you using?
  • same for gh (github cli)

    gh() {
      if [[ "$1" = repo && "$2" = clone ]]; then
        shift
        shift
        set -- repo clone "$@" -- --recursive
      fi
      command gh "$@"
    }
    
    2
  • Jump
    SHARE WITH THE CLASS: What aliases are you using?
  • the only thing this does is add "--recursive" to every git invocation

    
    git() {
      if [ "$1" = clone ]; then
        shift
        set -- clone --recursive "$@"
      fi
      command git "$@"
    }
    
    5
  • Jump
    SHARE WITH THE CLASS: What aliases are you using?
  • in zsh you can just forbid it to save duplicates

    2
  • Jump
    SHARE WITH THE CLASS: What aliases are you using?
  • ccd() {
      mkdir "$1" && cd "$1"
    }
    
    5
  • Jump
    What can you do on Linux that you can't do on Windows?
  • btw 1 is literally impossible, there's no gui driver setting, there's no regedit switch, no nothing. on linux you just need to write to this file /sys/devices/platform/i8042/serio1/serio2/drift_time

    14
  • Jump
    What can you do on Linux that you can't do on Windows?
    1. adjust the drift speed of a thinkpad trackpoint
    2. stream audio from one computer to another one (or a phone) with ease (thanks pulseaudio)
    20
  • Jump
    (Neo)Vim alternatives: Kakoune is great! I am surprised that Helix is more popular
  • neither has persistent undo yet, so i'm staying with vim for now

    6
  • Jump
    What feature/utility/app are you surprised is not installed by default in Linux distributions?
  • it's easier to list which distros have it ootb (none)

    2
  • 0

    Panopticon - The Moss Beneath The Snow

    this is my favorite song of all time. enjoy!

    0