The derivative is the generator of the translation group Updated +Created
Take the group of all Translation in .
Let's see how the generator of this group is the derivative operator:
The way to think about this is:
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!
The development cycle time is your God Updated +Created
A slow development test cycle will kill your software.
New developers won't want to learn your project, because they would rather shoot themselves.
This means that build time, and the time to run tests, must be short.
5 seconds to rebuild is the maximum upper limit.
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.
You also have to spend some time profiling execution and build from scratch times.
A slow build from scratch will mean that your continuous integration costs a lot, money that could be invested in a new developer!
It also means that people won't bother to reproduce bugs on given commits, or bisect stuff.
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:
cmd1;cmd2;cmd3
And so, Ciro was enlightened.
Figure 1.
xkcd 303: Compiling
. Source. They should be benchmarking and fixing their shitty build system instead.
Why is COVID-19 more serious than the flu? Updated +Created
Black Hat Briefings Updated +Created
csvtool Updated +Created
A compiled executable under /usr/bin/csvtool, has an Ubuntu 23.04 package: manpages.ubuntu.com/manpages/lunar/en/man1/csvtool.1.html
There seems to be no sane filtering mechanism however: stackoverflow.com/questions/46540752/using-csvtool-call-to-filter-csv-in-bash
Electronvolt Updated +Created
After the 2019 redefinition of the SI base units it is by definition exactly Joules.
Filter (signal processing) Updated +Created
Homeobox gene Updated +Created
Intermediate filaments Updated +Created
Linux Unified Key Setup Updated +Created
Positive definite matrix Updated +Created
The dot product is a positive definite matrix, and so we see that those will have an important link to familiar geometry.
Pythagorean triple Updated +Created
The Holy Trinity of popular Brazilian music Updated +Created
Firmware Updated +Created
First-person shooter Updated +Created
First Solvay Conference (1911) Updated +Created
Football variant Updated +Created
Formal proof is useless Updated +Created
The only cases where formal proof of theorems seem to have had actual mathematical value is for theorems that require checking a very large number of case, so much so that no human can be fully certain that no mistakes were made. Some examples:

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