Bash Aliases of Shame

Bash aliases that I am not proud of and use more than I dare to admit

Alpine Linux Desktop Setup

Setting up Alpine Linux as a daily driver.

Advent of Code 2015 in F# - Day 1

Not Quite Lisp.

Looping Over MySQL Output

Execute a bash command for every row of a MySQL response.

Exporting a MySQL query as CSV

A commandline trick to export the result of a MySQL query as a CSV.

Flattening arrays in PHP

A short & easy way to flatten two-dimensional arrays, and a slightly more verbose one to handle arbitrarily nested arrays.

Copying in the terminal

Copy terminal output using xclip.

Debugging cron with `env`

Using the env command, we can simulate the environment cron runs in.

Stash Pull Pop

Fetch upstream changes easily, even if you have unstaged changes.

Functional creative coding

Exploring creative coding options in functional languages.