クルマのメカには興味あるけど、パーツなどをカスタマイズして最高のチューンにしたいぜ、みたいなモチベーションは特になくて、自動車メーカーやサプライヤーがどういう原理のもと何を考えて自動車や部品を作っているのか、みたいな話のほうが興味あるんだなということがわかってきた。Motor Fan illustrated はそういう気持ちに応えてくれる雑誌だと感じる。
DevTools はでかいから Load only what is necessary しようね、という話
DevTools ships every single day in Canary builds of Chromium-based browsers. It is therefore risky to halt development during a migration (even for a couple of weeks), as DevTools can cause Canary builds to break and effect not just end-users, but also engineers working on the web platform itself であることに気を遣おうという話
DevTools is a web app that talks the DevTools Protocol over a WebSocket to a backend within Blink's C++.
The devtools-frontend github wiki is the best current documentation on the various components of DevTools, including architecture, testing, etc