Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pandaexpress
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
pandaexpress
13y ago
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 around San Francisco.
2.
▲
by
pandaexpress
13y ago
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.
▲
by
pandaexpress
13y ago
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.
▲
by
pandaexpress
13y ago
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.
▲
by
pandaexpress
13y ago
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 webapps (or PhoneGap apps) instead.
6.
▲
by
pandaexpress
13y ago
I'm in. I wonder if we should just have a HN meetup around WWDC time.
7.
▲
by
pandaexpress
13y ago
I was wrong on the dates. The conference is the week of the 10th, not the 4th.
8.
▲
Ask HN: Can I visit your SF startup?
2 points
by
pandaexpress
13y ago
|
6 comments
9.
▲
by
pandaexpress
13y ago
I was sitting at my Mac Book refreshing like crazy. I got a ticket.
10.
▲
by
pandaexpress
14y ago
Fantastic! I dropped you (and Sean) a line.
11.
▲
by
pandaexpress
14y ago
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 visas. If I get in touch, would you point me towards some re
12.
▲
by
pandaexpress
14y ago
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; i < array.count+1; i++) { int r = i - 1;
13.
▲
by
pandaexpress
14y ago
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. Took me about 15 minutes to do. Doesn't seem like an unreasona
14.
▲
Ask HN: What material would you suggest go in a DIY CS education?
5 points
by
pandaexpress
14y ago
|
3 comments