Coder Social home page Coder Social logo

Comments (11)

vladaionescu avatar vladaionescu commented on May 5, 2024 1

I've been meaning to do better installer, haven't gotten around to it. Go for it @dashwav - brew package makes sense.

from earthly.

tipok avatar tipok commented on May 5, 2024 1

Hi, i've added a PR in the homebrew repo #53992

from earthly.

vladaionescu avatar vladaionescu commented on May 5, 2024

An alternative is to download the binary yourself from the releases page and place it in your bin.

from earthly.

chbarts avatar chbarts commented on May 5, 2024

If the simple and straightforwards way works, why do you suggest the dangerous and complicated one?

from earthly.

idelvall avatar idelvall commented on May 5, 2024

If the simple and straightforwards way works, why do you suggest the dangerous and complicated one?

Why do you think is "dangerous" and "complicated"?

from earthly.

chbarts avatar chbarts commented on May 5, 2024

It's complicated because just downloading a file is the simplest possible method of installing something. It's dangerous because a script can do strange things, especially when run in an arbitrary environment; your script doesn't know how my machine is set up, so it doesn't know how not to be dangerous.

from earthly.

idelvall avatar idelvall commented on May 5, 2024

I see, but for lots of people (me included) running a command in the console is much preferable than downloading, copying and changing permissions.

About the dangerous part, running a script is as dangerous as running a manually downloaded binary, that can also do strange things (in a much obfuscated way), don't you think?

your script

It's Vlad's, i am just a reader here :)

from earthly.

chbarts avatar chbarts commented on May 5, 2024

Sorry, I didn't check the username I guess.

I still think the script is more dangerous, both because it could be partially downloaded (which would lead to the shell running some unknown, inconsistent script which gets cut off at an unpredictable point) and because installation is inherently more, I don't know, "touchy-feely" with various parts of the filesystem, whereas the binary itself is more likely to stick to its task. Ultimately, I trust Vlad, which is why I'm even commenting here; what I don't trust that far is the network connection and Vlad's knowledge of how my directory structure is set up.

from earthly.

dashwav avatar dashwav commented on May 5, 2024

I think this would be a very nice feature. At the very least I think a Homebrew package would be very helpful in terms of adoption. Brew can be used to install packages in a very consistent and safe manner while also installing any dependencies needed as well. With brew for linux now being fairly stable this would allow for an easy install on about 50% of developer workstations.

As a personal note I am much more willing to try out new software if I see it has a brew package as there are very few barriers to getting it working on my workstation (brew manages dependencies, path, bin, etc).

I would also be willing to help with the development of the formulae should this be a path the maintainer is willing to take.

from earthly.

vladaionescu avatar vladaionescu commented on May 5, 2024

Thanks - I left a couple of comments on it.

from earthly.

tipok avatar tipok commented on May 5, 2024

Thank you, added to the PR

from earthly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.