Opening any CLI in Emacs
Quick reference: in a new scratch buffer,
Quick reference: in a new scratch buffer,
In[1]:In[1]:
((with-current-bufferwith-current-buffer (current-buffer) (make-comint-in-buffer (current-buffer) (make-comint-in-buffer "perl""perl" (current-buffer) (current-buffer) "perl""perl" nil nil "-de""-de" "0""0"))
))
That’s it!
That’s it!
Some
Some cliclis are not built on readline, and they are a pain to use. There’s no
support for editing the input, and every keypress inserts characters –...s are not built on readline, and they are a pain to use. There’s no
support for editing the input, and every keypress inserts characters –...
The Lying p Value
Quick check: do you agree or disagree with the following statement:
Quick check: do you agree or disagree with the following statement:
If a study finds a result significant at a p=0.05 level, that means they have
followed a methodology which produces this conclusion correctly 95 % of the
time.
If a study finds a result significant at a p=0.05 level, that means they have
followed a methodology which produces this conclusion correctly 95 % of the
time.
Yes or no? Keep that in mind, and we’ll get back to it.
Yes or no? Keep that in mind, and we’ll get back to it.
I’m reading the Fisher book where he popularised the p-value
I’m reading the Fisher book where he popularised the p-value1111 Statistical
Methods for Research...Statistical
Methods for Research...
Reading Notes: MPI and Message Passing Concurrency
This article is seven years old, but it was never published. I don’t know why.
This article is seven years old, but it was never published. I don’t know why.
mpimpi is not meant to be used. It is a low-level interface designed to build
libraries upon, because it is expensive to develop supercomputing libraries
tailored to each specific high-performance number-crunching cluster system, so
libraries are built on is not meant to be used. It is a low-level interface designed to build
libraries upon, because it is expensive to develop supercomputing libraries
tailored to each specific high-performance number-crunching cluster system, so
libraries are built on mpimpi, which is then implemented on the high-performance
clusters. This means , which is then implemented on the high-performance
clusters. This means mpimpi is... is...
Probability-Generating Functions
I have long struggled with understanding what probability-generating functions
are and how to intuit them. There were two pieces of the puzzle missing for me,
and we’ll go through both in this article.
I have long struggled with understanding what probability-generating functions
are and how to intuit them. There were two pieces of the puzzle missing for me,
and we’ll go through both in this article.
There’s no real reason for anyone other than me to care about this, but if
you’ve ever heard the term
There’s no real reason for anyone other than me to care about this, but if
you’ve ever heard the term pgfpgf or or characteristic functioncharacteristic function and you’re curious
what it’s about, hop on for the ride!
and you’re curious
what it’s about, hop on for the ride!
Incident Inference From Symptoms
An acquaintance was feeling what could have been early symptoms of illness, but
wanted to run a 10k race later that day. They approached me because they sensed
there was a statistical problem in there: how should they react to symptoms
getting worse during the race? Is that a sign to quit, or is it likely to be a
false positive?
An acquaintance was feeling what could have been early symptoms of illness, but
wanted to run a 10k race later that day. They approached me because they sensed
there was a statistical problem in there: how should they react to symptoms
getting worse during the race? Is that a sign to quit, or is it likely to be a
false positive?
The conclusion was surprising and interesting, so for this article, I’ve recast
the problem in terms of site reliability...
The conclusion was surprising and interesting, so for this article, I’ve recast
the problem in terms of site reliability...