Tag
A blog post describing a minimal CI system using Git hooks and nq, a lightweight job queue, for personal git repositories.
A minimal 2-step LLM chain that implements a planner + coder pipeline, designed to fit on a single GPU without requiring a full agent framework.
A guide on building minimal NixOS ISOs and reducing their size, with comparisons to Alpine Linux and step-by-step optimization techniques.
This article describes how to create a minimal Linux boot that runs a single process, stripping down the usual initramfs to boot in under a second.
FlashQwen is a minimal from-scratch C++/CUDA inference engine for Qwen3-8B with no external dependencies, supporting multi-turn streaming chat and benchmark mode, with a binary size of only 1.2MB.
zerostack is a minimalistic coding agent written in Rust, with only 17,000 lines of code, a 26MB binary size, and an average memory usage of 16MB. Its performance far exceeds similar JavaScript tools. It supports multiple models, a five-tier permission system, MCP, and other rich features. The design prioritizes extreme resource efficiency and code simplicity.
NBSDGames 6 is a tiny collection of terminal-based games (~500kB) that runs on minimal systems like routers and vintage computers, including games like Sudoku, Mines, Reversi, and more.
minc is a minimal programming language that compiles directly to native executables for multiple platforms without external tooling. It features modern syntax, built-in SIMD, and a bundled shader compiler.