- Last 7 days
-
trailblazer.to trailblazer.to
-
Visualized, our new composed structure would look as follows.
-
- Feb 2021
-
en.wikipedia.org en.wikipedia.org
-
another to compose functions that output monadic values (called monadic functions)
-
-
github.com github.com
-
You can optionally compose the steps manually (great for reuse) and just make use of the Runner#call method.
Tags
Annotators
URL
-
- Jan 2021
-
-
I would love to see this features as well, since it makes component composition and reuse a lot easier.
-
- Oct 2020
-
www.npmjs.com www.npmjs.comhyperx1
-
hyperx(React.createElement)
Tags
Annotators
URL
-
-
www.gutenberg.org www.gutenberg.org
-
About this time I met with an odd volume of the Spectator.[18] It was the third. I had never before seen any of them. I bought it, read it over and over, and was much delighted with it. I thought the writing excellent, and wished, if possible, to imitate it. With this view I took some of the papers, and, making short hints of the sentiment in each sentence, laid them by a few days, and then, without looking at the book, try'd to compleat the papers again, by expressing each hinted sentiment at length, and as fully as it had been expressed before, in any suitable words that should come to hand. Then I compared my Spectator with the original, discovered some of my faults, and corrected them. But I found I wanted a stock of words, or a readiness in recollecting and using them, which I thought I should have acquired before that time if I had gone on making verses; since the continual occasion for words of the same import, but of different length, to suit the measure, or of different sound for the rhyme, would have laid me under a constant necessity of searching for variety, and also have tended to fix that variety in my mind, and make me master of it. Therefore I took some of the tales and turned them into verse; and, after a time, when I had pretty well forgotten the prose, turned them back again. I also sometimes jumbled my collections of hints into confusion, and after some weeks endeavored to reduce them into the best order, before I began to form the full sentences and compleat the paper. This was to teach me method in the arrangement of thoughts. By comparing my work afterwards with the original, I discovered many faults and amended them; but I sometimes had the pleasure of fancying that, in certain particulars of small import, I had been lucky enough to improve the method of the language, and this encouraged me to think I might possibly in time come to be a tolerable English writer, of which I was extremely ambitious. My time for these exercises and for reading was at night, after work or before it began in the morning, or on Sundays, when I contrived to be in the printing-house alone, evading as much as I could the common attendance on public worship which my father used to exact of me when I was under his care, and which indeed I still thought a duty, thought I could not, as it seemed to me, afford time to practise it.
Even the greats copied or loosely plagiarized the "masters" to learn how to write.The key is to continually work at it until you get to the point where it's yours and it is no longer plagiarism.
This was also the general premise behind the plotline of the movie Finding Forrester.
-
-
-
In contrast, Javascript-made templates can be organised into components with nicely decomposed and DRY code that is more reusable and testable.
-
- Sep 2020
-
github.com github.com
-
Often, allowing the parents to compose elements to be passed into components can offer the flexibility needed to solve this problem. If a component wants to have direct control over every aspect of a component, then it should probably own the markup as well, not just the styles. Svelte's slot API makes this possible. You can still get the benefits of abstracting certain logic, markup, and styles into a component, but, the parent can take responsibility for some of that markup, including the styling, and pass it through. This is possible today.
-
-
osf.io osf.io
-
King, M. M., & Frederickson, M. (2020). The Pandemic Penalty: The gendered effects of COVID-19 on scientific productivity [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/8hp7m
-
- Aug 2020
-
osf.io osf.io
-
Albertini, M., Sage, L., & Scherer, S. (2020). Intergenerational contacts and Covid-19 spread: Omnipresent grannies or bowling together? [Preprint]. SocArXiv. https://doi.org/10.31235/osf.io/exym8
-
-
www.biorxiv.org www.biorxiv.org
-
Martino, C., Kellman, B. P., Sandoval, D. R., Clausen, T. M., Marotz, C. A., Song, S. J., Wandro, S., Zaramela, L. S., Benítez, R. A. S., Zhu, Q., Armingol, E., Vázquez-Baeza, Y., McDonald, D., Sorrentino, J. T., Taylor, B., Belda-Ferre, P., Liang, C., Zhang, Y., Schifanella, L., … Knight, R. (2020). Bacterial modification of the host glycosaminoglycan heparan sulfate modulates SARS-CoV-2 infectivity. BioRxiv, 2020.08.17.238444. https://doi.org/10.1101/2020.08.17.238444
-
- Jul 2020
-
covid-19.iza.org covid-19.iza.org
-
Bertocchi, G., & Dimico, A. (2020). COVID-19, Race, and Redlining. IZA Discussion Paper, 13467.
-
- Jun 2020
-
psyarxiv.com psyarxiv.com
-
Okabe-Miyamoto, K., Folk, D. P., Lyubomirsky, S., & Dunn, E. W. (2020). Changes in Social Connection During COVID-19 Social Distancing: It’s Not (Household) Size That Matters, It’s Who You’re With [Preprint]. PsyArXiv. https://doi.org/10.31234/osf.io/zdq6y
-
- May 2020
-
gitlab.com gitlab.com
-
Software Composition Analysis group
-
- Apr 2020
-
hswolff.com hswolff.com
-
I'm always in awe at some of the things you can create with the simple primitives that d3 provides.
-
- Mar 2020
-
vincentarelbundock.github.io vincentarelbundock.github.io
-
HSAUR agefat Total Body Composision Data
Dataset used for KSB
-
- Jan 2020
-
buildingvts.com buildingvts.com
-
Arel’s ComposabilityInternally Arel functions on AST nodes and every time an Arel method is made, the nodes in the AST will be modified accordingly. This is an important nature of how Arel works — composability, so that it’s able to build queries in a flexible way. With this abstract representation, we are able to safely add different filters and operations to the same query and even combine queries regardless of its order. Arel is able to generate the correct SQL query from it.
-
- Dec 2019
-
survivejs.com survivejs.com
-
Neutrino utilizes webpack under the hood for building projects by augmenting it with knowledge about build middleware. Neutrino middleware are discrete pieces of webpack configuration that use a custom configuration API. You can compose many of these middleware together into custom presets, and each will modify the build accordingly.
-
- Nov 2019
-
docs.silverstripe.org docs.silverstripe.org
-
Instead of overriding a service with your own implementation, you enhance an existing service with your own concerns. This pattern is known as middleware.
-
-
frontarm.com frontarm.com
-
-
here’s how you’d use React.Children.toArray() with React.cloneElement() to add top and bottom classes to the List component’s children.
-
-
github.com github.com
-
Reactabular has been designed to be extensible. Rather than implementing a lot of functionality in its core, it provides extension points. You can, for instance, customize rendering on cell level. It is possible to implement functionality, such as search, pagination, sorting, and inline editing, through composition.
-
-
medium.com medium.com
-
What does composition have to do with mocking?Everything. The essence of all software development is the process of breaking a large problem down into smaller, independent pieces (decomposition) and composing the solutions together to form an application that solves the large problem (composition).
-
Put another way, mocking is required when our supposed atomic units of composition are not really atomic, and our decomposition strategy has failed to decompose the larger problem into smaller, independent problems.
-
-
leanpub.com leanpub.com
- Sep 2019
-
reactjs.org reactjs.org
-
They are a pattern that emerges from React’s compositional nature.
Tags
Annotators
URL
-
- Aug 2019
-
www.reddit.com www.reddit.com
-
Suspending is built on the mechanism as error boundaries. In fact, we recently (like last week) completely rewrote error handling to prepare for this feature. It's also built on the same "expiration time" model we use for CPU scheduling. I love it when features compose together!
-
-
material-ui.com material-ui.com
-
As Sebastian Markbage pointed out, no abstraction is superior to wrong abstractions. We are providing low-level components to maximize composition capabilities.
Tags
Annotators
URL
-
- Mar 2019
-
dougengelbart.org dougengelbart.org
-
A composite process, remember, is organized from both human processes and computer processes
Human-system/Tool-system fine-grained intersections and compositionalities. There are UX and UI levels here. There are likely further levels having to do with intentionalities of (semi-) autonomous Tool Systems, how they are to be guided by Human intentionalities, and - most importantly - how humans fully ascertain and guide their own intentionalities.
-
- Feb 2019
-
static1.squarespace.com static1.squarespace.com
-
books of rhetoric which abound in the world,
How many copies of Blair's Lectures (62 editions, 51 abridgments, and 10 translations) did he stumble across? (see Rhetorical Tradition Enlightenment intro)
-
-
static1.squarespace.com static1.squarespace.com
-
Hugh Blair and George Campbell,
Key players in shaping rhetoric and university curriculum in the 18th and 19th centuries (Cf. James Berlin's account of composition instruction in American universities)
-
- Jan 2019
-
static1.squarespace.com static1.squarespace.com
-
omposition and hacking are alreadyclose allies
A striking statement/juxtaposition in a way -- interesting to think of these two concepts as "allies." However, sometimes things that are most unlike each other work the best together.
-
-
static1.squarespace.com static1.squarespace.com
-
first-year writing
https://secure.ncte.org/store/strategies-for-teaching-1st-year-comp This book has great articles on first-year writing courses, but I'm specifically pointing to one entitled "An Honors Course in First-Year Composition: Classical Rhetoric and Contemporary Writing" By Marvin Diogenes, Stanford University.
-
- Nov 2018
-
www.the-hospitalist.org www.the-hospitalist.org
-
“The day is upon us where we need to strongly consider nurse practitioners and physician assistants as equal in the field,” he says. “We’re going to find a much better continuity of care for all our patients at various institutions with hospital medicine and … a nurse practitioner who is at the top of their license.”
Hospitalists as QB should play leadership role in integrating all members of care team
-
Recent State of Hospital Medicine surveys showed that 83% of hospitalist groups are utilizing NPs and PAs, and SHM earlier this year added Tracy Cardin, ACNP-BC, SFHM, as its first non-physician voting board member
-
- Sep 2017
-
www.facultyfocus.com www.facultyfocus.com
-
we must routinely and explicitly give them structured practice opportunities to critically examine their own thinking.
-
- Apr 2017
-
valet.haa.pitt.edu valet.haa.pitt.edu
-
“Humans” do not simply assemble different apparatusesfor satisfying particular knowledge projects but are themselves specific localparts of the world’s ongoing reconfiguring
I'm looking at this in the context of McLuhan's argument for technology as an extension of the human being. It seems to me that Barad also sees the "human" as extended beyond the materially contiguous body, but also in terms of reverse, humans as an extension of worldly processes, extended through us. The "person" stops being a discrete, immiscible beings, but "specific local parts" operating in "mutually implicated" elements of the world.
-
- Mar 2017
-
static1.squarespace.com static1.squarespace.com
-
Although some professors who urged a focus on public discourse and argumentation expressed opposition to the current-traditional approach, that method prevailed and, indeed. continued to be the predominant approach to composition through the first two-third~ of the twentieth century-and on some campuses much longer.
It seems as though this decision to mandate the "current-traditional" approach of rhetoric in the academic setting cut out a large personal aspect of what rhetoric originally had
-
-
static1.squarespace.com static1.squarespace.com
-
Why, we ask at once, was there no continuous writing done by women before the eighteenth century?
Point raised by Fr. Ong in The Presence of the Word "With the appearance of what we have called the sound-sight split in Latin, that stream of the language which developed into the modern romance vernaculars remained in use in the home, but the other stream known as Learned Latin, which moved only in artificially controlled channels through the male world of the schools was no longer anyone's mother tongue, in a quite literal sense." There was an active language-world for women in ancient Rome, but its one that was not recorded, and is now lost to time.
Tags
Annotators
URL
-
- Feb 2017
-
www.jstor.org.proxyau.wrlc.org www.jstor.org.proxyau.wrlc.org
-
For current-traditional rhetoric, reality is rational, regular and certain - a realm which when it is not static is at least in a predictable, harmonious, symmetrical balance. Meaning thus exists independent of the perceiving mind, reposing in external reality.
No way Fish believes this.
-
-
static1.squarespace.com static1.squarespace.com
-
Phil9sophy is .i!1~ep¥Uble fyom Jang4age, and no self-consciousness will alter or transcend tqat circumstance.
The important thing seems to be the self-consciousness. Nietzsche (swear to God, if the quiz asks us to spell that name, I swear to God) is trying to avoid the "I identified the problem, and thus, I've solved it." The image of unmasking their pretensions has the dangerous risk of thinking that the mask is something outside the norm, and that there's something stable underneath it that's been revealed.
-
-
static1.squarespace.com static1.squarespace.com
-
women helped each other come lo public voice,
There's already a print annotation on the move forward to network theories, but what really strikes me about this is an earlier note from LoLo about collaborative and invitational rhetoric, and these co-ops seem like a laboratory for developing them. If nothing else, I'd love to know more about the dynamics of these, being something akin to the modern Writing Center but for developing a spoken voice.
-
-
static1.squarespace.com static1.squarespace.com
-
some wrilers have spoken or Rhetoric us 1he Art of Compoi.itio
This is linkage I find compelling as composition is not reducible to writing.
-
Composition, however, of the Argumentative II )\)fe kind, may be considered (as has been above stated) as coming under the province of Rhetoric. And this view of the subject is the less open to objection, inasmuch as it is not likely to lead to discussions that can be deemed superfluous, even by those who may chuse to consider Rhetoric in the most restricted sense, as relating only to "Per-suasive Speaking"; since it is evident that Arg11• me/II must be, in most cases at least, the basis of Persuasion.
It can generally be agreed that the composition of an argument also befalls under the general umbrella of rhetoric.
-
-
static1.squarespace.com static1.squarespace.com
-
for which university training in rhetoric prepared men
As Dr. Lynch is fond of recounting, even when women's colleges became a thing, Rhetoric was not part of the curriculum, and Composition was considered the women-appropriate substitute. Also, we're a century away, but the impact of pragmatic concerns on women's rhetoric will come back with A Room of One's Own.
-
- Jan 2017
-
enculturation.net enculturation.net
-
hetoric/composition
Did these become the same thing?
Tags
Annotators
URL
-
- Oct 2016
-
Local file Local file
-
makesitgodead
What makes it go dead? Recognition? As "beauty"?
-
andromanticism
One of the most puzzling moments: romanticism is linked with 1914 and with a widespread linkage of sameness and difference. Is the idea that romanticism, as the first "modernism" in language, normalizes the idea of a break, of discontinuity in search of continuity?
-
usingeverything.
Three principles of "composition": continuous present, beginning again and again, using everything. Unpack this for students.
-
writingasitismade
Introduction of Stein's "continuous present," the idea of creating a rich, contingent space for the writer in the act of writing and the reader in the act of reading, a temporality that abolishes the neat past/present/future triad of traditional narrative.
-
goingtobethereandwearehere
Another motif that recurs throughout: composition creates a distance in space and time. We are here and its is "going to be there," appearing to us from a distance.
-
eginningagainandagain
First occurrence of this motif: central principle of composition is repetition, is "beginning again," a phrase which Stein evidently loves for its poetic qualities as much as its investment in creating loops of time.
-
athingacceptedbecomesaclassic
Side note: Stein's argument here is extremely close to that of Eliot's in his 1919 "Tradition and the Individual Talent," though Eliot is advocating for the "classic" rather than the newness of the new.
-
isanoutlawuntilheisaclassic
Temporality of "composition": the experimental artist disrupts and then is integrated into history as a "classic." Stein jokes (seriously) that "there is almost not an interval" between these two moments, that we forget that (for example) Picasso was an "outlaw" once he has become "classic" and "beautiful." It's certainly the case that a tour through MoMA is rich in examples!
-
time-sense.
New term. The discussion of war leads to the discussion of "composition" with "time-sense," temporality, the idea of the new art as making a break in time.
-
thewar
Beginning of a set of riffs on WWI narrowly and war more broadly: war as that which makes a break, produces difference. To this extent, modernism is deeply implicated with WWI and (perhaps) with war in general.
-
makesacomposition,itconfuses,itshows,itis,itlooks,itlikesitasitis,andthismakeswhatisseenasitisseen
Stein emphasizes that "ways of looking" change, and the list of verbs emphasize the power of the "composition" to derange looking and make us see "the same thing" anew in ways that "make a difference."
-
BythisImeansosimplythatanybodyknowsitthatcompositionisthedifferencewhichmakeseachandallofthemthendifferentfromothergenerationsandthisiswhatmakeseverythingdifferentotherwisetheyareallalikeandeverybodyknowsitbecauseeverybodysaysit
This word "composition" will be THE keyword in the piece. Note how much S freights "composition" with here: a) it inserts a wedge between generations (i.e., each generation has its own "composition" that is authentically "new"); b) it's something that only those who "know it" perceive, thus internally splitting a generation between those who are down with its "composition" and those who lag.
-
-
drive.google.com drive.google.com
-
This word "composition" will be THE keyword in the piece. Note how much S freights "composition" with here: a) it inserts a wedge between generations (i.e., each generation has its own "composition" that is authentically "new"); b) it's something that only those who "know it" perceive, thus internally splitting a generation between those who are down with its "composition" and those who lag.
-
- Sep 2016
-
compositionforum.com compositionforum.com
-
hat use-value the curriculum may ultimately have for them in their particular contexts
I see how this is problematic.
-
As a result, students will begin to see rhetoric as an adaptive process that requires a proliferation of methods at every instant. Instead of pre-ordained processes or methods, students would “start with experience, generalize a pattern or schema from that experience, turn that pattern on future experience, and then adapt the pattern to devise a new schema
Yes!
-
Hawk’s emphasis on ecology and immersion promises to counter-act such hyper-disciplinarity and ossification.
Yes: this is so key.
-
s. It is no surprise then that institutionalized writing is steadily moving away from the essay as the universal proving ground for student writers, and towards teaching to write effectively in a variety of genres students can expect to work in as they leave college for the workforce. This shift from writing as a single, universal skill to writing as multiple and genre-based is both potentially liberating and potentially disenfranchising.
Yes.
-
as the ability to think of different ways of locating themselves within complex human-technological networks, the emergence of students’ own purposes for using rhetoric, and along with that, their own methods of rhetorical invention.
The real purpose of Hawk's pedagogy.
-
Instead of a pedagogy of heuristics, which presupposes interiority, Hawk argues for the importance of “ecology and immersion,” in which students gain a greater understanding of their rhetorical presence as multivalent, existing from moment to moment, in connection with other bodies and technologies
As opposed to "synchronic."
-
- Aug 2016
-
bartoszmilewski.com bartoszmilewski.com
-
Functional programming is not only about composing functions and algebraic data structures — it makes concurrency composable
This seems to refer to my last comment: composition is not just about composing function and ADTs, but also makes concurrency composable.
From this first lvar paper: http://lambda-the-ultimate.org/node/4823, if two sets of modifications can be structured to commute, then they are guaranteed to be thread safe and thus can be composed.
-
- Mar 2016
-
www.fun-mooc.fr www.fun-mooc.fr
-
This is important. All abstractions can be grounded in some concrete event or situation. However, the practice of starting with theory often ignores this and students struggle to grasp abstractions that are suspended in space. Given that all abstractions have origins, it should be easy to situate instruction in something concrete.
-
- Jan 2016
-
www.timusic.net www.timusic.net
-
The simplest way is to just have the melody played down the octave. This gives you a strong sound. It’s not the most interesting, but it works
Baritone sax
-
Notice that the interval between the top two voices is always a 3rd or 4th. This is ideal and correct for the traditional style. It is possible to have a major 2nd in this range but I try to avoid it; in the next octave up it may even sound like a mistake. A minor second should be totally avoided if you are going for a traditional sound
-
This is where you maintain the shape of the chord (same interval structure) and move it under the melody
Technique called "Planing"
-
It is handy to think of the 9th as replacing the tonic.
-
There is another option to consider when harmonizing the tonic chords. If you wish to create a really traditional sound, a la Glenn Miller, then use 6th chords instead of major 7th chords
-
There are a few ways to harmonize this F, but the most common method (and my default) is to use a ‘passing diminished.’
-
- May 2015
-
www.corestandards.org www.corestandards.org
-
Write routinely over extended time frames (time for research, reflection, and revision) and shorter time frames (a single sitting or a day or two) for a range of tasks, purposes, and audiences.
Digital annotation is particularly suited to this type of everyday writing practice.
In a sense, it's more like posting to Facebook or Twitter than writing an essay. But because it is grounded in text, it encourages more thoughtfulness.
At the same time, if students are regularly annotating using an application like hypothes.is, then they will surely exceed the word count usually required in a five page essay. Annotation projects might be seen as pre-writing--a collaborative drafting space for ideas and language to be developed later in formal papers--or it might be seen as an end in itself.
-
through the effective selection, organization, and analysis of content.
This is essential to the pedagogy of annotation as well. The first step must be to identify an appropriate selection of text from a document. The annotation itself is the space for analysis.
-