Posts
- Let's Talk, SuccinctlyA brief tutorial on writing programs for the SP1 zkVM
- On WorkA brief expository essay on how to conduct knowledge work
- Using Dasy From the Comfort of FoundryA brief tutorial on how to set Foundry up to use the Dasy smart contract programming language
- State of the New Cairo 1.0 Compiler StackA walkthrough of the Cairo 1 compiler codebase
- Arithmetic Circuits From the Ground UpAn introduction to arithmetic circuits with accompanying Rust source code
- Eth to Cairo, Part 1: A Misadventure With TranspilationA sort of failed tutorial on transpilation from Solidity to Cairo
- Towards a Principled, Intuition-Capturing Model of Economic ClassA brief expository essay on strictly defining economic class in terms of factors of production
- Viewing EVM Bytecode Unix StyleA tutorial on how to view EVM bytecode using Unix-like tools
- Rust Iteration with EitherA description of a pattern for programmatic iteration in Rust