←back to thread

741 points chirau | 5 comments | | HN request time: 0.667s | source
Show context
neves ◴[] No.44358711[source]
It is a venture capital startup. If I start use uv, what's our protection against the company going rogue?
replies(3): >>44358744 #>>44358748 #>>44363830 #
1. zffr ◴[] No.44358748[source]
Why wouldn't you be able to switch back to using pip ?
replies(3): >>44358837 #>>44358856 #>>44362022 #
2. nullhole ◴[] No.44358837[source]
It seems like that'd work as long as you restrict yourself entirely to the pip interface. Stray outside of that, and you start accumulating a real dependency on uv itself.
replies(1): >>44368746 #
3. kylecordes ◴[] No.44358856[source]
If uv disappeared tomorrow, five projects would spring up to make compatible implementations of its functionality.
4. lmm ◴[] No.44362022[source]
Because after a few years of using a non-awful tool you lose your tolerance for awfulness?
5. maleldil ◴[] No.44368746[source]
It's trivial to switch from uv to other projects like pdm or poetry. uv follows the standard PEPs really closely, so most things are interoperable.