Skip to content

Instantly share code, notes, and snippets.

View jyee's full-sized avatar

Jason Yee jyee

View GitHub Profile
@jyee
jyee / flip_it.js
Last active September 30, 2021 17:17
Code to flip Google Slide presenter notes for a teleprompter
// Paste into the browser console
$('body').style.transform='scaleX(-1)';$('.punch-viewer-speakernotes-text-body-scrollable').style.overflow='visible';
@jyee
jyee / gremlin.tf
Created March 18, 2021 00:17
Using Terraform to Install Gremlin
variable "gremlin_team_id" {
type = string
description = "The Gremlin team ID. See https://app.gremlin.com/settings/teams to get your team ID."
}
variable "gremlin_team_secret" {
type = string
description = "The Gremlin team secret. See https://app.gremlin.com/settings/teams to get your team secret."
}
@jyee
jyee / keybase.md
Created March 3, 2020 19:12
Public proof

Keybase proof

I hereby claim:

  • I am jyee on github.
  • I am jyee (https://keybase.io/jyee) on keybase.
  • I have a public key whose fingerprint is 2DA6 5331 2B80 099D 56FE 6100 3EC0 BD8D 375C D8D4

To claim this, I am signing this object:

@jyee
jyee / 1-before.md
Created February 26, 2020 19:15
DevOpsDays Charlotte - Chaos Experiment

Chaos Planning

  1. Schedule it:
  2. Choose tests:
  3. Form a hypothesis:
  4. Abort conditions & plan B
  5. Share this!
@jyee
jyee / 1-plan.md
Last active October 2, 2019 15:21
DevOpsDays Hartford Chaos

Chaos Planning

  1. Schedule it:

Now!

  1. Choose tests:

Kill MySQL. First we'll delete the pod.

@jyee
jyee / 1-before.md
Last active March 24, 2019 06:36
CodeMotion Rome - Chaos experiment documents

Chaos Planning

  1. Schedule it:

    Now!

  2. Choose tests:

    Kill Mysql!

@jyee
jyee / setup.sh
Last active December 6, 2018 01:43
Kubernetes Workshop requirements installation
#!/bin/bash
# Install Homebrew
if [[ ! "$(command -v brew)" ]]; then
echo "Installing Homebrew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Install Cask
echo "Installing Homebrew Cask..."
@jyee
jyee / gist:6999170
Created October 15, 2013 21:46
drush make no d7 release history
Downloading release history from http://updates.drupal.org/release-history/blame/7.x [2.4 sec, 5.73 MB] [notice]
http---updates.drupal.org-release-history-blame-7.x retrieved from cache. [2.41 sec, 5.73 MB] [notice]
No release history available for blame 7.x. [2.41 sec, 5.73 MB] [warning]
Returned from hook drush_make [2.41 sec, 5.55 MB] [debug]
Calling hook drush_make_post_make [2.41 sec, 5.56 MB] [debug]
Returned from hook drush_make_post_make [2.41 sec, 5.56 MB]