It is absolutely a distinct, new kind of product for them and I don’t understand how it is fanboyism to say so. They have very few, very clear lanes of products with few variations. This is an entirely different fleet/price point for their laptops. It doesn’t even use the M chip, which every other computer they offer does.
It’s a budget laptop. They didn’t have a budget laptop prior.
This is awesome. If you made a book or video-course that takes this level of high level explanation and translate it to the technical and then mathematical level, I would buy it in an heartbeat.
This is what I think is missing in most AI (broad sense) learning resources. They focus too much on the math that I miss the intuitive process behind it.
I think Dang is saying that you don't need DI. DI is a way of having some generic code be able to call some specific code when needed. If your whole stack is specific you don't have that problem - instead of the DI call site, you just call the function! Much simpler.
In my own game scripting scheme, I use implicit argument passing, like a cancellation token to async calls, and a rendering context used for immediate mode esque rendering.
reply