I am a photographer and designer from Portland. I live in New York and run Muxtape. I have an address for email.
Elsewhere:
The Shit To Get
I Hardly Know Her
Screen Caps
Ambient Recordings
while (days > 365) {
if (IsLeapYear(year)) {
if (days > 366) {
days -= 366;
year += 1;
}
} else {
days -= 365;
year += 1;
}
}