Skip to content

Instantly share code, notes, and snippets.

If you ask people where they go when they really need to get work done, very few will respond “the office.” If they do say the office, they’ll include a qualifier such as “super early in the morning before anyone gets in” or “I stay late at night after everyone’s left” or “I sneak in on the weekend.”

A busy office is like a food processor—it chops your day into tiny bits. Fifteen minutes here, ten minutes there, twenty here, five there.

The big transition with a distributed workforce is going from synchronous to asynchronous collaboration. Not only do we not have to be in the same spot to work together, we also don’t have to work at the same time to work together.

At first, giving up seeing your coworkers in person every day might come as a relief (if you’re an introvert), but eventually you’re likely to feel a loss. Even with the substitutes we’ll discuss, there are times when nothing beats talking to your manager in person or sitting in a room with your colleagues, brainstorming the next big thing.

Your

import random
from collections import defaultdict
class circle(list):
'''Circular list, i.e.
>>> c = circle([1,2,3])
>>> c[0], c[3], c[7]
(1, 1, 2)
'''
'kXWWMMMMMMMMMMWWWNXXK0kdc;.
;Od,. ............',,;::clxOkxdd:.
.0o ..,'...'''''.................'lkd.
'X' ....,,... .' ........ .xO
;N. ..'. .',;;,. . ; ' W.
'ON' 'k0MMMMX':dkc .;oxkxko. ,Kc
'0O:..::;,.,. cooc:kolxkxlNl o0WN0kdolc. .....'cX:
dO,. dO;.;;cxxdl:lxk: ' dO . .cdodo;'.cW
W ' dx 'NXd, .,' .0d, .odkc.' . , lM
W.' dk.lxM..;dOxc' ....;X';;;' ,MWc. kN' ..;OO

Heading

Heading 2

link

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi tristique nunc ullamcorper, euismod odio id, pharetra nisl. Donec at enim est. Integer facilisis convallis ante at aliquam.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
tipping
paper sizes
coins are useless because sales tax isn't included in the price
everyone has to file taxes
street cleaning
subway platform displays, absence of
subway train frequency
the subway running 24 hours being a supposed defence of previous two
there being apps to move money because the alternative is cheques
online versions of real supermarkets don't exist
@mikepqr
mikepqr / github-billing-comparison.md
Last active May 12, 2016 03:14 — forked from sgerrand/github-billing-comparison.md
Comparison of GitHub's billing changes, as of 11 May 2016
Team Usage Cost Before Cost Now Bitbucket
1 repo, 5 users $25 $25 Free
1 repo, 10 users $25 $70 $10
11 repos, 5 users $50 $25 $10
11 repos, 10 users $50 $70 $10
5 repos, 50 users $25 $430 $50
50 repos, 5 users $100 $25 $10
50 repos, 50 users $100 $430 $50
@mikepqr
mikepqr / remotepaste.md
Last active December 7, 2015 03:18 — forked from burke/remotepaste.md
This sets up keybindings in tmux that allow you to copy/paste to/from your OS X clipboard from tmux running inside an SSH connection to a remote host.Partially borrowed from http://seancoates.com/blogs/remote-pbcopy

Local (OS X) Side

~/Library/LaunchAgents/pbcopy.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
     <key>Label</key>
     <string>localhost.pbcopy</string>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.