-
Accompanying on the Roland HP-603A
I’ve had 30 years of experience fighting with keyboard instruments in both church services and for musicals. Electronic keyboards are very much a case of getting what you pay for, up to a certain point. However, beyond a certain price point (~$2k), each brand has a few unique characteristics and then a few features that…
-
Flutter Initial Installation Experience
Installing Flutter on MacOS and using IntelliJ https://flutter.io/setup-macos/ From there, just iterate on brew doctor until it stops warning you about things not being installed. In IntelliJ, I also got the following warning about the Dart SDK Of course, when you click on the “Download Dart SDK” link, it points…
-
Making Your zsh Return You to a Non-Production Setting
I have my prompt in zsh setup to display what Kubernetes context I am pointing to, so that I will notice if I’m somehow pointed at production environments, but I’m still wary of being asked to check things in production and then forgetting to point back to a “safe” environment before doing something else. So…