- Oct 2020
-
-
About the argument against it, "{@const will make code less consistent ": I think the same is true now, since people can come up with very different ways of dealing with the "computed value inside each loop/if function" problem. Some extract components, some use functions, some will prepare the array differently beforehand.
-
Also a vote against, for the simple reason that logicless templates would be the ultimate goal for me.
-
one of the reasons people sometimes balk at mustache-like syntax is just that: logic in the templates.
-
it also allows for more divergence in how people write there code and where they put their logic, making different svelte codebases potentially even more different due to fewer constraints. This last point is actually something I really value, I read a lot of Svelte code by a lot of different people and broadly speaking things look the same and are in the same places.
Tags
- logic in templates
- idiomatic code style (programming languages)
- consistency
- idiomatic pattern (in library/framework)
- convention
- different way of solving/implementing something
- software development: code organization: where does this code belong?
- programming: multiple ways to do the same thing
- strong conventions resulting in code from different code bases/developers looking very similar
- Svelte: @const
- uniformity
- balk
- good point
Annotators
URL
-
-
dylanvann.com dylanvann.com
-
Our custom useEffect is not idiomatic Svelte.
-
-
recoiljs.org recoiljs.org
-
We want to improve this while keeping both the API and the semantics and behavior as Reactish as possible.
-
For reasons of compatibility and simplicity, it's best to use React's built-in state management capabilities rather than external global state.
-
-
github.com github.com
-
It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
-
-
dylanvann.com dylanvann.com
-
I’d still be interested in Svelte making things easier so I’ve opened a feature request for Reactive statement cleanup functions.
-
-
github.com github.com
-
Svelte doesn't re-render, so you need to respond to component mount/dismount and prop changes separately as they are distinct concepts and never tied together, unlike in React.
Tags
- different way of thinking about something
- trying to doing things the same way you did in a different library/framework (learning new way of thinking about something / overcoming habits/patterns/paradigms you are accustomed to)
- UI library: reacting to prop changes
- distinction
- lifecycle callbacks
Annotators
URL
-
-
medium.com medium.com
-
Sometimes, you may be tempted to write that wrapper. Because all your (React or Vue or insert your reactive framework here) instincts tell you so.Resist the temptation. There is a better way. A svelter way. Introducing: the use-directive (a.k.a. “actions”).
-
However, especially when starting out, it’s very easy to fall into the “this is how I did things in my previous framework” trap.
Tags
- getting a fresh perspective
- different way of thinking about something
- trying to doing things the same way you did in a different library/framework (learning new way of thinking about something / overcoming habits/patterns/paradigms you are accustomed to)
- Svelte
- overcoming preconceived opinions
- paradigm shift
- Svelte: action (use:)
Annotators
URL
-
-
-
It's sort of unfortunate that the justification for existence comes from pointing at gaps.
-
It was clear no one was interested in what I was working towards.
Tags
- justification for existence
- downsides/cons
- can we do even better?
- having a clear vision in mind / goal you're working towards even if no one else seems to understand/be interested
- common/shared goal
- build your own ideas
- pointing out gaps/downsides/cons in competition/alternatives
Annotators
URL
-
-
unhosted.org unhosted.org
-
Although I also work with solid in my day job at inrupt, I wrote this guide in my spare time.
Tags
Annotators
URL
-
-
github.com github.com
-
Built on TypeScript.
Tags
Annotators
URL
-
-
-
There's one downside to Reacts reactivity model - the hooks (useState and useEffect) have to always be called in the same order and you can't put them inside an if block.
-
createState and createSignal are improvements over React's useState as it doesn't depend on the order of calls.
-
-
github.com github.com
-
import page from "//unpkg.com/page/page.mjs";
-
Or with modules, in modern browsers
-
-
github.com github.com
-
this is a common Svelte idiom for manually invalidating something that might have been mutated without there being a visible = sign somewhere
-
-
github.com github.com
-
Because I haven't worked with React Native, and so I'm not a specialist in it, and developing a React Native version of this package would better be done by someone being an expert in React Native.
-
-
anth2140.commons.gc.cuny.edu anth2140.commons.gc.cuny.edu
-
Graeber has a great deal more to say about money and its unique capacityto store value, and also about the ideology of the market with its highlyindividuated notion of human desires (e.g. 2001: 257). His analysis opensup an intriguing question. If in market societies money is a measure, amedium and above all an end in itself (2001: 66) and value-for-moneydominates what we conventionally call the economy, how do other valuescoexist with this monetarized realm and its rationality of quantificationand self-interest? Graeber points out that, in our view of society, marketprinciples can be balanced by family values and altruistic charity (2001:257), but he views these as just ‘two sides of the same false coin’
In this capitalistic society money makes the world go round. Graeber has a pessimistic view in regards to the idea that family and altruism can balance out greed because he believes that they are in direct conflict to capitalism. Graeber expands further on his thoughts
-
-
github.com github.com
-
Only peer dependencies: Svelte and Final Form
-
-
-
t’s not clear why the sequence of the vaccines only mattered in girls, partly because there has been very little research into how male and female immune systems are different. “Somehow immunology has been blind to sex,” says Aaby. “If you read research about mortality in low income countries, there is no such thing as boys and girls – there are children. So we perceive that they have to be the same, and they are definitely not the same.”
Take away: "Immune training" or bystander effects from other vaccinations may help to fight off Covid-19 or other infections, in spite of not being specific to that pathogen. Some of these effects are sex-specific.
Claim: "Somehow immunology has been blind to sex"
The evidence: This is not entirely true- there is actually a LOT of research into sex differences in the immune response, and it is well-known that women can generally mount stronger Th1-type immune responses against viral infections than men. This is thought to be partially linked to estrogen cycling, and partly due to the fact that women have 2 active copies of genes associated with immunity because those are encoded on the X chromosomes. Men only have 1 copy, and thus they don't generally mount as strong an inflammatory response. However, women are also more prone to autoimmune diseases as a consequence of having stronger inflammatory responses than men, which is seen in diseases such as multiple sclerosis, rheumatoid arthritis, and lupus.
Sources: (https://www.nature.com/articles/nri.2016.90).
-
-
meta.stackoverflow.com meta.stackoverflow.com
-
It depends - do you accept the new code of conduct? :P
-
-
-
But maybe this PR should still be merged until he finds time for that?
Tags
- waiting for maintainers to review / merge pull request / give feedback
- open-source software: progress seems slow
- don't let big plans/goals get in the way of integrating/releasing smaller changes/improvements
- big change/rewrite vs. continuous improvements / smaller refactorings
- not a blocker (issue dependency)
- pull request stalled
- iterative process
Annotators
URL
-
- Sep 2020
-
svelte.dev svelte.dev
-
let:hovering={active}
It seems like it should be the other way around:
let:active={hovering}
to make it look like a regular let assignment.
It's only when you consider what/how
let:hovering
on its own means/works that it makes a bit more sense that it is the way it is. When it's on its own, it's a little clearer that it's saying to "make use of" an available slot prop having the given name. (Very much likebind
, where the LHS is also the name of the prop we're getting the data from.) Obviously we have to identify which prop we're wanting to use/pull data from, so that seems like the most essential/main/only thing the name could be referring to. (Of course, as a shortcut (in this shorthand version), and for consistency, it also names the local variable with the same name, but it wouldn't have to.)Another even simpler way to remember / look at it:
- Everything on the left hand of an prop/attribute [arg] corresponds to something in the component/element that you're passing the [arg] to. Usually it's a prop that you're passing in, but in this case (and in the case of bind:) it's more like a prop that you're pulling out of that component, and attaching to. Either way, the name on the LHS always corresponds to an
export let
inside that named component. - Everything on the right side corresponds to a name/variable in the local scope. Usually it passes the value of that variable, but in the case of a let: or bind: it actually "passes the variable by reference" (not the value) and associates that local variable with the LHS (the "remote" side).
Another example is bind: You're actually binding the RHS to the value of the exported prop named on the LHS, but when you read it (until you get used to it?) it can look like it's saying bind a variable named LHS to the prop on the RHS.
- Everything on the left hand of an prop/attribute [arg] corresponds to something in the component/element that you're passing the [arg] to. Usually it's a prop that you're passing in, but in this case (and in the case of bind:) it's more like a prop that you're pulling out of that component, and attaching to. Either way, the name on the LHS always corresponds to an
-
-
www.javascriptjanuary.com www.javascriptjanuary.com
-
As you can see, it uses Javascript label syntax to tell the compiler where recalculation should be carefully managed. And you thought that no one uses labels any more.
-
-
www.minorcompositions.info www.minorcompositions.info
-
It ends with love, exchange, fellowship
test: where does it begin?
-
-
medium.com medium.com
-
The benefit of this approach is that rather than having these defaults and fighting against them, it’s fully up to you to decide how to handle everything.
-
-
github.com github.com
-
So I guess what @Rich-Harris is trying to say is that (sorry, I'm just logging it here for my own benefit)
-
-
www.wired.com www.wired.com
-
Basically, the idea is that a train tried to start with the caboose brakes stuck on. After releasing the caboose, the train still could not start. The problem was that when the train attempted to start with the caboose brake on, it stretched all the inter-car couplings so that the whole train was just like one big car. At this point, the friction from the engine train wheels was not enough to get the whole thing going. Instead, you need to just get one car moving at a time - this is why there is space between the couplings.
-
-
github.com github.com
-
GitHub issues aren't the right place for support questions like this. Please ask on StackOverflow or in our Discord chat room.
It was actually cross-posted here: https://stackoverflow.com/questions/62101637/urql-svelte-function-called-outside-component-initialization-if-not-in-onmou
-
-
github.com github.com
-
I don't understand why it just launches the mutation once and then it throws the error Function called outside component initialization, the only way to make it work is to do something like $: result = mutation(...) but it doesn't make sense, I don't want to run the mutation after each keystroke.
-
We’re still working on idiomatic Svelte APIs so this one’s also on our list to figure out what the best way forward is
-
-
stackoverflow.com stackoverflow.com
-
github.com github.com
-
I think Svelte's approach where it replaces component instances with the component markup is vastly superior to Angular and the other frameworks. It gives the developer more control over what the DOM structure looks like at runtime—which means better performance and fewer CSS headaches, and also allows the developer to create very powerful recursive components.
-
-
github.com github.com
-
and one which you don’t need to use and won’t add any code to your app if you choose not to use
-
-
-
And of course, if you don't use them you don't pay for them
-
-
snarp.github.io snarp.github.io
-
I was… not one of those assigned to watch our chosen one, so I can’t say much about exactly what happened within the walls of that house, but it seems the fight scarred the place in a way far deeper than simple fire. A scar in reality, that I believe has since been compounded by the interferences of other powers.
-
Regardless, the effect it had on Agnes was unanticipated. As far as we could tell, she had destroyed the place utterly. And yet she remained bound to it, tied to it in some vital way. I knew when Arthur told me she had kept Raymond Fielding’s hand, that he was worried. But none of us could know what you were going to do.
-
-
etc.usf.edu etc.usf.edu
-
I was now about to form another being of whose dispositions I was alike ignorant; she might become ten thousand times more malignant than her mate and delight, for its own sake, in murder and wretchedness.
No one knows what someone will be like after they've been brought into the world, but we don't lament every single person who is born. When someone you know is having a kid you don't say to them: "remember H.H. Holmes? Are you sure you want to have kid? They might be ten thousand times worse than H.H. Holmes!" Because that would be ridiculous.
-
-
refactoring.guru refactoring.guru
-
Eliminating needless classes frees up operating memory on the computer—and bandwidth in your head.
-
-
github.com github.com
-
I understand what you're getting at, but we shouldn't miss out on useful features just because a few developers will abuse it...
-
-
svelte.dev svelte.dev
-
Your styles are scoped to the component. No more leakage, no more unpredictable cascade.
-
It's fashionable to dislike CSS. There are lots of reasons why that's the case, but it boils down to this: CSS is unpredictable. If you've never had the experience of tweaking a style rule and accidentally breaking some layout that you thought was completely unrelated — usually when you're trying to ship — then you're either new at this or you're a much better programmer than the rest of us.
-
It gets worse when you're working on a team. No-one dares touch styles authored by someone else, because it's often unclear what they're doing, what markup they apply to, and what disasters will unfold if you remove them. The consequence of all this is the append-only stylesheet. There's no way of knowing which code can safely be removed, so it's common to undo some existing style with another, more specific style — even on relatively small projects.
-
-
docs.google.com docs.google.com
-
I didn’t quite understand that until I saw this tweet from Ryan Florence, who is a genius when it comes to explaining the React programming model in ways that normal people can understand — ‘the question is not when does this effect run, the question is with which state does this effect synchronize with?’
-
-
reactjs.org reactjs.org
-
The old mydata and the new mydata are actually the same physical object (only the object’s internal value changed)
-
-
www.biblegateway.com www.biblegateway.com
-
When the woman saw that the fruit of the tree was good for food and pleasing to the eye, and also desirable(AT) for gaining wisdom, she took some and ate it.
Despite being told by God that she and her husband were not allowed to eat the fruit from the tree of the knowledge of good and evil, Eve gave into her temptations. The idea of the "forbidden fruit" has been carried into other pieces of literature, using an apple to symbolize a character's temptation leading to downfall.
For example, in the fairy tale, Snow White and the Seven Dwarfs, when Snow White eats the poisoned apple, offered by the evil witch, who parallels the serpent, she falls into a death-like sleep.
-
-
www.pewresearch.org www.pewresearch.org
-
While I am not homosexual, I have always felt that discrimination against homosexuality is completely ludicrous because I think people should love who they love. This belief that I have has giving me an idea for my research topic for my bibliography project where I look over the state of homosexuality in 2020. I decided to annotate this article because it gave a lot of good information about the state of homosexuality in 2020 and it has some links to other articles about homosexuality.
-
-
svelte.dev svelte.dev
-
What is another personal fact that an attacker could easily find with Google?
-
-
github.com github.com
-
TypeScript provides a language service which can do all the heavy lifting for us
-
-
psyarxiv.com psyarxiv.com
-
Federico, Christopher, Agnieszka Golec, and Tomasz Baran. ‘Collective Narcissism, In-Group Satisfaction, and Solidarity in the Face of COVID-19’. Preprint. PsyArXiv, 3 September 2020. https://doi.org/10.31234/osf.io/j6ut3.
-
-
www.researchgate.net www.researchgate.net
-
Considerable research indicates that college students are bothmore likely to persist and to perform at high academic levelswhen they perceive themselves to be members of a cooperativeand supportive learning community (Kuh, 2009; Tinto, 2006;Zhao & Ku, 2004)
For another study, being a member of a cooperative and supportive learning environment may moderate the rates for persistence and academic performance in college.
-
-
medium.com medium.com
-
This giant machine can be your best friend as long as you’re good for the business. But if you accidentally happen to get in its way, it’ll simply screw you over and won’t even notice. If tomorrow a corporate lawyer decides they need to cover their corporate ass more tightly — be it international sanctions, dodging any potential lawsuits from vocal minorities, or anything else — they won’t think twice: they’ll readily dispose of anyone and betray any “ideals” you might have thought they stand for.
-
-
-
many organizations have been burned by the high churn in JavaScript tooling, which sadly moves projects backwards as a part of moving the web forward
-
-
www.vox.com www.vox.com
-
A final strand of the development of the prosperity gospel was the development of charismatic Pentecostal churches in America. An umbrella term for a decentralized group of churches — comprising over 700 denominations — Pentecostal churches are characterized by an emphasis on what is known as “spiritual gifts” (or charisms, from which the term “charismatic” is drawn). A worshipful Christian might experience, for example, the gift of healing, or might suddenly start speaking “in tongues.” This tradition of worship meant that, for a believer, the idea that God would manifest Himself to the faithful in concrete, miraculous ways in the here and now was more prevalent than it would be in, say, a mainline Episcopalian church. In addition, the decentralized nature of these churches also meant that individual leaders, many of whom practiced faith healing or similar practices, had a particularly strong effect on their congregations and could build up individual personal followings.
Take a look at the potential relationship with these ideas and those described by Colin Woodard in American Nations and the overlap with Kevin Phillips' viewpoints.
-
- Aug 2020
-
github.com github.com
-
Using awesome Ant Design as UI framework
-
-
-
Cookson, J. A., Engelberg, J. E., & Mullins, W. (2020). Does Partisanship Shape Investor Beliefs? Evidence from the COVID-19 Pandemic [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/rwhse
-
-
covid-19.iza.org covid-19.iza.org
-
When Do Shelter-In-Place Orders Fight COVID-19 Best? Policy Heterogeneity across States and Adoption Time. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved August 7, 2020, from https://covid-19.iza.org/publications/dp13190/
-
-
covid-19.iza.org covid-19.iza.org
-
COVID-19 Lockdowns and Decline in Traffic Related Deaths and Injuries. COVID-19 and the Labor Market. (n.d.). IZA – Institute of Labor Economics. Retrieved July 30, 2020, from https://covid-19.iza.org/publications/dp13278/
-
-
www.nber.org www.nber.org
-
Fairlie, R. W., Couch, K., & Xu, H. (2020). The Impacts of COVID-19 on Minority Unemployment: First Evidence from April 2020 CPS Microdata (Working Paper No. 27246; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27246
-
-
html.spec.whatwg.org html.spec.whatwg.org
-
final-form.org final-form.org
-
Allows batch updates by silencing notifications while the fn is running. Example: form.batch(() => { form.change('firstName', 'Erik') // listeners not notified form.change('lastName', 'Rasmussen') // listeners not notified }) // NOW all listeners notified
-
-
psyarxiv.com psyarxiv.com
-
Ophir, Yaakov, and Yaffa Shir Raz. ‘Manipulations and Spins in Attention Disorders Research: The Case of ADHD and COVID-19’. Preprint. PsyArXiv, 20 August 2020. https://doi.org/10.31234/osf.io/dmu4j.
Tags
- misrepresentations
- transparent
- bogus results
- manipulations
- attention disorders research
- COVID-19
- adverse effects of medication
- healthy scientific scepticism
- ADHD
- inappropriate operational definitions
- spins
- in-depth inspection
- stimulants reduce risk
- lang:en
- biases
- over-diagnosis
- omissions
- pharmaceutical industry
- reliable
- over-treatment
- poor methodologies
- raise awareness
- attention disorders
- is:preprint
- increased risk of infection
- over-medication
Annotators
URL
-
-
psyarxiv.com psyarxiv.com
-
Daas, Chantal den, Gill Hubbard, Marie Johnston, and Diane Dixon. ‘Protocol CHARIS Study’. Preprint. PsyArXiv, 19 August 2020. https://doi.org/10.31234/osf.io/jnxcu.
Tags
- telephone surveys
- TRBs
- absence of vaccine
- COVID-19
- protocol CHARIS
- behavioural change
- physical distancing
- governments
- mental health
- lang:en
- Scotland
- general health
- decision-makers
- transmission reducing behaviours
- face coverings
- event-related changes
- CHARIS
- random digit dialing
- hand washing
- variations in adherence
- population health
- public health
- is:preprint
- behaviourally-informed intervention
Annotators
URL
-
-
www.biorxiv.org www.biorxiv.org
-
Chen, Y., Yang, W.-H., Huang, L.-M., Wang, Y.-C., Yang, C.-S., Liu, Y.-L., Hou, M.-H., Tsai, C.-L., Chou, Y.-Z., Huang, B.-Y., Hung, C.-F., Hung, Y.-L., Chen, J.-S., Chiang, Y.-P., Cho, D.-Y., Jeng, L.-B., Tsai, C.-H., & Hung, M.-C. (2020). Inhibition of Severe Acute Respiratory Syndrome Coronavirus 2 main protease by tafenoquine in vitro. BioRxiv, 2020.08.14.250258. https://doi.org/10.1101/2020.08.14.250258
-
-
aeon.co aeon.co
-
The timescales on which a system’s processes run have critical consequences for its ability to predict and adapt to the future.
A layer of architecture that is too slow to change: technical debt. (Pace layering)
-
We also know that if individuals are bad at collecting good information – if they misinterpret data due to their own biases or are overconfident in their assessments – an aggregation mechanism can compensate.
"wisdom of crowds"
-
-
www.biorxiv.org www.biorxiv.org
-
Salahudeen, A. A., Choi, S. S., Rustagi, A., Zhu, J., O, S. M. de la, Flynn, R. A., Margalef-Català, M., Santos, A. J. M., Ju, J., Batish, A., Unen, V. van, Usui, T., Zheng, G. X. Y., Edwards, C. E., Wagar, L. E., Luca, V., Anchang, B., Nagendran, M., Nguyen, K., … Kuo, C. J. (2020). Progenitor identification and SARS-CoV-2 infection in long-term human distal lung organoid cultures. BioRxiv, 2020.07.27.212076. https://doi.org/10.1101/2020.07.27.212076
-
-
english.stackexchange.com english.stackexchange.com
-
I don't doubt that we will soon treat the process of logging in as a figurative point of entry, meaning that log into will make full conceptual sense (cf you don't physically delve into a problem or pile into an argument, yet both are correct grammatically because they are semantically [i.e. figuratively])
-
-
twitter.com twitter.com
-
Eric Topol [@EricTopol] On the rise as proportion of total infections. Twitter. Retrieved from: https://twitter.com/ReconfigBehSci/status/1295727589823254529.
-
-
www.onthegosystems.com www.onthegosystems.com
-
Ruby is the programming language used in Translation Proxy. For Sarah, Object Oriented Design “done the Ruby way” is so enjoyable and is the part of her work that she likes most.
-
-
elearningindustry.com elearningindustry.com
-
we still have our modern day classics
-
-
en.wikipedia.org en.wikipedia.org
-
In graph theory, a tree is a connected acyclic graph; unless stated otherwise, in graph theory trees and graphs are assumed undirected. There is no one-to-one correspondence between such trees and trees as data structure.
-
-
www.thelancet.com www.thelancet.com
-
Hewitt, J., Carter, B., Vilches-Moraga, A., Quinn, T. J., Braude, P., Verduri, A., Pearce, L., Stechman, M., Short, R., Price, A., Collins, J. T., Bruce, E., Einarsson, A., Rickard, F., Mitchell, E., Holloway, M., Hesford, J., Barlow-Pay, F., Clini, E., … Guaraldi, G. (2020). The effect of frailty on survival in patients with COVID-19 (COPE): A multicentre, European, observational cohort study. The Lancet Public Health, 5(8), e444–e451. https://doi.org/10.1016/S2468-2667(20)30146-8
-
-
unherd.com unherd.com
-
Alfred Russel Wallace, who came up with the idea of natural selection independently of Charles Darwin, was an implacable opponent of the smallpox vaccine during the late 19th Century
Being an anti-vaxxer makes sense from an evolutionary standpoint.
Fixing any disease that could kill an individual before his/her childbearing age is only helping weaknesses (diseases) propagate in the human populous.
-
-
-
Br, F., & mayr. (n.d.). Trusting the experts takes more than belief – Humanities & Social Change. Retrieved 8 August 2020, from https://hscif.org/trusting-the-experts-takes-more-than-belief/
-
-
covid-19.iza.org covid-19.iza.org
-
Fairlie. R. W., (2020). The Impact of COVID-19 on Small Business Owners: Evidence of Early-Stage Losses from the April 2020 Current Population Survey. Institute of Labor Economics.
-
-
unix.meta.stackexchange.com unix.meta.stackexchange.com
-
There is an observable widespread tendency to give an awk answer to almost everything, but that should not be inferred as a rule to be followed, and if there's (say) a Python answer that involves less programming then surely that is quite on point as an answer for a readership of users.
-
"When an OP rejects your edit, please do not edit it back in!" Correspondingly, when a user repeatedly does try to edit, understand that something in your framing isn't working right, and you should reconsider it.
Tags
- courtesy
- using the right tool for the job
- discussion thread
- rights of an OP
- disagreement
- considering your audience
- should not infer as a general rule
- how to ask good questions
- courtesy in online discussions
- appropriateness
- courtesy in online question/answer sites
- answer in online question/answer site
Annotators
URL
-
- Jul 2020
-
www.nber.org www.nber.org
-
Dave, D. M., Friedson, A. I., Matsuzawa, K., McNichols, D., Redpath, C., & Sabia, J. J. (2020). Did President Trump’s Tulsa Rally Reignite COVID-19? Indoor Events and Offsetting Community Effects (Working Paper No. 27522; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27522
-
-
www.nber.org www.nber.org
-
Friedson, A. I., McNichols, D., Sabia, J. J., & Dave, D. (2020). Did California’s Shelter-in-Place Order Work? Early Coronavirus-Related Public Health Effects (Working Paper No. 26992; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w26992
-
-
www.nber.org www.nber.org
-
Dave, D. M., Friedson, A. I., Matsuzawa, K., & Sabia, J. J. (2020). When Do Shelter-in-Place Orders Fight COVID-19 Best? Policy Heterogeneity Across States and Adoption Time (Working Paper No. 27091; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27091
-
-
-
Gupta, S., Montenovo, L., Nguyen, T. D., Rojas, F. L., Schmutte, I. M., Simon, K. I., Weinberg, B. A., & Wing, C. (2020). Effects of Social Distancing Policy on Labor Market Outcomes (Working Paper No. 27280; Working Paper Series). National Bureau of Economic Research. https://doi.org/10.3386/w27280
-
-
github.com github.com
-
But I'll definitely take underscore mixins over extending String.prototype or other clunky implementations any day.
-
-
amp.dev amp.dev
-
In addition to the schema.org structured data format, there are other formats supported by search engines and social media networks. See the supported documentation: Twitter Cards meta tags Facebook Open Graph meta tags
-
If you can, use AMP like any other JavaScript library to build your site and forget about the canonical linking. Using AMP to build a whole website dramatically reduces your maintenance burden.
Tags
- component library
- commit fully / go all in
- javascript libraries
- proprietary software/service seeking broad support/integration/acceptance in/by other software/platforms/vendors
- AMP
- maintenance burden
- maintenance burden to maintenance multiple versions/variants/instances/copies of same content
Annotators
URL
-
-
amp.dev amp.dev
-
The meta charset information must also be the first child of the <head> tag. The reason this tag must be first is to avoid re-interpreting content that was added before the meta charset tag.
But what if another tag also specified that it had to be the first child "because ..."? Maybe that hasn't happened yet, but it could and then you'd have to decide which one truly was more important to put first? (Hopefully/probably it wouldn't even matter that much.)
-
-
amp.dev amp.dev
-
A growing number of platforms, vendors, and partners support the AMP Project by providing custom components or offering integration with AMP pages within their platforms.
I guess AMP is actually open-source software, but it still feels like it's something non-standard. I guess it's just an alternative open standard to the "main" web open standards.
-
-
amp.dev amp.dev
-
A growing number of email platforms, clients and providers support AMP for Email within their platforms.
-
-
amp.dev amp.dev
-
If you have worked with emails before, the idea of placing a script into an email may set off alarm bells in your head! Rest assured, email providers who support AMP emails enforce fierce security checks that only allow vetted AMP scripts to run in their clients. This enables dynamic and interactive features to run directly in the recipients mailboxes with no security vulnerabilities! Read more about the required markup for AMP Emails here.
-
-
addons.mozilla.org addons.mozilla.org
-
easy access/edit/backup and then restore saved data using the integrated Bookmark Manager (even on smartphone / tablet) even if the addon is not installed
-
Why save sessions as bookmarks? - all the data saved will be there no matter what addon you may use in the feature
-
-
gitlab.com gitlab.com
-
Because the Web IDE is based on the Monaco Editor, you can find a more complete list of supported languages in the Monaco languages repository. Under the hood, Monaco uses the Monarch library for syntax highlighting.
-
-
svelte.dev svelte.dev
-
Insecurity questions
Tags
Annotators
URL
-
-
svelte.dev svelte.dev
-
You must opt in to continue. If you're not paying, you're the product.
-
-
en.wikipedia.org en.wikipedia.org
Tags
Annotators
URL
-
-
sourcediving.com sourcediving.com
-
Introducing Module#const_source_locationUsing Method#source_location made finding the location of any method fairly easy. Unfortunately, there wasn’t an equivalent for constants. This meant that unless the constant you needed to find was defined in your codebase, finding its source location was not easy.
-
-
-
In your environment you may want to always configure internationalization, routers, user data etc. If you have many different React roots it can be a pain to set up configuration nodes all over the place. By creating your own wrapper you can unify that configuration into one place.
-
-
-
DeFranza, David, Mike Lindow, Kevin Harrison, Arul Mishra, and Himanshu Mishra. ‘Religion and Reactance to COVID-19 Mitigation Guidelines’. Preprint. PsyArXiv, 14 July 2020. https://doi.org/10.31234/osf.io/ngdys.
-
-
svelte.dev svelte.dev
-
Any top-level statement (i.e. not inside a block or a function) can be made reactive by prefixing it with the $: JS label syntax.
-
-
svelte-native.technology svelte-native.technology
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Czarnek, G., Szwed, P., & Kossowska, M. (2020). Trust and attitudes toward vaccination: Study report. https://doi.org/10.31234/osf.io/dpa35
-
-
medium.com medium.com
-
According to our understanding of the inconsistencies, the feature was likely trying to support too many edge cases. All caching strategies have weaknesses and eventually break down if the usage is not properly scoped.
-
-
debrouwere.org debrouwere.org
-
If people search through your website, will you guide them to topics first, or will they get a list of individual stories and updates to stories? Does your front page even hint at the fact that people can get more than just the daily news at your site?
-
-
-
web.archive.org web.archive.org
-
For the longest time, whenever I read the news, I’ve often felt the depressing sensation of lacking the background I need to understand the stories that seem truly important. Day after day would bring front pages with headlines trumpeting new developments out of city hall, and day after day I’d fruitlessly comb through the stories for an explanation of their relevance, history or import. Nut grafs seemed to provide only enough information for me to realize the story was out of my depth.
-
-
www.niemanlab.org www.niemanlab.org
-
Links can sidestep this debate by seamlessly offering context and depth. The journalist can break a complex story into a non-linear narrative, with links to important sub-stories and background. Readers who are already familiar with certain material, or simply not interested, can skip lightly over the story. Readers who want more can dive deeper at any point. That ability can open up new modes of storytelling unavailable in a linear, start-to-finish medium.
storytelling: digital, not digitised
-
-
jonathanstray.com jonathanstray.com
-
I don’t want the product with the best content overall, I want the product that is going to serve me up the best content every single time, regardless of whether or not it was created in-house.
discovery, aggregation, curation. narrator
-
-
news.stanford.edu news.stanford.edu
-
University, S. (2020, March 30). The productivity pitfalls of working from home in the age of COVID-19. Stanford News. https://news.stanford.edu/2020/03/30/productivity-pitfalls-working-home-age-covid-19/
-
-
twitter.com twitter.com
-
Dean, N. E. PhD. (2020, June 14) "Partners in Health @PIH is used to working in the poorest regions of the poorest countries. Now they are leading Massachusetts' contact tracing. Their experiences remind us of the importance of "support" in test, trace, isolate, support. (A thread 1/8)" Twitter. https://twitter.com/nataliexdean/status/1272219726169718785
-
-
-
Fung, D. J. (2018, April 10). The Corruption of Evidence Based Medicine—Killing for Profit. Medium. https://medium.com/@drjasonfung/the-corruption-of-evidence-based-medicine-killing-for-profit-41f2812b8704
-
-
psyarxiv.com psyarxiv.com
-
Arslan, G., & Yildirim, M. (2020). Coronavirus Stress, Meaningful Living, Optimism, and Depressive Symptoms: A Study of Moderated Mediation Model [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/ykvzn
-
-
investinopen.org investinopen.org
-
Thaney, K. (2020, April 8). Open Infrastructure in times of crisis: How IOI can help. Invest in Open Infrastructure. https://investinopen.org/2020/04/08/open-infrastructure-in-times-of-crisis.html
-
-
podcastnotes.org podcastnotes.org
-
Just as journalists should be able to write about anything they want, comedians should be able to do the same and tell jokes about anything they please
where's the line though? every output generates a feedback loop with the hivemind, turning into input to ourselves with our cracking, overwhelmed, filters
it's unrealistic to wish everyone to see jokes are jokes, to rely on journalists to generate unbiased facts, and politicians as self serving leeches, err that's my bias speaking
-
-
www.amazon.com www.amazon.com
-
I could get a lot more done in an 8-9 hour day with a PC and a desk phone than I get done now in a 9-10 hour day with a laptop /tablet / smartphone, which should allow me to be more a lot more productive but just interrupt me. I don't want the mobile flexibility to work anywhere. It sucked in management roles doing a full day then having dinner with friends and family then getting back to unfinished calls and mails. I much prefer to work later then switch off totally at home.
-
-
search-proquest-com.ezproxy.rice.edu search-proquest-com.ezproxy.rice.edu
-
www.jstor.org www.jstor.org
-
Comparison of Gounod and The Master and Margarita
-
-
twitter.com twitter.com
-
Angner, E. (2020, May 11). "Terrific assessment of projections of demand for Swedish ICU beds. The first two panels are model-based projections by academics; the third is a simple extrapolation by the public-health authority; the fourth is the actual outcome /1." Twitter. https://twitter.com/SciBeh/status/1260121561861939200
-
-
-
users will not want to see data mining expanding across their WhatsApp metadata. But if that’s the price to maintain encryption, one can assume it will be a relatively easy sell for most users.
-
-
www.forbes.com www.forbes.com
-
One thing that would certainly be a game-changer would be some form of standardized RCS end-to-end encryption that allows secure messages to be sent outside Google Messages.
-
The answer, of course, is end-to-end encryption. The way this works is to remove any “man-in-the-middle” vulnerabilities by encrypting messages from endpoint to endpoint, with only the sender and recipient holding the decryption key. This level of messaging security was pushed into the mass-market by WhatsApp, and has now become a standard feature of every other decent platform.
-
The issue, though—and it’s a big one, is that the SMS infrastructure is inherently insecure, lending itself to so-called “man-in-the-middle attacks.” Messages run through network data centres, everything can be seen—security is basic at best, and you are vulnerable to local carrier interception when travelling.
-
-
-
When you make a call using Signal, it will generate a two-word secret code on both the profiles. You will speak the first word and the recipient will check it. Then he will speak the second word and you can check it on your end. If both the words match, the call has not been intercepted and connected to the correct profile
-
-
psyarxiv.com psyarxiv.com
-
Yamada, Y., Ćepulić, D.-B., Coll-Martín, T., Debove, S., Gautreau, G., Han, H., Rasmussen, J., Tran, T. P., Travaglino, G. A., & Lieberoth, A. (2020). COVIDiSTRESS Global Survey dataset on psychological and behavioural consequences of the COVID-19 outbreak [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/v7cep
-
- May 2020
-
-
Battiston, P., Kashyap, R., & Rotondi, V. (2020, May 11). Trust in science and experts during the COVID-19 outbreak in Italy. https://doi.org/10.31235/osf.io/5tch8
-
-
kellysutton.com kellysutton.com
-
doing the wrong thing quickly is a good way to bankrupt us and our customers
-
The order is important.
-
-
secrecyresearch.com secrecyresearch.com
-
Beyer-Hunt, S., Carter, J., Goh, A., Li, N., & Natamanya, S.M. (2020, May 14) COVID-19 and the Politics of Knowledge: An Issue and Media Source Primer. SPIN. https://secrecyresearch.com/2020/05/14/covid19-spin-primer/
-
-
github.com github.com
-
The diagram was generated with rails-erd
-
-
www.typescriptlang.org www.typescriptlang.org
-
We’ve dived deep here, with a series of different pull requests that optimize certain pathological cases involving large unions, intersections, conditional types, and mapped types.
-
-
-
Borgonovi, F., & Pokropek, A. (2020). Can we rely on trust in science to beat the COVID-19 pandemic? [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/yq287
-
-
en.wikipedia.org en.wikipedia.org
-
Although working together towards a common goal tends to cause an increased feeling of agency, the inflation of control could have many unforeseen consequences.
-
Thinkers have only just begun to empirically explore the many factors that cause a person to feel as though they are in control
-
-
www.hostgator.com www.hostgator.com
-
the files are then transferred over the to git repository onto the cloud server.
-
-
codeguard.zendesk.com codeguard.zendesk.com
-
File pick up begins with an analysis of the file structure and creation of a git repository within Amazon’s Elastic Compute Cloud (EC2).
-
-
github.com github.com
-
-
Johnson, N.F., Velásquez, N., Restrepo, N.J. et al. The online competition between pro- and anti-vaccination views. Nature (2020). https://doi.org/10.1038/s41586-020-2281-1
-
-
support.google.com support.google.com
-
In depth
-
-
numinous.productions numinous.productions
-
they’re a new media form, with different possibilities from either essays or code, and with striking opportunities to go much further
we run with what we have
that author of Cognitive Productivity, created some tagging systems "confined" by his tool at hand
people using twitter threads to branch out thoughts e.g. visa, and https://twitter.com/PeterorjustP/status/1139267256263872518
people got hooked on roam because it allows "graph thinking", linking concepts (#roamcult)
people enjoy andy's evergreen notes because it stacks like a paper, intuitive
people enjoy sketchnotes and sketch summaries for talks, books because it's not as linear, easy to absorb
people absorb tutorial and demos in videos better than text (at least I do) -- effective. e.g. knovigator, worldbrain, roam...
youtube / instructional vids / media helps internalisation of tacit knowledge more (that basketball whiz kid who got the footwork down from studying on youtube)
people enjoying figma because the UX is the best so far. miro as well.
Tags
Annotators
URL
-
-
bfi.uchicago.edu bfi.uchicago.edu
-
Brzezinski, A., Kecht, V., Van Dijcke, D., Wright, A. (2020) Belief in Science Influences Physical Distancing in Response to COVID-19 Lockdown Policies. BFI. https://bfi.uchicago.edu/working-paper/belief-in-science-influences-physical-distancing-in-response-to-covid-19-lockdown-policies/
-
-
www.merriam-webster.com www.merriam-webster.com
-
to remove the force or effectiveness of
-
-
notes.andymatuschak.org notes.andymatuschak.org
-
Part of the problem of social media is that there is no equivalent to the scientific glassblowers’ sign, or the woodworker’s open door, or Dafna and Jesse’s sandwich boards. On the internet, if you stop speaking: you disappear. And, by corollary: on the internet, you only notice the people who are speaking nonstop.
This quote comes from a larger piece by Robin Sloan. (I don't know who that is though)
The problem with social media is that the equivalent to working with the garage door open (working in public) is repeatedly talking in public about what you're doing.
One problem with this is that you need to choose what you want to talk about, and say it. This emphasizes whatever you select, not what would catch a passerby's eye.
The other problem is that you become more visible by the more you talk. Conversely, when you stop talking, you become invisible.
-
-
psyarxiv.com psyarxiv.com
-
Fischer, H., & Said, N. (2020, May 12). Metacognition_ClimateChange_Fischer&Said_Preprint. https://doi.org/10.31234/osf.io/fd6gy
-
-
github.com github.com
-
complianz.io complianz.io
-
This form uses ReCaptcha. Before sending the form, please accept cookies before sending the form
-
-
www.fastcompany.com www.fastcompany.com
-
Google encouraging site admins to put reCaptcha all over their sites, and then sharing the resulting risk scores with those admins is great for security, Perona thinks, because he says it “gives site owners more control and visibility over what’s going on” with potential scammer and bot attacks, and the system will give admins more accurate scores than if reCaptcha is only using data from a single webpage to analyze user behavior. But there’s the trade-off. “It makes sense and makes it more user-friendly, but it also gives Google more data,”
-
This kind of cookie-based data collection happens elsewhere on the internet. Giant companies use it as a way to assess where their users go as they surf the web, which can then be tied into providing better targeted advertising.
-
For instance, Google’s reCaptcha cookie follows the same logic of the Facebook “like” button when it’s embedded in other websites—it gives that site some social media functionality, but it also lets Facebook know that you’re there.
-
-
github.com github.com
-
I originally did not use this approach because many pages that require translation are behind authentication that cannot/should not be run through these proxies.
-
I wish you would have contributed back to this project instead of forking or at picked a different name
-
-
www.iubenda.com www.iubenda.com
-
With this method, you can ensure the email address receiving your communication actually belongs to the person giving the consent and hereby further ensure that you avoid high unsubscribe rates, retain the integrity of your list and the reputation of your address. This method of registration is considered best practice in many countries, especially Germany and in the EU in general.
-
Generally, these laws apply to any service targeting residents of the region, which effectively means that they may apply to your business whether it’s located in the region or not.
-
-
www.iubenda.com www.iubenda.com
-
Generally, such legislations apply to any service targeting residents of the region, which effectively means that they may apply to your business whether it’s located in the region or not
-
These rules usually apply to any company selling to EU residents but may vary for international sellers on a case-by-case basis. It is worth noting, however, that in recent cases US courts have chosen to uphold the applicable EU law.
-
-
-
The only reason why your workaround isn't blocked as well is because it has additional steps that don't explicitly breach Mozilla's policies. But it certainly defeats the spirit of it.
-
- Apr 2020
-
mba.hitbullseye.com mba.hitbullseye.com
-
List of Top MBA Colleges in Indore Get the detailed ranking and information on placement records,admissions process,courses,fee structure and compare the Best MBA Colleges in Indore.
-
-
download.oracle.com download.oracle.com
-
You would normally combine these two techniques to provide in-depth defense to your application.
-
-
www.troyhunt.com www.troyhunt.com
-
many organisations block torrents (for obvious reasons) and I know, for example, that either of these options would have posed insurmountable hurdles at my previous employment
-
Actually, I probably would have ended up just paying for it myself due to the procurement challenges of even a single-digit dollar amount, but let's not get me started on that
-
-
github.com github.com
-
Capybara and Webrat use some of the same method names which leads to runtime collisions that reveal themselves in confusing ways.
-
-
stackoverflow.com stackoverflow.com
-
the security risk argument doesn't make sense. Numerous social media and forum sites support HTML and they don't seem particularly prone to security issues.
-
-
-
in order to track the always-improving upstream project, we continuously rebase our patches on top of the upstream master
-
-
github.com github.com
-
This repository contains the parts of the RubyMotion product that are opensource. It does not contain the full product, which can be purchased at www.rubymotion.com.
-
-
github.com github.com
-
developers.google.com developers.google.com
-
blog.1password.com blog.1password.com
-
They are proof that our openness about our data formats means that you do not have to fear data lock-in.
-
It’s this third way that we avoid lock-in that is relevant to today’s topic. Our data format design is specified well enough so that people with no connection to AgileBits can write software to be able to handle it.
-
-
github.com github.com
-
falcon.readthedocs.io falcon.readthedocs.io
-
www.techrepublic.com www.techrepublic.com
-
there's no reasonable way to communicate effectively with the less technically minded without acquiescing to the nontechnical misuse of the term "hacker"
Tags
- acquiescing/giving in
- popular misconceptions
- "hacker" vs. "cracker"
- language: misuse of word
- communicating with less technical people
- alternative to mainstream way
- 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
Annotators
URL
-
-
queue.acm.org queue.acm.org
-
-
Of course, just because your users want a copy of their data doesn't necessarily mean that they're abandoning your product. Many users just feel safer having a local copy of their data as a backup.
-
If you don't—or can't—lock your users in, the best way to compete is to innovate at a breakneck pace. Let's use Google Search as an example. It's a product that cannot lock users in: users don't have to install software to use it; they don't have to upload data to use it; they don't have to sign two-year contracts; and if they decide to try another search engine, they merely type it into their browser's location bar, and they're off and running.
-
it is far preferable to spend your engineering effort on innovation than it is to build bigger walls and stronger doors that prevent users from leaving
-
Want to keep your users? Just make it easy for them to leave.
-
Users are starting to realize, however, that as they store more and more of their personal data in services that are not physically accessible, they run the risk of losing vast swaths of their online legacy if they don't have a means of removing their data.
-
-
en.wikipedia.org en.wikipedia.org
-
en.wikipedia.org en.wikipedia.org
-
support.1password.com support.1password.com
-
1Password wasn’t built in a vacuum. It was developed on top of open standards that anyone with the right skills can investigate, implement, and improve. Open tools are trusted, proven, and constantly getting better. Here’s how 1Password respects the principles behind the open tools on which it relies:
I found it ironic that this proprietary software that I have avoided using because it is proprietary software is touting the importance of open tools.
-
-
accessmedicine.mhmedical.com accessmedicine.mhmedical.com
-
In addition, HBOT was found to reduce mortality rates from necrotizing fasciitis, and significantly decreased wound size in nonhealing diabetic wounds.
-
HBOT was found to improve graft survival, complete healing of grafts, and lessen infection in patients with a graft
-
-
accessmedicine.mhmedical.com accessmedicine.mhmedical.com
-
Patients with diffuse cerebral edema resulting in excessive ICP may require a decompressive craniectomy, although a recent AAST multicenter trial questioned the benefits.
-
The goal of resuscitation and management in patients with head injuries is to avoid hypotension (SBP of <100 mmHg) and hypoxia (partial pressure of arterial oxygen of <60 or arterial oxygen saturation of <90%).
-
-
time.com time.com
-
“By using a mask, even if it doesn’t do a lot, it moves the locus of control to you, away from the virus. It gives the individual a greater sense of control in this otherwise not-controlled situation.”
-
- Mar 2020
-
-
Piwik PRO uses a fork of Piwik open-source software (similarly to RedHat using the Linux kernel and multiple open source tools), however we currently seamlessly integrate a part of open source Piwik in our proprietary platform via APIs. Moreover, Piwik PRO controls all the changes to the code used in its Analytics Suite and since 2016 has been maintaining and developing its own fork of “Piwik” alongside the proprietary modules of Analytics Suite.
-
-
www.cmswire.com www.cmswire.com
-
That outcome, in fact, is why the General Data Protection Regulation has been introduced. GDPR is being billed by the EU as the biggest shake-up of data privacy regulations since the birth of the web, saying it sets new standards in the wake of the recent Facebook data harvesting scandal.
-
-
matomo.org matomo.org
-
Export and migrate your data between hosting options at any time
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
The mean time taken in the group II (bromelain) was 335.30 seconds which was nearly equal to the mean time of group I (papain) of 352.33 seconds.
This is slightly longer than normal teeth brushing sessions, but the frequency of brushing implies that my bromelain/papain toothpaste is more than adequate to deal with dental caries. Additionally, carries prior to tooth extraction are generally going to be small, meaning that a single brushing session might remove them.
Tags
Annotators
URL
-
-
www.pmcarpenter.com www.pmcarpenter.com
-
Whenever I'm so substantively shaky or incoherent as to make my case unpersuasively the first time around, I figure I should live with the consequences. And whenever I find criticism flawed, I figure readers — perceptive as they are — will see the flaw as well, therefore there's no need for me to rub it in.
-
-
techcrunch.com techcrunch.com
-
Earlier this year it began asking Europeans for consent to processing their selfies for facial recognition purposes — a highly controversial technology that regulatory intervention in the region had previously blocked. Yet now, as a consequence of Facebook’s confidence in crafting manipulative consent flows, it’s essentially figured out a way to circumvent EU citizens’ fundamental rights — by socially engineering Europeans to override their own best interests.
-
has shone a spotlight on the risks that flow from platforms that operate by systematically keeping their users in the dark.
-