LibraryCarpentry / lc-shell

Library Carpentry: The UNIX Shell
https://librarycarpentry.org/lc-shell/
Other
31 stars 85 forks source link

Instructor Notes - typos? #152

Closed madwarner99 closed 2 years ago

madwarner99 commented 4 years ago

Hi there! This from a newbie, so I'm not sure if these are errors, but I'm finding them confusing.

https://librarycarpentry.org/lc-shell/guide/

  1. From the first line of the 3rd paragraph of the Overview section: The third answer is, “Because it enables use of many domain-specific tools and compute resources researchers cannot access otherwise.” Should the word compute be computer?

  2. From the Teaching Notes section toward the bottom:

After "follow-on consequences:" I'm looking for a list of the consequences, but the bulleted list resumes. Which if any of the following bullets apply to the above, or is the colon supposed to be a period?

alex-ball commented 4 years ago
  1. This is a bit of computer science jargon, but "compute" is used a bit like "storage", that is, to refer to computation as a function or service that an organization provides. So "compute resource" refers to any service on which you can run a computational "job" and get a result back, such as an HPC (high performance computing) cluster. (In some big data scenarios, you would never download the data and analyse it locally; instead you would send an analysis routine to where the data is held and get them to pass back the output.)

  2. From what I can see, the immediately following point (about shebang) is a follow-on consequence of missing out an important thing (permissions). But none of the points after that seem to be. I also note that "Installing Bash and a reasonable set of Unix commands on Windows..." is repeated and expanded on in its own section below, so could probably be deleted from this list.