I’m Jake, and I like low level development. Programming by day, trying but failing to sleep by night.
I have a little blog, it’s mostly about OS/kernel development but other stuff too. Contact me at jake [dot] stbu [at] gmail [dot] com
You can also check out my GitHub, my Reddit, and my Discord.
I do:
- C
- x86_64 Assembly
- Rust
- Python for tiny scripts
- Anything that I feel like learning at the time
I use:
- OS: Arch Linux
- Window manager: i3wm
- Terminal emulator: Alacritty
- Terminal multiplexer: tmux
- Code editor: Neovim
- Shell: zsh + omz
I’ve written:
- An x86_64 OS kernel from scratch: TacOS
- A compiler backend: UYB
- A PDP-8 emulator: pemu
- Various machine learning projects: peKNN, autoParam
- An x86_64 to arm64 assembly transpiler: Vodka
- A search engine from scratch