- Last 7 days
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter: ‘@timcolbourn alongside dubious relationships with parties that in other contexts would require declarations of interest or that have independent hallmarks of being bad faith actors’ / Twitter. (n.d.). Retrieved 3 March 2021, from https://twitter.com/SciBeh/status/1351197722104258560
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 3 March 2021, from https://twitter.com/SciBeh/status/1351454186811117568
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 1 March 2021, from https://twitter.com/SciBeh/status/1351197475282022404
-
-
twitter.com twitter.com
-
ReconfigBehSci on Twitter. (n.d.). Twitter. Retrieved 1 March 2021, from https://twitter.com/SciBeh/status/1351206953033363462
-
-
onezero.medium.com onezero.medium.com
-
identity theft
Saw this while scrolling through quickly. Since I can't meta highlight another hypothesis annotation
identity theft
I hate this term. Banks use it to blame the victims for their failure to authenticate people properly. I wish we had another term. —via > mcr314 Aug 29, 2020 (Public) on "How to Destroy ‘Surveillance C…" (onezero.medium.com)
This is a fantastic observation and something that isn't often noticed. Victim blaming while simultaneously passing the buck is particularly harmful. Corporations should be held to a much higher standard of care. If corporations are treated as people in the legal system, then they should be held to the same standards.
-
- Feb 2021
-
twitter.com twitter.com
-
Brian Nosek. (2020, December 5). We need a #2020goodnews trend. Here’s one: Science keeps getting more open. One indicator from @OSFramework: OSF users posted 9,349 files of data or other research content PER DAY OSF users made 5,633 files public PER DAY EVERY DAY in 2020 #openscience is accelerating [Tweet]. @BrianNosek. https://twitter.com/BrianNosek/status/1335210552252125184
-
-
github.com github.com
-
For this one we'll define a helper method to handle raising the correct errors. We have to do this because calling .run! would raise an ActiveInteraction::InvalidInteractionError instead of an ActiveRecord::RecordNotFound. That means Rails would render a 500 instead of a 404.
True, but why couldn't it handle this for us?
-
It's an implementation of the command pattern in Ruby.
-
-
softwareengineering.stackexchange.com softwareengineering.stackexchange.com
-
Programming to an interface means that when you are presented with some programming interface (be it a class library, a set of functions, a network protocol or anything else) that you keep to using only things guaranteed by the interface. You may have knowledge about the underlying implementation (you may have written it), but you should not ever use that knowledge.
-
-
psyarxiv.com psyarxiv.com
-
Westrupp, E., Stokes, M. A., Fuller-Tyszkiewicz, M., Berkowitz, T. S., Capic, T., Khor, S., … Cummins, R. (2020, October 27). Subjective wellbeing in parents during the COVID-19 Pandemic in Australia. https://doi.org/10.31234/osf.io/8nvm3
-
-
stackoverflow.com stackoverflow.com
-
never care and try to understand design standards
-
- Jan 2021
-
www.emailonacid.com www.emailonacid.com
-
-
The Gmail Android app that comes pre-installed with most new Android phones contains a feature to access non-Google accounts using POP and IMAP. Unfortunately, emails accessed through this setup lack the embedded style (<style>) support as well as the support for background images.
-
-
stackoverflow.com stackoverflow.com
-
Great, I can use vw to scale text so it doesn't look puny on a desktop! Perfect... Oh. Huh, now the text is too small to read when viewed on a phone. Okay, well I can just use "max(x,y)" to make sure it doesn't get shrunk beyond a minimum size. Perfect... Oh. Hmm. Looks like "max" isn't supported properly by Chrome. Okay, well guess I'll just use "px" again.
-
-
css-tricks.com css-tricks.com
-
overflow-wrap: break-word; makes sure the long string will wrap and not bust out of the container. You might as well use word-wrap as well because as the spec says, they are literally just alternate names for each other. Some browsers support one and not the other.
-
-
forums.theregister.com forums.theregister.com
-
>Linux needs an app delivery format Yeah, it's incredible that it has managed to survive for so long without one.
-
Its not too complicated but it is an annoyance. I want /etc/hosts, /etc/resolv.conf, /etc/nsswitch.conf, /etc/rc.local and all the standard stuff to work. The heavy lifting is done in the kernel. All they need to do is leave it alone. Its getting harder to make Ubuntu behave like Linux.
-
-
-
If components gain the slot attribute, then it would be possible to implement the proposed behavior of <svelte:fragment /> by creating a component that has a default slot with out any wrappers. However, I think it's still a good idea to add <svelte:fragment /> so everyone who encounters this common use case doesn't have to come up with their own slightly different solutions.
-
- Dec 2020
-
github.com github.com
-
I personally think that starting from google's components makes easier to keeping update to material specs updates.
-
- Nov 2020
-
github.com github.com
-
logInfoToStdOut (boolean) (default=false) This is important if you read from stdout or stderr and for proper error handling. The default value ensures that you can read from stdout e.g. via pipes or you use webpack -j to generate json output.
-
-
stackoverflow.com stackoverflow.com
-
All browers handle 302 incorrectly. Chrome 30, IE10. It became the de facto incorrect implementation; that cannot be changed because so many web-sites issue mistakenly issue 302. In fact ASP.net MVC incorrectly issues 302, depending on the fact that browsers handle it incorrectly.
-
-
github.com github.com
-
This is not an MDC Web component. It is an addition that SMUI provides.
-
- Oct 2020
-
react-spectrum.adobe.com react-spectrum.adobe.com
-
In addition, this example shows usage of the isPressed value returned by useButton to properly style the button's active state. You could use the CSS :active pseudo class for this, but isPressed properly handles when the user drags their pointer off of the button, along with keyboard support and better touch screen support.
-
-
github.com github.com
-
For the sake of best compatibility we convert the className attribute to class for svelte.
Svelte refuses to standardize on any way to pass a CSS class. I thought className was actually the most common name for this prop though even in Svelte...
-
For event listeners we support the standard jsx naming convention onEventname (this is converted to on:eventname in svelte) as well.
-
-
2ality.com 2ality.com
-
trusktr herman willems • 2 years ago Haha. Maybe React should focus on a template-string syntax and follow standards (and provide options for pre-compiling in Webpack, etc).
-
-
facebook.github.io facebook.github.io
-
However, this would lead to further divergence. Tooling that is built around the assumptions imposed by template literals wouldn't work. It would undermine the meaning of template literals. It would be necessary to define how JSX behaves within the rest of the ECMAScript grammar within the template literal anyway.
-
Why not just use that instead of inventing a syntax that's not part of ECMAScript?
-
ECMAScript 6th Edition (ECMA-262) introduces template literals which are intended to be used for embedding DSL in ECMAScript.
Tags
- non-standard
- undermine
- JSX
- ECMAScript standard
- developer's intention
- benefiting from shared tooling that can be reused
- DSL
- why invent a new syntax?
- prefer plain code over new template language
- design goals
- exceptions to the rule
- javascript: tagged template literals
- assumptions
- embedding
- good point
- divergence
- leverage the fact that tooling already exists
- reinventing the wheel / not invented here
- intended use/purpose
Annotators
URL
-
-
gist.github.com gist.github.com
-
The problem is that the since both the JSX transpiler and the traceur compiler are actually parsing the full javascript AST, they would have to mutually agree on the syntax extensions you use: traceur can't parse the faux-xml syntax JSX adds, and JSX can't parse the async or await keywords, for example, or generator functions.
-
-
github.com github.com
-
JSX is an XML-like syntax extension to EcmaScript (https://facebook.github.io/jsx/).
-
- Sep 2020
-
icla2020b.jonreeve.com icla2020b.jonreeve.com
-
and I keep up with the modern way
Here we can clearly observe Betteredge's double standard. Just a few lines above, he ascribes a contradictory behavior to women, and now he exhibits it gloriously himself. It's very apparent throughout the story that Betteredge cares a great deal about whether someone is "a Dustman or a Duke." He never fails to talk highly about people of rank, and scarcely about people of no particular hereditary rank. It even manifests itself in the way he values himself (albeit with some insecurity), as opposed to his servants. But here, he so blatantly declares himself free of any prejudicial behavior... This is one of various instances in which his hypocrisy is showing face.
-
-
www.cos.io www.cos.io
-
Science, C. for O. (n.d.). TOP Guidelines. Retrieved September 9, 2020, from https://www.cos.io/our-services/top-guidelines
-
- Aug 2020
-
www.cmaj.ca www.cmaj.ca
-
Daeschler, S. C., Manson, N., Joachim, K., Chin, A. W. H., Chan, K., Chen, P. Z., Jones, A., Tajdaran, K., Mirmoeini, K., Zhang, J. J., Maynes, J. T., Zhang, L., Science, M., Darbandi, A., Stephens, D., Gu, F., Poon, L. L. M., & Borschel, G. H. (2020). Effect of moist heat reprocessing of N95 respirators on SARS-CoV-2 inactivation and respirator function. CMAJ. https://doi.org/10.1503/cmaj.201203
-
-
psyarxiv.com psyarxiv.com
-
Paris, Marseille named as high-risk COVID zones, making curbs likelier. (2020, August 14). Reuters. https://uk.reuters.com/article/uk-health-coronavirus-france-idUKKCN25A0LC
-
-
github.com github.com
-
The problem is that opting out of mime type negotiation simply because there is a catch-all in there is wrong according to the specifications of HTTP.
-
- Jul 2020
-
critical-analysis.org critical-analysis.org
-
Project background – Critical Analysis Project. (n.d.). Retrieved July 10, 2020, from http://critical-analysis.org/project-background/
-
-
rollupjs.org rollupjs.orgRollup1
-
It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.
-
-
www.sciencedirect.com www.sciencedirect.com
-
Argument Quality in Real World Argumentation. (2020). Trends in Cognitive Sciences, 24(5), 363–374. https://doi.org/10.1016/j.tics.2020.01.004
-
- Jun 2020
-
www.researchgate.net www.researchgate.net
-
the lowest copy number sample points impacted faster and sronger, then you just need to stabilize by adding a neutral nucleic acid background in your standard curve. I usually use water containig 10ng/microl yeast tRNA to perform serial dilutions. This will first create a reaction background similar to your RTQPCR reaction, but also stabilize your DNA copies; I can freeze and thaw (min 20C) more than 50 times the same standard curve sample without any loss in Cts, from 10E6 to 10E2 copies. When I tested the same standard curve but diluted in water only, then the 10E2 started to be slightly affected after one freeze and thaw and then crashed further; then higher copy numbers samples were also affected after 2 to 3 freeze and thaw.
-
-
news.ycombinator.com news.ycombinator.com
-
Slightly on a tangent, but https://github.com/hypothesis/h/issues/777 could be a good target for https://solidproject.org/ to address. The Web Annotation Vocabulary is defined in RDF, so there should be zero overhead.
yes SOLID would be a neat backend for w3c annotations
Tags
Annotators
URL
-
-
socialsciences.nature.com socialsciences.nature.com
-
Research, B. and S. S. at N. (2020, May 23). Standards for evidence in policy decision-making. Behavioural and Social Sciences at Nature Research. http://socialsciences.nature.com/users/399005-kai-ruggeri/posts/standards-for-evidence-in-policy-decision-making
-
- May 2020
-
github.com github.com
-
Once running, kaniko will then get the data from STDIN and create the build context as a compressed tar. It will then unpack the compressed tar of the build context before starting the image build.
-
-
thoughtbot.com thoughtbot.com
-
Pipes are great for taking output of one command and transforming it using other commands like jq. They’re a key part of the Unix philosophy of “small sharp tools”: since commands can be chained together with pipes, each command only needs to do one thing and then hand it off to another command.
-
-
en.wikipedia.org en.wikipedia.org
-
www.catb.org www.catb.org
-
Write programs to handle text streams, because that is a universal interface.
-
-
nitayneeman.com nitayneeman.com
-
kantarainitiative.org kantarainitiative.org
- Apr 2020
-
code.luasoftware.com code.luasoftware.com
-
Some variety of markdown support the following syntax, but not supported in Hugo/BlackFriday. [Lua Software](http://www.luasoftware.com){:target="_blank"}
-
-
stackoverflow.com stackoverflow.com
-
[link](url){:target="_blank"} Works for jekyll or more specifically kramdown, which is a superset of markdown, as part of Jekyll's (default) configuration. But not for plain markdown. ^_^
-
-
stackoverflow.com stackoverflow.com
-
For ghost markdown use: [Google](https://google.com" target="_blank) Found it here: https://cmatskas.com/open-external-links-in-a-new-window-ghost/
-
-
github.com github.com
-
The aim of this list is to document all Markdown syntax variations (rather than implementations).
-
-
guides.rubyonrails.org guides.rubyonrails.org
-
Rails also adds a test method that takes a test name and a block. It generates a normal Minitest::Unit test with method names prefixed with test_. So you don't have to worry about naming the methods, and you can write something like:
Or you could use the "it" format mentioned on https://devhints.io/minitest.
Or better yet, just use rspec...
-
-
www-ncbi-nlm-nih-gov.ezproxy.rice.edu www-ncbi-nlm-nih-gov.ezproxy.rice.edu
-
a defined quantity of a nonhuman control virus (seal herpes virus [SHV], kindly provided by H. G. M. Niesters, University of Rotterdam, The Netherlands) was spiked into each sample prior to DNA and RNA extraction. Since constant DNA quantities of the control virus are coextracted even when RNA isolation kits are used (H. G. M. Niesters, personal communication; our own unpublished observations), the virus can also serve as a control in RNA virus detection assays.
-
-
www.hcpc-uk.org www.hcpc-uk.org
-
Standards of conduct, performance and ethics |. (n.d.). Retrieved April 21, 2020, from https://www.hcpc-uk.org/standards/standards-of-conduct-performance-and-ethics/
-
-
en.wikipedia.org en.wikipedia.org
-
In many households, telephones were hard-wired to wall terminals before connectors like RJ11 and BS 6312 became standardized.
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
We will use the Open Annotation specs as the basis for a more formal data model standard.
Tags
Annotators
URL
-
- Mar 2020
-
www.sitemaps.org www.sitemaps.org
Tags
Annotators
URL
-
-
my.ilstu.edu my.ilstu.edu
-
The standard error (the standard deviation of the distribution of sample means) has this formula:
Tex command for the standard deviation of the sample mean
-
- Jan 2020
-
www.w3.org www.w3.org
-
The Web Annotation Data Model specification describes a structured model and format to enable annotations to be shared and reused across different hardware and software platforms.
The publication of this web standard changed everything. I look forward to true testing of interoperable open annotation. The publication of the standard nearly three years ago was a game changer, but the game is still in progress. The future potential is unlimited!
-
- Dec 2019
-
swiftodoapp.com swiftodoapp.com
-
Due dates and threshold dates aren't part of the todo.txt format spec! Due date and threshold date are implemented as key:value tags, which are fully compliant with the todo.txt format spec. They both are popular extensions to the todo.txt command line scripts.
-
-
play.google.com play.google.com
-
*17.08
I guess that's supposed to be a date? Wish they used YYYY-MM-DD format as specified by todo.txt spec.
-
-
github.com github.com
-
uBlock Origin blocks ads through its support of the Adblock Plus filter syntax. uBlock Origin extends the syntax and is designed to work with custom rules and filters.
-
-
babeljs.io babeljs.io
-
TC39 urges caution when using Stage 2-or below proposals, as it might result in inadvertent pressure from the community to keep the implementation as-is instead of improving it for fear of breaking existing code or ecosystem fragmentation (e.g. using a different symbol like # instead of @ for decorators).
-
The reasoning is that saying "ES7 Decorators" assumes that Decorators is expected to be in ES7. I mentioned this in my last post regarding compiling node_modules, but being in a particular Stage doesn't guarantee much: a proposal can stall, move backward, or get removed entirely.
-
- Nov 2019
-
-
5 nM fluorescein in 0.01 M NaOH was measured in black 96-well microplates
-
-
dplyr.tidyverse.org dplyr.tidyverse.org
-
enquo() uses some dark magic to look at the argument, see what the user typed, and return that value as a quosure
-
-
www.publicsafety.gc.ca www.publicsafety.gc.ca
-
www.publicsafety.gc.ca www.publicsafety.gc.ca
- Oct 2019
-
futurepress.github.io futurepress.github.io
-
Epictetus wrote nothing; and all that we have under his name was written by an affectionate pupil, Arrian, afterwards the historian of Alexander the Great, who, as he tells us, took down in writing the philosopher’s discourses
As it happens, this annotation works through its proper URL) but, Hypothesis butchered the link. You need to turn the page once to see the highlight though.
-
- May 2019
-
www.ndexbio.org www.ndexbio.org
-
NDEx lets you specify Licenses and Request DOIs for your networks to include in grant proposals or publications thus enabling papers to link directly to your data.
-
-
github.com github.com
-
Require DOI?: Set this to true in order to generate a permanent identifier for this collection (Please set this to true for collections related to publications).
-
-
www.metabolomicsworkbench.org www.metabolomicsworkbench.org
-
The use of the common metabolite names in the RefMet database is strongly encouraged in order to be able to compare and contrast metabolite data across different experiments and studies.
-
- Apr 2019
-
help.paligo.net help.paligo.net
-
the ANZI z535 standard for admonitions
That standard is listed here.
-
- Feb 2019
-
static1.squarespace.com static1.squarespace.com
-
Thirdly, When the signification of the word is referred to a standard, which standard is not easy to be known.
Trying to think of good examples of this, and came up with: "They are good people" or "She has the moral high ground".... possibly even words like "Lethal" because a weapon or object doesn't need to seem dangerous to everyone to have the ability to kill someone
-
- Jan 2019
-
pcmonitors.info pcmonitors.info
-
Coming back to the two ‘FreeSync’ settings in the monitor OSD, they differ in the variable refresh rate range that they support. ‘Standard Engine’ supports 90 – 144Hz (90 – 119Hz via HDMI) whilst ‘Ultimate Engine’ gives a broader variable refresh rate range of 70 – 144Hz (62 – 119Hz via HDMI). We didn’t notice any adverse effects when using ‘Ultimate Engine’, so we’d suggest users simply stick to that option.
In my tests using Standard Engine, in combo with G-Sync Compatible Driver, I get more screen flickering during menus.
-
- Dec 2018
-
wendynorris.com wendynorris.com
-
Classifications may or may not become standardized. If they do not, they are ad hoc, limited to an individual or a local community, and/or of limited duration. At the same time, every successful standard imposes a classification system, at the very least between good and bad ways of organizing actions or things. And the work-arounds involved in the practical use of standards frequently entail the use of ad hoc nonstandard categories.
This is an important point for classifying and standardizing modes of time and temporal representations in information systems. What comes first? The class or the standard?
-
Standards Classifications and standards are closely related, but not identical. While this book focuses on classification, standards are crucial components of the larger argument. The systems we discuss often do become standardized; in addition, a standard is in part a way of classifying the world.
Definition of standards
"What are standards?"
- A set of agreed-upon rules for the production of objects
- Spans more than one community of practice. It has temporal reach since it persists over time.
- Deployed in making things work together over distance and heterogeneous metrics
- Standards are enforced by some legal/regulatory/professional/government body.
- There is no natural law that the best standard wins
- Standards can be difficult and expensive to change
-
- Sep 2018
-
www.nytimes.com www.nytimes.com
-
If ever there were a newspaper headline custom-made for Jay Leno's monologue, this was it. Kids taking on McDonald's this week, suing the company for making them fat. Isn't that like middle-aged men suing Porsche for making them get speeding tickets? Whatever happened to personal responsibility?
They say / Standard View
-
-
Local file Local file
-
THE ISLAMIC REPUBLIC OF IRAN HAS BECOME, in two senses,an extraordinary preoccupation of the United States.
Standard View
-
- Aug 2018
-
wendynorris.com wendynorris.com
-
The standardization of local times into standard world time is one of the prime examples for the push towards standardization and integration also on the temporal scale (Zerubavel, 1982).
Get this paper.
Zerubavel, E. (1982) 'The Standardization of Time: A Sociohistorical Perspective', American Journal of Sociology 1: 1-12.
-
Despite the apparent diversity of themes, certain common patterns can be discerned in empirical studies dealing with time. They bear the imprint of the ups and downs of research fashions as well as the waxing and waning of influences from neighbouring disciplines. But they all acknowledge 'time as a problem' in 'time-compact' societies (Lenntorp, 1978), imbued with the pressures of time that come from time being a scarce resource.
Overview of interdisciplinary, empirical time/temporality studies from late 70s to 80s. (contemporary to this book)
Cites Carey "The Case of the Telegraph" -- "impact of the telegraph on the standardization of time"
Cites Bluedorn -- "it is omnipresent indecision-making, deadlines andother aspects of organizational behaviour like various forms of group processes"
-
- Jun 2018
-
www.thoughtworks.com www.thoughtworks.com
-
global technology firm with social and economic justice at its very core
Social Justice Pillar.
Global IT Solutions: Your Quality Solutions Partner.
- emphasis on partnership and collaboration
- technologies influencing client business decisions
-
- Apr 2018
-
en.wikipedia.org en.wikipedia.org
-
The jōyō kanji (常用漢字, regular-use kanji) are 2,136 characters consisting of all the Kyōiku kanji, plus 1,130 additional kanji taught in junior high and high school[9].
常用(じょうよう)漢字(かんじ)means "daily use" kanji.
-
Some characters were given simplified glyphs, called shinjitai (新字体). Many variant forms of characters and obscure alternatives for common characters were officially discouraged.
The simplification of Japanese kanji was done to a lesser extent than that of the Chinese hanzi.
-
- Oct 2017
-
wellcomeopenresearch.org wellcomeopenresearch.org
-
This was in part because of the considerable time that it took WWARN secretariat staff to persuade Oxford University lawyers that seven pages of often arcane legal language could be streamlined into a three-page document in plain English, understandable to malaria researchers worldwide.
And even those three pages use non-standard terms, which requires more lawyers to assess the compatibility of these terms with those of any other database one might wish to combine with WWARN data.
-
- May 2017
-
stackoverflow.com stackoverflow.com
-
REQUIRED fields are no longer supported in Standard SQL. If you're using Standard SQL (as opposed to Legacy SQL), they recommend you change all your REQUIRED fields to NULLABLE.
-
- Jan 2017
-
static1.squarespace.com static1.squarespace.com
-
Common
Though "standard" English is still important, it seems that there was more anxiety about standardization and prescriptive language/grammar during the Enlightenment than there is now. What accounts for this concern? Does it have anything to do with expansion in education, or leaning more towards the vernacular in school?
-
-
static1.squarespace.com static1.squarespace.com
-
Paleo
It seems really provocative to study rhetoric before ancient Greece; it's certainly something I had never heard of, not that that is saying much. Also, I've only encountered materiality and rhetoric in regards to modern technology, so it's really interesting to trace this back waaaay before computers and even books. It's also interesting that this is a time when there wasn't a written, standard language. Other articles for this week discussed delivery and body language, but uses of some sort of standard language was always a focus, so going all the way back to the Paleolithic really stretches the boundaries of rhetoric in an exciting way.
-
- Dec 2016
-
www.washingtonpost.com www.washingtonpost.com
-
There has been ferment among the literati since Bob Dylan was awarded the Nobel Prize in literature. Many say that however well Dylan does what he does, it is not literature. Dylan did not go to Stockholm on Saturday to collect his prize, which the Swedish Academy says was awarded “for having created new poetic expressions within the great American song tradition.”
-
-
www.nytimes.com www.nytimes.com
-
In Silicon Valley, where I live, the word “disruption” has an overwhelmingly positive valence: Thousands of smart, young people arrive here every year hoping to disrupt established ways of doing business — and become very rich in the process.For almost everyone else, however, disruption is a bad thing.
-
- Nov 2016
-
teaching.lfhanley.net teaching.lfhanley.net
-
and to be as little Negro and as much American as possible.
I think this raises an issue for today about what it means to be an American. What is this need for assimilation to prove your patriotism? And, Does it mean that if you cannot acculturate you are less American?
-
- Sep 2016
-
edspace.american.edu edspace.american.edu
-
to follow the pattern that G&B presents
So what does Graff call this kind of opening?
-
- May 2016
-
cacm.acm.org cacm.acm.org
-
MCF18 (Meta Content Framework)
early KR for the Web
-