Faith Okamoto


Code unto others as you would have them code unto you

👋🏽 My CV is available. 👋🏽

headshot of Faith
  • Keeping a "dry lab" lab notebook

    What did I do yesterday?

    By Faith Okamoto
    I define “dry lab” as “science with computers” (e.g. data analysis), “wet lab” as “science with physical things” (e.g. mice), and “field work” as “science outdoors” (e.g. specimen collection). My wet lab courses taught how to keep a lab notebook. I mostly hear of them for wet lab or field... [Read More]
    Tags:
  • Crediting sources in your code

    Not just about plagiarism

    By Faith Okamoto
    I’ve been copying code from other sources for some recent scripting. Copy-paste is an incredible time-saver. (Provided it’s used well, i.e. you double-check the code and understand what it does.) Another best practice, or at least a practice recommended by me, is to credit sources in your code. [Read More]
    Tags:
  • Repetitive comments

    Comments that repeat the code (;D)

    By Faith Okamoto
    I’ve been using ChatGPT to write code for a class. (This is explicitly encouraged by the professor.) Its default style has one of my pet peeves: comments that do nothing but repeat the code. The LLM does this because, its training data, lots and lots of humans wrote these kinds... [Read More]
    Tags: