start new:
tmux
start new with session name:
tmux new -s myname
| ! Block friends favourited tweets | |
| twitter.com##.tweet-has-context:not([data-retweeter]) | |
| ! fake activity | |
| twitter.com##li[data-component-context="generic_activity"] | |
| ! since you were away | |
| twitter.com##.TimelineTweetsModule | |
| ! don't care what's trending | |
| twitter.com##.trends.Trends.module | 
| (evil-define-command evil-ex (&optional initial-input) | |
| :keep-visual t | |
| :repeat abort | |
| (interactive | |
| (list | |
| (let ((s (concat | |
| (cond | |
| (current-prefix-arg | |
| (let ((arg (prefix-numeric-value current-prefix-arg))) | |
| (cond ((< arg 0) (setq arg (1+ arg))) | 
I hereby claim:
To claim this, I am signing this object:
| !/bin/bash | |
| #read distro from option | |
| dist=$1 | |
| #if option is missing, use /etc/lsb-release | |
| if [[ ${dist} = "" ]] | |
| then | |
| dist=$(grep "DISTRIB_CODENAME" /etc/lsb-release | cut -f 2 -d"=") | |
| fi | 
In a perfect world, where things are done well, not just quickly, I would expect to find the following when joining the company:
Documentation
Accurate / up-to-date systems architecture diagram
Accurate / up-to-date network diagram
Out-of-hours support plan
Incident management plan
| g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON) |