This commit is contained in:
Miloslav Ciz 2025-03-15 23:42:07 +01:00
parent 11eb6b01b2
commit 6d2a78f17c
37 changed files with 2131 additions and 1952 deletions

View file

@ -2,6 +2,7 @@
There exist many terms that are highly similar and can legitimately be used interchangeably in various contexts. This isn't wrong, a slight difference may be insignificant in ordinary conversation and so the list here may also serve as a list of synonyms, considering a synonym is defined as a word of SIMILAR meaning (it is very rare for two distinct words to have exactly the same meaning). However it's crucial to stress that we must at least be aware of the fact that the slight differences do exist, for the sake of the cases where they matter (such as technical specifications etc.). The list below attempts to document some of the often confused/similar terms. This is NOT a nitpicking list for people to go "ACKCHUALY" every time someone uses a slightly incorrect word, it's here to make us aware that in some special cases we should take a little extra time to think through which word to use to prevent misunderstanding.
- **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, ...)
- **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)**
@ -43,7 +44,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **chan board** vs **image board** vs **text board**
- **change** vs **[progress](progress.md)**
- **[chaos](chaos.md)** vs **[randomness](random.md)** vs **[pseudorandomness](pseudorandom.md)** vs **[quasirandomness](quasirandomness.md)** vs **[entropy](entropy.md)** vs **[statistics](statistics.md)** vs **[probability](probability.md)** vs **[stochasticity](stochastic.md)**
- **[character](char.md)** vs **letter** vs **glyph**
- **[character](char.md)** vs **letter** vs **glyph** vs **[phoneme](phoneme.md)** vs **phone** vs **symbol**
- **[cheater](cheating.md)** vs **[cracker](cracking.md)** vs **[hacker](hacking.md)** vs **[programmer](programmer.md)**
- **[checksum](checksum.md)** vs **[hash](hash.md)** vs **[ID](id.md)** vs **[index](index.md)** vs **[token](token.md)** vs **[handle](handle.md)** vs **[identifier](identifier.md)**
- **[CLI](cli.md)** vs **[TUI](tui.md)** vs **[terminal](terminal_emulator.md)** vs **[console](console.md)** vs **[shell](shell.md)** vs **[TTY](tty.md)**
@ -75,6 +76,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[cryptocurrency](crypto.md)** vs **digital currency** vs **virtual currency**
- **[cryptography](cryptography.md)** vs **[security](security.md)** vs **[privacy](privacy.md)** vs **[encryption](encryption.md)**
- **[cynicism](cynicism.md)** vs **[pessimism](pessimism.md)**
- **[dark web](dark_web.md)** vs **[deep web](deep_web.md)** vs **dark net** vs **deep net**
- **[data](data.md)** vs **[information](information.md)** vs **[entropy](entropy.md)** vs **[signal](signal.md)**
- **[data structure](data_structure.md)** vs **[data type](data_type.md)**
- **[decentralized](decentralization.md)** vs **[distributed](distributed.md)**