Skip to content

Instantly share code, notes, and snippets.

View jjthrash's full-sized avatar

Jimmy Thrasher jjthrash

View GitHub Profile
@jcamenisch
jcamenisch / .read_sensitive_data_into_environment
Last active August 29, 2015 13:56
With latest (master) version of dotenv, you can load in sensitive information straight from the Mac OS X keychain.
AWS_ACCESS_KEY_ID=$(keychain_account s3.amazonaws.com)
AWS_SECRET_ACCESS_KEY=$(keychain_password s3.amazonaws.com $AWS_ACCESS_KEY_ID)
@jamis
jamis / Basic Oi (Cucumber) Kimchi
Created November 6, 2010 20:07
Basic Oi (Cucumber) Kimchi
BASIC OI (CUCUMBER) KIMCHI
--------------------------------------------------------------------------
Oi (cucumber) kimchi is a delicious, refreshing variation on the
traditional Korean kimchi recipe.
This particular recipe is a modified version of the recipe posted by Dr.
Ben Kim, at http://www.drbenkim.com/how-to-make-cucumber-kim-chi.htm.
--------------------------------------------------------------------------
@jamis
jamis / Basic Baechu Kimchi
Last active May 23, 2020 21:18
Basic Baechu Kimchi
BASIC BAECHU KIMCHI
--------------------------------------------------------------------------
Baechu (Napa cabbage) kimchi is one of the staple foods in Korea. Spicy
and tangy, it is typically served as a side dish, with rice, but is also
found in various Korean soups and stews.
This basic version has just the fundamentals; once you're comfortable
with this version, you might try adding shredded carrots, Daikon radish,
pickled baby shrimp, or any number of other things. Search around online
06:41 <jjthrash> Not an urgent thing, but I'd like to understand better the
cost of anon js functions in map reduce queries.
06:42 <jjthrash> If I'm map-reducing over 2 or 3 nodes with thousands of
records, how much impact is an anonymous JS function going to have?
06:42 <jjthrash> vs. stored in bucket, vs. loaded in a JS library?
06:42 <jjthrash> thousands, not tens of thousands of records.