Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion to Improve README by FTP Related Comments #6

Open
martinvahi opened this issue Jan 6, 2022 · 0 comments
Open

Suggestion to Improve README by FTP Related Comments #6

martinvahi opened this issue Jan 6, 2022 · 0 comments

Comments

@martinvahi
Copy link

An idea:

On Linux all of the Omega project deliverables MIGHT be downloaded with a 
command line program "lftp"

    mkdir ./the_copy
    cd ./the_copy
        lftp ftp://ftp.cs.umd.edu/pub/omega/
            # at lftp console please type
            mirror ./
            # and after the download is complete, please type
            exit

As of 2022_01_06 I haven't studied the Omega project yet, but I found it from

http://www.cs.cmu.edu/~scandal/research-groups.html

and my motivation is to assemble myself a collection of local copies of
various software projects. The idea is that in a chemistry lab there is a
storage area with a huge amount of different reagents. in electronics lab
there are storage containers with a huge variety of different electronic components
and in a software_laboratory there should be a "local storage" with
software components and their documentation. Basically, a classical paper-book-library
analogue of software components, a "private GitHub" with a personally assembled selection
of components that one has personally tested and has extra notes about how to
use/build them, preferably with custom build scripts, custom packaging.

One may call it an arms race between software developers and there have been
many fine projects that have gone offline and that are useful for interfacing with
legacy systems. Academics do not need to deal with legacy systems, but IRL the
newest and greatest oftentimes has to use something from the giants before us, specially
if it has something to do with hardware, because hardware costs and even if it were for free,
its installation costs. An example: mountains can be for free, but the builders, who crave caves/statues
into the mountains do ask/need some sort of payment. The same with hardware installation and setup.

Thank You for reading my comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant