54 Matching Annotations
  1. Dec 2023
  2. Oct 2023
    1. offline documents

      "[...] that is, ones not technically on the Web"

    2. This poses a problem that we'll need to address.

      Add a liaison/segue sentence here (after this one) that says "Browsers, in fact, were not designed with triple scripts in mind at all."

    3. Browsers

      "Web browsers"

    4. This is of course ideal

      huh?

    5. It expects the system read call to return a promise that resolves to the file's contents.

      Just say "It expects the read call to resolve to the file contents."?

    6. The project archive's subtree

      Find a better way to say this. E.g. "The subdirectory for Part 1 from the project archive source tree"

    7. [ 0, 0, 0, 1 ]

      And of course there's a bug here. This should be [1, 0, 0, 1].

    8. returns [ 0, 0, 0, 1 ]

      We can afford to emphasize the TYPE family constants here by saying something like:

      Or, to put it another way, given a statement let stats = checker.getStats(), the following results are true:

      stats[LineChecker.TYPE_NONE] // evaluates to `1`
      stats[LineChecker.TYPE_CR]   // evaluates to `0`
      stats[LineChecker.TYPE_LF]   // evaluates to `0`
      stats[LineChecker.TYPE_CRLF] // evaluates to `1`
      
    9. propertes

      "properties"

    10. returned

      "... by getStats."

    11. In fact, this is the default for DOS-style text-processing utilities.

      Note that the example cited is "a single line of text". We should emphasize that this isn't what we mean when we say that this is the default for DOS-style text files. (Of course DOS supports multi-line text files. It's just that the last line will have no CRLF sequence.)

  3. May 2023
  4. Oct 2022
  5. Mar 2022
  6. Feb 2022
    1. this section

      Should have probably written "this entire section (including the preceding code block and the one that follows)".

    2. speak

      "to speak"

    3. code blocks

      "blocks containing our flavored pseudocode"

  7. Jan 2022
    1. smart dimension

      Capitalize “Smart Dimension” for consistency of style.

    1. Plane

      For clarity, this is better lowercase to differentiate between design tree options and concepts like “Plane”.

    1. Designs

      lc “designs”

    2. Designs

      lc “designs”

    3. Graphics Card

      Lowercase “graphics card”

    4. any other like product you can think of.

      Redundant with the phrase “all sorts of products.”

    5. SolidWorks is typically used to design assemblies that work mechanically that are typically less than 200 parts.

      More simply, “SolidWorks is typically used to design mechanical assemblies comprising fewer than 200 parts,”

    6. systems

      Missing a space after “CAD”.

    1. You will learn how to start a new part file, the different file types, the user interface, different setting and view options.

      You will learn how to start a new part file, the different file types, the user interface, and different setting and view options.

  8. Dec 2021
    1. Two things that still need to be addressed in section 7:

      • the top module is special
      • an uncluttered root directory is good practice
    2. Next, we discuss the implementation strategy.

      s/.*/Let's discuss an implementation strategy/

  9. Nov 2021
    1. my word processor Author could already see extra metainformation on the macOS Clipboard when text copied from the Apple Safari web browser, that the text came from a specific web address etc
  10. Jul 2021
    1. It also typically goes hand in hand with another concept known as scratching your own itch. Building a product or service or website that you yourself would like to see in the world.

      Lots of punctuation mistakes in these two "sentences"—one being that this isn't really two sentences, since the second is a fragment, but it could be fixed by swapping the period for a colon or em dash.

    1. while still holding tab down

      Alt, you mean? (No Windows here; can't test, but it seems like that would be the right way to do it.)

    1. fake plastic human-interest

      The formatting of this link is messed up.

  11. Apr 2021
  12. Mar 2021
  13. Feb 2021
  14. May 2014
    1. Like the algorithm as proposed by Dwork et al, it can tolerant of up to 1 = 3 byzantine voting power.
      • strike "as"
      • s/tolerant/tolerate/
    2. Our algorithm is based on algorithm 2’

      Is this a typo or is this "two prime"?