New Revolutions in Particle Physics by Leonard Susskind (2009) by
Ciro Santilli 40 Updated 2025-07-16
Some notable examples:
Project trying to compute BB(5) once and for all. Notably it has better presentation and organization than any other previous effort, and appears to have grouped everyone who cares about the topic as of the early 2020s.
Very cool initiative!
By 2023, they had basically decided every machine: discuss.bbchallenge.org/t/the-30-to-34-ctl-holdouts-from-bb-5/141
From Surely You're Joking, Mr. Feynman chapter O Americano, Outra Vez!:
The people from the airlines were somewhat bored with their lives, strangely enough, and at night they would often go to bars to drink. I liked them all, and in order to be sociable, I would go with them to the bar to have a few drinks, several nights a week.One day, about 3:30 in the afternoon, I was walking along the sidewalk opposite the beach at Copacabana past a bar. I suddenly got this treMENdous, strong feeling: "That's just what I want; that'll fit just right. I'd just love to have a drink right now!"I started to walk into the bar, and I suddenly thought to myself, "Wait a minute! It's the middle of the afternoon. There's nobody here, There's no social reason to drink. Why do you have such a terribly strong feeling that you have to have a drink?" - and I got scared.I never drank ever again, since then. I suppose I really wasn't in any danger, because I found it very easy to stop. But that strong feeling that I didn't understand frightened me. You see, I get such fun out of thinking that I don't want to destroy this most pleasant machine that makes life such a big kick. It's the same reason that, later on, I was reluctant to try experiments with LSD in spite of my curiosity about hallucinations.
One notable drug early teens Ciro consumed was Magic: The Gathering, see also: Section "Magic: The Gathering is addictive".
In this case, the problem becomes equivalent to reversing modular exponentiation.
This computational problem forms the basis for Diffie-Hellman key exchange, because modular exponentiation can be efficiently computed, but no known way exists to efficiently compute the reverse function.
Output: another sequence of complex numbers such that:Intuitively, this means that we are braking up the complex signal into sinusoidal frequencies:and is the amplitude of each sine.
- : is kind of magic and ends up being a constant added to the signal because
- : sinusoidal that completes one cycle over the signal. The larger the , the larger the resolution of that sinusoidal. But it completes one cycle regardless.
- : sinusoidal that completes two cycles over the signal
- ...
- : sinusoidal that completes cycles over the signal
Motivation: similar to the Fourier transform:In particular, the discrete Fourier transform is used in signal processing after a analog-to-digital converter. Digital signal processing historically likely grew more and more over analog processing as digital processors got faster and faster as it gives more flexibility in algorithm design.
- compression: a sine would use N points in the time domain, but in the frequency domain just one, so we can throw the rest away. A sum of two sines, only two. So if your signal has periodicity, in general you can compress it with the transform
- noise removal: many systems add noise only at certain frequencies, which are hopefully different from the main frequencies of the actual signal. By doing the transform, we can remove those frequencies to attain a better signal-to-noise
Sample software implementations:
- numpy.fft, notably see the example: numpy/fft.py
DFT of with 25 points
. This is a simple example of a discrete Fourier transform for a real input signal. It illustrates how the DFT takes N complex numbers as input, and produces N complex numbers as output. It also illustrates how the discrete Fourier transform of a real signal is symmetric around the center point.They do seem to have been very innovative, and have had a very good work culture. They also had a huge impact on the Silicon Valley startup scene.
Some products they are known for:
- oscilloscopes
- Atomic clocks, notably highly portable ones, see e.g. Video "Inside the HP 5061A Cesium Clock by CuriousMarc (2020)"
- pocket calculator
Pentane interference typically refers to the impact that pentane, a straight-chain hydrocarbon with five carbon atoms, can have on various chemical analyses, particularly in chromatographic methods. In the context of gas chromatography or mass spectrometry, pentane can co-elute with other compounds, potentially leading to inaccurate results or difficulties in identifying and quantifying other analytes.
"Suspension" is a film that was released in 2015. It is a psychological horror film directed by Dave R. Sheppard, featuring a storyline that revolves around a group of friends who find themselves trapped in a series of bizarre and suspenseful situations. The narrative often intertwines elements of fear and the supernatural, typical of the horror genre. The film delves into themes of isolation and psychological strain, often keeping viewers on edge through its suspenseful atmosphere and twists in the storyline.
"Swedish nuclear physicists" refers to scientists from Sweden who specialize in the field of nuclear physics, which is the study of atomic nuclei, their constituents, and interactions. This field encompasses a variety of topics, including nuclear decay, nuclear reactions, and the properties of nuclear matter. Sweden has contributed significantly to nuclear physics research and development, particularly through institutions like the Uppsala University, Lund University, and the Swedish National Space Agency.
The Symposium on Theoretical Aspects of Computer Science (STACS) is a renowned academic conference that focuses on theoretical computer science. It serves as a venue for researchers to present their work, exchange ideas, and discuss various aspects of theoretical foundations related to computer science. The topics covered in STACS typically include areas such as algorithms, complexity theory, automata theory, formal languages, logic in computer science, and computational models.
"Syntacticians" refers to linguists or researchers who specialize in syntax, which is the study of the structure and rules governing the arrangement of words and phrases to create well-formed sentences in a language. Syntacticians analyze how different components of sentences interact with each other, including word order, grammatical relationships, and hierarchical structures. They may also explore how syntax interacts with other linguistic domains such as semantics (meaning) and morphology (structure of words).
Syntagmatic analysis is a concept derived from linguistics and semiotics, primarily associated with the structuralist approach to language and meaning. It refers to the relationships and associations that words or signs have with one another within a sequential context—essentially, how elements operate in conjunction with one another in a sequence (or "syntagm"). In syntagmatic analysis, the focus is on the horizontal relationships of elements that are combined to create meaning.
Percy Williams Bridgman (1882-1961) was an influential American physicist known for his work in the field of high-pressure physics. He is best remembered for his research on the properties of materials at high pressures, particularly with regard to phase transitions and the behavior of solids.
Tacheometry is a surveying method used to determine the distances and elevations of points on the ground without the need for a direct measurement of distance. It is a technique that combines the principles of trigonometry with the use of instruments like theodolites or total stations. In tacheometry, the surveyor typically measures angles and, using a fitted scale or an equation, can obtain horizontal distances based on the angles measured and the height of the instrument above the ground (the instrument's height).
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!
Intro to OurBigBook
. Source. We have two killer features:
- 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-calculusArticles 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/derivativeVideo 2. OurBigBook Web topics demo. Source. - 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.
- to OurBigBook.com to get awesome multi-user features like topics and likes
- as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
Figure 3. Visual Studio Code extension installation.Figure 4. Visual Studio Code extension tree navigation.Figure 5. Web editor. 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.Video 4. OurBigBook Visual Studio Code extension editing and navigation demo. Source. - Infinitely deep tables of contents:
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





