Matrix representation of a linear form Updated 2025-07-16
For the typical case of a linear form over , the form can be seen just as a row vector with n elements, the full form being specified by the value of each of the basis vectors.
Punycode inscription Updated 2025-07-16
There seems to be nothing of particular artistic value as far as we've seen so far, the only interest in such tokens seems to be that:
- there are some examples that came earlier than those in the Bitcoin blockchain, notably a bit earlier than Section "BitLen"
- Namecoin is a NFT system unlike Bitcoin which is fungible, so those assets are naturally tradable
The Simpsons Updated 2025-07-16
The Fall of The Simpsons: How it Happened by Super Eyepatch Wolf (2017)
Source. This interesting video essay makes the main point that the Simpsons used to be good because they mocked mainstream. But then they became mainstream, which basically defeated their purpose. Think different from Apple comes to mind. Bridge amplification Updated 2025-07-16
This step is genius because sequencing is basically a signal-to-noise problem, as you are trying to observe individual tiny nucleotides mixed with billions of other tiny nucleotides.
With bridge amplification, we group some of the nucleotides together, and multiply the signal millions of times for that part of the DNA.
Brigham Young University Updated 2025-07-16
Bristol (synthesizer) Updated 2025-07-16
Simulates vintage hardware synthesizers, and includes some pretty complex ones!
Aims to show an UI that looks exactly like the synthesizers in question.
British nuclear weapons program Updated 2025-07-16
Distributive property Updated 2025-07-16
One of the defining properties of algebraic structure with two operations such as ring and field:This property shows how the two operations interact.
Four-vector Updated 2025-07-16
Heat equation solution with Fourier series Updated 2025-07-16
Skew-symmetric bilinear map Updated 2025-07-16
Subcase of antisymmetric multilinear map:
The most important projects Ciro Santilli wants to do Updated 2025-07-16
Top one: OurBigBook.com.
Ubuntu 21.04 Updated 2025-07-16
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 There are unlisted articles, also show them or only show them.

