zlacker

[return to "Scaling long-running autonomous coding"]
1. mk599+sa[view] [source] 2026-01-14 22:59:54
>>samwil+(OP)
Define "from scratch" in "building a web browser from scratch". This thing has over 100 crates as dependencies... To implement css layouting, it uses Taffy, a crate used by existing browser implementations...
◧◩
2. qingch+EY[view] [source] 2026-01-15 05:09:55
>>mk599+sa
And it's not necessarily a bad move to use all those dependencies, but you're right it makes the claim shady.

I can create a web browser in under a minute in Copilot if I ask it to build a WinForms project that embeds the WebView2 "Edge" component and just adds an address bar and a back button.

[go to top]