-
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…
-
Tracking HipChat Activity with AppleScript
The Problem Chat tools are great for being able to work remotely, at least until you get bombarded by one chat after another. I’ve often wondered if I could come up with a way to track who my chats are with and how much time was spent chatting with each person. My initial attempts involved…
