Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fivetanley
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fivetanley
13y ago
Just wanted to note that Canvas LMS is also open source (full disclosure: I work for instructure): https://github.com/instructure/canvas-lms
2.
▲
by
fivetanley
13y ago
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 many of the same code generation
3.
▲
by
fivetanley
13y ago
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 browsers that don't support Object.observe (dirty checking is
4.
▲
by
fivetanley
13y ago
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 methods. Things I don't see in Angular's $resource: * Identi
5.
▲
by
fivetanley
14y ago
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.