Live data from Hacker News

Viewing profile — pandaexpress

pandaexpress

HN member
Joined
Tue, Dec 25, 2012, 7:51 PM UTC
HN karma
25
Public activity
14 items

About pandaexpress

No profile information was provided.

Recent public activity

  1. comment
    Comment #6696278

    You're from the Bay Area and you think $60/hr is expensive? I charge the least out of contracting friends, and I charge a non-trivial amount more than that. I also don't live in or…

  2. comment
    Comment #6632063

    I have a 15" MBP and I run it at 2880x1800 (not in HiDPI mode) by using RetinaDisplayMenu. I've been working without an external monitor like this for ~6 months now.

  3. comment
    Comment #6536782

    I just moved here and I haven't been looking for work so I wasn't sure. This was just the number I had in my head. I guess I work too much with US clients :)

  4. comment
    Comment #6536223

    Does it really top out at $80k? I just moved here from Toronto and I was expecting ~$110k as an iOS dev with a couple years under my belt.

  5. comment
    Comment #6241610

    Because I don't see it as torture. I find Objective-C to be a perfectly pleasant tool, and it allows me to do things that would be A) implausible or B) impossible were I to make we…

  6. comment
    Comment #5613566

    I'm in. I wonder if we should just have a HN meetup around WWDC time.

  7. comment
    Comment #5610983

    I was wrong on the dates. The conference is the week of the 10th, not the 4th.

  8. story
    Ask HN: Can I visit your SF startup?

    I got my ticket to WWDC and I am planning on staying an extra week to explore (I've never been to California). The conference is the week of the 4th, and I'll be around the week af…

  9. comment
    Comment #5608636

    I was sitting at my Mac Book refreshing like crazy. I got a ticket.

  10. comment
    Comment #5392491

    Fantastic! I dropped you (and Sean) a line.

  11. comment
    Comment #5391730

    Matasano's site mentions office culture. Are remote employees impossible to work out? I'd LOVE to get into this sort of thing, but I'm not a US citizen and I don't qualify for any …

  12. comment
    Comment #5103845

    The solution (in Objective-C) - (NSArray )pascal:(int)n { if (n == 1) return @[@(1)]; NSArray array = [self pascal:n-1]; NSMutableArray* mArray = [@[] mutableCopy]; for(int i = 0; …

  13. comment
    Comment #5103679

    I actually had a bit of trouble with this problem, it took a while to iron out the bugs. I copied down the triangle for reference but accidentally had 1 2 2 1 as the third row. Too…

  14. story
    Ask HN: What material would you suggest go in a DIY CS education?

    I'm 18 and taking a gap year to work as a mobile developer. I don't know if I'll go back to school afterwards, and I'm wondering what topics I'd need to cover to have the equivalen…