- Jan 2023
-
static1.squarespace.com static1.squarespace.com
-
The} l)'P1callyopera1c ·" ne1works 10 dc1cc1.analrze, and acru-atc re,pon<e; IO cm 1ronmental even 1,
The sensors are not only networks of analysis, detection, and responses to environmental events but are ways of describing environments and bringing them into being as sociopolitical worlds that reflect the differing ways of experiencing and navigating planetary zones.
-
- Apr 2022
-
-
It is very important that your gem reopens the modules ActiveJob and ActiveJob::QueueAdapters instead of defining them. Because their proper definition lives in Active Job. Furthermore, if the project reloads, you do not want any of ActiveJob or ActiveJob::QueueAdapters to be reloaded. Bottom line, Zeitwerk should not be managing those namespaces. Active Job owns them and defines them. Your gem needs to reopen them.
-
- Jun 2021
-
-
The main (IMO) feature of MQTT – quality of service – doesn't make sense in our case: if a WebSocket server is down and doesn't receive broadcast messages (through HTTP/Redis/queue), it's likely not to handle client connections too.
-
- Feb 2021
-
en.wikipedia.org en.wikipedia.org
-
Though rarer in computer science, one can use category theory directly, which defines a monad as a functor with two additional natural transformations. So to begin, a structure requires a higher-order function (or "functional") named map to qualify as a functor:
rare in computer science using category theory directly in computer science What other areas of math can be used / are rare to use directly in computer science?
-
- Oct 2020
-
masteringjs.io masteringjs.io
-
The intuition behind POJOs is that a POJO is an object that only contains data, as opposed to methods or internal state. Most JavaScript codebases consider objects created using curly braces {} to be POJOs. However, more strict codebases sometimes create POJOs by calling Object.create(null) to avoid inheriting from the built-in Object class.
-
-
humanwhocodes.com humanwhocodes.com
-
What makes it good or bad is the quality of the code being multiplied.
-
-
facebook.github.io facebook.github.io
-
Balanced named tags is a critical syntactic feature of the XML-style notation.
-
-
-
A program somewhat controlling it's own flow. That's the key feature that makes a programming language Turing complete.
-
A programming language is Turing complete if you can implement any possible algorithm with it.
-
- Sep 2020
-
github.com github.com
-
Please focus on explaining the motivation so that if this RFC is not accepted, the motivation could be used to develop alternative solutions. In other words, enumerate the constraints you are trying to solve without coupling them too closely to the solution you have in mind.
-
A huge part of the value on an RFC is defining the problem clearly, collecting use cases, showing how others have solved a problem, etc.
-
An RFC can provide tremendous value without the design described in it being accepted.
Tags
- contribution guidelines: should explain motivation for change
- defining the problem clearly
- iterative process: building on previous attempts/work
- defining the problem clearly is as valuable coming up with specific implementation/solution
- answer the "why?"
- value
- okay for proposal to not be accepted
- iterative process
Annotators
URL
-
-
github.com github.com
-
CSS encapsulation is a critical feature of single file components in Svelte; it allows you to think only about the styles that live together in a given component. Managing CSS has long been one of the more challenging aspects of building for the web; we have no desire to bring those problems back via official APIs that encourage the de-scoping of CSS. We do not wish to revisit the age of namespaced CSS selectors and required preprocessors.
-
- Aug 2020
-
www.nature.com www.nature.com
-
Alwan, Nisreen A. ‘A Negative COVID-19 Test Does Not Mean Recovery’. Nature 584, no. 7820 (11 August 2020): 170–170. https://doi.org/10.1038/d41586-020-02335-z.
-
- Oct 2017
-
hypothes.is hypothes.is
-
Critical thinking is the intellectually disciplined process of actively and skillfully conceptualizing, applying, analyzing, synthesizing, and/or evaluating information gathered from, or generated by, observation, experience, reflection, reasoning, or communication, as a guide to belief and action.
According to this definition of critical thinking, we can infer that critical thinking requires a deep thought process, and it forces one to intensely elaborate on whatever is being asked to think about/write about/discuss
-