- Aug 2024
-
futuretextpublishing.com futuretextpublishing.com
-
I have written down all these thoughts are as ‘remarks’
spurious "are" here
-
- Dec 2023
-
webdevelopmenthistory.com webdevelopmenthistory.com
- Oct 2023
-
triplescripts.org triplescripts.org
-
offline documents
"[...] that is, ones not technically on the Web"
-
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."
-
Browsers
"Web browsers"
-
This is of course ideal
huh?
-
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."? -
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"
-
[ 0, 0, 0, 1 ]
And of course there's a bug here. This should be
[1, 0, 0, 1]
. -
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`
-
propertes
"properties"
-
returned
"... by
getStats
." -
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.)
Tags
Annotators
URL
-
- May 2023
-
www.iastatedigitalpress.com www.iastatedigitalpress.com
-
IETP
should be "IETF"
-
- Oct 2022
-
shalabh.com shalabh.com
-
rollback
nit: should be "to roll back" here
-
- Mar 2022
-
annotations.lindylearn.io annotations.lindylearn.io
-
FAQ
Bad link (currently points to @chrisaldrich's profile page)
Tags
Annotators
URL
-
-
annotations.lindylearn.io annotations.lindylearn.io
-
ontop
typo?
Tags
Annotators
URL
-
- Feb 2022
-
www.colbyrussell.com www.colbyrussell.com
-
this section
Should have probably written "this entire section (including the preceding code block and the one that follows)".
-
speak
"to speak"
-
code blocks
"blocks containing our flavored pseudocode"
Tags
Annotators
URL
-
-
www.marketwatch.com www.marketwatch.com
-
turn-of-phrases
MarketWatch doesn't have editors?
-
-
www.calculusmadeeasy.org www.calculusmadeeasy.org
-
–in common-sense terms–
these should be em dashes
Tags
Annotators
URL
-
-
web.archive.org web.archive.org
-
limites
should be "limits"
-
Englebart
should be "Engelbart"
-
-
ubiquity.acm.org ubiquity.acm.org
-
then
should be "than"
Tags
Annotators
URL
-
- Jan 2022
-
openwa.pressbooks.pub openwa.pressbooks.pub
-
smart dimension
Capitalize “Smart Dimension” for consistency of style.
-
-
openwa.pressbooks.pub openwa.pressbooks.pub
-
Plane
For clarity, this is better lowercase to differentiate between design tree options and concepts like “Plane”.
-
-
openwa.pressbooks.pub openwa.pressbooks.pub
-
let’s
lets (no apostrophe)
-
-
openwa.pressbooks.pub openwa.pressbooks.pub
-
Designs
lc “designs”
-
Designs
lc “designs”
-
Graphics Card
Lowercase “graphics card”
-
any other like product you can think of.
Redundant with the phrase “all sorts of products.”
-
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,”
-
systems
Missing a space after “CAD”.
-
-
openwa.pressbooks.pub openwa.pressbooks.pub
-
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.
-
- Dec 2021
-
www.sothebys.com www.sothebys.com
-
which remained sealed up and unknown after his passing in 1988
missing an "until" here
-
-
pagenode.org pagenode.orgPagenode1
-
exits
typo for "exists"
-
-
triplescripts.org triplescripts.org
-
Two things that still need to be addressed in section 7:
- the top module is special
- an uncluttered root directory is good practice
-
Next, we discuss the implementation strategy.
s/.*/Let's discuss an implementation strategy/
-
- Nov 2021
-
futuretextpublishing.com futuretextpublishing.com
-
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
-
- Jul 2021
-
thehistoryoftheweb.com thehistoryoftheweb.com
-
less
"fewer"
-
-
thehistoryoftheweb.com thehistoryoftheweb.com
-
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.
Tags
Annotators
URL
-
-
notebook.drmaciver.com notebook.drmaciver.com
-
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.)
-
-
lab6.com lab6.com
-
fake plastic human-interest
The formatting of this link is messed up.
-
-
nlnet.nl nlnet.nl
-
philantropic gift
Typo; should "philanthropic".
Tags
Annotators
URL
-
- Apr 2021
-
writefreely.org writefreely.org
-
Javascript
"JavaScript" (or "JS")
Tags
Annotators
URL
-
-
developers.write.as developers.write.as
-
Javascript
"JavaScript" (or "JS")
Tags
Annotators
URL
-
- Mar 2021
-
triplescripts.org triplescripts.org
-
revist
Typo; should be "revisit".
-
d-blocks
As noted above (see https://hypothes.is/a/oHvCzI1DEeuC9IvJw8DOYw), g-blocks are most appropriate.
-
"// export"
Should be
/// export
for the same reason as above. (See https://hypothes.is/a/oHvCzI1DEeuC9IvJw8DOYw.) -
"// <script>" and "// </script>"
Should be using
//?
here, now that g-blocks are a thing. -
before
"before"? We only just mentioned it!
-
- Feb 2021
-
blog.nindalf.com blog.nindalf.com
-
by
typo (should be "my")
Tags
Annotators
URL
-
- May 2014
-
tendermint.com tendermint.com
-
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/
-
Our algorithm is based on algorithm 2’
Is this a typo or is this "two prime"?
Tags
Annotators
URL
-