Mercurial
diff mrjunejune/src/blog/thoughts-on-ide/index.md @ 241:9c2eec61a152
[assets] Generate site images as WebP with Bazel
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 11:26:30 -0700 |
| parents | 295ac2e5ec00 |
| children |
line wrap: on
line diff
--- a/mrjunejune/src/blog/thoughts-on-ide/index.md Mon Aug 03 10:48:59 2026 -0700 +++ b/mrjunejune/src/blog/thoughts-on-ide/index.md Mon Aug 03 11:26:30 2026 -0700 @@ -13,7 +13,7 @@ I fully support tools that help developers write better code and become better engineers. But if someone doesn’t understand what’s happening under the hood and asks questions like, “Why can’t I run Python in my VS Code?”, then we’ve overcomplicated the process. This makes things harder for beginners to actually learn what is going on and frustrating for those who already know what they’re doing since it takes forever to figure out where to set simple configurations. Losing context about what’s happening behind the scenes leads to a noticeable degradation in the quality of engineers, who can no longer perform simple tasks in the terminal. -<div class="center"> <img src="/public/vscode.png" /> </div> +<div class="center"> <img src="/public/vscode.webp" /> </div> *Why is VS Code taking up 1GB of RAM for opening a text file? The folder doesn't have 1GB worth of the files.*