February 16th 2022 Full Moon Image Quality Data

I shot 67 photos of the full moon on February 16th with my Canon EOS R6. I tried shooting with a few different apertures (shooting in aperture priority mode) and processed all the images with PIPP, AutoStakkert! 3, and RegiStax 6.

I processed all the images in one batch with PIPP, which allowed me to see PIPP's "quality" rating for all the photos relative to each other. I was curious to see which camera settings resulted in the highest quality rating from PIPP, so I assembled all the photo settings into the table below.

continue reading...

Smooth Colors and Slope Shading for the Mandelbrot set

Now at version 0.8.0, Very Plotter can render the Mandelbrot set with smooth colors and slope shading. In this article we'll look at how these features were added (relatively easily!).

continue reading...

2022 Winter Olympics: Countries Ranked by Athletes per 100k Residents

While watching the opening ceremony of the 2022 Winter Olympics, I wondered which countries sent the most athletes to the games relative to their population. After some light massaging of Wikipedia data, I have my answer.

Of countries having sent 10 or more athletes, the top 10 in order by athletes per 100k residents, are: Latvia, Slovenia, Estonia, Switzerland, Finland, Norway, Austria, Sweden, Czech Republic, and Denmark.

These countries are also the only countries having sent 10 or more athletes with 1 or more athletes per 100k residents.

The full list is below.

continue reading...

Series Approximation and the Mandelbrot set

Series approximation has been implemented in Very Plotter's Mandelbrot set plot! After some initial calculations, Very Plotter is now able to skip some amount (often a large percentage) of the calculations needed to render a Mandelbrot set image. This vastly speeds up rendering at deep locations.

continue reading...

Minify and Lint JavaScript with npm and Docker

Today's JavaScript minification and linting is popularly done with node.js packages. I want to run a couple of these packages on some JavaScript files, but I don't want to install npm on my machine.

Docker is perfectly suited for this task.

continue reading...