The Algebra and Calculus of Algebraic Data Types.

Too Much Finance or Statistical Illusion?. Very important econometric note: quadratic regression with any variable that rises with per capita income (e.g., doctors, finance, telephones) will cause a negative quadratic term - i.e., past a certain point, that quantity will be predicted to reduce growth.

Decision Making Under Uncertainty: An Introduction to Robust Optimization and part 2. Nice introductory article.

Functional Error Accumulation in Scala

A Dynamic Programming Solution to A/B Test Design. A nice article on bandit algorithms (not A/B testing strictly speaking) that almost, but doesn't quite, derive the Gittins Index.

Adaptive Range Filters for Cold Data: Avoiding Trips to Siberia. The article describes a nice data structure, the Adaptive Refinement Tree, which handles range queries - it answers the question "does a set S (with ordered elements) contain any elements in the range [l,r]"? It purports to be the range equivalent of Bloom Filters, but this is a bit misleading - the ARF requires an oracle to determine whether the answer it provided is a false positive or not. (For the database applications presented, an oracle is always available, however.)

An Alternative to Null-Hypothesis Significance Tests. This paper pushes replicability - the probability that future experiments will return results with the same sign as the existing result. An interesting way to think about it, though in my view too focused on experimental methods and not focused enough on actually explaining the world.

From monoids to near-semirings: the essence of MonadPlus and Alternative. This paper derives a very nice conclusion - just as Monads are Monoids in the category of Endofunctors, Non-Determinism Monads are Near-Semirings in the category of Endofunctors. Pretty definitively, some category theory is required to understand this.

Introduction to Incremental - Jane St. Capital's new library for incremental computation. The basic idea is to define the computation as a DAG, and then the library will incrementally update the DAG components which have changed.

Investigating and Improving Undergraduate Proof Comprehension. Great line: "This was a humbling reminder that good pedagogical intentions do not always translate into effective interventions."

What is the expectation maximization

Power Laws in Venture Capital

Anti-technology Terrorists Attack Competing Workers. According to Courtney Love, the police seem complicit.

Frequency Counting Algorithms over Data Streams. Nice introductory article.

The Copenhagen Interpretation of Ethics. The Copenhagen Interpretation of Ethics says that you when you observe or interact with a problem in any way, you can be blamed for it. At the very least, you are to blame for not doing more. This philosophy is very relevant to a variety of topics - e.g., minimum wages, trading with poor countries, etc. Jaibot's blog is pretty interesting and has been added to my rss.

A Cynic’s Guide To Fintech.

Alex Kozinsky has written a scathing indictment of the American criminal justice system. tl;dr; there are lots of people who are wrongfully convicted.

Ideological Hijacking and Ideological Security. The author discusses the phenomenon of entryism -- outside activists taking over a community (e.g. feminists taking over the reddit anarchist community) -- and how to prevent it.

Behavioral Public Choice: The Behavioral Paradox of Government Policy. Great article applying behavioral economics to public policy.


Subscribe to the mailing list