llull's comments

llull | 10 years ago | on: Source code for Lua 5.3

Idris. Really interesting language exploring dependent types for practical programming, but not yet production ready.

llull | 10 years ago | on: 20 lines of code that beat A/B testing (2012)

Bandits are great, but using the theory correctly can be difficult (and if accidentally incorrectly applied then ones results can easily become pathologically bad). For instance, the standard stochastic setup requires that learning instances are presented in an iid manner. This may not be true for website visitors, for example different behaviour at different times of day (browsing or executing) or timezone driven differing cultural responses. There is never a simple, magic solution for these things.

llull | 10 years ago | on: Classism in America

The truth of the essay is illustrated by studies that show lower social mobility over longer generational windows, i.e. ones grandfather's income quintile is a better predictor of ones owns than ones fathers's. The intangible cultural inheritance of social class is more lasting than fluctuations in material wealth.

llull | 10 years ago | on: Facts No One Really Checks (2012)

What a strange statement/article. I had to check all three of those as an undergrad, associativity of matrix multiplication was definitely first year linear algebra, and I think elliptic curve product was first year number theory.

(and it still is, theorem 3.4 in these first year notes https://wwwf.imperial.ac.uk/~kb514/M1GLA.pdf)

"It is that they are felt too tedious or technical to prove in a course or even a textbook." Was my degree unusually tedious?

llull | 10 years ago | on: Convert hand drawn equations to LaTeX

Very neat. One problem is immediate: when I handwrite an "x" for maths, it is as two 'c's touching back-to-back, so as not to confuse with some multiplication/cross-product symbol; such input proves very confusing to this code.
page 1