If you're running low on disk space and are a uv user, don't forget about uv cache prune:
uv cache prune
removes all unused cache entries. For example, the cache directory may contain entries created in previous uv versions that are no longer necessary and can be safely removed.uv cache prune
is safe to run periodically, to keep the cache directory clean.
My Mac just ran out of space. I ran OmniDiskSweeper and noticed that the ~/.cache/uv
directory was 63.4GB - so I ran this:
uv cache prune
Pruning cache at: /Users/simon/.cache/uv
Removed 1156394 files (37.3GiB)
And now my computer can breathe again!
Recent articles
- Reverse engineering some updates to Claude - 31st July 2025
- Trying out Qwen3 Coder Flash using LM Studio and Open WebUI and LLM - 31st July 2025
- My 2.5 year old laptop can write Space Invaders in JavaScript now, using GLM-4.5 Air and MLX - 29th July 2025