Archive: Posts by Year

2023

Reconsidering bang history

less than 1 minute read

As much as I like the idea of bang history expansion in the shell, I probably end up escaping “!” much more than I use it.

It’s Good to Know less

3 minute read

Knowing how to use the ubiquitous shell pager “less” is an essential command line skill.

Mo’ Better Blog

less than 1 minute read

I now realize writing for myself is the best way for me to share more with others, and that’s what I intend to do. Typos be damned.

man2txt

less than 1 minute read

TLDR:   man col | col -b

Dynamic SQL with PostgreSQL

6 minute read

How to execute dynamic SQL in a PostgreSQL procedure, demonstrated with psql queries and meta-commands.

Comments on PostgreSQL COMMENT

less than 1 minute read

Take a look at the postgres COMMENT command, a convenient method for documenting database objects.

Back to Top ↑

2022

Mastering zsh Permalink

less than 1 minute read

A great resource for understanding how to configure zsh.

Back to Top ↑

2021

Installing Jekyll on macOS Monterey

1 minute read

Here are a couple of errors I encountered and managed to solve while trying to install Jekyll with the builtin version of ruby on macOS Monterey.

Back to Top ↑