Live data from Hacker News

Viewing profile — adamcavalli

adamcavalli

HN member
Joined
Wed, Nov 20, 2013, 3:31 PM UTC
HN karma
1
Public activity
2 items

About adamcavalli

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #6768556

    typeof(self) __weak weakSelf = self; self.block = ^{ typeof(self) strongSelf = weakSelf; if (strongSelf) { // ... } };