Some of the most notable ones:
- 1942: Chicago Pile-1: the first human-made nuclear chain reaction.
- 1943: X-10 Graphite Reactor: an intermediate step between the nuclear chain reaction prototype Chicago Pile-1 and the full blown mass production at Hanford site. Located in the Oak Ridge National Laboratory.
- 1944: B Reactor at the Hanford site produced the plutonium used for Trinity and Fat Man
There is no clear distinction between "serious simulations" and "physics engines", it's just that "physics engine" have a "for video game" connotation.
And especially, in the context of gaming, it usually means "rigid body dynamics simulation" in particular.
Ciro Santilli believes that there is a positive correlation between being a software engineer and liking Buddhist-like things.
Maybe it is linked to minimalism and DRY, which software engineers value so greatly.
Even Ciro had to try an unoriginal Buddhist joke intro in one of this Stack Overflow answers.
Ciro also feels that his "minimal reproducible example" scientific language/concept learning method obsession of breaking things into tiny sub-problems has a strong link with Koans.
Some notable Buddhism/programmer examples:
- www.catb.org/~esr/writings/unix-koans/ "The Unix Koans of Master Foo - Rootless Root (无根的根)" by the legendary Eric Steven Raymond is notable
- thecodelesscode.com/ "The Codeless Code" by anonymous Qi.
- canonical.org/~kragen/tao-of-programming.html
- wiki.c2.com/?MysticalProgrammingKoans
- rubykoans.com/ even evil programming languages adopt them!
- The Zen of Python
Another thing that points the correlation out is the existence of wattsalan.github.io/ on a
github.io
about Alan Watts.Ciro Santilli believes that the Donald Trump bans were extremely unfair, and highlight the need for government to ensure greater freedom of speech in social media, more information at: cirosantilli.com/china-dictatorship/unjust-social-media-censorship-in-the-west, related: globalization reduces the power of governments.
GDM crashes sometimes when switching windows right after opening a new window: bugs.launchpad.net/ubuntu/+source/gdm/+bug/1956299
When Ciro Santilli was studying electronics at the University of São Paulo, the courses, which were heavily inspired from the USA 50's were obsessed by this one! Thinking about it, it is kind of a cool thing though.
That Wikipedia page is the epitome of Wikipedia failure to explain things in a way that is of any interest to any learner. Video 1. "Tutorial on LC resonant circuits by w2aew (2012)" is the opposite.
Tutorial on LC resonant circuits by w2aew (2012)
Source. - youtu.be/hqhV50852jA?t=239 series LC circuit on a breadboard driven by an AC source. Shows behaviour on oscilloscope as source frequency is modified. We clearly see voltage going to zero at resonance. This is why thie circuit can be seen as a filter.
- youtu.be/hqhV50852jA?t=489 shows the parallel LC circuit. We clearly see current reaching a maximum on resonance.
Introduction to LC Oscillators by USAF (1974)
Source. - youtu.be/W31CCN_ZF34?t=740 mentions that LC circuit formation is the root cause for Audio feedback with a quick demo. Not very scientific, but cool.
LC circuit by Eugene Khutoryansky (2016)
Source. Exactly what you would expect from an Eugene Khutoryansky video. The key insight is that the inductor resists to changes in current. So when current is zero, it slows down the current. And when current is high, it tries to keep it going, which recharges the other side of the capacitor.It resists to change in electric current. Well seen at: Video "LC circuit by Eugene Khutoryansky (2016)".
How LEDs work by VirtualBrain
. Source. 2021. Good 3d schematics clearly explaining part of the LED electronic package.physicist with lots of focus on politically incorrect/Right wing stuff:
- motls.blogspot.com/ his blog
- physics.stackexchange.com/users/1236/lubo%c5%a1-motl he has lots of contributions to Physics Stack Exchange
- settheory.net/crackpot-physics: some comments about him from settheory.net
Understand and explain amazingly every single Nobel Prize in physics, chemistry and biology. Since in particular the Nobel Foundation is unable to do that for any at all, especially of the key old ones, e.g. www.nobelprize.org/prizes/physics/1965/summary/. Hopeless.
To be fair, those in theoretical physics at least basically come down to reading a bunch of books. But perhaps anything slightly more experimental could have
These are apparenty an important part of transcriptional regulation given the number of modifications they can undergo! Quite exciting.
The derivative is the generator of the translation group Updated 2025-07-01 +Created 1970-01-01
The way to think about this is:
- the translation group operates on the argument of a function
- the generator is an operator that operates on itself
So let's take the exponential map:and we notice that this is exactly the Taylor series of around the identity element of the translation group, which is 0! Therefore, if behaves nicely enough, within some radius of convergence around the origin we have for finite :
This example shows clearly how the exponential map applied to a (differential) operator can generate finite (non-infinitesimal) Translation!
New developers won't want to learn your project, because they would rather shoot themselves.
Of course, at some point software gets large enough that things won't fit anymore in 5 seconds. But then you must have either some kind of build caching, or options to do partial builds/tests that will bring things down to that 5 second mark.
A slow build from scratch will mean that your continuous integration costs a lot, money that could be invested in a new developer!
One anecdote comes to mind. Ciro Santilli was trying to debug something, and more experience colleague came over.
To reproduce a problem, ciro was running one command, wait 5 seconds, run a second command, wait 5 seconds, run a third command:
cmd1
# wait 5 seconds
cmd2
# wait 5 seconds
cmd3
The first thing the colleague said: join those three commands into one:And so, Ciro was enlightened.
cmd1;cmd2;cmd3
There are unlisted articles, also show them or only show them.