Skip to content

Instantly share code, notes, and snippets.

@robbkidd
robbkidd / 01_direnv_path_to_bliss.md
Last active November 16, 2016 06:50
Use `direnv` to control your environments.

brew install direnv ruby-install chruby

Currently have Ruby switching and declaring Chef DK use only in directories that you specify.

Recommend adding .direnv/ to your Ruby projects' .gitignore

Massive nods to schisamo for the Chef DK piece! And to Steve Tooke for most of the Ruby solution.

@robbkidd
robbkidd / keybase.md
Created July 19, 2016 20:19
Keybase proof

Keybase proof

I hereby claim:

  • I am robbkidd on github.
  • I am robbkidd (https://keybase.io/robbkidd) on keybase.
  • I have a public key ASBXpoLJWxBHOr3gewFk_nMP6V68snMk8-Kk9vNKSVIRZwo

To claim this, I am signing this object:

@robbkidd
robbkidd / 1_plan.sh
Last active September 21, 2016 15:53
mapcrafter Habitat package
pkg_name=mapcrafter
pkg_description="High Performance Minecraft Map Renderer."
pkg_version=2.3.1
pkg_maintainer="Robb Kidd <robb@thekidds.org>"
pkg_license=('GPL-3.0')
pkg_description="Mapcrafter is a high performance Minecraft map renderer written in C++. It renders Minecraft worlds to a bunch of images which are viewable in any webbrowser using Leaflet.js."
pkg_upstream_url="https://github.com/mapcrafter/mapcrafter"
pkg_source=https://github.com/mapcrafter/mapcrafter/archive/v.${pkg_version}.tar.gz
pkg_shasum=b88e53ccffc00f83717f2e686dbed047b95f011187af2b7a23ba7f5cd3537679
pkg_dirname=mapcrafter-v.2.3.1
@robbkidd
robbkidd / Gemfile
Last active June 15, 2023 22:52
A More Courteous Unicorn Worker Assassin
source 'https://rubygems.org'
gem 'unicorn'
gem 'rack-timeout'
gem 'sinatra'
gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
gem 'opentelemetry-instrumentation-all'