Skip to content

Instantly share code, notes, and snippets.

View zachm's full-sized avatar

Zach Musgrave zachm

View GitHub Profile
@zachm
zachm / automacon_notes_day_one.md
Last active September 29, 2016 10:56
Automacon

These notes were taken by me, they are mostly factual but slightly opinionated in places. Those places should be (I hope) obvious.

Typos are expected because I can only type so fast.

Fear, Uncertainty, and Continuous Deployment

Eric Sigler @ PagerDuty

They had issues in January related to their internal deployment tool: SOA, 100-ish engineers, etc. Terms:

  • Continuous Integration: validation and test execution
  • Continuous Delivery: creation of artifacts, docker and debs and things
@zachm
zachm / trim_performance_test.py
Created February 24, 2016 03:04
Testing two approaches to subsetting a long (MTS) list
import datetime
import logging
import random
import time
import numpy as np
from tscached.mts import MTS
from testing.mock_redis import MockRedis