The End

Submitted by Calvin on Fri, 09/23/2022 - 23:18
Full Moon

The power went out at 11:35pm.

That was it.  That was the end.

 

That day seemed like any other day.  We worked our stupid jobs, stressed about our stupid things, watched our TVs.

 

PR to Env Workflow

Submitted by Calvin on Wed, 01/22/2020 - 17:53

More on git workflow! I love to think about this issue for some reason, so I’m always willing to discuss my thoughts about it with others, to understand their needs and refine my own processes/thinking.

Eventually I'll get comments or something running so the 0 people who read my blog can join me talking to myself. ;)

Wolf

Submitted by Calvin on Sun, 09/15/2019 - 12:39
Wolf

There were twin brothers who lived near a forest long ago. Sharing dreams of far off places and adventure. One day while chasing each other in the woods and play fighting with wooden swords, they discovered two wolf pups, weak and languishing at the base of a large oak. There seemed to be no pack around. The brothers determined the wolves would die if left alone and decided to care for them. They took the pups back home and nursed them to health.

Power ✊

Submitted by Calvin on Mon, 08/26/2019 - 16:25

Power is directly proportional to your ability to make decisions.

Ergo, power == the capacity to make decisions.

The more power you wield, the bigger the decisions you can make.
The bigger the decisions you’re capable of making, the more power you can wield.

Those two statements are equal.

You don’t get to make decisions for other people, if you haven’t convinced them that you’re capable of making good decisions, in their interest.

Poorman's Pantheon and Wunderflow

Submitted by Calvin on Tue, 01/01/2019 - 14:58

This is a rough guide to set up and support a "wunderflow" style branching strategy with code sync to various environments with git. It will show how to create a Pantheon-like multidev experience on any server, using git hooks, as well as how to bypass Pantheon's "serial" code workflow and use a more robust "parallel" workflow. See: Parallel Principle of Git Workflow

Parallel Principle of Git Workflow

Submitted by Calvin on Mon, 11/05/2018 - 00:09
WF1

Background

I was working for a small web development company that was facing challenges juggling a lot of projects and developers of various skill levels. Platforms like Pantheon were starting to offer hosting options that made it "easy" to manage and test code before releasing it to production. Knowledge of git and version control was low. There was a combination of solo developing and project teams working together.

Parsey McParseface

Submitted by Calvin on Fri, 05/13/2016 - 10:46

A while back, Google open sourced Tensor Flow, a "Software Library for Machine Intelligence".  Woo!  Machine learning!

Now they've open sourced SyntaxNet a TensorFlow implementation for neural models of syntax, and a "pre trained" English parser Parsey McParseface.

If only I knew what to do with it all.