Hacker News new | ask | show | jobs
by jdxcode 4 days ago
mise uses these as well and adopting them has been a massive improvement in the user experience for my python users. y'all have been doing a fantastic job maintaining them.

i'm also doing the same for ruby—maintaining the binaries myself which is becoming the default in mise next week: https://github.com/jdx/ruby

i'm a firm believer that pre-compiled, portable binaries are the best way to distribute runtimes and clis.

1 comments

The combo of mise + UV has made my development environment setup/recreation so seamless. We've come a long way.

(Props to your work on mise)