- 🤔 I’m looking for help with pointers to assembly programming, specifically x86_64, ARMv8, and POWER10 arches.
- 📫 How to reach me: [email protected]
- ⚡ Fun fact: my favorite TV show overall is Designated Survivor.
- 😬 Would someone please not make btrfs buggy?!?!
- LinkedIn profile: here
- Image Processing with Python
- Virtual Experience: Goldman Sachs
- Virtual Experience: JPMorgan & Chase
- TensorFlow
Shogi, Axis and Allies
Also I compile Rust, Python, and Go packages from Git repos using pre-release toolchains almost daily
- Rust: 1.81, with
cargo install --git <repo url>
and cargo-update - Python: 3.13, using
pip install -e git+https://github.com/<org>/<pkg>#egg=<pkg>
- Go: 1.23, with
go install <repo url>@m
, wherem
is either master or main and<repo url>
is stripped of https:// prefix gup