Saturday, 15th January 2022
TIL
Configuring Dependabot for a Python project
— GitHub's Dependabot can automatically file PRs with bumps to dependencies when new versions of them are available.
Writing a minimal Lua implementation with a virtual machine from scratch in Rust. Phil Eaton implements a subset of Lua in a Rust in this detailed tutorial.