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

ayjay_t

no profile record

投稿

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

2 ポイント·投稿者 ayjay_t·昨年·0 コメント

コメント

ayjay_t
·昨年·議論
It's not the worst reach
ayjay_t
·昨年·議論
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
·昨年·議論
`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
·昨年·議論
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.