New comment by bananaquant in "Claude Fable is relentlessly proactive" (opens in new tab) 💻CLI Tools Content type: Code 3 articles covering this post
This to me reads like a poignant commentary on the catastrophic loss of human agency, with the actual commit being highly revealing [0].Author wants to hide a horizontal scrollbar. Any junior frontend dev worth their salt will be asking right away "where do I stick `overflow-x: hidden;`?" A complete solution will then require hitting "Inspect element" in the browser to find the CSS class and running (rip)grep to find where it is in code, to then add a single line to.An actual proactive progra...
Read the original article