Tag: #c
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Compiler and Linker Internals — From #include to an Executable: ELF, Symbols, Static/Dynamic Linking, Relocation, LTO (2025)
Tracing the journey of "hello.c" becoming an executable, atom by atom. The four phases of preprocess / compile / assemble / link, ELF file layout, symbol tables and relocation, the archive structure of static libraries,
2026-04-15 · 20 min read #compiler#linker#elf#symbol#static-linkingSystems Programming Mastery: From C to Rust — A Complete Guide for AI Engineers
A complete systems programming guide for AI engineers covering C memory management, Rust ownership, CUDA C, and PyTorch C++ extensions. Master low-level programming to build world-class AI infrastructure.
2026-03-17 · 17 min read #rust#c#systemsprogramming#memorymanagement#aiinfrastructure