ayjay_t | 1 year ago | on: Jeff Bezos' revamp of 'Washington Post' opinions leads editor to quit
ayjay_t's comments
ayjay_t | 1 year ago | on: Users don't care about your tech stack
ayjay_t | 1 year ago | on: A year of uv: pros, cons, and should you migrate
My one off notebook I'm going to set up to be similar to the scripts, will require some mods.
It does take up a lot more space, it is quite a bit faster.
However, you could use the workspace concept for this I believe, and have the dependencies for all the projects described in one root folder and then all sub-folders will use the environment.
But I mean, our use case is very different than yours, its not necessary to use uv.
ayjay_t | 1 year ago | on: Uv's killer feature is making ad-hoc environments easy
it does virtualenv, it does pyenv, it does pip, so all thats managed in once place.
its much faster than pip.
its like 80% of my workflow now.