Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lightblade
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
lightblade
8y ago
Yes, the runtime needs to be JavaScript. It’s not obviously faster, but it’s been benchmarked to be faster. https://youtu.be/nXCSloXZ-wc You can skip to 29:34 for the performance demo.
2.
▲
by
lightblade
8y ago
When you write JavaScript, you can only optimize it..as JavaScript. It still needs to be parsed, compiled, and optimized as JavaScript. When you write templates, you get more room for optimization. Glimmer engine compiles templates to binar
3.
▲
by
lightblade
9y ago
https://apple.news/AtfflfmCvRzublEC6RnuxmQ Apple News link bypasses the paywall
4.
▲
by
lightblade
9y ago
> Standard / Official way of doing things If you like that, why not go with Ember?
5.
▲
by
lightblade
9y ago
I would imagine this works in your terminal too.
6.
▲
by
lightblade
9y ago
Is eBay.com built with Marko?
7.
▲
by
lightblade
9y ago
We use a combination of Atomics and BEM in our project. Atomics offers single level specificity thus providing a strategy to combat the specificity problem that plagues many projects. They are single purpose and infinitely composable, which
8.
▲
by
lightblade
9y ago
That's the thing. All claims of Alibaba's adoption of Vue comes from the author himself. I think it's reasonable to have doubt. I'm sure they use it. But to claim that they heavily invest in it may be exaggerated.
9.
▲
by
lightblade
9y ago
I like to see some evidence of this claim. Certainly Alibaba.com is not built with Vue.
10.
▲
by
lightblade
9y ago
That is the word on the street, but I have yet to see publicly visible evidence of it. You can inspect Facebook to see React is there. You can inspect Walmart to see React is there. You can inspect LinkedIn to find Ember there. I have yet t
11.
▲
by
lightblade
9y ago
Meaningful contribution in what way? This is Vue's contribution graph sorted by addition: https://github.com/vuejs/vue/graphs/contributors?from=2016-0... The #2 person contributes only about 1% compared
12.
▲
by
lightblade
9y ago
That's also why taking on Vue is a huge risk. The project has a high bus factor. If the main author burnt out and quit, the project is dead.
13.
▲
by
lightblade
9y ago
Nurse is licensed though. That's instant credibility.
14.
▲
Electrode – Universal React/Node Application Platform
(electrode.io)
1 points
by
lightblade
9y ago
|
0 comments
15.
▲
by
lightblade
9y ago
Interesting... Since requestIdleCallback leaves the scheduling out of your hand, how do you ensure nodes are still updated when you need it? Like tests?
16.
▲
by
lightblade
9y ago
Does Fiber yield control back to the js engine when doing the "rebasing"? Or are all of these synchronous in one frame?
17.
▲
by
lightblade
9y ago
Correct me if I'm wrong, but Fiber sounds like a micro tasker for React? Ember had been doing this for years through Backburner run loop
18.
▲
by
lightblade
9y ago
Well, Glimmer actually compiles opcodes to just numbers. So it wouldn't be `a(e,"id","bar")`, it's actually [1,'id','bar']. Opcodes' wire format is an array. I haven't see it being
19.
▲
by
lightblade
9y ago
...and we're hiring! Want to come work at Yahoo? Sunnyvale office :)
20.
▲
by
lightblade
10y ago
I don't believe we will ever move away from JavaScript. Remember GWT? It's Google's pseudo WebAssembly built at the height of Java's popularity. It compiles your Java code into JavaScript and optimize accordingly to each
21.
▲
by
lightblade
10y ago
Yup. This happens if I was coding right before bed with a problem not solved yet. Most of the time the dream was about me typing random things into the screen that doesn't make any sense.
22.
▲
by
lightblade
10y ago
It's not "a" core maintainer. LinkedIn now has 4 (out of 13) Ember core members on board.
23.
▲
by
lightblade
10y ago
Vue.js feels like the dark matter is JavaScript world. The impact is not directly observable, but you can definitely feel it's gravitational pull.
24.
▲
by
lightblade
10y ago
To be honest, I really miss the good old flex + wsdl days. Component architecture, check. Two way binding, check. Optional type, check. IDE, check. My favorite, typed components, check.
25.
▲
by
lightblade
10y ago
That'll probably never catch on. Front end dev already have 10 frameworks and 5 browsers to worry about. Let's not add 10 more languages for a total of 500 different combinations.
26.
▲
by
lightblade
10y ago
Check out Ember cli and its addon ecosystem [1] Also checkout Ember twiddle [2] to play around first without installing a thing. You can add libraries and even other Ember adding through twiddle.json [1] : https://www.emberaddons
27.
▲
by
lightblade
10y ago
Alternatively, go to ember observer [1] to checkout the demo page of some of the top rated add-ons. This works because it show cases the best stuffs in the ember ecosystem. Secondly, addons has to be kept up to date with latest Ember in ord
28.
▲
by
lightblade
10y ago
Does the question implies front-end development now has a higher barrier to entry? It has always been told that front end has a low barrier to entry therefore attracting many people. It appears this is no longer true.
29.
▲
by
lightblade
10y ago
Well, I know Vue and Ember are no longer using string based template. Most front end nowadays are DOM based templates.
30.
▲
by
lightblade
10y ago
Ember has zero ties to Rails. We are using Ember with Java backend. I have seen Ember used with .NET and Go backend. There are even the SANE stack [0]. The only possible tie that Ember with Rails is that it used to bundle ActiveRecordAdapte
More ›