Four-gradient Updated 2025-07-16
History of particle physics Updated 2025-07-16
Metabolic pathway Updated 2025-07-16
Some notable examples:
Special linear group of dimension 2 Updated 2025-07-16
SQLite C extension Updated 2025-07-16
Example: sqlite/ip.c, adapted from www.sqlite.org/loadext.html, also mentioned explained at: stackoverflow.com/questions/7638238/sqlite-ip-address-storage/76520885#76520885.
Sample usage in the test program: sqlite/test.sh.
SQL READ COMMITTED isolation level Updated 2025-07-16
Example where this level is sufficient: nodejs/sequelize/raw/parallel_update_async.js.
The development cycle time is your God Updated 2025-07-16
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
cmd3The first thing the colleague said: join those three commands into one:And so, Ciro was enlightened.
cmd1;cmd2;cmd3 University spin-off company Updated 2025-07-16
Apache License Updated 2025-07-16
Aperiodic monotile Updated 2025-07-16
Aperiodic tiling Updated 2025-07-16
Doing physics means calculating a number Updated 2025-07-16
It does not matter how, if it is exact, or numerical, or a message from God: a number has to come out of the formulas in the end, and you have to compare it with the experimental data.
Many theoretical physicists seem to forget this in their lectures, see also: Section "How to teach and learn physics".
Wei Dai Updated 2025-07-16
Spectral line Updated 2025-07-16
A single line in the emission spectrum.
Has been the leading motivation of the development of quantum mechanics, all the way from the:
- Schrödinger equation: major lines predicted, including Zeeman effect, but not finer line splits like fine structure
- Dirac equation: explains fine structure 2p spin split due to electron spin/orbit interactions, but not Lamb shift
- quantum electrodynamics: explains Lamb shift
- hyperfine structure: due to electron/nucleus spin interactions, offers a window into nuclear spin
SQL SERIALIZABLE isolation level Updated 2025-07-16
The European Union is a failure Updated 2025-07-16
It hasn't achieved anything beyond the Schengen zone.
Related:
- having more than one natural language is bad for the world
- Video "The Euro Has Never Been More Problematic by Yanis Varoufakis (2018)" youtu.be/cCA68U3P_Z8?t=433 mentions a quote attributed to Gandhi, although Quote Investigator does not think that the attribution evidence is strong:to which Ghandi answers:
What do you think of Western civilization?
Finite special general linear group Updated 2025-07-16
Just like for the finite general linear group, the definition of special also works for finite fields, where 1 is the multiplicative identity!
Note that the definition of orthogonal group may not have such a clear finite analogue on the other hand.
Mathematics illustration software Updated 2025-07-16
Survey by Ciro Santilli: math.stackexchange.com/questions/1985/software-for-drawing-geometry-diagrams/3938216#3938216
Many plotting software can be used to create mathematics illustrations. They just tend to have more data-oriented rather than explanatory-oriented output.
There are unlisted articles, also show them or only show them.
