







FFmpeg Assembly Language Lessons. Contribute to FFmpeg/asm-lessons development by creating an account on GitHub.

A Compiler Author’s Guide to WebAssembly GC by Oscar Spencer @ Wasm I/O 2025

Essentials of Compilation
Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure ...

Introduction | RLHF and Post-Training Book by Nathan Lambert
A first-principles introduction to RLHF, what it changes in language models, and how it became part of modern post-training.

First Languages AI Reality | Mila
The FLAIR initiative aims to develop a method for the rapid creation of customized ASR models for Indigenous languages.

Modular: The Claude C Compiler: What It Reveals About the Future of Software
Compilers occupy a special place in computer science. They're a canonical course in computer science education. Building one is a rite of passage. It forces you to confront how software actually works, by examining languages, abstractions, hardware, and the boundary between human intent and machine execution.

Training Large Language Models with Interpreter Feedback using WebAssembly
A fast, local, and secure approach to training LLMs for code with WebAssembly and interpreter-based rewards

Learn C • Build Your Own Lisp
If you're looking to learn C, or you've ever wondered how to build your own programming language, this is the book for you.
IPFS as a first-class citizen in FFmpeg, who’s next?
The first steps in enabling IPFS support in the wider open source ecosystem.

ELF64 hello world | tuket
I like to understand how things work under the hood. Assembly programming is very close to the metal but, even then, the assembler hides some complexity to make our lives easier. Also the linker does lots of work I don’t completely understand.
Wasm 2.0 Completed - WebAssembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.
Wasm 3.0 Completed - WebAssembly
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.