Recent Posts

open Mac application from the command-line

Today I Learned about the -a flag in MacOS’s open command-line application. It lets you specify the name of an app in /Applications (without the .app ending)...

Git archaeology tips

TLDR: history of a deleted/moved file: git log -- path/to/deleted-file find all commits which include a given string in the diff: git log -S string ig...

reviving this blog

This blog is still alive! Up and running on Jekyll now. Should figure out how to support RSS feeds…