- May 2024
-
chem.libretexts.org chem.libretexts.org
-
3.0
3.2
-
2.1
2.2
-
Electrostatic Potential Map and Dipole Moment of Fluoromethane
carbon: 2.6
-
ΔEN
Some values are not correct.
-
7.2.4
Really?
-
- Apr 2024
-
-
With this strategy, the rendered result is
Tags
Annotators
URL
-
- Dec 2023
-
github.com github.com
-
the class'
the class's
Tags
Annotators
URL
-
- Nov 2023
-
humanitec.com humanitec.com
-
can login
inconsistent even on same web page, 1 paragraph away
-
- Oct 2023
-
-
say you want to print the visiting users IP address - how would you do this on a statically generated website? to be honest i'm not sure. typically, you would scrape a header and display it
-
-
docs.google.com docs.google.com
-
blogs.lse.ac.uk blogs.lse.ac.uk
-
but not hate speech that meet the standards of ECHR Article 10; which is to say that the views espoused in by this person were also deemed “worthy of respect in a democratic society”
This is incorrect. This is the opposite of what was held in Lilliendahl.
The ECtHR held in that case that the appellant was not entitled to relief, and that the €800 fine imposed on him was necessary and proportionate to his hate speech.
What was held was that the hate speech didn't fall within the scope of Article 17 (not Article 10, as Breslow claims in this blog).
-
- Sep 2023
-
scroll.in scroll.in
-
“There are no safeguards on what information it can ask for.”
This is wrong. Section 36 of the Act says:
The Central Government may, for the purposes of this Act, require the Board and any Data Fiduciary or intermediary to furnish such information as it may call for.
-
- Dec 2022
-
www.rfc-editor.org www.rfc-editor.org
-
This can lead to the sending of email to the correct address but the wrong recipient.
-
- May 2022
-
-
Created by Niklas Luhmann in the 1950s, Zettelkasten helped him publish over 50 books and 600 articles.
Example of an article that incorrectly credits Niklas Luhmann with creation of the Zettelkasten.
-
-
news.ycombinator.com news.ycombinator.com
-
URIs are not supposed to be part of the UI/UX, but they unavoidably have leaked and will continue to leak into it
-
- Jan 2022
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: ‘astonishing’ / Twitter. (n.d.). Retrieved 14 January 2022, from https://twitter.com/SciBeh/status/1481916090930376709
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: ‘RT @thehowie: Here is @jennybethm showing that she did not read the article. Https://t.co/pg6Obhc3WL’ / Twitter. (n.d.). Retrieved 12 January 2022, from https://twitter.com/SciBeh/status/1481167853617307650
-
- Dec 2021
-
twitter.com twitter.com
-
Carl T. Bergstrom. (2021, December 16). Indeed. Https://t.co/5xa28la941 [Tweet]. @CT_Bergstrom. https://twitter.com/CT_Bergstrom/status/1471345956981391360
-
- Nov 2021
-
www.troyhunt.com www.troyhunt.com
-
A lot less nice, that example, isn't it?
No idea what point Troy thinks he's making here, but he certainly sounds very satisfied with it.
Tags
Annotators
URL
-
- Sep 2021
-
-
Update API usage of the view helpers by changing javascript_packs_with_chunks_tag and stylesheet_packs_with_chunks_tag to javascript_pack_tag and stylesheet_pack_tag. Ensure that your layouts and views will only have at most one call to javascript_pack_tag or stylesheet_pack_tag. You can now pass multiple bundles to these view helper methods.
Good move. Rather than having 2 different methods, and requiring people to "go out of their way" to "opt in" to using chunks by using the longer-named
javascript_packs_with_chunks_tag
, they changed it to just use chunks by default, out of the box.Now they don't need 2 similar but separate methods that do nearly the same, which makes things simpler and easier to understand (no longer have to stop and ask oneself, which one should I use? what's the difference?).
You can't get it "wrong" now because there's only one option.
And by switching that method to use the shorter name, it makes it clearer that that is the usual/common/recommended way to go.
-
- Aug 2021
-
github.com github.com
-
There is always a way to work around that by doing expr as unknown as T, but it stops people making basic errors.
-
- Jul 2021
-
twitter.com twitter.com
-
Carl T. Bergstrom. (2021, April 27). 6. In the right column, we are given weighted averages. But these are nonsense as well, because the data are not collected in a way that allow for meaningful comparisons. Most critically, THESE ARE TOTAL DEATHS, NOT VACCINE ASSOCIATED DEATHS. [Tweet]. @CT_Bergstrom. https://twitter.com/CT_Bergstrom/status/1387153003824648196
-
- May 2021
-
stackoverflow.com stackoverflow.com
-
Because constants in Ruby aren't meant to be changed, Ruby discourages you from assigning to them in parts of code which might get executed more than once, such as inside methods.
-
- Apr 2021
-
stackoverflow.com stackoverflow.com
-
The question talks about stdout but the title mentions stdin. I think the title is wrong.
Refers to old title, as seen here
Trick an application into thinking its stdin is interactive
-
-
twitter.com twitter.com
-
Adam Finn. ‘There Are Some News Outlets & Politicians Incorrectly Reporting and Criticising Respectively MHRA for Advising against Use of OxAZ in under 30s. Neither MHRA nor EMA Have Done This. JCVI Have Expressed a Preference for Alternative Vaccines for Healthy under 30s in the UK Context’. Tweet. @adamhfinn (blog), 8 April 2021. https://twitter.com/adamhfinn/status/1380031766703058944.
-
- Mar 2021
-
psyarxiv.com psyarxiv.com
-
Fischer, H., Said, N., & Huff, M. (2021). Insight into the accuracy of COVID-19 beliefs predicts behavior during the pandemic. PsyArXiv. https://doi.org/10.31234/osf.io/x2qv3
-
-
github.com github.com
-
This is a copy of the "AMD" document in the repo, kept here to maintain historical links. If this document differs from the one in the repo, the repo version is the correct one.
Why not just make this document empty (besides a link) and link/redirect to the canonical version?
That way it is impossible for them to disagree.
Tags
- canonical version
- I have a question about this
- avoid duplication
- make it impossible to get wrong/incorrect
- avoid duplication: impossible for them to disagree/diverge if there's only one version/copy
- maintaining redirect/copy at old URL in order to maintain historical links (broken links)
Annotators
URL
-
- Feb 2021
-
github.com github.com
-
Enforces better architecture
-
-
dry-rb.org dry-rb.org
-
In other words, once you've used Maybe you cannot hit nil with a missing method. This is remarkable because even &. doesn't save you from omitting || "No state" at the end of the computation. Basically, that's what they call "Type Safety".
-
-
trailblazer.to trailblazer.to
-
The new call API is much more consistent and takes away another thing we kept explaining to new users - an indicator for a flawed API.
-
-
-
Trust me, I thought a lot about #validate and its semantics, and I am gonna make it even more "SRP" by making Form#errors and #valid? semi-public. All that happens via #validate reducing the possible wrong usage for users.
-
- Dec 2020
-
github.com github.com
-
The only solution that I can see is to ensure that each user gets their own set of stores for each server-rendered page. We can achieve this with the context API, and expose the stores like so: <script> import { stores } from '@sapper/app'; const { page, preloading, session } = stores(); </script> Calling stores() outside component initialisation would be an error.
Good solution.
-
-
-
This would be cumbersome, and would encourage developers to populate stores from inside components, which makes accidental data leakage significantly more likely.
-
which makes it much harder to accidentally keep logged-in state visible after a client-side logout
-
- Nov 2020
-
gist.github.com gist.github.com
-
There was a major refactoring in the resolver (https://github.com/webpack/enhanced-resolve). This means the resolving option were changed too. Mostly simplification and changes that make it more unlikely to configure it incorrectly.
Linked from: https://stackoverflow.com/a/36574982/47185
-
- Oct 2020
-
meta.stackoverflow.com meta.stackoverflow.com
-
Looking at all those bearing, heading, orientation, navigation, position, direction, etc. I think we have a bigger problem here. Someone has decided how to use tag (e.g. orientation is about page orientation), but there are 100 other cases. Imho, to disallow misusing there should be no "heading", but rather "html-heading", "gps-heading", "whatelse-heading", which make mistakes impossible. So yes, "heading" should go.
-
- Aug 2020
-
meta.stackexchange.com meta.stackexchange.com
-
Fix it, please, if it's incorrect.
-
Can't upvote this enough. It is highly irritating to see language destroyed (and we wonder why kids bastardize the language..).
Tags
- example of: using incorrect terms
- if it's incorrect; fix it
- hoping/trying to convince others that your view/opinion/way is right by consistently sticking to it despite many being ignorant/mistaken/unaware/holding different opinion
- correctness
- even if majority makes a mistake; it doesn't make it correct
- combating widespread incorrectness/misconception by consistently doing it correctly
Annotators
URL
-
- Jul 2020
-
www.theguardian.com www.theguardian.com
-
Campbell, L. (2020, July 4). No 10 faces ridicule after tweeting incorrect lockdown rules. The Guardian. https://www.theguardian.com/world/2020/jul/04/no-10-faces-ridicule-after-tweeting-incorrect-lockdown-rules
-
- Nov 2019
-
medium.com medium.com
-
Using expect { }.not_to raise_error(SpecificErrorClass) risks false positives, as literally any other error would cause the expectation to pass, including those raised by Ruby (e.g. NoMethodError, NameError, and ArgumentError)
Actually, those would be false negatives: the absence of a test failure when it should be there.
https://en.wikipedia.org/wiki/False_positives_and_false_negatives
-
-
kentcdodds.com kentcdodds.com
-
This is called a false positive. It means that we didn't get a test failure, but we should have
No, this is a false negative. We didn't get a test failure (that is, there is a lack of the condition (test failure)), when the condition (test failure) should have been present.
Read https://en.wikipedia.org/wiki/False_positives_and_false_negatives
-
- Jan 2018
-
hunabku.pbworks.com hunabku.pbworks.com
-
more lazy
lazy has 2 syllables and endsd in -y: What is the rule?
-
- Nov 2015
-
www.mmcr.us www.mmcr.us
-
distributing pamphlets that urged an overthrow of the government
The pamphlets were urging the resistance of the draft, but the book did not state that the attempt was to overthrow the government. Only to express his political ideals.
-
- May 2015
-
www.addictinginfo.org www.addictinginfo.org
-
the food ban list supported by Republicans bans organic foods and a great many products that have nutritional value.
The author confuses the WIC program list with this bill. This bill only prevents you from buying shellfish with SNAP benefits, and prevents more than a third being spent on unapproved foods.
-
The list of “disallowed” foods, which you can view here, also includes the following
This list is for the WIC program, which is different from the SNAP program that the bill is about.
-
The legislation specifically bans poor people from buying any kind of shellfish, including lobster, shrimp, and crab.
This is incorrect. The bill prevents SNAP benefits being used to buy shellfish, but doesn't ban poor people from buying shellfish outright.
-
Assembly Bill 177 seeks to ban people who rely on food stamps to survive on a daily basis from buying a huge list of products
This is incorrect for the same reasons given in the above annotation.
-
a bill that would ban them from eating a multitude of foods
This is incorrect. The bill does not ban people from eating any foods. It bans people from buying shellfish with SNAP benefits. It also bans people from spending more than a third of their SNAP benefits on unapproved foods.
-
Wisconsin GOP Passes Bill Banning Poor People From Buying Shellfish, Potatoes And Ketchup
This headline is inaccurate. The bill prevents SNAP benefits from being used to buy shellfish, but people are still allowed to buy shellfish with non-SNAP money. The bill also prevents people from using more than a third of their SNAP benefits on food that's not on an approved list, but potatoes are on that list, so people can spend all their benefits on potatoes if they want. Ketchup is unapproved, so people can spend only a third of their SNAP benefits on ketchup.
-
- Oct 2014
-
online.wsj.com online.wsj.com
-
The impact today of human activity appears to be comparable to the intrinsic, natural variability of the climate system itself.
In a study comparing human impacts and natural impacts on climate over the 20th century, Wigley and Santer write that "Our results show that the expected warming due to all human influences since 1950 (including aerosol effects) is very similar to the observed warming. Including the effects of natural external forcing factors has a relatively small impact on our 1950–2005 results..." in "A probabilistic quantification of the anthropogenic component of twentieth century global warming," (Climate Dynamics, 2013).
-