Remix.run Logo
mhh__ 2 days ago

Absolutely love this style of tool management. Why do we ever install anything?

Edit: consider also git bisect!

JTyQZSnP3cQGa8B 2 days ago | parent | next [-]

> Why do we ever install anything

To be able to reproduce all the procedures reliably, constantly, and without an internet connection. At least it's a requirement for my job and some other industries. Also because it's good to be serious about your job, and because reproducible builds is a nice thing to do.

mhh__ 2 days ago | parent [-]

This is more reproducible than most things people come up with ad-hoc, it insists upon the hash of the thing it downloads.

hiatus 2 days ago | parent | prev | next [-]

This _does_ seem to "install" things to a DOTSLASH_CACHE dir though.[1] It seems similar to tools like nvm of pyenv but in this case can handle more than just a single target language. Pretty neat.

[1] https://dotslash-cli.com/docs/flags/#environment-variables

bityard 2 days ago | parent | prev [-]

Well, it looks like you have to install DotSlash.

mhh__ 2 days ago | parent [-]

You can actually just bootstrap with a shebang script