Viewing profile — fivetanley
fivetanley
HN member- Joined
- Thu, Apr 26, 2012, 8:07 PM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About fivetanley
No profile information was provided.
Recent public activity
-
comment
Comment #7123500
Just wanted to note that Canvas LMS is also open source (full disclosure: I work for instructure): https://github.com/instructure/canvas-lms
-
comment
Comment #5890762
The Ember generators for yeoman are a bit out of whack. For now, I'd suggest you try out Ryan Florence's ember-tools ( https://github.com/rpflorence/ember-tools ), which can do man…
-
comment
Comment #5890654
While Object.observe will be a welcome change, that basically means that your app can never be as performant as possible due to the design of the framework that you use for browser…
-
comment
Comment #5782542
I don't think this is so true. Angular's $resource has different goals and functionality than something like ember data. To me, Angular's $resource looks closer to Backbone's sync …
-
comment
Comment #3895868
I don't usually either, but I like to use JSPerf from time to time which prefers you use their Java plugin for timing accuracy.