Skip to content

Instantly share code, notes, and snippets.

@jakedahn
jakedahn / Full-demo-with-mask.markdown
Created January 11, 2015 18:42
Full demo with mask

Keybase proof

I hereby claim:

  • I am jakedahn on github.
  • I am jakedahn (https://keybase.io/jakedahn) on keybase.
  • I have a public key ASCFO-srdI5Wrre92fNgFN-gkQ0aWzoxjaWWfZtZ4iFehwo

To claim this, I am signing this object:

@jakedahn
jakedahn / cloud_config.yml
Last active March 31, 2016 16:27
Quick script to spawn a CoreOS cluster using spot instances on EC2 for playing
#cloud-config
coreos:
etcd:
discovery: https://discovery.etcd.io/fancy
addr: $public_ipv4:4001
peer-addr: $private_ipv4:7001
fleet:
public-ip: $public_ipv4
units:
- name: etcd.service
@jakedahn
jakedahn / readability.js
Created March 16, 2011 08:28
Readability.js
/*jslint undef: true, nomen: true, eqeqeq: true, plusplus: true, newcap: true, immed: true, browser: true, devel: true, passfail: false */
/*global window: false, readConvertLinksToFootnotes: false, readStyle: false, readSize: false, readMargin: false, Typekit: false, ActiveXObject: false */
var dbg = (typeof console !== 'undefined') ? function(s) {
console.log("Readability: " + s);
} : function() {};
/*
* Readability. An Arc90 Lab Experiment.
* Website: http://lab.arc90.com/experiments/readability