Live data from Hacker News

Viewing profile — dnajd

dnajd

HN member
Joined
Wed, Jan 30, 2013, 7:28 PM UTC
HN karma
5
Public activity
6 items

About dnajd

No profile information was provided.

Recent public activity

  1. story
    Acceptable or Not?

    To go to a university, pay tens of thousands of dollars to learn programming, and graduate without knowing how to use Source Control?

  2. comment
    Comment #5410626

    Looking at the definition of controllers here: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93cont... how are backbone.js 'views' not controllers? Or does this logic belon…

  3. comment
    Comment #5408305

    Why are the backbone.js controllers called 'views' and the views called 'templates'?

  4. comment
    Comment #5142474

    There is the straw man again. If you are creating a completely client side app and you find it's better to have some work done on the server side... why not use mature existing ser…

  5. comment
    Comment #5142461

    That was the straw man I was thinking I saw in the post. Why not use rails to load the page (no BYO framework involved) and then use javascript/backbone/etc on the client-side; as …

  6. comment
    Comment #5141304

    I'm utterly confused. The main benefit of this approach is summed up in the paragraph: "Compare this with serving the full search results HTML from the server.... It feels 5x faste…