Skip to content
View nemolize's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nemolize

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rekey rekey Public

    A keyboard remap tool

    Swift 1

  2. qmk-crkbd-keymap qmk-crkbd-keymap Public

    my crkbd keymap

    C

  3. How to fix Ryzen soft lockup problem... How to fix Ryzen soft lockup problem on Linux
    1
    # add "processor.max_cstate=1 pcie_aspm=off" options to GRUB_CMDLINE_LINUX like the following
    2
    GRUB_CMDLINE_LINUX="processor.max_cstate=1 pcie_aspm=off"
  4. Sign your git commits with a key imp... Sign your git commits with a key imported from keybase
    1
    # NOTE: Assuming you have already installed keybase and logged in
    2
    
                  
    3
    # This is only for WSL. see: https://github.com/microsoft/WSL/issues/4029
    4
    export GPG_TTY=$(tty)
    5
    
                  
  5. Avoid micro stuttering on Linux with... Avoid micro stuttering on Linux with 144Hz and 60Hz monitors
    1
    # /etc/environment
    2
    CLUTTER_DEFAULT_FPS=144
    3
    __GL_SYNC_DISPLAY_DEVICE=DP-2
  6. How to build QMK with passing MASTER... How to build QMK with passing MASTER_LEFT or MASTER_RIGHT in CLI
    1
    Note: replace `$KEYBOARD` and `$KEYMAP` to yours.
    2
    
                  
    3
    # Docker
    4
    
                  
    5
    - left hand