dP.  .dP .d8888b. .d8888b. 88d888b. d888888b
 `8bd8'  88'  `"" Y8ooooo. 88'  `88    .d8P'
 .d88b.  88.  ...       88 88        .Y8P   
dP'  `dP `88888P' `88888P' dP       d888888P
    
PROGRAMMER /ˈprōˌɡramər/
A person who solves problems you didn't know you had in ways you don't understand.
public wərk snippets contact

Public Repositories

  • A script to help abbreviate knife commands.
  • If you run into a situation where you have thousands or tens of thousands of dead containers and you run the usual docker rm `docker ps -a -q` either docker will bomb saying too many arguments or you'll see that as the list of containers being killed grows the process slows down. It seems the docker process amasses all the open files until it's done killing all the containers.
  • Just a little script to time page requests (no assets, just the single URL). It runs via /usr/bin/ruby which is present on all macs and most posix systems these days. If you're using rvm you'll probably want to change that.
  • Get a docker image from a remote host imported onto the localhost in the most direct way possible.
  • This gets the information to identify the master node in Elasticsearch 0.90.*