Skip to content

Commit 3c7dc60

Browse files
committed
people/ctrueden: tweak tool recommendation wording
And document why VSCode is potentially problematic.
1 parent acc2529 commit 3c7dc60

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

_pages/people/ctrueden.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ So you want to be an effective software developer? Use tools!
6969
<td rowspan="4">AI Coding Assistants</td>
7070
<td rowspan="4">Ignore the hype and the hate, and <a href="https://www.thatsoftwaredude.com/content/14227/how-to-actually-use-ai-as-a-developer-in-2026">learn to use them</a>&mdash;see my <a href="https://docs.google.com/presentation/d/1esXn1TU5G6KIzRzXM-47aEm9MgWkfidtnCApE5rxe80/present">talk slides from Dec 2025</a></td>
7171
<td><a href="https://github.com/features/copilot/cli">GitHub Copilot CLI</a></td>
72-
<td>GitHub Copilot Pro is <a href="https://docs.github.com/en/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro">free for teachers, students, and OSS maintainers</a></td>
72+
<td>GitHub Copilot Pro is <a href="https://docs.github.com/en/copilot/how-tos/manage-your-account/get-free-access-to-copilot-pro">free for teachers/researchers, students, and OSS maintainers</a>, and includes access to Claude, Gemini, and GPT models</td>
7373
</tr>
7474
<tr>
7575
<td><a href="https://www.claude.com/product/claude-code">Claude Code</a></td>
76-
<td>Not free (Claude Pro is $20/month), but Claude is awesome&mdash;and Claude models are also available within Copilot</td>
76+
<td>Not free (Claude Pro is $20/month), but Claude is awesome</td>
7777
</tr>
7878
<tr>
7979
<td><a href="https://geminicli.com/">Gemini CLI</a></td>
@@ -84,16 +84,16 @@ So you want to be an effective software developer? Use tools!
8484
<td>Run LLMs locally for superior privacy</td>
8585
</tr>
8686
<tr>
87-
<td rowspan="3"><a href="/develop/ides">IDEs</a></td>
88-
<td rowspan="3">
87+
<td rowspan="4"><a href="/develop/ides">IDEs</a></td>
88+
<td rowspan="4">
8989
Super powerful
9090
<ul>
9191
<li>Easily navigate large projects</li>
9292
<li>Supreme code completion</li>
9393
<li>Illuminating debugger</li>
9494
</ul>
9595
</td>
96-
<td><a href="/develop/intellij">IntelliJ IDEA</a> (Java)</td>
96+
<td><a href="/develop/intellij">IntelliJ IDEA</a></td>
9797
<td>For Java and Kotlin projects</td>
9898
</tr>
9999
<tr>
@@ -104,6 +104,10 @@ So you want to be an effective software developer? Use tools!
104104
<td><a href="https://plugins.jetbrains.com/plugin/164-ideavim">IdeaVim</a></td>
105105
<td>Vim-fu inside JetBrains IDEs – almost as good as the real thing</td>
106106
</tr>
107+
<tr>
108+
<td><strike><a href="https://code.visualstudio.com/">Visual Studio Code</a></strike></td>
109+
<td>Flexible, powerful, popular, and <a href="https://code.visualstudio.com/docs/configure/telemetry">chock full of Microsoft data harvesting</a>! (You can use <a href="https://vscodium.com/">VSCodium</a> instead, but <a href="https://stackoverflow.com/q/75345501/1207769">Python support sucks</a> compared to official/proprietary VSCode builds without <a href="https://www.flypenguin.de/2023/02/26/use-vscodium-with-microsofts-proprietary-marketplace/">hacky tricks</a> that <a href="https://github.com/VSCodium/vscodium/discussions/1641">may stop working</a>...)</td>
110+
</tr>
107111
<tr>
108112
<td rowspan=5><a href="https://www.vim.org/">Vim</a></td>
109113
<td rowspan=5>Great editor. Crazy fast <a href="https://vim.wikia.com/wiki/Macros">macros</a></td>

0 commit comments

Comments
 (0)