Skip to content

Instantly share code, notes, and snippets.

@obfuscurity
obfuscurity / reunion.md
Created March 15, 2016 17:04
Heroku Ops Reunion

Heroku Ops Reunion

  • Jason Dixon
  • Mark Imbriaco
  • Michael Gorsuch
  • Ricardo Chimal Jr
  • Michael Hale
  • Curt Micol
  • Doug Mitchell
  • Dylan Egan

Keybase proof

I hereby claim:

  • I am obfuscurity on github.
  • I am obfuscurity (https://keybase.io/obfuscurity) on keybase.
  • I have a public key whose fingerprint is 7AA7 48DD AE57 2D63 8E45 0E3F C035 39F0 4566 1653

To claim this, I am signing this object:

@obfuscurity
obfuscurity / gist:1409152
Created November 30, 2011 14:00
Rakefile for blog post
# Rakefile
namespace :db do
require "sequel"
namespace :migrate do
Sequel.extension :migration
DB = Sequel.connect(ENV['DATABASE_URL'])
desc "Perform migration reset (full erase and migration up)"
task :reset do
@obfuscurity
obfuscurity / README.md
Created January 22, 2019 21:16 — forked from jssjr/README.md
Graphite is great, but unfortunately the web UI itself isn't instrumented. (Yo dawg, I heard you like graphite.) Enable the directives to log render and cache performance, then monitor this with collect's tail plugin so you can visualize graphite performance.

render-performance