Lorentz transformation Updated 2025-07-16
The equation that allows us to calculate stuff in special relativity!
Take two observers with identical rules and stopwatch, and aligned axes, but one is on a car moving at towards the direction at speed .
When both observe an event, if we denote:
It is of course arbitrary who is standing and who is moving, we will just use the term "standing" for the one without primes.
Then the coordinates of the event observed by the observer on the car are:
where:
Note that if tends towards zero, then this reduces to the usual Galilean transformations which our intuition expects:
This explains why we don't observe special relativity in our daily lives: macroscopic objects move too slowly compared to light, and is almost zero.
OK, so let's verify the main desired consequence of the Lorentz transformation: that everyone observes the same speed of light.
Observers will measure the speed of light by calculating how long it takes the light going towards cross a rod of length laid in the x axis at position .
Each observer will observe two events:
  • : the light touches the left side of the rod
  • : the light touches the right side of the rod
Supposing that the standing observer measures the speed of light as and that light hits the left side of the rod at time , then he observes the coordinates:
Now, if we transform for the moving observer:
and so the moving observer measures the speed of light as:
Los Alamos National Laboratory Updated 2025-07-16
Video 1.
Historic Manhattan Project Sites at Los Alamos by Los Alamos National Lab
. Source.
Historian Alan B. Carr:
Tried a quick port to SQLite to get rid of annoying local databases for development, but failed, at c1c2cc4e448b279ff083272df1ac50d20c3304fa
npm install sqlite3 --save-dev
and
{
  "type": "sqlite",
  "database": "db.sqlite3",
  "entities": ["src/**/**.entity{.ts,.js}"],
  "synchronize": true
}
then:
npm start
fails with:
DataTypeNotSupportedError: Data type "timestamp" in "ArticleEntity.created" is not supported by "sqlite" database.
Attempt to hack it:
--- a/src/article/article.entity.ts
+++ b/src/article/article.entity.ts
@@ -20,10 +20,10 @@ export class ArticleEntity {
   @Column({default: ''})
   body: string;

-  @Column({ type: 'timestamp', default: () => "CURRENT_TIMESTAMP"})
+  @Column({ default: () => "CURRENT_TIMESTAMP"})
   created: Date;

-  @Column({ type: 'timestamp', default: () => "CURRENT_TIMESTAMP"})
+  @Column({ default: () => "CURRENT_TIMESTAMP"})
   updated: Date;
and after that it seems to run.
I can signup and login, terrible error reporting as usual, make sure to use long enough usernames/passwords.
However, article creation fails with:
Unhandled Rejection (TypeError): Cannot read property 'slug' of undefined
Luminiferous aether Updated 2025-07-16
Can you just imagine what if luminiferous aether was one single fixed rigid body? This is apparently what Maxwell believed, Subtle is the Lord by Abraham Pais (1982) page 111 quoting his entry to Encyclopedia Britannica:
There can be no doubt that the interplanetary and interstellar spaces are not empty but are occupied by a material substance or body, which is certainly the largest, and probably the most uniform, body of which we have any knowledge.
Then it would provide a natural space coordinate for the entire universe!
Apparently Einstein was the first to completely say: let's just screw this aether thing completely then, it's getting too complicated, and we don't really need it. As Wikipedia puts it well, in very unencyclopedic tone[ref]: Aether fell to Occam's razor.
Machine learning Updated 2025-07-16
The main reason Ciro Santilli never touched it is that it feels that every public data set has already been fully mined or has already had the most interesting algorithms developed for it, so you can't do much outside of big companies.
This is why Ciro started Ciro's 2D reinforcement learning games to generate synthetic data and thus reduce the cost of data.
The other reason is that it is ugly.
Machine learning company Updated 2025-07-16
This section is about companies that primarily specialize in machine learning.
The term "machine learning company" is perhaps not great as it could be argued that any of the Big tech are leaders and sometimes, especially in the case of Google, has a main product that is arguably a form of machine learning.
Most of the companies in this section likely going to be from the AI boom era.
MacOS Updated 2025-07-16
Nice looking and expensive operating system by Apple. Ciro Santilli believes that:
Madelung energy ordering rule Updated 2025-07-16
Looking at the energy level of the Schrödinger equation solution for the hydrogen atom, you would guess that for multi-electron atoms that only the principal quantum number would matter, azimuthal quantum number getting filled randomly.
However, orbitals energies for large atoms don't increase in energy like those of hydrogen due to electron-electron interactions.
In particular, the following would not be naively expected:
Magic Aids Updated 2025-07-16
His combination of politically incorrect dirt talk with amazing quirky decks captures Ciro's imagination.
Anonymous no face-reveal.
The videos are heavily edited with all pauses cut out, which makes them very quick to watch and saves viewer time.
Modern focused, with some occasional newer formats mixed in.
When Wizards publishes several useless sets in a row without a single modern playable card, he's just forced into Standard.
Video 1.
Magic Aids vs. Magic Rainbows by Magic Aids (2018)
Source. In this amazing video Magic Aids makes fun of Wizards for forcing him to change is Magic Online handle from Magic Aids to something else due to the AIDS part. He claims the Aids is not meant as a reference to the disease, but just as in "memory aid". Ciro doubts this wasn't intentional. But the video is still amazing, and happens to involve a sex doll dressed as Liliana Vess squirting glitter from her vagina. Wizards must love this guy. It is also a good criticism of political correctness in general. This is a work of art.
Ciro Santilli's body Updated 2025-07-16
UK shirt size: L.
UNIQLO leggings size: L.
31 year old:
Sight:
  • 32 yo:
    • R SPH -1.50, CYL -0.5, AXIS 150
    • R SPH -1.25, CYL -0.5, AXIS 3
Underwear:
  • L from Mark & Spener in UK was humongous. Lets felt tight at first fitting, but it quickly expands to normal size after wearing once.
Ciro had initially Googled for the "4-card limit thought experiment" but he reached: www.channelfireball.com/articles/what-if-the-4-card-limit-was-abolished-in-modern/ "What if the 4-Card Limit Was Abolished in Modern?" by Frank Karsten (2018) and was much more pleased with the mathematical result. Like-minded people.
That links to www.channelfireball.com/articles/what-if-the-4-card-limit-was-abolished-in-modern/ the related article: "The Mythic Invitational's Duo Standard Format Game Theory Optimized" by Frank Karsten (2019) which explains well how Nash equilibrium is naturally reached: if there is any imbalance, someone can take advantage of it, and then it rebalances. Therefore once you've calculated the equilibrium, your best course of action is to pick a deck at random from a list of possible winners.
Of course, part of the beauty of Magic is that we can never really know the full matrix since deck choice is basically infinite. But at the very least it could give good archetype results.
Heinrich Hertz's main initial experiment used a spark-gap transmitter. It is not something that transmits recorded sounds like voice: it only transmits noisy beeps. And as such was used for wireless telegraphy.
Video 1.
Hertz Experiment on Electromagnetic Waves by Ludic Science (2015)
Source. Simplified recreation with cheap modern equipment. Uses as transmitter power source both:and the signal is observed on the receiver with a neon lamp
Video 2.
Hertz and Radio waves Explained by PhysicsHigh (2016)
Source. Simple schematics showing the basics of the experiments. No choice of components rationale.
Magnetic dipole Updated 2025-07-16
A tiny idealized magnet! It is a very good model if you have a small strong magnet interacting with objects that are far away, notably other magnetic dipoles or a constant magnetic field.
The cool thing about this model is that we have simple explicit formulas for the magnetic field it produces, and for how this little magnet is affected by a magnetic field or by another magnetic dipole.
This is the perfect model for electron spin, but it can also be representative of macroscopic systems in the right circumstances.
The intuition for the name is likely that "dipole" means "both poles are on the same spot".
Figure 1.
Different macroscopic magnets can be approximated by a magnetic dipole when shrunk seen from far away
. Source.
Magnetic resonance imaging Updated 2025-07-16
MRI is using NMR to image inside peoples bodies!
Video 1.
How does an MRI machine work? by Science Museum (2019)
Source. The best one can do in 3 minutes perhaps.
Video 2.
How MRI Works Part 1 by thePIRL (2018)
Source.
Video 3.
What happens behind the scenes of an MRI scan? by Strange Parts (2023)
. Source.
Video 4.
Dr Mansfield's MRI MEDICAL MARVEL by BBC
. Source. Broadcast in 1978. Description:
Tomorrow's World gave audiences a true world first as Dr Peter Mansfield of the University of Nottingham demonstrated the first full body prototype device for Magnetic resonance imaging (MRI), allowing us to see inside the human body without the use of X-rays.
Featuring the yet-to-be 2003 Nobel Prize in Physiology and Medicine Dr. Mansfield.

There are unlisted articles, also show them or only show them.