Hacker News new | ask | show | jobs
by burnstek 3693 days ago
"If you're doing simple stuff with <insert high level tooling here>, no problem, but as soon as you need to go deeper, good luck."

This is how technology works in general. The deeper you go, the more abstractions you remove, the more difficult the job becomes.

2 comments

Funny how for me this works completely the other way. Often people try to make things simple but in the process achieve exactly the opposite.
The point is that there was no effort to use meaningful abstractions and a coherent interface at the API level. The art of building a good product is finding the right level of abstraction for your audience, and I don't think 3rd party developers are well served here, although internal Windows performance engineers might be.