because adulthood is lonely

WallAboutListLeave

#3 — Sat 16 August 2025 by Evan Chen

Spent 20 bucks to try Claude Code so I can I sit around watching the token count increase instead of using my own brain. Don't know how I feel about that.

On the other hand, it did d65eee7c by itself so it probably was already worth the 20 bucks. Keep experimenting I guess and see if I want to renew in a month.


#2 — Fri 15 August 2025 by Evan Chen

Making uv play nice with virtualfish:

# Automatically sets UV_PROJECT_ENVIRONMENT when VIRTUAL_ENV changes

function __uv_sync_virtual_env --on-variable VIRTUAL_ENV
    if not status --is-interactive
        return
    end
    if status --is-command-substitution
        return
    end
    if set -q VIRTUAL_ENV
        set -gx UV_PROJECT_ENVIRONMENT $VIRTUAL_ENV
    else
        set -e UV_PROJECT_ENVIRONMENT
    end
end

# Run once on startup to sync current state
__uv_sync_virtual_env

#1 — Fri 15 August 2025 by Evan Chen

uv is so fast holy crap

i'm so blown away


(prev) Page 32 / 32