hello! i'm muki and i'm a computer engineer from seattle. this website is a personal library where i just put things i find interesting.
i'm current working as a systems software engineer at pyro inc where i write rust, zig and nix on a daily basis. i am also an avid open source contributor, maintaining various projects.
historically,
- i led the flight computer team at huskysat, the university of washington cubesat team.
- i built and sold a motorsports race management product.
- i interned at amazon working on the amazon approvals team.
[] posts
- 2024-10-24 / Writing an Async Runtime
- 2024-09-05 / Modular Async Modeling
[] projects
- zzz: a (mostly) HTTP/1.1 compliant web framework, written in Zig. provides TLS 1.2 w/ BearSSL. this website actually runs on zzz.
- tardy: an asynchronous runtime for writing services and applications, written in Zig. async i/o support using io_uring, epoll and poll. coroutine support for x86_64 (sysv + windows) and aarch64.
- iguana: a library for building Zig projects with Nix.