Skip to content

Instantly share code, notes, and snippets.

@llimllib
llimllib / README.md
Created May 1, 2014 03:25
Boston Marathon Runners Chloropleth by Country 2001-2014

This map attempts to summarize the countries of origin of Boston Marathon runners from 2001-2014. I was surprised by how global the race is, with runners from 103 different countries over the course of those 13 races.

@llimllib
llimllib / canada.json
Created April 30, 2014 19:08
Boston Marathon States & Provinces Map
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@llimllib
llimllib / canada.json
Last active August 29, 2015 14:00
Boston Marathon Runners US + Canada
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@llimllib
llimllib / index.html
Last active August 29, 2015 14:00
Boston Marathon 2001-2014 Chloropleth
<html><head><title>Runner Chloropleth</title>
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.q0-9 { fill:rgb(247,251,255); }
.q1-9 { fill:rgb(222,235,247); }
.q2-9 { fill:rgb(198,219,239); }
.q3-9 { fill:rgb(158,202,225); }
.q4-9 { fill:rgb(107,174,214); }
.q5-9 { fill:rgb(66,146,198); }
<html><head><title>Radial Bracket</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css"></style></head>
<body>
<svg>
<g transform="translate(100,100)">
<g>
<clipPath id="clip">
<rect x=0 y=0 width=100 height=100>
</clipPath>
# Mac preference changes:
# * minimize and hide dock
# * undo natural scrolling
# * max out keyboard repeat
# * increase desktop resolution
# * show date in menubar
# * do not play feedback when volume is changed
# * do not play user interface sounds
# * maximize mouse tracking speed
@llimllib
llimllib / pangrams.txt
Created October 12, 2013 20:59 — forked from ntlk/uniq.py
The five boxing wizards jump quickly.
Pack my box with five dozen liquor jugs.
Pack my box with five dozen liquor jugs.
Pack my box with five dozen liquor jugs.
Pack my box with five dozen liquor jugs.
A quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
Pack my red box with five dozen quality jugs.
Pack my red box with five dozen quality jugs.
The quick brown fox jumped over the lazy dogs.
from random import Random
from redis import Redis
RAND = Random()
MIN = 0
MAX = 50
KEYS = []
INTERVALS = []
ack
aircrack-ng
apple-gcc42
autoconf
automake
bash-completion
cairo
check
chromaprint
cmake
  1. If I knew you well, and were trying to recruit you, I'd probably let you do it. I wouldn't like it, but I'd do it.

  2. In pretty much any other scenario, I would consider it a dealbreaker.

Allowing an interviewee to record the answers to your difficult, sensitive interview questions is a significant risk to the reputation, and possibly the legal standing, of a company. A malicious interviewee could do, at the least, serious reputational damage by taking our responses out of context.

As soon as the risk of damage becomes higher than the reward of possibly hiring you, it's not worthwhile to continue the interview.