101 reputation
1
bio website
location
age
visits member for 3 years, 4 months
seen May 13 at 22:15
stats profile views 2
Autobiography, in code:
1976:

        IDAY = IDAY + 1
        IDOLLAR = IDOLLAR + 1

1978:

100 D = D + 1
110 M = M + 1

1979:

        INC DAY
        INC DOLLAR

1984:

day := day + 1
dollar := dollar + 1

1986:

day++, dollar++;

1988:

day.another(); dollar.another();

1999:

public interface WorkForALiving {
  void another_day();
  void another_dollar();
}

2003:

day += 1; dollar += 1

Dec
18
comment Stack Overflow Annual User Survey
@dash-tom-bang: There are many more ways to contribute to the site than by seeing ads. Helping to make the site valuable draws users, some of whom, one might presume, do see the ads.
Jan
19
answered SO tag for time-sensitive questions?
Jan
18
awarded  Supporter