HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgechev

no profile record

Submissions

[untitled]

1 points·by mgechev·hace 2 meses·0 comments

[untitled]

1 points·by mgechev·hace 4 meses·0 comments

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

blog.mgechev.com
1 points·by mgechev·hace 4 meses·0 comments

A Style Guide for AI Agent Skills

github.com
2 points·by mgechev·hace 5 meses·0 comments

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

blog.angular.dev
3 points·by mgechev·hace 10 meses·0 comments

[untitled]

1 points·by mgechev·el año pasado·0 comments

[untitled]

1 points·by mgechev·el año pasado·0 comments

Angular Ships Incremental Hydration

blog.angular.dev
9 points·by mgechev·hace 2 años·1 comments

comments

mgechev
·hace 2 años·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
·hace 2 años·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
·hace 2 años·discuss
Yes, via Angular.
mgechev
·hace 2 años·discuss
It introduced very fine-grained code loading on interaction and something the community refers to as resumability.
mgechev
·hace 2 años·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
·hace 2 años·discuss
Merging is the ultimate goal! Both teams are already working closely together on shared designs and specific implementations.
mgechev
·hace 2 años·discuss
We’re going to share a blog post with more details in the next couple of days.
mgechev
·hace 2 años·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
·hace 2 años·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
·hace 2 años·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
·hace 2 años·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.