Active_Projects
C99 NETWORKING
lib-wire-c
A minimal socket library for embedded systems. Zero dependencies, POSIX-compliant. Designed for constrained environments where libcurl is too heavy.
[GITHUB_REPO]
GUIX DOTFILES
dotfiles-guix
My declarative system configuration for Guix SD. Full-system reproducibility from a single config.scm file.
[SOURCE]
C SECURITY
crypt-utils
Collection of cryptographic utilities: CSPRNG, hash functions, and key derivation tools. All written in portable C.
[GITHUB_REPO]
RISC-V EMBEDDED
rv32-baremetal
Bare metal experiments on RISC-V. Custom bootloader, GPIO drivers, and UART communication from scratch.
[SOURCE]
SCHEME INTERPRETER
micro-scheme
A tiny R5RS Scheme interpreter written in C. Supports tail-call optimization, continuations, and a basic REPL.
[GITHUB_REPO]
LINUX TOOLS
sysmon-tui
Terminal-based system monitor using ncurses. CPU, memory, disk, and network stats in a retro interface.
[SOURCE]