Live data from Hacker News

Viewing profile — madzanderzen

madzanderzen

HN member
Joined
Wed, Aug 07, 2013, 5:40 PM UTC
HN karma
4
Public activity
5 items

About madzanderzen

No profile information was provided.

Recent public activity

  1. comment
    Comment #6175758

    Just one last question... Say I have something like a button with an action, and the action has a cell whose value is used when the action is executed by clicking the button. If I …

  2. comment
    Comment #6175659

    Nice! Thanks for taking the time to explain this :-)

  3. comment
    Comment #6175128

    Ahh, you're putting the entire UI in binds. That's a really clever way to handle the lifecycle of the listeners! bind is "stupid" in the way that it completely recalculates a cells…

  4. comment
    Comment #6174709

    Thanks for the explanation in the link. The problem that is described in the link is clearly solvable, however what I'm referring to is more fundamental. I'm not talking about nest…

  5. comment
    Comment #6174324

    "z = bind -> x.get() + y.get()" seems nice, but when are the attached listeners removed again? Typically this is solved with weak listeners, but Javascript doesn't support weak ref…