Viewing profile — nathanhammond
nathanhammond
HN member- Joined
- Fri, Dec 11, 2009, 1:46 AM UTC
- HN karma
- 541
- Public activity
- 139 items
- HN profile
- View on Hacker News ↗
About nathanhammond
[ my public key: https://keybase.io/nathanhammond; my proof: https://keybase.io/nathanhammond/sigs/R8aq_5n728eDFXos9Ffd28y_lV_ltZ9Wa-YxB0FxIpU ]
Recent public activity
-
comment
Comment #48628958
If you can read it, here's the same story happening in Hong Kong, but with outright fraud on the recipients' end. https://thecollectivehk.com/%e7%a7%91%e6%8a%80%e5%88%b8%e8%a...
-
comment
Comment #46855790
I did guess it was you; but wasn't sure. :P
-
comment
Comment #46853289
You both are in violent agreement and it is amusing to see in the wild. As an 外國人 who learned Cantonese as an adult (I moved to HK) I'm jealous of the quantity and quality of mater…
-
comment
Comment #45246541
Seeing your handle I am at risk of explaining something you may already know, but, this exists! And it was standardized in 1993, though I don't know when Unicode picked it up. Ideo…
-
comment
Comment #24289627
Is this published anywhere? Constraints I'm trying to solve for: - Reasonable English corollary. (Doesn't have to be 1:1.) - English-pronounceable Cantonese romanization. - English…
- comment
- story
- comment
-
comment
Comment #12405893
Ember A11y We're making Ember accessible by default. Monthly Goals: - Support Ember.js' internal upgrade to the new rendering engine. - Adopt dynamically scoped variables to make e…
-
comment
Comment #12405856
Ember CLI We're building a tool that makes it easy to build and maintain Ember applications. Monthly Goals: - Finish moving off of Bower and onto our npm infrastructure. - Upgrade …
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #7887587
There is going to be some future work on some of the form elements. They're really not quite where they need to be.
-
comment
Comment #7884360
1. Are you using Ember.computed's array methods? I tend to go with intermediately calculated arrays which I then union/diff/whatever is necessary for filters. It is also significan…
-
comment
Comment #7680236
Here is a pretty complete list of significant Ember applications: https://docs.google.com/document/d/1ZWYq3gwkPTzUiyqr4x_asSj8...
-
comment
Comment #7680159
In general: how much code the browser needs to parse and execute on every page load The caveat being that that code only needs to be parsed and executed once in a single page appli…
-
comment
Comment #7676481
You're making an argument about callback aggregation. That is just one of the features that promises enable. The seminal article on the topic is Domenic Denicola's "You're Missing …
-
comment
Comment #7607602
Exactly what @rattray said. It's something you get nearly for free in data-binding world and is much harder to accomplish in imperative code. I wish you luck, and make sure you blo…
-
comment
Comment #7605241
Thinking about it more, I believe that my visceral reaction was to the imperative nature of the library. I was imagining trying to code something that generated a filter (e.g. Pour…