Murray Gell-Mann by Ciro Santilli 37 Updated 2025-07-16
The way this dude speaks. He exhales incredible intelligence!!!
In the interviews you can see that he pronounces names in all languages amazingly, making acute effort to do so, to the point of being notable. His passion for linguistics is actually mentioned on Genius: Richard Feynman and Modern Physics by James Gleick (1994).
Maybe this obsession is partly due to his name which no English speaking person knows how to pronounce from the writing.
This passion also led in part for his names to some physics terminology he worked on winning out over alternatives by his collaborators, most notably in the case of the naming of the quark.
Brownian motion by Ciro Santilli 37 Updated 2025-07-16
Small microscopic visible particles move randomly around in water.
If water were continuous, this shouldn't happen. Therefore this serves as one important evidence of atomic theory.
The amount it moves also quantitatively matches with the expected properties of water and the floating particles, was was settled in 1905 by Einstein at: investigations on the theory of the Brownian movement by Einstein (1905).
This suggestion that Brownian motion comes from the movement of atoms had been made much before Einstein however, and passed tortuous discussions. Subtle is the Lord by Abraham Pais (1982) page 93 explains it well. There had already been infinite discussion on possible causes of those movements besides atomic theory, and many ideas were rejected as incompatible with observations:
Further investigations eliminated such causes as temperature gradients, mechanical disturbances, capillary actions, irradiation of the liquid (as long as the resulting temperature increase can be neglected), and the presence of convection currents within the liquid.
The first suggestions of atomic theory were from the 1860s.
Tiny uniform plastic beads called "microbeads" are the preferred 2019 modern method of doing this: en.wikipedia.org/wiki/Microbead
Original well known observation in 1827 by Brown, with further experiments and interpretation in 1908 by Jean Baptiste Perrin. Possible precursor observation in 1785 by Jan Ingenhousz, not sure why he wasn't credited better.
Video 1.
Observing Brownian motion of micro beads by Forrest Charnock (2016)
Source.
Independence results can refer to various concepts depending on the context in which the term is used. Here are a few interpretations: 1. **Mathematics and Logic**: In mathematical logic, particularly in set theory and model theory, independence results refer to propositions or statements that can be proven to be independent of a given axiomatic system.
Then, for each energy , from the discussion at Section "Solving the Schrodinger equation with the time-independent Schrödinger equation", the solution is:
Therefore, we see that the solution is made up of infinitely many plane wave functions.
Official support is abysmal, very focused on MicroPython and their graphical UI.
The setup impossible to achieve as it requires setting up the Yotta, just like the impossible to setup Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware setup.
So we just use github.com/lancaster-university/microbit-samples + github.com/carlosperate/docker-microbit-toolchain:
docker pull ghcr.io/carlosperate/microbit-toolchain:latest
git clone https://github.com/lancaster-university/microbit-samples
cd microbit-samples
git checkout 285f9acfb54fce2381339164b6fe5c1a7ebd39d5

# Select a sample, builds one at a time. The default one is the hello world.
cp source/examples/hello-world/* source

# Build and flash.
docker run -v $(pwd):/home --rm ghcr.io/carlosperate/microbit-toolchain:latest yotta build
cp build/bbc-microbit-classic-gcc/source/microbit-samples-combined.hex "/media/$USER/MICROBIT/"
.hex file size for the hello world was 447 kB, much better than the MicroPython hello world downloaded from the website which was about 1.8 MB!
If you try it again for a second time from a clean tree, it fails with:
warning: github rate limit for anonymous requests exceeded: you must log in
presumably because after Yotta died it started using GitHub as a registry... sad. When will people learn. Apparently we were at 5000 API calls per hour. But if you don't clean the tree, you will be just fine.

Pinned article: Introduction to the OurBigBook Project

Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 5. . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact