You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Live in your terminal, they said. Let’s start with ASCIIGenome and VisiData.
pastel: A command-line tool to generate, analyze, convert and manipulate colors. (Not yet merged into Homebrew core.)

Variational Bayesian phylogenetic inference. #bioinformatics
Monads for functional programming (PDF, 31 pp.).
Yesterday, I noticed a nice tweet by John Cook through one of his many accounts:
Objects are data with functions. Closures are functions with data.
— Computer Science (@CompSciFact) August 27, 2019
Here is a more detailed version of the above: Function vs Object.
A clean and minimalist theme for Jekyll: moving. It might provide a very nice template for GH pages.
Streaming JSON parser for Unix: jwalk.
Vectorization and parallelization in Python: Nice wrap-up of available solutions. The joblib module is really a must-have. #python