I hereby claim:
- I am kciccarello on github.
- I am kmctown (https://keybase.io/kmctown) on keybase.
- I have a public key whose fingerprint is 7A41 D1CF 5B44 E93B AFEF FA3F 160F ADDB 7AEB 5AE9
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
################################################################### | |
# | |
# Code to support simultaneous multiple editing | |
# sessions by different clients of a single object. This uses | |
# the Differential Synchronization algorithm of Neil Fraser, | |
# which is the same thing that Google Docs uses. | |
# | |
# * "Differential Synchronization" (by Neil Fraser). | |
# * http://neil.fraser.name/writing/sync/ | |
# * http://www.youtube.com/watch?v=S2Hp_1jqpY8 |
Notes on spinning up a new dokku server on DO. Inspired by this blog post by Bryan Kennedy.
atom-workspace, | |
atom-text-editor { | |
font-family: "Operator Mono"; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1.55; | |
} | |
atom-panel.tool-panel { | |
font-size: 0.88em; |
alias flushdns='echo "flushing dns...";sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;echo "complete."' |
alias sshkeychain="ssh-add -K" |