Difference between revisions of "Class Journal Week 3"

From LMU BioDB 2017
Jump to: navigation, search
(Removing Categories)
(Added my response section)
Line 1: Line 1:
 
{{Template:Cazinge_Shared_Week_3}}
 
{{Template:Cazinge_Shared_Week_3}}
 +
 +
{{Template:Cwong34_Shared_Journal_Week_3}}

Revision as of 22:57, 16 September 2017

Eddie Azinge's Responses

  1. Pull out a quote from the first two sections of “What is Code?” that you think directly relates to what you experienced in the individual portion of this assignment. Explain why this quote is particularly resonant for you.
    • "Every character truly, truly matters. Every single stupid misplaced semicolon, space where you meant tab, bracket instead of a parenthesis—mistakes can leave the computer in a state of panic." - Paul Ford's "What is code?", Section 2.3
    • This quote specifically resonates with me from this homework assignment, specifically the bit about 'every single stupid [...] bracket instead of a parenthesis.' At the tail end of the assignment, when I was transforming the raw curl'd output into a neatly formatted version, I had made the mistake of using a pair of brackets instead of a pair of parenthesis in the grep regex `<(BR|PRE)>`, and vice versa in the sed regex `s/<[^>]*>//g`. This lost me a good chunk of time, as I couldn't figure out what other part of my command would have been wrong. It was only after I had thrown my regex into an evaluator that I realized that I had confused their definitions, and my code finally worked. Ford's comment about every character truly mattering resonated quite a bit with me after that.
  2. What do you think you need in order to grow more comfortable, confident, and effective with the command line and manipulating data at a “raw” level?
    • All I believe I need is more practice interfacing with the command line and with data. Until recently, I haven't needed to use the command line in order to generate and format data, but if I were to work on more projects that require the functionality of retrieving data from some remote server, then I believe that necessity would force me to become more effective with the command line and manipulating data at a “raw” level.
Cazinge (talk) 14:28, 16 September 2017 (PDT)

Corinne Wong's Response

  1. "There are 11 million professional software developers on earth, according to the research firm IDC. (An additional 7 million are hobbyists.) That's roughly the population of the greater Los Angeles metro area ... There are programmers for everything. They have different cultures, different tribal folklores, that they use to organize their working life." This quote stood out to me because I knew coding was up and coming, but it really put it into perspective for me. There are a lot of people that code in the world. Moreover, for a lot of them it's not necessarily their profession. This really allowed me to see how much coding is a part of our daily lives and how anyone is capable of doing it, whether it's for their job or to help simplify their lives. Similar to this class - a lot of us are biologists who likely had no intention of coding in our careers, but here we are. Not only are we doing it, but we can also see how code is involved in biology and how it has shaped our field and the tools we use.
  2. I think I need more practice. It seems to require a lot of knowing certain sequences and commands that I do not. Once I start practicing more, learning new commands, and frequently using them, I'll be able to remember the codes and be more comfortable and confident with my skills.

Cwong34 (talk) 18:16, 16 September 2017 (PDT)

cwong34

BIOL/CMSI 367-01: Biological Databases Fall 2017

Assignments

Journal Entries:

Shared Journals:

Group Project