Skip to content

Instantly share code, notes, and snippets.

View yetzt's full-sized avatar

Sebastian Vollnhals yetzt

View GitHub Profile

Keybase proof

I hereby claim:

  • I am yetzt on github.
  • I am yetzt (https://keybase.io/yetzt) on keybase.
  • I have a public key whose fingerprint is 95FD 1501 193F A3EC 4236 E1B2 CD1D 2634 E29F 8B52

To claim this, I am signing this object:

@yetzt
yetzt / salmiakki.md
Last active August 29, 2015 14:13 — forked from line-o/salmiakki.md

Salmiakki

Licorice Liquor

Ingredients

  • Kossu, Vodka, Klarer or any other clear, neutral tasting liquor
  • Hot Turkish Pepper candy ("Tyrkisk Pejber" or "Turkin Pippuri")
  • A clean, empty bottle with an opening large enough that your candy can be dropped in

Try to get a hand on the original scandinavian, hot version ("Tyrkisk Pejber" or "Turkin Pippuri" with three flames on the packaging).

@yetzt
yetzt / excepto-patronum.js
Last active September 1, 2016 16:16
excepto patronum: post uncaught exceptions to slack
#!/usr/bin/env node
/*
excepto patronum!
a small, vanilla node script to post uncaught exceptions to slack
*/
var https = require("https");
var querystring = require("querystring");