Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tomdale
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
GPT Prompt Notes: prompts for specialized applications
(grantjenks.github.io)
2 points
by
tomdale
3y ago
|
0 comments
2.
▲
by
tomdale
4y ago
It seems to me this accounting is missing the significant financial contribution many companies make to open source by way of paying employees to contribute, either part time or full time. Many of the arguments here are premised on the idea
3.
▲
by
tomdale
4y ago
I'm really happy to see this. As fumbled as the launch was, I played it on PC and found the world and its characters to have more depth than I'd personally experienced in a video game before. What broke my heart was to feel viscer
4.
▲
by
tomdale
4y ago
Hey folks, I've been working with wycats and my colleague Chirag Patel on Starbeam for the last few months. We prefer to work in the open, but this repo is still a work in progress and is definitely not ready for public consumption, ot
5.
▲
Ember.js in 2021 – A Beacon of Productivity
(simplabs.com)
1 points
by
tomdale
5y ago
|
0 comments
6.
▲
by
tomdale
6y ago
When I joined LinkedIn 4 years ago, the JavaScript infrastructure was a mess. We had a tool called `just` that integrated with the existing Java infrastructure, including Node version and dependency management, but it was a bit of a hack th
7.
▲
The iPad's software designer and program lead reflect on its first 10 years
(inputmag.com)
1 points
by
tomdale
7y ago
|
0 comments
8.
▲
by
tomdale
8y ago
Wowwwwww
9.
▲
by
tomdale
9y ago
It’s strange this article effectively pins the attack on Iran, but doesn’t mention Stuxnet/Olympic Games, a malware attack on Iran that destroyed nearly 1,000 of their centrifuges[1]. 1: https://www.washingtonpost.com/w
10.
▲
by
tomdale
9y ago
I was just in Medellín for JSConf Colombia a week ago. It was my first time in Colombia and I didn’t know exactly what to expect. I was blown away by how friendly and engaged the developers I met were. I can say unequivocally I have never h
11.
▲
by
tomdale
9y ago
For folks who want to play around with this, we've got an interactive playground at https://try.glimmerjs.com/ that lets you add components, templates and helper functions. In a nod to The Net, you can click the π symb
12.
▲
by
tomdale
9y ago
Ember doesn't have a PATENTS file.
13.
▲
by
tomdale
9y ago
The process of getting content on to the web has historically been pretty daunting, and is IMO much easier now than the bad old days when a .com domain cost $99/year and hosting files involved figuring out how to use an FTP client. In
14.
▲
by
tomdale
9y ago
I don't think the binary AST proposal changes the accessibility status quo. In my mind, the best analogy is to gzip, Brotli, etc. If you had to have a complicated toolchain to produce gzipped output to get the performance boost, that w
15.
▲
ES modules in Node today
(medium.com)
3 points
by
tomdale
9y ago
|
0 comments
16.
▲
by
tomdale
9y ago
Certainly not dead! One of the nice things about VS Code/Monaco is how easy they make it to embed the editor in the browser. With Glimmer, for example, I was able to hack together this playground with full intellisense over a weekend:
17.
▲
by
tomdale
9y ago
Yep, this is pretty spot on! At a high level, the Glimmer VM is built on top of two primitives: 1. References (as you describe, an interface implementation to provide the underlying value) 2. Tags, an interface that communicates "is it
18.
▲
by
tomdale
9y ago
The Glimmer runtime is under 30k, and we have not done much bundle optimization yet so hopefully this should go down a little bit even further. React Fiber is currently just over 70k, and that's just the reconciler, not the complete Re
19.
▲
by
tomdale
9y ago
This is because we recently added the ability to specify a blueprint as an npm package, and it hasn't made it out of canary channel yet. If you don't want to install canary Ember CLI, you can always just give it the longer git url
20.
▲
by
tomdale
9y ago
JSX vs. templates is a common debate, with popular JSX options like React and Preact and template-based options like Vue and Glimmer. The reality is that there are hard tradeoffs to both and anyone who tells you one is obviously superior to
21.
▲
by
tomdale
9y ago
The API docs themselves are a Glimmer app: https://glimmerjs.com/api/ . The source code is here: https://github.com/glimmerjs/glimmer-api-docs You may also enjoy the prerequisite turbo-stress-test
22.
▲
by
tomdale
9y ago
A legitimate question! One thing people really love about Ember is that the process for going from nothing to a working app is very streamlined. Typically, this is not the case with smaller component libraries. Personally, I think there
23.
▲
by
tomdale
10y ago
I'm excited for this and eagerly look forward to adopting it in Ember as soon as it's mature, but I'm guessing this is still at least a few years out.
24.
▲
by
tomdale
10y ago
WebAssembly doesn't give you access to DOM APIs, so it's not like you could rewrite Angular in wasm, for example. Most load time/parse time discussions are in the context of web frameworks, but they're typically not able
25.
▲
by
tomdale
10y ago
I tweetstormed about this once. https://mobile.twitter.com/tomdale/status/786950181522636801
26.
▲
by
tomdale
10y ago
LinkedIn has actually done a ton of work optimizing Ember for mobile devices, and they've got code splitting (what we call lazy engines) in production already: https://twitter.com/trentmwillis/status/796748896
27.
▲
by
tomdale
10y ago
I have to say, the work being done on Servo is really exciting—the first tectonic shift in browser engines to come along in years. pcwalton's talk about WebRender earlier this year[1] was one of those rare technical presentations that
28.
▲
by
tomdale
10y ago
I don't think it's fair to compare jspm and Yarn. jspm is an interesting project, but is tightly coupled with SystemJS. Telling everyone to rewrite their apps to use SystemJS and jspm is a huge lift. Yarn, on the other hand, has f
29.
▲
by
tomdale
10y ago
Yes, that's why I said it was a Ruby limitation, not a Bundler limitation.
30.
▲
by
tomdale
10y ago
This is a huge leap forward for the JavaScript community—probably more than many people will realize right away. I loved Bundler's deterministic builds but chafed against the Ruby limitation of only having a single version of a depende
More ›