←back to thread

264 points tosh | 1 comments | | HN request time: 1.773s | source
Show context
rowanseymour ◴[] No.44366453[source]
I got excited about poetry a few years back because it seemed that the community might be finally able to rally around _one_ packaging solution. My favorite thing about Go is that there isn't a shiny new packaging tool every year.. just go.mod. uv definitely looks cool and the performance is very impressive.. but should I switch all my projects over? Are you going to be around in 5 years time?
replies(2): >>44366525 #>>44366975 #
frankwiles ◴[] No.44366525[source]
It takes 5 minutes to switch most projects. And less to go back to pip. Seems silly to waste a bunch of wall time when using pip when there is a super easy alternative that doesn't have high switching costs.
replies(1): >>44367192 #
1. rowanseymour ◴[] No.44367192[source]
Ok but that's really not the cost for a company that's been using tool X for years, accumulated some expertise in that, built their own tooling on top of it etc.