Live data from Hacker News

Viewing profile — tmanderson

tmanderson

HN member
Joined
Sun, Feb 05, 2012, 9:12 PM UTC
HN karma
24
Public activity
23 items

About tmanderson

No profile information was provided.

Recent public activity

  1. comment
    Comment #47520231

    beware of data rackets

  2. comment
    Comment #47506583

    lol this is why so many game UIs are awful (how much they lack in terms of OS accessibility, keyboard controls/shortcuts, etc)

  3. comment
    Comment #46062680

    Tired of the annual "what do you want for Christmas?" group text chaos? We built WeDo to fix that. It's a multi-party gift registry where families and friend groups each get their …

  4. story
  5. comment
    Comment #10086088

    Really love the idea of this website. There hasn't been an update to the content here in a little over a year. The owners of the website accept contributions and I'm pretty sure mo…

  6. story
  7. comment
    Comment #9148073

    It seems that chrome doesn't work at all for me? Any ideas? Everything else seems to be working fine...but not chrome. The application just doesn't seem to register (the icon remai…

  8. comment
    Comment #9021146

    This is why "the fold" should never be a hard number. You can still design for a larger portion of the initial viewport with percentage based "folds" (along with content).

  9. comment
    Comment #8335194

    No problem, man. It's a shame that HN doesn't have two-way binding on these comment forms. I have a hard time visualizing what my comment will look like. Hope it looks good!

  10. comment
    Comment #8335173

    The usefulness of two-way binding is utterly boundless. Simply an amazing pattern that any and every one should implement at least once in their programming career.

  11. story
  12. comment
    Comment #5437303

    Those companies are investing in that framework. It's currently in the form of a bunch of drafts on W3C. Web components and the shadow DOM are a few that embody what you're talking…

  13. comment
    Comment #4656874

    I completely agree that with the right candidate this could be great -- however, that can be applied to almost any area of knowledge. I've been fed up lately with all the wrong peo…

  14. comment
    Comment #4656456

    I shed tears for the companies that hire the "graduates" of this "start to finish plan." I don't care how good of an instructor you are, you cannot make a programmer remotely effic…

  15. story
  16. story
  17. comment
    Comment #4528017

    What's the deal with these posts? First the one from Facebook and now this one? If it's too hard for you to differentiate between a scroll and a touch, there's about 210923423234 l…

  18. comment
    Comment #4527266

    Is it just me, or did a lot of this come off as "why can't everything be done for me?" The fact is, performance can never be ubiquitous, because there's always going to be many man…

  19. comment
    Comment #3630464

    Wait. Node is a framework now?

  20. comment
    Comment #3615407

    http://jsperf.com/tmandersondomtest The best possible way? Well, that's not true at all. In fact, that was even faster* than whatever method this article was talking about (genDom)…

  21. comment
    Comment #3615003

    This is, in my opinion, even worse than writing straight HTML in JavaScript. Before I get into anything, I just want to point out that with jQuery, you can do the same thing: $(' b…

  22. comment
    Comment #3605659

    To be specific, jQuery is a utility library with a large set of DOM utilities. Sizzle is actually the DOM workhorse. As for the article: it's a valuable resource. Especially for th…

  23. comment
    Comment #3577245

    Any half decent programmer uses algorithms everyday without even knowing it. Algorithm is just another word that encompasses a massive subset of other words that in reality DO NOT …