6.January.2012
Ostriches are Vegetables

Ostriches are Vegetables

4.January.2012

If I ever design an IDE, I will have both ‘stop’ and ‘hammer time’ buttons.

3.January.2012
27.December.2011

My ~/.gitconfig (excerpt)

[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

7.December.2011
Angry Birds Caroling

Angry Birds Caroling

4.December.2011

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…

9.PM

atmos:

Greg Wilson - What We Actually Know About Software Development, and Why We Believe It’s True (by CUSEC)

11.November.2011
10.November.2011

Finally, the return of the blink tag

@keyframes blink
{
0%   {opacity: 1.0;}
100% {opacity: 0.0;}
}

.blink {
    animation: blink 0.5s ease-in-out infinite alternate;
}

9.November.2011
24.October.2011

This morning at the train station, I saw a homeless person who was either planking or dead.  My money’s on planking.

← Older Entries Page 2 of 61 Newer Entries →