Brain dump
Colocation
January 14, 2021
“colocation” is a pattern wherein you keep the query/mutation as close to the consuming component as …
Yarn-NPM
December 16, 2020
package.json # resolutions field # yarn specific Allows you to force the use of a particular version for a nested … ...
Cipher
December 1, 2020
A cipher is defined over the spaces of: All Keys, K All Messages, M All Cipher texts, … ...
Distribution Vector
December 1, 2020
A vector with non-negative components (representing specific probabilities) which add up to one e.g. \begin{equation} …
Uniform Distribution
December 1, 2020
x∈U:P(x)=1|U|
Where |U| is the size of the universe (set).
In …
Point Distribution
December 1, 2020
x0: P(x) = 1,∀ x ≠ x0: P(x) = 0 In Probability Theory, a point distribution is a distribution which assigns all the …
Cryptography
December 1, 2020
Digital Signature
Digital Signature
December 1, 2020
A function of the content being “signed”
Cost Function
December 1, 2020
The measurement of accuracy of a hypothesis function. The accuracy is given as an average difference of all the results … ...