4G Updated 2025-07-16
5v vs 3.3V Updated 2025-07-16
abcmidi Updated 2025-07-16
Superfluid helium Updated 2025-07-16
Two different Lie groups can have the same Lie algebra Updated 2025-07-16
The most important example is perhaps and , both of which have the same Lie algebra, but are not isomorphic.
W Updated 2025-07-16
x86 Paging Tutorial Why not a balanced tree Updated 2025-07-16
Learned readers will ask themselves: so why use an unbalanced tree instead of balanced one, which offers better asymptotic times en.wikipedia.org/wiki/Self-balancing_binary_search_tree?
Y Updated 2025-07-16
Z Updated 2025-07-16
Et aliī Updated 2025-07-16
F Updated 2025-07-16
Harmonic function Updated 2025-07-16
A solution to Laplace's equation.
I Updated 2025-07-16
J Updated 2025-07-16
Josephson junction Updated 2025-07-16
K Updated 2025-07-16
M Updated 2025-07-16
Ordnance Survey Updated 2025-07-16
Has some of the best map data available for the United Kingdom, but their data appears to be proprietary?
Sic Updated 2025-07-16
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
cmd3
The first thing the colleague said: join those three commands into one:And so, Ciro was enlightened.
cmd1;cmd2;cmd3
Unlisted articles are being shown, click here to show only listed articles.