Viewing profile — tmanderson
tmanderson
HN member- Joined
- Sun, Feb 05, 2012, 9:12 PM UTC
- HN karma
- 24
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About tmanderson
No profile information was provided.
Recent public activity
-
comment
Comment #47520231
beware of data rackets
-
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)
-
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 …
- story
-
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…
- story
-
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…
-
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).
-
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!
-
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.
- story
-
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…
-
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…
-
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…
- story
- story
-
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…
-
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…
-
comment
Comment #3630464
Wait. Node is a framework now?
-
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)…
-
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…
-
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…
-
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 …