- Oct 2024
-
www.cleveland.com www.cleveland.com
-
limitations
Jake misspelled "infringements" here.
-
- Feb 2024
-
runestone.academy runestone.academy
-
import java.swing.*;
This should read javax.swing.*; (maybe) I have no clue why IntelliJ never seems to be able to import anything correctly from this book. (not the book's fault I feel :D)
-
- Jan 2024
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
Select the odd number between -20 and 45.
Plural
Select the odd numbers between -20 and 45.
-
- Dec 2023
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
substituated
substituted
-
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
Method catrgory
The method category
-
-
abc6onyourside.com abc6onyourside.com
-
he was about two miles away from the murder scene
The suspect was charged with voluntary manslaughter - not murder. This suggests that the prosecutor believes it could be a shooting in self-defense. If it's self-defense, then by definition, it's not a "murder scene".
-
-
www.wyso.org www.wyso.org
-
According to Fleps and the Six-Point Safety Plan for Norfolk Southern, wayside detectors will now be no farther than 15 feet apart. Before East Palestine, the average distance for wayside detectors was 20 to 25 feet apart, in line with the industry recommendation.
The detectors will be 15 miles apart, up from the 20-25 miles apart they are now. Not feet.
That'd be crazy to have a detector every 15 feet. 🤪
-
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
just sends the #allClasses method
just sends the
#allClasses
message
-
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
and block of code
Missing article
and a block of code
-
- Nov 2023
-
-
Nitrogen gas is lighter than air
Nitrogen gas is not lighter than air, in fact "air" is mostly nitrogen. In fact, it's about 78% nitrogen.
-
- May 2023
-
www.iastatedigitalpress.com www.iastatedigitalpress.com
-
1=23189,00.asp
should have been "[...]a=23189,00.asp"
-
www.pcmag.com/print_article/0,3048,1=23189,00.asp
should have been http://www.pcmag.com/print_article/0,3048,a=23189,00.asp
i.e., s/1=/a=/
-
IETC
should be "IETF"
-
IETP
should be "IETF"
-
WC3
should be "W3C"
-
Floyd calls HTML “an extremelysimple protocol”
should be "HTTP"
-
1=23189,00.asp
should have been "[...]a=23189,00.asp"
-
IETP
should be "IETF"
-
- Apr 2023
-
www.sakshipost.com www.sakshipost.com
-
Saiesh was studying M.Sc at Ohio State Pines University
I think they mean "The Ohio State University".
-
- Feb 2023
-
learn.microsoft.com learn.microsoft.com
-
then select Close
While there is an [ X ] close button for this window, the buttons at the bottom right are OK, Cancel, and Help. There is no close button.
I'd update the docs to say Cancel instead,
-
verify the server name is the instance of SQL Server containing the SSISDB catalog, and the path shows SSIS Tutorial Deployment
My path said /SSISDB/SSIS Tutorial and there didn't seem to be a way to change it - that field was visible but disabled (grayed out).
After pressing the Connect button to the right of Authentication, the Path changed to match the documentation and became editable.
-
On the Select Packages page, you should see all six packages from the SSIS Tutorial. In the Packages list, select Lesson 6.dtsx, then select Next.
At this step I encountered the following error: "One or more selected packages are not ready. Review the Status column for more information."
The Status column said: "Microsoft.SqlServer.Dts.Pipeline.ComponentVersionMismatchException: The version of Get Error Description is not compatible with this version of the DataFlow. [[The version or pipeline version or both for the specified component is higher than the current version. This package was probably created on a new version of DTS or the component than is installed on the current PC.]] at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100 wrapper, Int32 lPipelineVersion)"
I was able to resolve this by changing the value Configuration Properties > General > TargetServerVersion from SQL Server 2022 to SQL Server 2019.
Thanks to a hint found here: https://johnkilleenblog.wordpress.com/2019/10/08/ssis-script-component-mismatch-error/
-
-
www.w3.org www.w3.org
-
article
article1
-
regionList
regionList1
-
role
Activity
-
-
delawareo.com delawareo.com
-
improper handline of a firearm in a motor vehicle
Should be "improper handling of a firearm in a motor vehicle".
Tags
Annotators
URL
-
-
learn.microsoft.com learn.microsoft.com
-
On the Select Properties to Export page, in the Objects pane, expand Variables, expand varFolderName, expand Properties and then select Value.
There doesn't seem to be a way to toggle any of the checkboxes in this step with VS 2022.
When I navigate with the arrow buttons, checkboxes appear, but pressing space or enter, or clicking on them has no effect.
-
-
www.dl.behinehyab.com www.dl.behinehyab.com
-
s
next
-
- Jan 2023
-
longformmath.com longformmath.com
-
Proofs Book Errata
This page is difficult to print to PDF formatted correctly. Workaround is to select all text and paste to text editor. The large graphic serves no purpose here.
-
- Dec 2022
-
learn.microsoft.com learn.microsoft.com
-
then select Directory.
I don't see an option for Directory in VS 2022. Only Delay Validation, Description, Disable, and DisableEventHandlers start with D.
-
-
learn.microsoft.com learn.microsoft.com
-
select Build Solution
This doesn't seem to be an option in VS 2022. Instead it just allows you to build the project with SC_ followed by a long line of letters and numbers like a GUID but without spaces.
-
-
learn.microsoft.com learn.microsoft.com
-
On the SSIS menu, select Log Events.
Using SSIS Projects for Visual Studio 2022, the Log Events option doesn't seem to do anything. Running through the steps in this tutorial results in a log file with headers, but nothing else.
-
-
learn.microsoft.com learn.microsoft.com
-
On the Provider and Logs tab, in the Name column, select Lesson 3 Log File. After you have created a log provider for your package, you can optionally deselect it to turn off logging, without having to delete and re-create a log provider.
To turn it on and off you need to know to select the checkbox and toggle the checkbox with the spacebar.
-
On the Details tab, in the Events column, select the PipelineExecutionPlan and PipelineExecutionTrees events.
No matter where I click in the package tree, ell options in the Details pane are "dimmed" as the note describes.
There is an alert at the bottom of the window that says: "⚠️ To configure unique logging options for this container, enable logging for it in the tree view."
EDIT: We discovered that selecting the checkbox and hitting space un-mutes the field, then the checkbox can be toggled with the space bar.
With it toggled OFF, you can then go to the Details tab and toggle the settings as required, then go back to the Providers and Logs tab and toggle it ON.
-
In the Containers pane, expand all nodes of the package container hierarchy, and then clear all check boxes, including the Extract Sample Currency Data check box. Now select the check box for Extract Sample Currency Data to get only the events for this node.
When I completed this step, the nodes of the package container hierarchy did not have checkboxes. Also, the Extract Sample Currency Data checkbox did not respond to my clicks.
There was a message to clear the parent, but since the parent had no checkbox, I was unable to do so.
Drilling down resulted in checkboxes that "appear dimmed" as in the note below.
This appears to be a bug or at least a lapse in the documentation.
EDIT: We found a work-around. You can highlight the checkbox and tick it with the spacebar - but you can't select it with the mouse.
On the Lesson 3 root node, under Select the logs to use for the container: I was able to select the checkbox.
When I navigate deeper though, this option is unchecked and muted or grayed out with a message at the bottom reading:
"⚠️ To configure unique logging options for this container, enable logging for it in the tree view."
-
-
wdwnt.com wdwnt.com
-
The entire first row of parking has been repaved
It wasn't actually re-paved, it was just painted over with black paint, and new striping was added. You can still clearly see the old striping. Re-paving is a process that involves removing the old pavement and replacing it with new asphalt - a process that would remove the old pavement stripes.
-
-
abc6onyourside.com abc6onyourside.com
-
Secretary of the Bard
I wonder if their music is as good as the Bard's.
Tags
Annotators
URL
-
- Nov 2022
-
smalltalks2022.fast.org.ar smalltalks2022.fast.org.ar
-
Gillad
Gilad
-
- Oct 2022
-
www.10tv.com www.10tv.com
-
an officer with the Genoa Township Police Department was driving north on state Route 4 at Lewis Center Road
Ohio State Route 4 does not pass through Genoa Township, OH.
-
- Aug 2022
-
twitter.com twitter.com
-
NASA launches Artemis I
NASA launchING Artemis 1... tomorrow. No need to lie unless you're the sort of people who have to lie about everything.
Tags
Annotators
URL
-
- Jul 2022
-
www.daysoftheyear.com www.daysoftheyear.com
-
These are doomed theaters
I would hope not.
-
-
www.nbc4i.com www.nbc4i.com
-
OSI
I think they meant OSU.
-
- Jun 2022
-
www.nbc4i.com www.nbc4i.com
-
anyone with the shooting
I think they meant "anyone with information on the shooting" but this is a cool trick to get people to turn themselves in.
-
-
Local file Local file
-
In addition to the notesbelow, you can find a full list of updated endnotes and corrections atBuildingasecondbrain.com/endnotes.
A few corrections based on my suggestions already... 😁
-
-
www.simplypsychology.org www.simplypsychology.org
-
Since one cannot prove that it is inaccurate, you cannot discount its possibility.
False. Per Hitchens's Razor, "what can be asserted without evidence can also be dismissed without evidence."
Put simply, the responsibility for proving a claim rests with those making the claim. One may safely discount the possibility of anything that cannot be proven.
See also "Russel's Teapot".
-
-
docs.microsoft.com docs.microsoft.com
-
operation
Should be "operating".
-
-
docs.microsoft.com docs.microsoft.com
-
enter reasonable
Should be "enter a reasonable"
-
his
Should be "this"
-
Suppose you have a many labels
Should be "Suppose you have many labels"
-
assembles
Should be "assemblies".
-
- May 2022
-
www.wired.com www.wired.com
-
Like all plants, the bulrush requires oxygen to produce energy. One solution is obvious: Send shoots skyward like straws to suck down oxygen to the roots.
Plants don't require oxygen to produce energy (photosynthesis), they require CO2.
https://www.lexico.com/definition/photosynthesis
Oxygen is generated as a byproduct of this, not a requirement.
-
-
docs.microsoft.com docs.microsoft.com
-
maOS
Should be "macOS".
-
-
www.polaroidfotobar.com www.polaroidfotobar.com
-
It fastens the combustion process
What does it fasten the combustion process to? 🤔
-
-
abc6onyourside.com abc6onyourside.com
-
www.rainx.com www.rainx.com
-
Repeat process until vehicle.
I guess it's not a vehicle until you buff it repeatedly with Rain-X products.
-
- Apr 2022
-
abc6onyourside.com abc6onyourside.com
-
attempted to gauge the officer's eyes.
They meant to say "gouge", but journalists don't have editors anymore.
EDIT: The linked article spells the term correctly.
-
-
www.delgazette.com www.delgazette.com
-
202
I think they meant 2021. 🤦♂️
Maybe Glenn Battishill's editor has the day off?
-
- Mar 2022
-
math.libretexts.org math.libretexts.org
-
3
If the answer key is to be believed, this should be -3.
-
- Feb 2022
-
abcnews.go.com abcnews.go.com
-
Russian armored vehicles are loaded onto railway platforms
They are loaded onto railway flatcars. The platform is the area in the photo marked by white lines - where passengers board trains.
Journalists know very little about the world around them yet present themselves as authoritative.
-
-
math.libretexts.org math.libretexts.org
-
Figure 2.3.1.3
This image is identical to Figure 2.3.1.2 from the above exercise.
-
-
www.dailymail.co.uk www.dailymail.co.uk
-
www.independent.co.uk www.independent.co.uk
-
ti
I think they meant "it".
-
- Jan 2022
-
Local file Local file
-
Duckworth and Seligman, 2005;
He cites this article in line, but doesn't provide the details in the bibliography:
Duckworth AL, Seligman MEP. Self-Discipline Outdoes IQ in Predicting Academic Performance of Adolescents. Psychological Science. 2005;16(12):939-944. doi:10.1111/j.1467-9280.2005.01641.x https://journals.sagepub.com/doi/10.1111/j.1467-9280.2005.01641.x
-
-
www.independent.co.uk www.independent.co.uk
-
generallyyhappens
Maybe add a space?
-
- Nov 2021
-
docs.google.com docs.google.com
-
Missing:
- Annotation Engine (1999) https://web.archive.org/web/19990831231813/http://cyber.harvard.edu/projects/annotate.html
- JotBot (1998) https://web.archive.org/web/20000916234251/http://www.icc3.com/ec/architecture/webannotations.html
- ComMentor (1994) https://web.archive.org/web/19981202225348/http://www-pcd.stanford.edu/commentor/
- CoNote (1994) https://web.archive.org/web/19990422160552/http://dri.cornell.edu/pub/davis/annotation.html
-
- Sep 2021
-
www.bitbybitbook.com www.bitbybitbook.com
-
an
a
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
adopt
to adopt
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
want
wants
-
- Jun 2021
-
-
VPM
Should be VPN.
-
- Mar 2021
-
www.bitbybitbook.com www.bitbybitbook.com
-
the
to
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
analysis don’t
put a comma there! Helps readability
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
400 hundred
400
Tags
Annotators
URL
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
want
want it
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
prediction
of prediction
-
- Feb 2021
-
www.bitbybitbook.com www.bitbybitbook.com
-
to
to be
-
- Sep 2020
-
blog.categulario.tk blog.categulario.tk
-
arcihvos
archivos
-
escencialmente
esencialmente
-
telegram
¿Telegram?
-
Forza
Fuerza
-
- Feb 2020
-
www.prisma.io www.prisma.io
-
import { prismaObjectType, makePrismaSchema } from 'nexus-prisma'
import {objectType} from "nexus";
as of
"nexus-prisma": "^0.9.1"
-
- Jan 2020
-
quantum.country quantum.country
-
The YYY gate is similar to the XXX gate, but instead of 111s on the off-diagonal, it has iii and −i-i−i, so it takes ∣0⟩|0\rangle∣0⟩ to i∣1⟩i|1\ranglei∣1⟩ and ∣1⟩|1\rangle∣1⟩ to −i∣0⟩-i|0\rangle−i∣0⟩:
Question for the creators: https://i.imgur.com/9XUDZPH.png
I thought the answer to this was "both" since 0 is obviously a real number.
Can you help me understand where my misunderstanding is?
Thanks so much for creating this tool. I've been having a blast learning!
Tweet: https://twitter.com/technoplato/status/1221936419721138179?s=20
-
- Dec 2019
-
www.bitbybitbook.com www.bitbybitbook.com
-
.
Further, I am grateful to the following people for telling me about errors and typos in the hardback edition: Nimrod Priell, David Marker, Giannis Kanellopoulos, Hiroki Takikawa, Jun Tsunematsu,Takuto Sakamoto, Shinya Obayashiand, Anna Ballarino, Arthur Spiriling, and the hypothesis user named arnaud.
Tags
Annotators
URL
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
contacted to the researchers
contacted the researchers
-
- Aug 2019
-
www.bitbybitbook.com www.bitbybitbook.com
-
approached
approaches
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
At
As
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Tastes, Ties, or Time
Tastes, Ties, and Time
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Figure 4.3: Schematic of the experimental design from Schultz et al. (2007). The field experiment involved visiting about 300 households in San Marcos, California five times over an eight-week period. On each visit, the researchers manually took a reading from the house’s power meter. On two of the visits, they placed doorhangers on each house providing some information about the household’s energy usage. The research question was how the content of these messages would impact energy use.
In the figure, "3 week" should be "3 weeks"
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
in order do
in order to do
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Figure 3.7: Demographics of respondents in W. Wang et al. (2015). Because respondents were recruited from XBox, they were more likely to be young and more likely to be male, relative to voters in the 2012 election. Adapted from W. Wang et al. (2015), figure 1.
In the x-tick marks in the panel titled "State", Obama should be capitalized and Romney should be capitalized.
Tags
Annotators
URL
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
statistical statistical
statistical
-
- Apr 2019
-
www.bitbybitbook.com www.bitbybitbook.com
-
???
Broken citation. Correct citiation is https://doi.org/10.1177/0894439315573926
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
¿sec:algorthmically-confounded?
broken link
-
[@king_how_2016
Broken citation. The correct citation is https://doi.org/10.1017/S0003055417000144
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Figure 2.2:
There is a typo in the figure. The dates for "During Gezi" should be May 28, 2013 - August 1, 2013.
-
- Feb 2019
-
www.bitbybitbook.com www.bitbybitbook.com
-
custom-made
custommade
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
American Association of Cancer Researchers
American Association for Cancer Research
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
impartial
partial
-
dominate
dominant
-
Academics of Science
Academies of Sciences
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
recoding
recording
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Athey (2017), Cederman and Weidmann (2017), Hofman, Sharma, and Watts (2017), (???), and Yarkoni and Westfall (2017)
There references to these articles did not appear in the hardback print edition. They are all from the same issue of Science: http://science.sciencemag.org/content/355/6324
-
contests
calls
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
effort building
effort in building
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
www.bitbybitbook.com www.bitbybitbook.com
-
about about
about
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
a project to classify a million galaxy classification
a project to classify a million galaxies
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Write an email summarizing what you think is happening and recommend a course of action.
Move this sentence into the paragraph
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
it is
it
-
Design advice
Advice
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
difference-of-differences
difference-in-differences
-
difference-of-means
difference-in-means
-
difference-of-means
difference-in-means
-
difference-of-differences
difference-in-differences
-
research
researcher
-
excludibility
excludability
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
these these
these
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
have have
have
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
pre-treatment
pre-treatment information
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
Olmstead
Olmsted
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
other other
other
-
are who
who are
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
use
used
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
the response propensity
the same response propensity
-
XBox
Xbox
-
XBox
Xbox
-
XBox
Xbox
-
XBox
Xbox
-
XBox
Xbox
-
particular
particularly
Tags
Annotators
URL
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
treatment assignment
encouragement
-
to treatment
of the encouragement
-
donates
denotes
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
inaccessible,
This "inaccessible" should be removed. It is mentioned earlier in the sentence.
-
- Oct 2018
-
www.bitbybitbook.com www.bitbybitbook.com
-
Yi(1)
Y_i(1) -> Y_i(0)
-
- Jul 2018
-
www.bitbybitbook.com www.bitbybitbook.com
-
1
1 -> 0
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
have have
have have -> have
-
need
need -> needed
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
lab
lab -> field
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
employment
employment -> unemployment
-
are who
are who -> who are
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
embedded
embedded -> enriched
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
[Y(1,Wi(1))−Y(0,Wi(0))]
Y -> Y_i
-
-
www.bitbybitbook.com www.bitbybitbook.com
-
think
think -> thinking
-
- Apr 2018
-
web.mit.edu web.mit.edu
-
10–27
Equation 10-27 is wrong:
- Resistors are in parallel, their noise does not sum.
-
Adding this and the 100-kΩ resistornoise to the amplifier noise
This is 3 terms (10 MΩ noise, 100 kΩ noise, and amplifier noise), but the equation only includes 2.
-
10–25
Equation 10-25 has several errors:
- The left and right side are not equal.
- Resistors are in parallel, so their noise does not sum.
- Resistor noise needs to be multiplied by gain to be combined with 113.1 μV output noise of op-amp.
-
10–23)
Equation 10-23 is incorrect:
- The noise of the resistors does not sum, since the resistors are in parallel and load each other. It would be equal to a single 50 kΩ resistor producing 4.0 μV.
- The 113.1 value is output noise. The resistor noise needs to be multiplied by the gain to get the output noise, too.
-
0.1 F
Should be 0.1 μF
-
0.1 F
Should be 0.1 μF
-
The noise calculations have many errors. See annotations on https://via.hypothes.is/http://web.mit.edu/6.101/www/reference/op_amps_everyone.pdf for details
-
which is 100
actually should be multiplied by the non-inverting noise gain, which is 101
-
-
intranet.ee.ic.ac.uk intranet.ee.ic.ac.uk
-
The noise calculations have many errors. See annotations on https://via.hypothes.is/http://web.mit.edu/6.101/www/reference/op_amps_everyone.pdf for details
-
- Jun 2016
-
learnyouahaskell.com learnyouahaskell.com
-
To deal with this by using exceptions, we're going to take advantage of the catch function from System.IO.Error
The
catch
function is deprecated and when I tried this with ghci 7.10.3 got an error thatSystem.IO.Error
does not export catch. The replacement is thecatch
function inControl.Exception
-
The bytestring version of : is called cons It takes a byte and a bytestring and puts the byte at the beginning. It's lazy though, so it will make a new chunk even if the first chunk in the bytestring isn't full. That's why it's better to use the strict version of cons, cons' if you're going to be inserting a lot of bytes at the beginning of a bytestring.
I initially did not see the difference in the output of
B.cons
vsB.cons'
here, both output a plain string.I think this is because of the
Show
typeclass implementation forData.ByteString.Lazy
which is used by ghci when printing values.If on the other hand I use
:force <expr>
which fully evaluates<expr>
and prints out the resulting structure then I do see the difference. -
through the documentation
Broken link, should point to https://hackage.haskell.org/package/bytestring/docs/Data-ByteString-Lazy.html
Tags
Annotators
URL
-