Cool terminal app
Sometimes I run really long tasks in Terminal.app. I sometimes wait. I sometimes go somewhere else and forgot...
Perforce DVCS and iCloud Drive
I use Perforce DVCS for almost all of my projects: it’s a great new feature for p4, and...
A quick word on modern BASH
Here’s a page that has some useful tips for modern BASH scripting: http://www.davidpashley.com/articles/writing-robust-shell-scripts/
Building OpenCV as a macOS Universal Intel Binary
So, for my project, I needed an Intel Universal build of the OpenCV library. The copy of the...
Creating a remote from an already existing depo
Today, I created a remote depo, so that I can use the DVCS functionality in P4 with one...
How to install Perforce DVCS
Introduction For 9 years now, I’ve used Perforce; before that, it was MKD, Subversion, VisualSourceSafe, CVS and a...
Haversine formula now on GitHub
The C implementation of the Haversine formula I ported from Javascript is now hosted on GitHub. The project...
Using P4Plugin with Jenkins to publish assets
I was previously using the Perforce Plugin in Jenkins to handle my tasks with Perforce, including adding files...
When you have Jira and Confluence running on the same server …
You have to change the Context path for each app to be in a different directory. That is...
Xcode plugin for Perforce
I use Perforce as my version control system and Xcode as my IDE. Unfortunately, Apple removed Perforce support...