// heya, I'm joel! I make stuff.
self.job = kJobSoftwareEngineer;
// I work for a cool fruit company in California.
self.home = [Home homeForIdentifier:@"Cupertino, CA"];
// I get to work on really interesting projects.
[self addProjectTypeWithName:@"iOS apps"];
[self addProjectTypeWithName:@"Cocoa apps"];
// and I mainly use twitter, as far as internety things go...
self.username = @"joeldev";
// ...but if you just want to email me, well, that's okay too.
self.emailIdentifier = @"joellevin";
self.emailDomain = @"me.com";