Ostriches are Vegetables
Our pages go to eleven.
Ostriches are Vegetables
If I ever design an IDE, I will have both ‘stop’ and ‘hammer time’ buttons.
[color]
ui = true
[alias]
st = status
ci = commit
cm = commit -m
br = branch
co = checkout
cp = cherry-pick
df = diff
dc = diff --cached
dt = difftool
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
# Show files ignored by git:
ign = ls-files -o -i --exclude-standard
[core]
autocrlf = input
Angry Birds Caroling
Very interesting, Google’s responsive design for gmail/etc changes the vertical space as much as (or more than) the horizontal space. I guess the assumption is simple: if you have a wider screen, then your screen is also taller. (I guess it’s bad to be one of the oddballs who put their monitor in portrait mode.) I wonder if I will ever use this in real life…
@keyframes blink
{
0% {opacity: 1.0;}
100% {opacity: 0.0;}
}
.blink {
animation: blink 0.5s ease-in-out infinite alternate;
}
This morning at the train station, I saw a homeless person who was either planking or dead. My money’s on planking.