HackerTrans
トップ新着トレンドコメント過去質問紹介求人

euiq

170 カルマ登録 6 年前
Go away!

コメント

euiq
·9 日前·議論
Pi already emits good errors messages; I always see Claude Opus 4.8 correct itself in its next attempt when it gets a tool call wrong.
euiq
·2 か月前·議論
`uv.lock` pins exact versions (and hashes) of your dependencies.
euiq
·11 か月前·議論
General Topology is valuable, especially for the filter perspective; so are some of the Algebra volumes.
euiq
·昨年·議論
I know that `git rebase` changes the committer date while keeping the author date the same, so I'm assuming something similar happened here. For example, many of the early commits have this committer date with varying author dates:

    $ git show --format=fuller 3dafc8f5de6ffe46fb223a75a46a6bd848b6daf8
    commit 3dafc8f5de6ffe46fb223a75a46a6bd848b6daf8
    Author:     Kenton Varda <[email protected]>
    AuthorDate: Thu Feb 27 17:15:37 2025 -0600
    Commit:     Kenton Varda <[email protected]>
    CommitDate: Tue Mar 4 14:48:59 2025 -0600
    
        Add storage schema by Claude.
GitHub uses the committer date for its history, which is annoying if you rebase frequently; I like to run a non-interactive `git rebase` with `--commmiter-date-is-author-date` in such cases.