Blue noise
and suddenly I felt nothing...
written on 03 June 2023
Blue noise is an interesting concept used in so many generative art and science. From the distribution of light capturing cones in your eye, to...
Benford's Law
Just leading the digits!
written on 31 May 2023
There exists a empirical law in statistics called Benford’s Law. It is so ubiquitous that it shows up in all kind of strange places. Before...
Blending guesses
estimating a celebrity's age.
written on 28 May 2023
Celebrities tend to age differently from normal humans (e.g. Keanu Reeves) and whenever I’m talking with my girlfriend we sometimes get into a discussion on...
Bash arguments
handle the terminal headaches.
written on 11 May 2023
This post is going to be quick and concise. The main purpose of this script is to define required and optional named arguments in bash....
Introduction to Histograms? How do they work? [part 1]
Visualizing multiple dimensions.
written on 01 May 2023
A large part of our time as Data Scientist revolves around exploring and familiarizing ourselves with different datasets. And a huge portion of these datasets...
Quick, a math trick!
Moving average in a streaming context.
written on 21 January 2023
Moving averages are an important metric in many contexts. What is it used for? In a lot of streams of data where you get data...