I once took a personality test. It said I'm in top 5% of disagreeable people. That means that if I agree with something I remain quiet, and if I disagree I speak. So, if some time I annoy you by disagreeing with you, think of all those times I said nothing!
A surprising & little-known results in classical statistics:
mean (μ) and median (m) are within one std deviation:
|μ−m| ≤ σ
For unimodal densities, bound is even tighter
|μ−m| ≤ 0.7746 σ
This beautiful results first appeared in a 1932 paper by Hotelling & Solomons
1/3
We’re presenting the first AI to solve International Mathematical Olympiad problems at a silver medalist level.🥈
It combines AlphaProof, a new breakthrough model for formal reasoning, and AlphaGeometry 2, an improved version of our previous system. 🧵 https://t.co/SYaLPSbIyj
@ccanonne_ @SimonsInstitute the other day i randomly decide to mention that i'm fighting with re-proving a 50y old result
and the next day you randomly decide to post a picture with the guy who did the original proof 50y ago ...
@ccanonne_ With a programming job I get to do maths rarely. For the past 2 months I spent about 15min every 3 days to try to prove a theorem, and failed. (That's about 5h in total.)
This is a result from the 70s about caches. So, yeah, quite humbled.
Another nice problem from my daughter's HS math club. We have finitely many switches in a row, each in position up, down, left, or right. Whenever three adjacent switches have all different positions, we can change all three to the fourth position. Can it go forever?
@JDHamkins I first saw this given as a programming problem in an ICPC contest. From replies, I see it's even older.
Anyway, the solution I know is the one where you look at the sum of the lengths of all segments.
My daughter had a nice problem in her high-school math club. Suppose you have 1000 white points and 1000 black points in the plane, no three collinear. Can you draw segments connecting them in pairs, from white to black, using each point just once, without any edges crossing?
Heard we (@UniKentComp)'ve 4 PhD scholarships. No details yet, but it's likely "short notice" for applications.
If you know someone who's into Programming Languages and is interested in going deep, check our list of suggested topics: https://t.co/GypQ7lS60p
#phd#funding
@Barteks2x @wicko3@HerrDreyer@h_poncedeleon@poplconf One possibility: 'or 1' loads and writes one byte only.
or 1: reads 0 byte
dec 1: reads 0 int
dec 1: writes -1 int
or 1: writes 1 byte
result: -255 int
@karger Thanks for the answer.
It is indeed not uniform: I tried a square with a diagonal. I lost the paper now, but I recall it was *close* to uniform.
I can do more experiments. But making "close" more precise seems like a job for theory.
Since I used @karger's mincut algo in the last day of #AdventOfCode, I wondered what happens if you use that algo to sample spanning trees, by doing one more step until all selected edges make a tree.
I know the sampling is not uniform, but I guess it should be close to uniform.