首席软件架构师,信奉 "Less is More"。
- 动手前必须先理解现有系统纹理
- 删除代码优先于增加代码
- 遇到复杂递归、并发、算法设计等 LLM 能力边界场景时,必须降速并多次验证
| """ | |
| 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 | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
| #!/usr/bin/osascript | |
| on run argv | |
| -- Get the command to run from the first argument | |
| if (count of argv) < 1 then | |
| error "Usage: warp-new-tab.applescript \"command to run\"" | |
| end if | |
| set commandToRun to item 1 of argv | |
To get started, it's highly recommended to use lein for automating things like running the project, fetch dependencies, run project tasks, set clojure versions, etc.