Issue 2021-W10

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about game of life experiments, JavaScript for data programming, static APIs and violin plots.

# Finding Mona Lisa in the Game of Life

An article on the experiment of recreating a low-fidelity version of a picture using the game of life automata.

# Javascript and the next decade of data programming

An article arguing the reasons why JavaScript seems to be in a good position in the data programming space.

The article conflates 'data programming' with 'data visualisation' and the speed of JavaScript with serialisation formats like ApacheArrow (as opposed to GeoJSON). Putting that aside, it's a nice read that shows the pervasiveness of the Web stack as the universal display.

# ROAPI

A tool to create read-only APIs for static datasets from a range of sources such as Google Spreadsheets, Airtable, files or S3. The result can be queried using SQL, GraphQL and REST.

The project is still in it's early days but shows lots of promise in the greenfield of static APIs.

# The fallacy of “what gets measured gets managed”

An article digging the likely origins of a misattributed quote from Peter Drucker and a quick reflection on why what the quote suggests can harm your organisation.

I don't think this article says anything particularly new but it is short and sharp. I'm probably biased given that recently I have had to do performance reviews and get into the Theory of Change.

# New Algorithm Breaks Speed Limit for Solving Linear Equations

An article on a new algorithm that uses random seeds to solve linear equations iteratively faster than with matrix multiplication.

# The Violin Plot

An article explaining how to use violin plots. Although it uses the Flourish service all the way it provides a couple of alternatives for tools such as d3.js, matplotlib, etc.