Posts by Category

PostgreSQL

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 ↑

zsh

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.

Back to Top ↑

CLI

It’s Good to Know less

3 minute read

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

Mastering zsh Permalink

less than 1 minute read

A great resource for understanding how to configure zsh.

Back to Top ↑

Jekyll

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 ↑

macOS

Back to Top ↑

Blog

Back to Top ↑

Tools

Back to Top ↑

shell

man2txt

less than 1 minute read

TLDR:   man col | col -b

Back to Top ↑

blog

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.

Back to Top ↑