Update
This commit is contained in:
parent
80d186311f
commit
98c18cbc39
18 changed files with 1926 additions and 1921 deletions
|
@ -10,19 +10,19 @@ There exist many terms that are highly similar and can legitimately be used inte
|
|||
- **America** vs **[USA](usa.md)**
|
||||
- **[analog](analog.md)** vs **[mechanical](mechanical.md)** vs **non-electronic**
|
||||
- **[anarchy](anarchism.md)** vs **[chaos](chaos.md)**
|
||||
- **[argument](argument.md)** vs **[parameter](parameter.md)** vs **formal parameter**
|
||||
- **[argument](argument.md)** vs **[parameter](parameter.md)** vs **formal parameter** vs **variable**
|
||||
- **[array](array.md)** vs **[list](list.md)** vs **[vector](vector.md)** vs **[tuple](tuple.md)** vs **[string](string.md)** vs **[set](set.md)** vs **[class](class.md)** vs **[multiset](multiset.md)**
|
||||
- **[ASCII](ascii.md)** vs **[plain text](plain_text.md)** vs **[Unicode](unicode.md)** vs **[UTF](utf.md)** vs **[ANSI](ansi.md)**
|
||||
- **[ASCII art](ascii_art.md)** vs **[ANSI art](ansi_art.md)** vs **[Unicode](unicode.md) art** vs **ASCII graphics** vs **[TUI](tui.md)**
|
||||
- **[asceticism](asceticism.md)** vs **[minimalism](minimalism.md)** vs **[frugality](frugality.md)** vs **poverty** vs **[pseudominimalism](pseudominimalism.md)** vs **[KISS](kiss.md)** vs **[lightweight](lightweight.md)** vs **[suckless](suckless.md)** vs **[Unix philosophy](unix_philosophy.md)** vs **[LRS](lrs.md)**
|
||||
- **[assembler](assembler.md)** vs **[assembly](assembly.md)** vs **[machine code](machine_code.md)**
|
||||
- **[assembler](assembler.md)** vs **[assembly](assembly.md)** vs **[machine code](machine_code.md)** vs **[bytecode](bytecode.md)**
|
||||
- **[astrology](astrology.md)** vs **[astronomy](astronomy.md)**
|
||||
- **[attribution](attribution.md)** vs **[credit](credit.md)**
|
||||
- **binary** vs **[executable](executable.md)**
|
||||
- **[binary](binary.md)** vs **[boolean](boolean.md)**
|
||||
- **[binary](binary.md)** vs **[digital](digital.md)** vs **[electronic](electronics.md)**
|
||||
- **bisexual** (normal) vs **[gay](gay.md)** (not normal)
|
||||
- **[black](black.md) [race](race.md)** vs **[nigger](nigger.md)** vs **[negro](negro.md)**
|
||||
- **[black](black.md) [race](race.md)** vs **[nigger](nigger.md)** vs **[negro](negro.md)** vs **afroamerican**
|
||||
- **[brainwashing](brainwashing.md)** vs **[education](education.md)** vs **[indoctrination](indoctrination.md)**
|
||||
- **[branchless](branchless.md) programming** vs **ifless programming**
|
||||
- **[brute force](brute_force.md)** vs **[heuristic search](heuristic_search.md)**
|
||||
|
@ -36,7 +36,7 @@ There exist many terms that are highly similar and can legitimately be used inte
|
|||
- **[clipping](clipping.md)** vs **[culling](culling.md)** vs **[pruning](pruning.md)**
|
||||
- **[closed source](closed_source.md)** vs **[proprietary](proprietary.md)**
|
||||
- **[college](college.md)** vs **[university](university.md)**
|
||||
- **[color model](color_model.md)** vs **[color space](color_space.md)**
|
||||
- **[color model](color_model.md)** vs **[color space](color_space.md)** vs **[palette](palette.md)**
|
||||
- **[communism](communism.md)** vs **[Marxism](marxism.md)** vs **[socialism](socialism.md)**
|
||||
- **[complex](complexity.md)** vs **[complicated](complicated.md)**
|
||||
- **[complex number](complex_number.md)** vs **[imaginary number](imaginary_number.md)**
|
||||
|
@ -54,7 +54,7 @@ There exist many terms that are highly similar and can legitimately be used inte
|
|||
- **[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**
|
||||
- **[cryptocurrency](crypto.md)** vs **digital currency** vs **virtual currency**
|
||||
- **[cryptography](cryptography.md)** vs **[security](security.md)** vs **[privacy](privacy.md)** vs **[encryption](encryption.md)**
|
||||
- **[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)**
|
||||
|
@ -72,6 +72,7 @@ There exist many terms that are highly similar and can legitimately be used inte
|
|||
- **[directory](directory.md)** vs **[folder](folder.md)**
|
||||
- **[discrete Fourier transform](dft.md)** vs **[discrete time Fourier transform](dtft.md)**
|
||||
- **[distro](distro.md)** vs **[GNU](gnu.md)/Linux** vs **[Linux](linux.md)** vs **[Unix](unix.md)** vs **Unix-like**
|
||||
- **dynamic typing** vs **weak typing**
|
||||
- **[electric](electricity.md)** vs **[electronic](electronics.md)**
|
||||
- **electronic game** vs **[video game](video_game.md)**
|
||||
- **[emoticon](emoticon.md)** vs **[emoji](emoji.md)** vs **[smiley](smiley.md)**
|
||||
|
@ -85,7 +86,7 @@ There exist many terms that are highly similar and can legitimately be used inte
|
|||
- **[evolutionary programming](evolutionary.md)** vs **[evolutionary algorithm](evolutionary.md)** vs **[genetic programming](genetic_programming.md)** vs **[genetic algorithm](genetic_algorithm.md)**
|
||||
- **[equality](equality.md)** vs **[identity](identity.md)** (in programming languages)
|
||||
- **[fail safe](fail_safe.md)** vs **safe** vs **[secure](security.md)** vs **robust** vs **reliable** vs **tested** etc.
|
||||
- **[floating point number](float.md)** vs **[real number](real_number.md)**
|
||||
- **[floating point number](float.md)** vs **[real number](real_number.md)** vs **[fixed point number](fixed_point.md)**
|
||||
- **[font](font.md)** vs **[typeface](typeface.md)**
|
||||
- **[forwarding](forwarding.md)** vs **[routing](routing.md)** vs **[switching](switching.md)**
|
||||
- **[framework](framework.md)** vs **[library](library.md)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue