Live data from Hacker News

Viewing profile — loz220

loz220

HN member
Joined
Mon, Jan 20, 2014, 8:20 PM UTC
HN karma
24
Public activity
5 items

About loz220

No profile information was provided.

Recent public activity

  1. comment
    Comment #19191561

    Poorly designed code is possible with any language. Was it unmaintainable because of something fundamental to css in js?

  2. comment
    Comment #8065480

    There is interaction occurring with the DOM in both benchmarks. The way that the Backbone TodoView is designed does not take into account the possibility of a user adding 100 items…

  3. comment
    Comment #8064719

    Having done some benchmarks with TodoMVC before, I knew something was off about these results. They play to the strengths of the virtual dom approach by manipulating the benchmark …

  4. comment
    Comment #8060431

    this book in video form: http://vimeo.com/channels/natureofcode

  5. comment
    Comment #7292949

    Having recently worked on optimizing the performance of my own view extension library to Backbone (kettle.js), I can give some explanation about the relatively poor performance of …