2022-11-28
|~1 min read
|197 words
One of my favorite things about VS Code is how easy it is to open a new project from the terminal. The application has it built right into…
2022-11-28
|~2 min read
|311 words
The steps to create a bootable USB drive to install MacOS are as follows: Download the installer. This can be the hardest part because Apple…
2022-11-28
|~1 min read
|175 words
We’re predominately a Windows shop at Olo, which means that we have a number of Powershell scripts that are quite useful and robust. I use…
2022-11-28
|~6 min read
|1180 words
Setting up a new machine can take a lot of time. I prefer to document the tools I like / use. This is a blend of a /uses and a step-by-step…
2022-11-28
|~1 min read
|122 words
The steps to install AWS CLI on MacOS (requires sudo permission): Download via cURL Run the standard Confirm the installation If only…
2022-11-28
|~2 min read
|352 words
I’ve been running into this issue with some regularity recently. It turns out it’s fairly common and nodejs even has a wiki on it for MacOS…
2022-11-28
|~1 min read
|68 words
Filing this under “Counter Intuitive Apple Decisions” section. Unlike the web browser setting, which is controlled in System Preferences…
2022-11-28
|~6 min read
|1013 words
With macOS Catalina, Apple made zsh the default shell. That’s all well and good since I have been using zsh for a while now. However, in…
2022-11-28
|~5 min read
|853 words
What are the differences between a , , ., and ? It turns out it’s both a lot and a little. Some basics: represents a compressed archive of…
2022-11-28
|~3 min read
|590 words
By default, the shell on a Mac is . Changing this should be a simple three step process: Make sure that is installed and is an accepted…
2022-11-28
|~2 min read
|210 words
In the same vein as cleaning up my git branches, today I recalled that I can easily update my Homebrew formulae with the command . This…
2022-11-28
|~2 min read
|235 words
When writing about Javascript (or past lives writing about health care), I would often type words that don’t appear in Webster’s or Oxford’s…
2022-11-28
|~2 min read
|330 words
Recently, Spotlight had been acting up. For example: When I search for Spotify (an app I use every day), it wouldn’t show up. Instead I’d…