- No Desktop/Browser notifications
- Read E-mails
- early in the morning
- late in the afternoon
- quick check after lunch, action allowed based on volume
- Slack
- active notifications only for #blocking channels
- Catch up discussions on early morning and late afternoon
This file contains hidden or 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
# Custom visudo entries : | |
# ----------------------- | |
# Defaults:florian env_keep=HTTP_PROXY | |
# %florian ALL = NOPASSWD: /usr/bin/lxc-* | |
# Starts a container | |
function cstart() { | |
for container in "$@" | |
do | |
sudo lxc-start -n $container -d |
Below is a collection of my favourite responses I gathered from Guardian engineers when asked the question: What have you learnt starting from scratch and building a mobile-first next generation web platform for the Guardian?
- Work with great people.
- Deploy like crazy. This means the team has to control the infrastructure as well as code.
- Design is not a service. Designers have to sit in the team.
- Infrastructure is intrinsically unreliable. Discard and replace is the robust strategy.
- Use your CDN for HTML too.
- Don't always do as you are told.
This file contains hidden or 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
#################################### | |
# BASIC REQUIREMENTS | |
# http://graphite.wikidot.com/installation | |
# http://geek.michaelgrace.org/2011/09/how-to-install-graphite-on-ubuntu/ | |
# Last tested & updated 10/13/2011 | |
#################################### | |
cd | |
sudo apt-get update | |
sudo apt-get upgrade |