Skip to content
View usatie's full-sized avatar

Highlights

  • Pro

Organizations

@yenom

Block or report usatie

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

About Me

  • Worked in Japan (2014–2022); relocated to the United States in 2024
  • Master's student in Computer Science at San Francisco State University (Expected graduation: Dec 2025)
  • Passionate about systems programming and low-level software development
  • Currently exploring high-performance computing, compilers, LLVM backend and AI chip emulation.

🧑‍💼 Professional Work

  • Founded mikan and developed Japan’s most popular (9M+ downloads) English vocabulary app from scratch.
  • Maintained BitcoinKit (800+ stars), with 345+ contributions across features and fixes.

🎓 Academic Projects

  • High-Performance Computing (CSC746) - 99% (A)
    • Used C++, CUDA, MPI, and OpenMP
    • Designed shared-memory parallel programs for multi-core CPU and GPU systems and analyzed performance using runtime, speedup, memory bandwidth, and cache metrics.
    • Conducted various experiments on Perlmutter at NERSC (HPE Cray Shasta platform)

🧪 Hobby / Independent Projects

  • Built a Bash clone in C and wrote a detailed guide on incremental, unit-test-driven shell development.
  • Developed Quines, self-replicating programs that output their own source code.
  • Created an ELF executable packer that encrypts and compresses ELF binaries, which automatically decrypts itself at runtime.
  • Reimplemented the nm command to analyze ELF binaries and extract symbol table information.
  • Built a Turing Machine Emulator to learn OCaml and understand Turing Machine operations.
  • Currently reimplementing the POSIX lex command as a preparation for future compiler development.

Let’s connect if you’re interested in systems programming, compilers, or AI infrastructure!

Shun's GitHub Stats

Pinned Loading

  1. yenom/BitcoinKit yenom/BitcoinKit Public

    Bitcoin protocol toolkit for Swift

    Swift 852 262

  2. minishell_v2 minishell_v2 Public

    Simple shell implementation written in C. It supports basic shell functionalities such as command execution, piping, redirection, and built-in commands.

    C 5