This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Inhmost - River Crossing | |
Forest Management - 29690 | |
Laima Adelaide - Atmos | |
Rqfael Anton Irisarri - La chica de Valladolid | |
Christina Chatfield - Nameless Islet | |
Powlos - Monad | |
Arovane - Scapen Te | |
Blot Heathen - Neverending Night | |
Music For Sleep - Tanto | |
Bartosz Dzaiadosz & Tomasz Mrenc - Limbus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
directory: ~/Music/Beets | |
library: ~/Music/beets.db | |
plugins: | |
- convert | |
- discogs | |
- edit | |
- embedart | |
- fetchart | |
- info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01 “Never trust a prankster…” (sample from “Long Strange Trip”) | |
02 Echium - Sunken | |
03 Alva Noto - Uni Sub | |
04 Donnacha Costello - Tides | |
05 Positive Centre - Exhibit Structures | |
06 Leandro Fresco & Rafael Anton Irisarri - Entre La Niebla | |
07 Alonefold - Railway Horizon | |
08 Plastikman - Lost | |
09 Donato Dozzy - 12H.5 | |
10 Purl - Slow Poem (Wanderwelle Mix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patricia B. McConnel - "Love Has No Age Limit: Welcoming An Adopted Dog Into Your Home" | |
Donn F. Draeger - "Japanese Swordsmanship: Technique And Practice" | |
Brian K. Vaughan - "Saga: Vol. 8" | |
Philip K. Dick - "Ubik" | |
Diane Skoss - "Sword & Spirit: Classical Warrior Traditions of Japan Book 2" | |
Dave Lowry - "Autumn Lightning: The Education of an American Samurai" | |
Kelsey Hightower - "Kubernetes: Up & Running: Dive into the FUture of Infrastructure" | |
James Turnbull - "Monitoring With Prometheus" | |
Alain de Botton - "The Course of Love" | |
Diane Skoss - "Keiko Shokon: Classical Warrior Traditions of Japan Book 3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kourosh Dini - Creating Flow With OmniFocus | |
Morihei Ueshiba (translation by John Stevens) - The Art of Peace | |
J.G. Ballard - Concrete Island | |
Eve Babitz - Slow Days, Fast Company: The World, the Flesh, and L.A. | |
Margaret Atwood - The Handmaid's Tale | |
Diane Skoss - Koryu Bujutsu: Classical Warrior Traditions of Japan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey everyone, | |
It's been a little while (or several years) since I've gotten to DJ in public, but I'm going to be joining my friend Nancy Shon this Tuesday evening at Parkside Lounge on the lower east side (map) to play some records. Join us if you happen to be free! Don't expect a dance party, although I hear they break out from time to time—do expect to catch up with some friends over some beverages, a pool table, and foosball, while we play a mix of toe-tapping groovers and maybe a few head-nodding bangers. | |
Parkside Lounge | |
317 East Houston | |
Tuesday, May 2, 8 pm - midnight | |
Hope to see you there! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guacatillo Salsa | |
Ingredients: | |
5 tomatillos | |
1/2 jalapeño | |
1/4 of a white onion | |
2 cloves of garlic | |
6 sprigs worth of cilantro | |
juice from 1-2 limes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kelly Sue DeConnick & Emma Rios - Pretty Deadly, Volumes 1 & 2 | |
Jill Lepore - The Secret History of Wonder Woman | |
James Turnbull - The Docker Book: Containerization Is The New Virtualization | |
Aleister Crowley - The Book of the Law | |
Vladimir Sorokin - The Blizzard | |
Donna Tartt - The Secret History | |
Rick Remender & Sean Gordon Murphy - Tokyo Ghost, Volume 1 | |
Jesse Jarnow - Heads | |
Brian K. Vaughan & Fiona Staples - Saga, Volumes 1-5 | |
Geeta Dayal - 33 1/3: Brian Eno's Another Green World |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'net/http' | |
require 'json' | |
require 'uri' | |
@token = '' | |
@username = '' | |
def user_id | |
params = { | |
token: @token |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
changed_cookbooks=$(git diff --name-only ${TRAVIS_COMMIT_RANGE} | grep 'cookbooks/r5' | awk -F '/' '{print $2}' | sort | uniq | wc -l) | |
if [ "$changed_cookbooks" -eq 0 ] && [ -z "$TEST_ALL_COOKBOOKS" ]; then | |
echo "No cookbook changes detected. Skipping cookbook tests." | |
exit 0 | |
else | |
echo "Found ${changed_cookbooks} changed cookbook(s). We'll test all cookbooks." |
NewerOlder