This commit is contained in:
Miloslav Ciz 2025-05-25 18:16:38 +02:00
parent 35c0f438a4
commit 23f4bd88fc
20 changed files with 2028 additions and 1990 deletions

View file

@ -4,6 +4,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **1bit** vs **black and white** vs **grayscale** vs **monochromatic**
- **[1D](1d.md)** vs **[2D](2d.md)** vs **[2.5D](pseudo3d.md)** vs **[3D](3d.md)** (e.g. 2D function vs 3D function, 1D raycasting vs 2D raycasting, ...)
- **[abstract](abstraction.md)** vs **[virtual](virtual.md)** vs **non-existing**
- **academia** vs **[science](science.md)** vs **[soyence](soyence.md)**
- **[address](address.md)** vs **[pointer](pointer.md)** vs **[reference](reference.md)** vs **[index](index.md)** vs **[vector](vector.md)**
- **[AI](ai.md)** vs **[machine learning](machine_learning.md)** vs **[neural networks](neural_net.md)** vs **[LLM](llm.md)**
@ -39,6 +40,8 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[buffer](buffer.md)** vs **[cache](cache.md)** vs **[cash](money.md)**
- **[bug](bug.md)** vs **[glitch](glitch.md)** vs **[error](error.md)** vs **[exception](exception.md)** vs **[fault](fault.md)** vs **[failure](fail.md)** vs **[defect](defect.md)**
- **[byte](byte.md)** vs **octet** vs **word**
- **[capital](capital.md)** vs **[money](money.md)** vs **wealth**
- **cash** vs **[currency](currency.md)** vs **[money](money.md)**
- **[calculator](calculator.md)** vs **[computer](computer.md)**
- **[calculus](calculus.md)** vs **mathematical analysis**
- **call** vs **command** vs **request** vs **statement** vs **[expression](expression.md)** vs **[function](function.md)** vs **control structure** vs **operator**
@ -76,7 +79,6 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[convolution](convolution.md)** vs **[correlation](correlation.md)**
- **computer language** vs **[programming language](programming_language.md)**
- **[copyright](copyright.md)** vs **[patent](patent.md)** vs **[trademark](trademark.md)** vs **[intellectual property](intellectual_property.md)** vs **[moral right](moral_rights.md)** etc.
- **[currency](currency.md)** vs **[money](money.md)**
- **[crossplatform/multiplatform](multiplatform.md)** vs **[portable](portability.md)**
- **[cryptocurrency](crypto.md)** vs **digital currency** vs **virtual currency**
- **[cryptography](cryptography.md)** vs **[security](security.md)** vs **[privacy](privacy.md)** vs **[encryption](encryption.md)**