| ▲ | Sytten 3 hours ago |
| I found that Mise handles all my needs for development and it is scoped so it doesn't try to update Python and break all my virtual env when I install something new /shrug |
|
| ▲ | artdigital 2 hours ago | parent | next [-] |
| I also started using Mise for global CLI tools instead of brew and it’s working really well Eg: mise use -g gcloud instead of brew install xxx It can even do that for npm packages! Like mise use -g npm:xxx |
|
| ▲ | 9dev 3 hours ago | parent | prev | next [-] |
| Why would you even use python without uv anymore, and have a system python binary and virtual envs linked to it? |
| |
| ▲ | atmosx an hour ago | parent [-] | | Python might be just one of the languages required by the dev stack not the only language. Mise is the right tool for the job. | | |
| ▲ | 9dev an hour ago | parent [-] | | Last time I checked, Mise is still a one-man show. That’s way too risky for a critical party of my supply chain for my taste. | | |
| ▲ | doodlesdev 36 minutes ago | parent | next [-] | | So is sudo... And that's not "too risky" for the entire industry. That's not to say bus factor is irrelevant (I personally think about it a lot when choosing software projects), but truthfully the bus factor here especially doesn't matter much, as mise is an easy tool to replace (with asdf, for example) if something goes wrong with it eventually. I highly recommend trying it out. I resisted using it for some time, but it solved some pain points I had with NodeJS, Ruby, and Python regarding installation. | |
| ▲ | jdxcode 33 minutes ago | parent | prev [-] | | this makes no sense to me, the reason i don't give anyone else the commit bit is only to _protect_ the supply chain. you should want as few people with that access as possible. |
|
|
|
|
| ▲ | hk1337 3 hours ago | parent | prev | next [-] |
| I split my usage. Homebrew for OS things mise for the various tooling. The only problem some things still have a dependency on requiring python and others on the system. The problem being that they’re there, mise works just fine. |
|
| ▲ | bodash 3 hours ago | parent | prev | next [-] |
| my split: brew for casks, mise for tools |
|
| ▲ | acedTrex an hour ago | parent | prev [-] |
| Mise is really sloppily vibe coded these days |