Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am yakmoose on github.
  • I am yakmoose (https://keybase.io/yakmoose) on keybase.
  • I have a public key whose fingerprint is 17BA A064 DC7E 6C99 BC16 65AC EDDC DA0A CD9A 5267

To claim this, I am signing this object:

@yakmoose
yakmoose / zero.md
Created April 4, 2016 00:31
Arduino Zero OpenOCD cli

#Arduino CLI OpenOCD
~/Library/Arduino15/packages/arduino/tools/openocd/0.9.0-arduino/bin/openocd -s ~/Library/Arduino15/packages/arduino/tools/openocd/0.9.0-arduino/share/openocd/scripts/ -f ~/Library/Arduino15/packages/arduino/hardware/samd/1.6.4/variants/arduino_zero/openocd_scripts/arduino_zero.cfg

#Platform CLI OpenOCD ~/.platformio/packages/tool-openocd/bin/openocd -s ~/.platformio/packages/tool-openocd/share/openocd/scripts/ -f ~/.platformio/packages/framework-arduinosam/variants/arduino_zero/openocd_scripts/arduino_zero.cfg

Sem = function (initial, pFunc, vFunc) {
this.pFunc = pFunc || function () { };
this.vFunc = vFunc || function () { };
this.set(initial);
};
Sem.prototype.set = function(v){
@yakmoose
yakmoose / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Keybase proof

I hereby claim:

  • I am yakmoose on github.
  • I am yakmoose (https://keybase.io/yakmoose) on keybase.
  • I have a public key whose fingerprint is 803A 6404 A7E2 7614 17A1 AEF9 1BAF 8F6A BCE2 A8F8

To claim this, I am signing this object:

Gather Coffee Session List

These are just a few notes about what I covered in my coffee session at Gather.

Basics

  • Equipment does not need to be expensive
  • Don't get a blade grinder, much better to buy a good hand grinder.
  • Plungers are misunderstood, just keep them clean, don't just dump any old coffee in them
  • Key to many non pressurised brewing methods is to let the coffee bloom by adding a little water first, then add the remainder of water slowly, ensuring that slurry is agitated
@yakmoose
yakmoose / gist:4152232
Created November 27, 2012 03:47
someone set us up the bomb
[self performSegueWithIdentifier:@"mainScreenTurnOn" sender: nil];