HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ayjay_t

no profile record

Submissions

Ask HN: A weird vesting term in not-USA country

2 points·by ayjay_t·السنة الماضية·0 comments

comments

ayjay_t
·السنة الماضية·discuss
It's not the worst reach
ayjay_t
·السنة الماضية·discuss
Said it better than I could. It's always a deflection from the fact that whoever is saying doesn't know anything about their industry.
ayjay_t
·السنة الماضية·discuss
`uv` isn't great for that, I've been specifying and rebuilding my environments for each "project".

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
·السنة الماضية·discuss
Yeah, I switched from pip to uv. uv seems like its almost the perfect solution for me.

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.