Skip to content
View alphashuro's full-sized avatar
🔬
🔬
  • Pleo

Block or report alphashuro

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
alphashuro/README.md

I'm a software engineer trying to find meaning in existence.

My core interests:

  • Information architecture: how to make solutions to complex problems easier to understand and build
  • Mental models and metacognition: how to use the brain well, how to think efficiently, how to transfer thoughts and ideas to other humans, and how to transfer skills to other humans
  • Cognitive science: how "thinking" works and how to simulate/re-create it

Other interests:

  • Practical philosophy
  • PC games (Dota 2, Factorio ...)

Fun fact: Some day in the future, someone will have the very last thought/memory of you for the very last time...

Pinned Loading

  1. a base for starting nix shell scripts a base for starting nix shell scripts
    1
    let
    2
      nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
    3
      pkgs = import nixpkgs { config = {}; overlays = []; };
    4
    in
    5
    
                  
  2. colemak-dh.linux.sh colemak-dh.linux.sh
    1
    git clone [email protected]:DreymaR/BigBagKbdTrixXKB.git
    2
    cd BigBagKbdTrixXKB
    3
    chmod +x *.sh
    4
    bash install-dreymar-xmod.sh -ox
    5
    ./setxkb.sh -a 5ca
  3. My vim config My vim config
    1
    " kill vi compatibility
    2
    syntax enable
    3
    set fileformat=unix
    4
    set hidden
    5
    set number " always show line numbers
  4. redis-server redis-server Public

    A Redis server implementation.

    Rust