- γγγ£γγγ»γ’γγ΅γͺγ| β easily/readily/quickly/flatly (refuse) (β onomatopoeic or mimetic word) β‘ lightly (seasoned food, applied make-up, etc.)/plainly/simply (β onomatopoeic or mimetic word)
- γγγΉγγΉγ| β contrary/opposite/inverse/reverse/back-to-front (β onomatopoeic or mimetic word)
- γγγγ΅γγ| β uncertain/vague/ambiguous (β onomatopoeic or mimetic word)
- γγ€γΈγ€γΈγ»γγγγγ| β hesitantly/timidly/diffidently (β onomatopoeic or mimetic word)
- γγγγγγ»γ€γ½γ€γ½γ| β cheerfully/excitedly (β onomatopoeic or mimetic word)
- γγγγγγ»γ¦γΈγ¦γΈγ| β irresolute/hesitant (β onomatopoeic or mimetic word)
- γγγγγγγγ»γ¦γΈγ£γ¦γΈγ£γ| β in swarms/in clusters (β onomatopoeic or mimetic word) β‘ tediously/slowly (β onomatopoeic or mimetic word)
- γγγγγγ»γ¦γΊγ¦γΊγ| β itching to do something/impatient/sorely tempted/eager (β onomatopoeic or mimetic word)
- γγγγγγ| β irrepressibly aroused (esp. sexually)/stimulated (β onomatopoeic or mimetic word)
- γγγ γγ γ»γ¦γγ¦γγ| β going on and on (about inconsequential things)/talking nonsense (β onomatopoeic or mimetic word) β‘
const sleep = (t: number) => new Promise((rs) => setTimeout(rs, t)); | |
/** | |
* This function will return an array of the same length as the input, | |
* but not in the same order. It's straightforward to extend it to | |
* preserve order, but I left it like this because this way the timing | |
* is clearly visible. This helped me confirm that it works. | |
*/ | |
async function processArray(input: number[], numWorkers: number) { | |
const ret: { date: number; description: string }[] = []; |
This is just a gist to let me attach images in comments for a URL. |
import numpy as np | |
from numpy import sqrt, sin, cos | |
asin = np.arcsin | |
def simp(rlat1, rlon1, rlat2, rlon2): | |
dLat = rlat2 - rlat2 | |
dLon = rlon2 - rlon1 | |
return ((sin(dLat / 2)**2 + sin(dLon / 2)**2 * cos(rlat1) * cos(rlat2))) |
function filteredLengthAtLeast<T>( | |
v: T[], | |
filter: (x: T) => boolean, | |
min: number, | |
) { | |
let nfound = 0; | |
for (let i = 0; i < v.length, nfound < min; i++) { | |
nfound += +filter(v[i]); | |
} | |
return nfound >= min; |
homicide Asian NYS deaths: https://wonder.cdc.gov/controller/saved/D76/D291F899
motor vehicle Asian NYS deaths: https://wonder.cdc.gov/controller/saved/D76/D291F900
suicide Asian NYS deaths: https://wonder.cdc.gov/controller/saved/D76/D291F901
Recall:
- 2.5% of the year corresponds to 9 days
- 5% β 18 days
- 10% β 37 days
- 50% β 6 months
- 90% β 47 weeks
- 95% β 50 weeks
- 97.5% β 51 weeks (a year has ~52 weeks)
.highlight .hll { | |
background-color: var(--jp-cell-editor-active-background) | |
} | |
.highlight { | |
background: var(--jp-cell-editor-background); | |
color: var(--jp-mirror-editor-variable-color) | |
} |
Iβll let you in on a secret. I have a doctorate in education, but the fieldβs basically just a 100 years old. We donβt really know what weβre doing. Our scholarly understanding of how learning happens is like astronomy 2000 years ago.
Most classroom practice is astrology.
Before the late 19th century, no human society had ever attempted to formally educate the entire populace. It was either aristocracy, meritocracy, or a blend. And always male.
https://mobile.twitter.com/lexi_lambda/status/1453866074106105864
Β§ Alexis King @lexi_lambda society if propositional and first-order logic were included in primary and secondary education mathematics curricula
Β§ Alexis King @lexi_lambda sometimes I wonder if this sort of β-vs-β confusion would be less pervasive if students were exposed to literally any formal logic in middle/high school, because first-order logic is very accessible, and it seems a lot more generally useful than, say, matmuls devoid of context