My Favorite `git` Aliases

I saw this post from @b0rk a while back, and figured Iā€™d share my own favorite git aliases available at nonrational/dotfiles. Alias Groups All these aliases live in .gitconfig. Those that require multi-line shell operations delegate to .githelpers. h/t to Gary Bernhardtā€™s dotfiles for establishing this excellent pattern back in 2015. Short Core Commands There are ~6 commands that I use dozens of times a day, and Iā€™ve shortened them to 1-2 characters each. git st # `status` git ci # `commit` git aa # `add --all` git co # `checkout` git pp # `push` git f # `fetch --tags --prune` Pretty Logs The value of log --graph has been diminished since I started using squashed merge commits, but itā€™s still useful when working with multiple nested branches. ...

February 4, 2025 Ā· Edited March 29, 2025

Poetic Procrastination

I took Introduction to Artificial Intelligence with Dr. Sanjoy Baruah my senior year at UNC. It was my first exposure to functional programming, and I had a tough time with Lisp syntax. After attempting an all-nighter to make up for some significant procrastination, my professor unexpectedly canceled class; the expression of my relief took poetic form, with apologies to Edgar Allen Poe. Once wandered one namedĀ Alan, who ponderā€™d how heā€™d get a gallon Out of many a quaint and curiousĀ volumed water jugs. While he nodded, nearly napping, suddenly heā€™d find aĀ mapping, Heā€™d wake, fingers tapping, clapping for thoseĀ caffeinated drugs. (defvar visitor... he fluttered, and drankĀ caffeinated drugs. CommonĀ LispĀ kept finding bugs. ...

February 27, 2006 Ā· Edited March 29, 2025

A Case for an Early Rewrite

Motivation Iā€™ve started listening to Maintainable and one of the Robbyā€™s standard questions is, ā€œAre you on Team Refactor or Team Rewrite?ā€ Iā€™m on team refactor. The best way to achieve a rewrite is through incremental refactors. Background I joined MealPal in 2016 as the first engineer in NYC. The first version of the application ā€” that helped prove product market fit and earned the company a Series A ā€” was built on a PaaS called Parse. At the time, it was essentially a fully-hosted lambda-like API layer on MongoDB with a spreadsheet-like admin interface. Facebook acquired the company in 2013, and they announced the platform would shut down in January 2017. We had four months to migrate to something else. ...

Things I've Changed My Mind About

Compiled languages are inherently safer than interpreted ones. The software is the thing that matters most. People managers get in the way, and they donā€™t need or want my help. The best outcome is if I can convince you Iā€™m right. My devotion to a company will always be reciprocated. Good, expressive code doesnā€™t need comments. Itā€™s good and right to appear and sound smart.