Live data from Hacker News

Viewing profile — bestows

bestows

HN member
Joined
Mon, Jan 05, 2015, 11:19 PM UTC
HN karma
3
Public activity
3 items

About bestows

No profile information was provided.

Recent public activity

  1. comment
    Comment #13464505

    ATP have just posted a transcript http://atp.fm/205-chris-lattner-interview-transcript

  2. comment
    Comment #13160812

    Have a look into websockets. They are used to create an always open connection between the client and server. Meaning your application will not need to continually poll the server …

  3. comment
    Comment #10970570

    > It’s worth noting that the Leaks instrument can also be useful, but it is primarily used to detect memory that is never freed, not memory leaks from retain cycles. The author doe…