Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
justinbmeyer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
justinbmeyer
3y ago
I created this after reading https://erikbern.com/2019/04/15/why-software-projects-take-l... a few years ago. I was tired adding up time-related estimates to arrive at a due date. Now I ask teams for their ti
2.
▲
Open Source Monte Carlo AutoScheduler for Jira
(github.com)
3 points
by
justinbmeyer
3y ago
|
1 comments
3.
▲
CanJS Debugging Tutorial
(bitovi.com)
5 points
by
justinbmeyer
8y ago
|
0 comments
4.
▲
CanJS 5: tree shaking, webpack, model and component improvements
(bitovi.com)
6 points
by
justinbmeyer
8y ago
|
0 comments
5.
▲
CanJS 4.0 Released
(bitovi.com)
12 points
by
justinbmeyer
9y ago
|
0 comments
6.
▲
How to Integrate Other Libraries Using Symbols (and an Expanded Reflect API)
(bitovi.com)
6 points
by
justinbmeyer
9y ago
|
0 comments
7.
▲
How to Reduce the Impact of Stateful Code
(bitovi.com)
2 points
by
justinbmeyer
9y ago
|
0 comments
8.
▲
How to Manage Code Across Many Independent Repositories
(bitovi.com)
3 points
by
justinbmeyer
9y ago
|
0 comments
9.
▲
by
justinbmeyer
11y ago
> thunks, shouldComponentUpdate, per-component redraws, etc I'm not sure how those would deal with the scenarios focused on in the article. The only one I'm familiar with is per-component redraws which wouldn't apply.
10.
▲
by
justinbmeyer
11y ago
As the lead author of JMVC, CanJS, StealJS, etc, let me try to address some of the criticisms of this article. I didn't write it, but I reviewed it. Yes, this is a blatant advertisement. We worked hard on these open source project, b
11.
▲
Web Application Theory
(bitovi.com)
10 points
by
justinbmeyer
12y ago
|
0 comments
12.
▲
by
justinbmeyer
12y ago
A free vacation.
13.
▲
CanJS 1.1 - Mustache, AMD, computed values, batched events
(bitovi.com)
8 points
by
justinbmeyer
14y ago
|
0 comments
14.
▲
by
justinbmeyer
14y ago
It is by no means masquerading as a better version of jQuery. No where does it say this. It only states it's a collection of jQuery plugins.
15.
▲
by
justinbmeyer
14y ago
Of the 3 that add performance improvements: animate - probably wouldn't make sense until CSS is better supported. styles - I've suggested adding it, but waiting on the "go ahead". fastfix - I've suggested adding, but jQuery said it wasn't i
16.
▲
by
justinbmeyer
14y ago
Yes, there are several, but not many can be used with delegate / on in the same way these events can. This makes it extremely useful for frameworks that use declarative event bindings.
17.
▲
by
justinbmeyer
14y ago
Yeah, that article was on our initial work. I'll fix the benchmark soon.
18.
▲
by
justinbmeyer
14y ago
For fast fix: http://bitovi.com/blog/2012/04/faster-jquery-event-fix.html There's a JS benchmark. For styles, there's a demo: http://donejs.com/docs.html#!jQuery.styles comparing jQuery's height vs one implemented with reading multiple
19.
▲
by
justinbmeyer
14y ago
Brilliant, but I'm biased.
20.
▲
by
justinbmeyer
15y ago
Jmvc supports coffee script.
21.
▲
JavaScriptMVC 3.0 Released
(jupiterjs.com)
2 points
by
justinbmeyer
16y ago
|
0 comments
22.
▲
by
justinbmeyer
16y ago
Yep. It uses JavaScriptMVC. Looks like it's model, view, and controller.
23.
▲
by
justinbmeyer
16y ago
Why did you find JavaScriptMVC a bit heavy? The Srchr app was 37.8 KB (Gzipped and Compressed). Which is pretty good considering it packages jQuery (24KB) and all of the MVC parts. So JMVC, plus the app only was 13KB. Further, if you re
24.
▲
Organizing A jQuery Application with JavaScriptMVC
(jupiterjs.com)
24 points
by
justinbmeyer
16y ago
|
3 comments
25.
▲
Delegate-able Drag/Drop events for jQuery
(jupiterjs.com)
5 points
by
justinbmeyer
16y ago
|
0 comments
26.
▲
by
justinbmeyer
16y ago
JMVC doesn't provide packaged widgets (though it is starting to). It's about providing a middle layer (above jQuery, less than customizable widgets) to build customized apps that are as light as possible.
27.
▲
by
justinbmeyer
18y ago
JavaScriptMVC also uses event delegation, which can really help performance and code organization.
28.
▲
by
justinbmeyer
18y ago
How about JavaScriptMVC along with one of these frameworks. It will really help you organize and maintain your project.
29.
▲
by
justinbmeyer
18y ago
Why not make a JavaScript API instead of Processing?