2022-09-03 14:13:46 +02:00
# Often Confused Terms
2024-12-14 16:25:29 +01:00
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.
2022-09-03 14:13:46 +02:00
2024-09-09 14:10:06 +02:00
- **[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, ...)
2024-11-15 17:05:37 +01:00
- **[address](address.md)** vs ** [pointer ](pointer.md )** vs ** [reference ](reference.md )** vs ** [index ](index.md )** vs ** [vector ](vector.md )**
2022-09-03 14:13:46 +02:00
- **[AI](ai.md)** vs ** [machine learning ](machine_learning.md )** vs ** [neural networks ](neural_net.md )**
2024-11-02 20:06:14 +01:00
- **[algebra](algebra.md)** vs ** [arithmetic ](arithmetic.md )** vs ** [math ](math.md )** vs ** [logic ](logic.md )**
2024-09-09 14:10:06 +02:00
- **[algorithm](algorithm.md)** vs ** [program ](program.md )** vs ** [process ](process.md )** vs ** [heuristic ](heuristic.md )** vs ** [source code ](source_code.md )**
2024-03-23 20:01:25 +01:00
- **America** vs ** [USA ](usa.md )**
2024-09-09 14:10:06 +02:00
- **[analog](analog.md)** vs ** [mechanical ](mechanical.md )** vs **non-electronic**
2022-09-03 14:13:46 +02:00
- **[anarchy](anarchism.md)** vs ** [chaos ](chaos.md )**
2024-09-09 14:10:06 +02:00
- **[argument](argument.md)** vs ** [parameter ](parameter.md )** vs **formal parameter**
2024-10-17 20:38:09 +02:00
- **[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 )**
2024-10-04 20:21:44 +02:00
- **[ASCII](ascii.md)** vs ** [plain text ](plain_text.md )** vs ** [Unicode ](unicode.md )** vs ** [UTF ](utf.md )** vs ** [ANSI ](ansi.md )**
2024-12-14 16:25:29 +01:00
- **[ASCII art](ascii_art.md)** vs ** [ANSI art ](ansi_art.md )** vs ** [Unicode ](unicode.md ) art** vs **ASCII graphics** vs ** [TUI ](tui.md )**
2024-12-10 20:41:11 +01:00
- **[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 )**
2023-05-06 21:16:32 +02:00
- **[assembler](assembler.md)** vs ** [assembly ](assembly.md )** vs ** [machine code ](machine_code.md )**
2024-08-15 12:41:06 +02:00
- **[astrology](astrology.md)** vs ** [astronomy ](astronomy.md )**
2024-03-21 20:00:23 +01:00
- **[attribution](attribution.md)** vs ** [credit ](credit.md )**
2023-01-29 15:13:49 +01:00
- **binary** vs ** [executable ](executable.md )**
2023-10-29 14:44:25 +01:00
- **[binary](binary.md)** vs ** [boolean ](boolean.md )**
2024-11-15 17:05:37 +01:00
- **[binary](binary.md)** vs ** [digital ](digital.md )** vs ** [electronic ](electronics.md )**
2024-12-14 16:25:29 +01:00
- **bisexual** (normal) vs ** [gay ](gay.md )** (not normal)
2023-08-31 15:44:36 +02:00
- **[black](black.md) [race ](race.md )** vs ** [nigger ](nigger.md )** vs ** [negro ](negro.md )**
2024-12-06 03:33:05 +01:00
- **[brainwashing](brainwashing.md)** vs ** [education ](education.md )** vs ** [indoctrination ](indoctrination.md )**
2024-05-28 21:17:58 +02:00
- **[branchless](branchless.md) programming** vs **ifless programming**
2023-11-19 18:06:37 +01:00
- **[brute force](brute_force.md)** vs ** [heuristic search ](heuristic_search.md )**
2024-09-09 14:10:06 +02:00
- **[buffer](buffer.md)** vs ** [cache ](cache.md )** vs ** [cash ](money.md )**
2024-02-18 17:14:46 +01:00
- **[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 )**
2024-06-18 16:48:37 +02:00
- **[causation](causation.md)** vs ** [correlation ](correlation.md )** (le [reddit ](reddit.md ) scientist rule)
2022-12-01 15:22:41 +01:00
- **[cepstrum](cepstrum.md)** vs ** [spectrum ](spectrum.md )**
2024-09-18 20:37:15 +02:00
- **[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 )**
2024-09-09 14:10:06 +02:00
- **[CLI](cli.md)** vs ** [TUI ](tui.md )** vs ** [terminal ](terminal_emulator.md )** vs ** [console ](console.md )** vs ** [shell ](shell.md )** vs ** [TTY ](tty.md )**
2024-08-01 02:31:53 +02:00
- **[clipping](clipping.md)** vs ** [culling ](culling.md )** vs ** [pruning ](pruning.md )**
- **[closed source](closed_source.md)** vs ** [proprietary ](proprietary.md )**
2024-04-13 22:42:40 +02:00
- **[college](college.md)** vs ** [university ](university.md )**
2022-09-03 14:13:46 +02:00
- **[color model](color_model.md)** vs ** [color space ](color_space.md )**
2023-08-27 16:09:20 +02:00
- **[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 )**
2022-09-03 14:13:46 +02:00
- **[computer language](computer_language.md)** vs ** [programming language ](programming_language.md )**
2023-05-06 21:16:32 +02:00
- **[computer science](compsci.md)** vs ** [information technology ](it.md )** vs ** [informatics ](informatics.md )** vs ** [cybernetics ](cybernetics.md )** vs ** [computer engineering ](computer_engineering.md )** vs ** [software engineering ](software_engineering.md )**
2024-07-09 15:45:39 +02:00
- **[compatibility layer](compatibility_layer.md)** vs ** [emulator ](emulator.md )** vs ** [virtual machine ](vm.md )**
2022-12-01 15:22:41 +01:00
- **[concurrency](concurrency.md)** vs ** [parallelism ](parallelism.md )** vs ** [quasiparallelism ](quasiparallelism.md )** vs ** [distribution ](distributed.md )**
2024-09-09 14:10:06 +02:00
- **[conjecture](conjecture.md)** vs ** [hypothesis ](hypothesis.md )** vs ** [theory ](theory.md )** vs ** [theorem ](theorem.md )** vs ** [lemma ](lemma.md )**
2024-11-15 17:05:37 +01:00
- **[constant](constant.md)** vs ** [literal ](literal.md )** vs **immediate operand**
2024-04-13 22:42:40 +02:00
- **[coding](coding.md)** vs ** [programming ](programming.md )** vs ** [software engineering ](software_engineering.md )**
2022-09-03 14:13:46 +02:00
- **[codec](codec.md)** vs ** [container format ](container_format.md )**
- **[coherence](coherence.md)** vs ** [consistency ](consistency.md )**
2022-12-01 15:22:41 +01:00
- **[computational model](computational_model.md)** vs ** [model of computation ](model_of_computation.md )**
2022-09-03 14:13:46 +02:00
- **[convolution](convolution.md)** vs ** [correlation ](correlation.md )**
2024-03-21 20:00:23 +01:00
- **[copyright](copyright.md)** vs ** [patent ](patent.md )** vs ** [trademark ](trademark.md )** vs ** [intellectual property ](intellectual_property.md )** vs ** [moral right ](moral_rights.md )** etc.
2024-04-03 22:57:42 +02:00
- **[currency](currency.md)** vs ** [money ](money.md )**
2022-09-03 14:13:46 +02:00
- **[crossplatform/multiplatform](multiplatform.md)** vs ** [portable ](portability.md )**
2024-09-09 14:10:06 +02:00
- **[cryptocurrency](crypto.md)** vs **digital currency**
- **[cryptography](cryptography.md)** vs ** [security ](security.md )** vs ** [privacy ](privacy.md )** vs ** [encryption ](encryption.md )**
2023-03-31 23:43:42 +02:00
- **[data](data.md)** vs ** [information ](information.md )** vs ** [entropy ](entropy.md )** vs ** [signal ](signal.md )**
2022-09-03 14:13:46 +02:00
- **[data structure](data_structure.md)** vs ** [data type ](data_type.md )**
- **[decentralized](decentralization.md)** vs ** [distributed ](distributed.md )**
- **[declaration](declaration.md)** vs ** [definition ](definition.md )**
2022-12-01 15:22:41 +01:00
- **[demo](demo.md)** vs ** [intro ](intro.md )**
2024-03-08 16:56:58 +01:00
- **[democracy](democracy.md)** vs ** [voting ](voting.md )**
2024-09-07 16:47:08 +02:00
- **demonstration** vs ** [proof ](proof.md )**
- **[desktop environment](de.md)** vs ** [window manager ](wm.md )** vs ** [windowing system ](windowing_system.md )**
2024-11-13 01:37:31 +01:00
- **[discretization](discretization.md)** vs ** [quantization ](quantization.md )**
2024-09-09 14:10:06 +02:00
- **[duck typing](duck_typing.md)** vs ** [weak typing ](weak_typing.md )** vs ** [dynamic typing ](dynamic_typing.md )** vs ** [no typing ](untyped.md )**
2024-03-19 16:01:03 +01:00
- **[digit](digit.md)** vs ** [number ](number.md )** vs ** [value ](value.md )** vs **figure** vs **numeral**
2022-09-03 14:13:46 +02:00
- **[directed acyclic graph](dag.md)** vs ** [tree ](tree.md )**
- **[directory](directory.md)** vs ** [folder ](folder.md )**
- **[discrete Fourier transform](dft.md)** vs ** [discrete time Fourier transform ](dtft.md )**
2024-09-09 14:10:06 +02:00
- **[distro](distro.md)** vs ** [GNU ](gnu.md )/Linux** vs ** [Linux ](linux.md )** vs ** [Unix ](unix.md )** vs **Unix-like**
2024-04-06 22:21:54 +02:00
- **[electric](electricity.md)** vs ** [electronic ](electronics.md )**
- **electronic game** vs ** [video game ](video_game.md )**
2023-07-12 14:38:55 +02:00
- **[emoticon](emoticon.md)** vs ** [emoji ](emoji.md )** vs ** [smiley ](smiley.md )**
2022-09-03 14:13:46 +02:00
- **[emulation](emulation.md)** vs ** [simulation ](simulation.md )**
2024-11-15 17:05:37 +01:00
- **[encryption](encryption.md)** vs ** [security ](security.md )** vs ** [privacy ](privacy.md )**
2023-08-27 16:09:20 +02:00
- **[entity](entity.md)** vs ** [object ](object.md )**
2022-09-03 14:13:46 +02:00
- **[equation](equation.md)** vs ** [expression ](expression.md )** vs ** [inequality ](inequality.md )**
- **[equivalence](equivalence.md)** vs ** [implication ](implication.md )**
2023-08-27 16:09:20 +02:00
- **[ethics](ethics.md)** vs ** [morality ](morality.md )**
2022-12-18 13:08:28 +01:00
- **[Euler's number](e.md)** vs ** [Euler number ](euler_number.md )**
2022-09-03 14:13:46 +02:00
- **[evolutionary programming](evolutionary.md)** vs ** [evolutionary algorithm ](evolutionary.md )** vs ** [genetic programming ](genetic_programming.md )** vs ** [genetic algorithm ](genetic_algorithm.md )**
2022-12-01 15:22:41 +01:00
- **[equality](equality.md)** vs ** [identity ](identity.md )** (in programming languages)
2024-12-14 16:25:29 +01:00
- **[fail safe](fail_safe.md)** vs **safe** vs ** [secure ](security.md )** vs **robust** vs **reliable** vs **tested** etc.
2022-09-03 14:13:46 +02:00
- **[floating point number](float.md)** vs ** [real number ](real_number.md )**
- **[font](font.md)** vs ** [typeface ](typeface.md )**
2024-06-10 10:07:07 +02:00
- **[forwarding](forwarding.md)** vs ** [routing ](routing.md )** vs ** [switching ](switching.md )**
2022-09-03 14:13:46 +02:00
- **[framework](framework.md)** vs ** [library ](library.md )**
2024-09-09 14:10:06 +02:00
- **[free software](free_software.md) (libre)** vs ** [open source ](open_source.md )** vs ** [FOSS ](foss.md )** vs ** [public domain ](public_domain.md )** vs ** [source available ](source_available.md )** vs ** [freeware ](freeware.md ) (gratis)**
2024-08-25 01:56:24 +02:00
- **[gay](gay.md)** vs ** [LGBT ](lgbt.md )**
2022-09-03 14:13:46 +02:00
- **[geek](geek.md)** vs ** [nerd ](nerd.md )**
2024-10-03 17:34:08 +02:00
- **[globalism](globalism.md)** vs ** [globalization ](globalization.md )**
2024-05-30 17:55:03 +02:00
- **[goniometry](goniometry.md)** vs ** [trigonometry ](trigonometry.md )**
2022-11-08 17:21:04 +01:00
- **[gradient noise](gradient_noise.md)** vs ** [value noise ](value_noise.md )**
2024-10-17 20:38:09 +02:00
- **heading** vs **header**
2024-04-22 20:21:03 +02:00
- **[hyperlink](hyperlink.md)** vs ** [link ](link.md )** vs ** [URI ](uri.md )** vs ** [URL ](url.md )**
2024-09-09 14:10:06 +02:00
- **[ID](id.md)** vs ** [index ](index.md )** vs ** [token ](token.md )** vs ** [hash ](hash.md )** vs ** [handle ](handle.md )** vs ** [identifier ](identifier.md )**
2024-07-09 15:45:39 +02:00
- **[ideology](ideology.md)** vs ** [philosophy ](philosophy.md )** vs ** [religion ](religion.md )** vs ** [paradigm ](paradigm.md )**
2024-08-15 12:41:06 +02:00
- **[imperative](imperative.md) paradigm** vs **procedural paradigm** vs ** [procedural generation ](procgen.md )**
2024-12-14 16:25:29 +01:00
- **implementation defined behavior** vs **undefined behavior** vs **unspecified behavior**
2022-09-03 14:13:46 +02:00
- **[infinite](infinity.md)** vs ** [arbitrarily large/unbounded ](unbounded.md )**
2022-12-01 15:22:41 +01:00
- **[Internet](internet.md)** vs ** [web ](web.md )**
2022-09-03 14:13:46 +02:00
- **[Java](java.md)** vs ** [JavaScript ](js.md )**
- **[kB/mB/gB/tB](memory_units.md)** vs ** [KiB/MiB/GiB/TiB ](memory_units.md )**
2024-12-14 16:25:29 +01:00
- **[latency/ping/lag](latency.md)** vs ** [throughput/bandwidth ](throughput.md )** vs **speed**
2022-09-03 14:13:46 +02:00
- **[leftism](left_right.md)** vs ** [pseudoleftism ](pseudoleft.md )**
2024-02-02 08:28:14 +01:00
- **[liberalism](liberalism.md)** vs ** [libertarianism ](libertarianism.md )**
2023-05-06 21:16:32 +02:00
- **[license](license.md)** vs ** [waiver ](waiver.md )**
2024-03-19 16:01:03 +01:00
- **main [memory ](memory.md )** vs **working memory** vs ** [RAM ](ram.md )**
2024-09-05 21:54:17 +02:00
- **[logic](logic.md)** vs ** [math ](math.md )**
2024-12-14 16:25:29 +01:00
- **[low poly](low_poly.md)** vs **stylized** vs ** [low effort ](low_effort.md )**
- **low [resolution ](resolution.md )** vs ** [pixel art ](pixel_art.md )**
2023-10-25 18:47:31 +02:00
- **[mass](mass.md)** vs ** [weight ](weight.md )**
2022-09-03 14:13:46 +02:00
- **[method](method.md)** vs ** [methodology ](methodology.md )**
2024-05-30 17:55:03 +02:00
- **[mod](mod.md)** vs ** [mode ](mode.md )**
2023-08-27 16:09:20 +02:00
- **[modem](modem.md)** vs ** [router ](router.md )** vs ** [switch ](switch.md )**
2024-05-02 22:35:34 +02:00
- **[multisampling](multisampling.md)** vs ** [supersampling ](supersampling.md )**
2023-08-27 16:09:20 +02:00
- **[nationalism](nationalism.md)** vs ** [patriotism ](patriotism.md )**
2022-12-01 15:22:41 +01:00
- **[NP](p_vs_np.md)** vs ** [NP-hard ](np_hard.md )** vs ** [NP-complete ](np_complete.md )**
2024-12-06 22:17:00 +01:00
- **opaque** vs **solid**
2024-10-17 20:38:09 +02:00
- **[overflow](overflow.md)** vs ** [wrap around ](wrap.md )**
2023-05-06 21:16:32 +02:00
- **[paging](paging.md)** vs ** [virtual memory ](virtual_memory.md )**
2024-10-14 20:53:01 +02:00
- **[path tracing](path_tracing.md)** vs ** [ray tracing ](ray_tracing.md )** vs ** [ray casting ](raycasting.md )**
2022-09-03 14:13:46 +02:00
- **[principal square root](principal_sqrt.md)** vs ** [square root ](sqrt.md )** (especially when defining [i ](i.md ))
- **[probability](probability.md)** vs ** [probability density ](probability_density.md )**
- **[pseudo](pseudo.md)** vs ** [quasi ](quasi.md )**
2023-08-27 16:09:20 +02:00
- **[pseudoleft](pseudoleft.md)** vs ** [left ](left.md )**
- **[pseudoskeptic](pseudosceptic.md)** vs ** [skeptic ](skeptic.md )**
2022-09-03 14:13:46 +02:00
- **[shading](shading.md)** vs ** [shadows ](shadow.md )**
- **[science](science.md)** vs ** [soyence ](soyence.md )**
2024-09-09 14:10:06 +02:00
- **[static typing](static_typing.md)** vs ** [strong typing ](strong_typing.md )**
- **[strategy](strategy.md)** vs ** [tactics ](tactics.md )**
2022-09-03 14:13:46 +02:00
- **[Unicode](unicode.md)** vs ** [UTF ](utf.md )**
2023-02-06 20:06:02 +01:00
- **[webpage](webpage.md)** vs ** [website ](website.md )**
2024-03-08 16:56:58 +01:00
- ...
2024-04-13 22:42:40 +02:00
## See Also
- [often misunderstood ](often_misunderstood.md )