P (complexity) by Ciro Santilli 35 Updated +Created
Cloud computing market share by Ciro Santilli 35 Updated +Created
Figure 1.
Cloud Computing market share in Q2 2022 by statista.com
. Source.
Inner source by Ciro Santilli 35 Updated +Created
If you are going to do closed source, at least do it like this.
Basically the opposite of need to know for software.
The development cycle time is your God by Ciro Santilli 35 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.
KISS principle by Ciro Santilli 35 Updated +Created
Like all other principles, it is not absolute.
But it is something that you should always have on the back of your mind.
You aren't gonna need it is closely related, as generally the extra unnecessary complications are set in place to accommodate useless features that will never be needed.
Office space design and remote work by Ciro Santilli 35 Updated +Created
Working remotely is hard if you don't already highly master the software and enterprise systems used.
Also you don't feel people's love as strongly, and usefulness is built on love, see also Steve Jobs's Pixar office space design philosophy.
But please, give workers a small silent office so that we can concentrate instead of a silly open space, and create an internal social network so people can see what others are doing.
Remote working is much better if the majority of the team also does it, otherwise you will get excluded. Maybe after VR...
X chromosome by Ciro Santilli 35 Updated +Created
Church of England by Ciro Santilli 35 Updated +Created
Political division:
  • nominal leader: British monarch
  • toplevel arch-dioceses/provinces of Cantebury and York. One archbishop each, who is also bishop of Cantebury and York diocese
  • within provinces: one cathedral and bishop per diocese
Microarchitecture by Ciro Santilli 35 Updated +Created
Causality and quantum jumps are incompatible by Ciro Santilli 35 Updated +Created
If something does a quantum jump, what causes it to decide doing so at a particular time and not another? It is expected that a continuous cause would have continuous effects.
This concern was raised immediately by Rutherford while reviewing the Bohr model in 1913 as mentioned in The Quantum Story by Jim Baggott (2011) page 32.
Radiocarbon dating by Ciro Santilli 35 Updated +Created
Monosaccharide by Ciro Santilli 35 Updated +Created
University of Campinas by Ciro Santilli 35 Updated +Created
Bitcoin script by Ciro Santilli 35 Updated +Created
Services based on Bitcoin by Ciro Santilli 35 Updated +Created
Old Testament by Ciro Santilli 35 Updated +Created
Anything that is not Christianism-specific will be at Hebrew Bible.
Local hidden-variable theory by Ciro Santilli 35 Updated +Created
Origin of transfer by Ciro Santilli 35 Updated +Created

Unlisted articles are being shown, click here to show only listed articles.