| title |
|---|
this follows front matter format |
Chat variables
Use chat variables in your chat prompt to reference context that is relevant to your question.
Chat variable Description
#changes The list of source control changes.
| """ | |
| The most atomic way to train and inference a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. Everything else is just efficiency. | |
| @karpathy and @claude with the refactoring barkie dog :ruff: | |
| """ | |
| import logging | |
| import math # math.log, math.exp | |
| import operator |
| # Few helpful rebase commands | |
| git config --global core.editor=code | |
| git config --global sequence.editor=code --wait --reuse-window | |
| # Find the divergent commit | |
| git merge-base --fork-point main | |
| # Interactive rebase | |
| git rebase -i |
| title |
|---|
this follows front matter format |
Chat variables
Use chat variables in your chat prompt to reference context that is relevant to your question.
Chat variable Description
#changes The list of source control changes.
https://github.com/search?q=path%3A.vscode%2Fmcp.json&type=code
As of April 13, 2025 there are 147 files.
https://code.visualstudio.com/docs/copilot/copilot-customization#_reusable-prompt-files-experimental
To enable prompt files, configure the chat.promptFiles VS Code setting. By default, prompt files are located in the .github/prompts directory of your workspace. You can also specify additional folders where prompt files are located.
Set the chat.promptFiles setting to true for the .github/prompts directory.
Create a .prompt.md file in the .github/prompts directory of your workspace.
https://nox.thea.codes/en/stable/cookbook.html
Note that the recipes and dependencies eg bump2version are out of date.
uv tool install tox --with tox-uv # use uv to installhttps://bluesock.org/~willkg/blog/dev/switch_pyenv_to_uv.html
uv python install 3.10 3.11 3.12 3.13
uv tool install --with tox-uv toxFast on Linux and Windows, and supports 3-way merging! Diffinity and Meld are a couple of other viable options.
winget install KDE.KDiff3