Max Brodeur
banner
maxbrodeur.bsky.social
Max Brodeur
@maxbrodeur.bsky.social
math & brains @EPFL & MPI

interested in intelligence
Any interpretation for what’s at the root vs. leaves?
October 27, 2025 at 1:52 AM
perturbations along a single coefficient
of a random quadratic 2D polynomial map

~50 million points per frame — rendered in C++
sound: mystery or misery? — vegyn
October 18, 2025 at 10:35 AM
Right! There’s something comforting in accepting that it’s just looks nice — even if it might be a wild goose chase :)

There’s more evidence for that perspective:
x.com/hippopedoid/...
x.com
August 4, 2025 at 12:10 PM
*John Williamson, not Healy.
August 4, 2025 at 11:32 AM
Check out johnhw’s notes! They plot where things like factors and sequences show up, and compute number-theoretic stats.

The (pink) image is colored by integer magnitude (bright = large). Some trajectories hint at sequences, but no formal classification was made.

johnhw.github.io/umap_primes/...
johnhw.github.io
August 4, 2025 at 11:31 AM
Euclid’s Elements is the second-most printed and studied book in history — after the Bible.

Written around 300 BC in ancient Greece, this edition is its first English translation (1570). It remained a core math textbook well into the 20th century.
August 4, 2025 at 10:26 AM
And they work in real life too :)

Smooth-rolling objects require virtually no force to start moving – even with low friction, they roll.
July 31, 2025 at 5:27 PM
An object is “smooth-rolling” if its center of mass remains at a constant height while it rolls.

We created knots with this property by combining Morton’s knots with Two-Disk Rollers.
July 31, 2025 at 5:27 PM
Thank you Keenan — really means a lot!

Your Repulsive Curves are actually what got me working on knots in the first place. :)
July 29, 2025 at 8:47 PM
Each number becomes a binary vector representing its prime divisors:

1 → [0, 0, 0, …]
2 → [1, 0, 0, …]
3 → [0, 1, 0, …]
6 (2×3) → [1, 1, 0, …]
30 (2×3×5) → [1, 1, 1, 0, …]

Each bit = “is divisible by the n-th prime?”
July 29, 2025 at 8:01 PM
Here are the first 8 million integers, rendered by John Healy.

johnhw.github.io/umap_primes/...
July 29, 2025 at 8:01 PM