sandbox

This is my current blog where I discuss a variety of computing topics including Linux, vim, python and javascript as well as science and statistics. Many of the posts have accompanying gists, which contain code for the example discussed.

Install docker engine on Pop!_OS 22.04

Jan 28, 2025

This post contains my notes on installing docker engine on Pop!_OS 22.04, following the guidance for Ubuntu at the docker docs site. This will install the current, stable version.

Update 11ty site from version 2 to version 3

Jan 8, 2025

This post contains my notes on updating this 11ty site from version 2 to version 3. A major change for this update is the use of ECMAScript Modules (ESM).

Install OBS Studio on Pop!_OS 22.04

May 30, 2024

This post describes installing OBS Studio on Pop!_OS 22.04, equivalent to installing on Ubuntu 22.04.

Opencv-python script with argparse

May 2, 2024

This post covers adding comand line arguments to an opencv-python script using argparse. This continues the series of post on opencv-python in Pop!_OS/Ubuntu 22.04.

Save video capture using opencv-python on Pop!_OS 22.04

Apr 25, 2024

This is a short post describing how to save captured video to mp4 format using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!