HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgechev

no profile record

Submissions

[untitled]

1 points·by mgechev·2 tháng trước·0 comments

[untitled]

1 points·by mgechev·4 tháng trước·0 comments

Show HN: Skill Eval – A framework for testing the quality of AI agent skills

blog.mgechev.com
1 points·by mgechev·4 tháng trước·0 comments

A Style Guide for AI Agent Skills

github.com
2 points·by mgechev·5 tháng trước·0 comments

Google Open-Sources "Codegen Scorer" to Improve AI-Generation for Web Frameworks

blog.angular.dev
3 points·by mgechev·10 tháng trước·0 comments

[untitled]

1 points·by mgechev·năm ngoái·0 comments

[untitled]

1 points·by mgechev·năm ngoái·0 comments

Angular Ships Incremental Hydration

blog.angular.dev
9 points·by mgechev·2 năm trước·1 comments

comments

mgechev
·2 năm trước·discuss
Edit: in v17.3 we have a minimal dependency on RxJS in ApplicationRef and NgZone, but in practice, it's unlikely that you'd need to use these APIs. In the following versions, we'll remove these dependencies and introduce interop APIs as well.
mgechev
·2 năm trước·discuss
Performance always needs to be a priority for a team to hit satisfying metrics.

Wiz is designed to make it harder to get bad metrics if performance is not your top goal.
mgechev
·2 năm trước·discuss
Yes, via Angular.
mgechev
·2 năm trước·discuss
It introduced very fine-grained code loading on interaction and something the community refers to as resumability.
mgechev
·2 năm trước·discuss
At this point, we are not anticipating to have to develop a new rendering engine at this point, so it should be a more incremental effort than Ivy.

As an Angular developer you could expect new features and developer experience improvements. Also over time you’d see more of Angular used in popular consumer Google products.
mgechev
·2 năm trước·discuss
Merging is the ultimate goal! Both teams are already working closely together on shared designs and specific implementations.
mgechev
·2 năm trước·discuss
We’re going to share a blog post with more details in the next couple of days.
mgechev
·2 năm trước·discuss
We’re building infrastructure for these products rather than the products themselves.

I’ll be happy to answer questions about Angular and our collaboration with Wiz :)
mgechev
·2 năm trước·discuss
Fundamentally they are similar to Preact Signals, Solid Signals, Vue signals, etc.

We took some different trade-offs and listed the details here https://github.com/angular/angular/discussions/49683
mgechev
·2 năm trước·discuss
>...but I HATE rxjs and the complexity of it. And the whole thing on top of rxjs, ngrx. You can't just simply take one value and compare it, no you have to use pipes and rxjs.

We're working on making RxJS optional. In v17.3 `@angular/core` no longer has a dependency on RxJS. In the long-term we'll enable a path forward without RxJS for other core modules as well.

That said, we're providing an interop package that enables even better RxJS support for people who make the decision to use it.
mgechev
·2 năm trước·discuss
Hey everyone, I'm working on this at Google and would be happy to answer your questions :)

The tldr; is that we see a lot of similar requirements from developers across Angular and Wiz, so we're looking for opportunities to reuse work. Good example is the Angular Signals library that's now used in all the YouTube Mobile Web. In a similar way, Angular is bringing more fine-grained code loading that Wiz offers.

Over time, we'll continue focusing on what's best for developers and incorporating the best from Wiz in Angular, and vice versa. At the end we can end up with one framework, or continue to coexist.

In the next couple of weeks we'll follow up with a blog post that explains our plan in more details.