In 2013, I spent 6 months converting 0install’s 29,215 lines of Python to OCaml (learning OCaml along the way).
In this post, I’ll describe the … (more…)
Read more »
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability. (more…)
Read more »
Contribute to kelsin/mysql-mimic development by creating an account on GitHub. (more…)
Read more »
quickle is a fast and small serialization format for a subset of Python
types. It’s based off of Pickle, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with quickl... (more…)
Read more »
parody of some of the basic python core features (collections package) - marcsantiago/collections... (more…)
Read more »