Posts
- Committing as a Different UserPosted on:June 18, 2021- First create a new SSH key pair to use with your alternate account. ssh-keygen -t rsaAdd the public key to your alternate account on Github… 
- The Wind on Your BackPosted on:April 20, 2021- I came across a beautiful example of symmetry recently. Modern times teaches us to look forward to events and to put the past behind… 
- Five Great Classical PiecesPosted on:March 22, 2021- This post was originally titled “My Top Five Classical Pieces”, but I found it impossible to enumerate any five pieces that made any sense as… 
- Effects of Exercise on Triglycerides LevelsPosted on:February 27, 2021- I received the lab report for my blood work today. Not many surprises, which is a good thing. The only thing that I noticed was that my… 
- Git IntuitionPosted on:January 10, 2021- In this post I want to motivate the fundamental data structures that underlie Git. It will not be an in-depth treatment — just enough to have… 
- 2021Posted on:January 1, 2021- Goals! Strategies! 2021! Complete 40 booksHow did I come up with the number 40? 40 doesn’t sound like a lot, but if you put it in a per-week… 
- Representable FunctorsPosted on:December 23, 2020- It took me a long time to grok representable functors (Chapter 14 of Category Theory for Programmers), so I hope this post will help anyone… 
- Recent Git BranchesPosted on:December 4, 2020- EDIT: A friend of mine suggested an improvement to the below: [alias] recent = ! git checkout $(git branch --sort=-committerdate |…