# Information
## Microsim To Do — 150 priority articles
These are the 150 articles selected from the Information sheet as the **coolest, easiest, most interactive** candidates to ship as microsims first. They are grouped by the Information patterns from P5 JS EDITOR §10 (Pattern E — [[Entropy|entropy]] meters; Pattern F — compression and transform algorithms; Pattern N — stochastic models and automata; channel capacity; cryptography), with explicit groups for error correction, algorithmic information theory, Shannon's foundational theorems, units of information, modern compressors, and pioneers. Each item links to its (future) Obsidian page; the corresponding microsim is saved to the same slug in the p5.js Web Editor. As microsims ship, check the row.
*Slug note:* where Wikipedia uses URL-encoded characters (e.g., `Lempel%E2%80%93Ziv%E2%80%93Welch`, `Kullback%E2%80%93Leibler_divergence`), the Obsidian page uses the human-readable form. The spreadsheet retains URL-encoded slugs for outbound web links.
### Pattern E — Entropy and information measures (16)
The entropy-meter starter from P5 JS EDITOR §10 forks directly into all of these. Each is a probability-distribution-with-sliders + the corresponding formula readout. `entropy_meter.js` lives here.
- [x] Information entropy *✅ https://editor.p5js.org/sciencenibber/sketches/EwmA44hU0*
- [x] [[Entropy_(information_theory)]] *✅ https://editor.p5js.org/sciencenibber/sketches/alvczWLrB*
- [x] [[Differential_entropy]] *✅ https://editor.p5js.org/sciencenibber/sketches/89fUuxHoL*
- [x] [[Conditional_entropy]] *✅ https://editor.p5js.org/sciencenibber/sketches/0Bxx394Yu*
- [x] [[Joint_entropy]] *✅ https://editor.p5js.org/sciencenibber/sketches/iOkGPXBpB*
- [ ] Cross-entropy
- [ ] Mutual information
- [ ] Conditional mutual information
- [ ] Pointwise mutual information
- [ ] Kullback–Leibler divergence
- [ ] Relative entropy
- [ ] Self-information
- [ ] Information content
- [ ] Entropy rate
- [ ] Rényi entropy
- [ ] Tsallis entropy
### Pattern F — Entropy coding and prefix codes (16)
Stepped [[Algorithm|algorithm]] visualizers; each builds the code tree or interval state live as the reader edits a source distribution.
- [ ] Entropy coding
- [ ] Huffman coding
- [ ] Adaptive Huffman coding
- [ ] Canonical Huffman code
- [ ] Arithmetic coding
- [ ] Range coding
- [ ] Asymmetric numeral systems
- [ ] Shannon coding
- [ ] Shannon–Fano coding
- [ ] Shannon–Fano–Elias coding
- [ ] Tunstall coding
- [ ] Golomb coding
- [ ] Exponential-Golomb coding
- [ ] Fibonacci coding
- [ ] Elias gamma coding
- [ ] Unary coding
### Pattern F — Dictionary and substitution-based compression (12)
Sliding-window and dictionary-pointer algorithms with animated source-and-output ribbons.
- [ ] LZ77 and LZ78
- [ ] Lempel–Ziv–Welch
- [ ] Lempel–Ziv–Storer–Szymanski
- [ ] Lempel–Ziv–Oberhumer
- [ ] Lempel–Ziv–Markov chain algorithm
- [ ] LZ4 (compression algorithm)
- [ ] Byte pair encoding
- [ ] Burrows–Wheeler transform
- [ ] Move-to-front transform
- [ ] Sequitur algorithm
- [ ] Re-Pair
- [ ] Run-length encoding
### Pattern F — Transform and predictive coding (8)
- [ ] [[Discrete_cosine_transform]]
- [ ] Modified discrete cosine transform
- [ ] [[Discrete_wavelet_transform]]
- [ ] Daubechies wavelet
- [ ] Wavelet transform
- [ ] Linear predictive coding
- [ ] Prediction by partial matching
- [ ] [[Differential_pulse-code_modulation]]
### Channel capacity and noise (12)
Shannon-Hartley curves with interactive markers; binary symmetric / erasure / Gaussian channels as Pattern N two-state and continuous-channel diagrams.
- [ ] Channel capacity
- [ ] [[Communication_channel]]
- [ ] Shannon–Hartley law
- [ ] Noisy-channel coding theorem
- [ ] Binary symmetric channel
- [ ] Binary erasure channel
- [ ] Gaussian channel
- [ ] Broadcast channel
- [ ] Relay channel
- [ ] Channel code
- [ ] Gaussian noise
- [ ] Information rate
### Pattern N — Stochastic models, automata, computation (12)
Graph-of-nodes-with-animated-token sketches. The Markov-chain starter from §10 forks directly into the stochastic-process subgroup. `fsm_renderer.js` and `markov_chain.js` live here.
- [ ] Stochastic process
- [ ] Stationary process
- [ ] Memoryless
- [ ] Ergodic theory
- [ ] Bernoulli trial
- [ ] Random variable
- [ ] Independent and identically distributed
- [ ] Multinomial distribution
- [ ] Automata theory
- [ ] Computability theory
- [ ] Algorithmic probability
- [ ] Probability distribution
### Cryptography (16)
Caesar / substitution / Vigenère as character-by-character transformers; Enigma as a Pattern N rotor diagram; AES and RSA as stepped algorithm visualizers. `bigint.js` lives here.
- [ ] Cryptography
- [ ] Cryptanalysis
- [ ] Cryptographic algorithm
- [ ] Cipher
- [ ] Code (cryptography)
- [ ] Enigma machine
- [ ] Cryptanalysis of the Enigma
- [ ] Ultra (cryptography)
- [ ] Plaintext
- [ ] Ciphertext
- [ ] Brute force attack
- [ ] Public-key cryptography
- [ ] Symmetric-key algorithm
- [ ] Block cipher
- [ ] One-time pad
- [ ] Information theoretic security
### Random and pseudorandom (6)
- [ ] Pseudorandom number generator
- [ ] Cryptographically secure pseudorandom number generator
- [ ] Random seed
- [ ] Extractor (mathematics)
- [ ] Min-entropy
- [ ] Fair coin
### Error detection and correction (8)
- [ ] [[Error_detection_and_correction]]
- [ ] Error-correcting code
- [ ] Error exponent
- [ ] Hamming distance
- [ ] Network coding
- [ ] Perplexity
- [ ] Unicity distance
- [ ] Coding theory
### Algorithmic information theory and MDL (6)
Kolmogorov complexity sketches that try compressing increasingly random strings; minimum description length and minimum message length as model-selection animations.
- [ ] Kolmogorov complexity
- [ ] Algorithmic information theory
- [ ] Algorithmic complexity theory
- [ ] Minimum description length
- [ ] Minimum message length
- [ ] Information fluctuation complexity
### Foundational theorems and meta-articles (10)
- [ ] A Mathematical Theory of Communication
- [ ] Shannon's source coding theorem
- [ ] Source coding theorem
- [ ] Source coding
- [ ] Asymptotic equipartition property
- [ ] Rate–distortion theory
- [x] [[Information_theory]] *✅ https://editor.p5js.org/sciencenibber/sketches/byCRgwg34*
- [ ] Quantities of information
- [ ] Black hole information paradox
- [ ] Bayesian inference
### Units of information (8)
- [ ] Bit
- [ ] Byte
- [ ] [[Nat_(unit)]]
- [ ] Hartley (unit)
- [ ] Shannon (unit)
- [ ] Ban (unit)
- [ ] Deciban
- [x] Unit of information *✅ https://editor.p5js.org/sciencenibber/sketches/6lKskp5zy*
### Image / audio / video coding (8)
Crossover with Audio §8, Visualization §11, and Telecom §9. The sampling-theorem articles consume Pattern D parametric curves; the codec articles compose Pattern F + scope.
- [ ] Color space
- [ ] Pixel
- [ ] Quantization (image processing)
- [ ] [[Quantization_(signal_processing)]]
- [ ] Audio codec
- [ ] Video codec
- [ ] [[Sampling_(signal_processing)]]
- [ ] [[Nyquist–Shannon_sampling_theorem]]
### Modern compressors and codec formats (8)
- [ ] ZIP (file format)
- [ ] Deflate
- [ ] Bzip2
- [ ] Brotli
- [ ] Zstd
- [ ] Snappy (compression)
- [ ] Codec
- [ ] Hutter Prize
### Pioneers — biographical card microsims (4)
Each renders as a portrait, short bio, and a faithful recreation of the person's signature contribution — Shannon's noisy-channel diagram, Kolmogorov's complexity definition, MacKay's belief-propagation visual, Nyquist's sampling theorem.
- [ ] Claude Elwood Shannon
- [ ] Andrey Kolmogorov
- [ ] David J. C. MacKay
- [ ] Harry Nyquist
---
**Total:** 150 articles · Pattern E (entropy measures): 16 · Pattern F (entropy coding): 16 · Pattern F (LZ family): 12 · Pattern F (transform): 8 · Channel/noise: 12 · Pattern N (stochastic/automata): 12 · Cryptography: 16 · Random/PRNG: 6 · Error correction: 8 · Algorithmic info: 6 · Foundational theorems: 10 · Units: 8 · Image/audio coding: 8 · Modern compressors: 8 · Pioneers: 4
**Cross-room overlap:** ~30 picks. The 8 image/audio/video coding articles crossover with Audio §8 (FFT, MDCT, audio codecs), Visualization §11 (color space, pixel, quantization), and Telecom §9 (sampling, modulation). The 16 entropy-coding picks compose Visualization §11's `chart_frame.js` for live distribution displays. The 12 channel-capacity picks share the Shannon-Hartley curve with Telecom's modulation-vs-capacity microsims. The 16 cryptography picks consume Engineering §12's `block_diagram.js` for round-by-round AES and Pattern N's rotor-graph engine for Enigma. The 12 stochastic / automata picks export `fsm_renderer.js` and `markov_chain.js` to Telecom (protocol ladders), [[Robotics]] (planning graphs), and Engineering ([[Software_engineering]] FSMs).
← Back to MAIN
<!-- REAL-GENERATIVE-MEDIA:START -->
## Links (Wikipedia order)
<!-- injected from _registry/childlinks/Information.json (2026-07-30T02:09:12Z) -->
`A_Mathematical_Theory_of_Communication` · `A_Philosophical_Essay_on_Probabilities` · `A_Treatise_Concerning_the_Principles_of_Human_Knowledge` · `Abilene_paradox` · `Abstract_and_concrete` · `Abstract_object_theory` · `Abstraction` · `Academic_bias` · `Academic_library` · [[Accuracy_and_precision]] · `Action_theory_(philosophy)` · `Activism` · `Aesthetic_emotions` · `Aesthetic_taste` · `African_traditional_religions` · `Afterlife` · `Agnosticism` · `Agriculturalism` · `Al-Ghazali` · `Al-Kindi` · `Al-Nijat` · `Albert_Einstein` · `Aldous_Huxley` · `Alexius_Meinong` · `Alfred_North_Whitehead` · `Algorithmic_information_theory` · `Alms` · `Altruism` · `Alvin_Plantinga` · `Ambiguity` · `Anarchism` · `Anecdotal_evidence` · `Anima_mundi` · `Anomaly_detection` · `Anthropology` · `Anti-realism` · `Archival_science` · `Archive` · `Archives_management` · `Argument` · `Argumentation_theory` · `Argumentum_ad_populum` · `Aristotelianism` · `Aristotle` · `Arthur_Schopenhauer` · `Astronomy` · `Atheism` · `Atomism` · `Attentional_bias` · `Attitude_(psychology)` · `Attitude_change` · `Authoritarianism` · `Autonomy` · `Averroes` · `Averroism` · `Avicenna` · `Axiom` · `Axis_mundi` · `Baháʼí_Faith` · `Bandwagon_effect` · `Baruch_Spinoza` · `Basic_belief` · `Beauty` · `Being_and_Nothingness` · `Being_and_Time` · `Belief` · `Belief_bias` · `Bell's_theorem` · `Bernard_Bolzano` · `Bertrand_Russell` · `Bias` · `Biochemistry` · `Biocommunication_(science)` · [[Bioinformatics]] · `Bit` · `Black_hole` · `Black_hole_information_paradox` · `Boethius` · `Brainwashing` · `Broadcasting` · `Buddhism` · `Burial` · `CD-ROM` · `Calendar` · `Caodaism` · `Capitalism` · `Cartesianism` · `Caste` · `Cataloging_(library_science)` · `Causal_closure` · `Causality` · `Censorship` · `Ceremony` · `Charisma` · `Charity_(practice)` · `Charles_Sanders_Peirce` · `Charvaka` · `Cheondoism` · `Chinese_folk_religion` · `Christian_Wolff_(philosopher)` · `Christian_democracy` · `Christianity` · `Circular_reporting` · `Classical_physics` · [[Claude_Shannon]] · `Clever_Hans` · `Climate_communication` · `Closed-loop_communication` · [[Closed_system]] · `Code_of_conduct` · `Cogito,_ergo_sum` · `Cognitive_bias` · `Cognitive_dissonance` · `Collections_management` · `Collective` · `Collective_animal_behavior` · [[Collective_behavior]] · [[Collective_consciousness]] · `Collective_effervescence` · [[Collective_intelligence]] · `Collective_narcissism` · `Collective_unconscious` · `Colonialism` · `Comedy` · `Common_good` · `Communication` · `Communication_design` · `Communication_studies` · `Communication_theory` · `Communicology` · `Communism` · `Communitarianism` · `Compact_disc` · `Comparative_mythology` · `Competitive_advantage` · [[Complex_adaptive_system]] · [[Complex_system]] · `Computation` · `Computer-mediated_communication` · `Computer_data_storage` · [[Computer_science]] · `Concept` · `Conceptual_framework` · [[Conceptual_system]] · `Concluding_Unscientific_Postscript_to_Philosophical_Fragments` · `Confirmation_bias` · `Conformity` · `Confucianism` · `Congruence_bias` · `Conscience` · `Consciousness` · `Consensus_theory` · `Consensus_theory_of_truth` · `Consent` · `Conservatism` · `Constitutionalism` · `Constraint_(information_theory)` · `Context` · [[Control_system]] · [[Convention_(norm)]] · `Conventional_wisdom` · `Conversation` · `Coronation` · `Corporate_governance` · `Cosmogony` · `Cosmology` · `Cosmos` · `Creation_myth` · `Creativity` · `Crisis_communication` · `Criteria_of_truth` · `Critical_theory` · `Critical_thinking` · `Critique_of_Pure_Reason` · `Cross-cultural_communication` · `Cross-cultural_psychology` · `Crowd_psychology` · `Cryptography` · `Cryptomnesia` · `Culpability` · `Cult` · `Cultural_anthropology` · `Cultural_artifact` · `Cultural_bias` · `Cultural_dissonance` · `Cultural_identity` · `Cultural_movement` · `Cultural_psychology` · `Culture` · `Culture-bound_syndrome` · `Current_(fluid)` · `Cynicism_(philosophy)` · `Cyrenaics` · `D._Lawrence_Kincaid` · `DNA` · `Data` · [[Data_compression]] · `Data_management` · `Data_processing` · `Data_science` · [[Data_storage]] · `David_Hume` · `David_Lewis_(philosopher)` · `David_Malet_Armstrong` · `De_rerum_natura` · `Deborah_Tannen` · `Deindividuation` · `Deity` · `Dennis_Overbye` · `Deprogramming` · `Derek_Parfit` · `Destiny` · `Determinism` · `Development_communication` · `Dice` · `Digital_signal` · `Discourse` · `Discourse_analysis` · `Discovery_Channel` · `Disgust` · `Display_device` · `Distributism` · `Doctrine` · `Document` · `Documentation_science` · `Donald_Davidson_(philosopher)` · `Doublethink` · `Dualism_in_cosmology` · `Duns_Scotus` · `Duty` · `Eastern_Orthodox_Church` · `Echo_chamber_(media)` · `Economics` · `Ecstasy_(emotion)` · `Ecstasy_(philosophy)` · `Education` · `Education_for_librarianship` · `Eleatics` · [[Electrical_engineering]] · `Elegance` · `Embodied_cognition` · [[Emergence]] · `Emotion` · `Emotional_contagion` · `Empiricism` · `Employment` · `Enactivism` · [[Energy]] · `Engram_(neuropsychology)` · `Enneads` · `Entertainment` · `Entitativity` · `Entity` · [[Entropy_(information_theory)]] · `Environmental_communication` · `Environmentalism` · `Epic_poetry` · `Epicureanism` · `Epistemology` · `Eretrian_school` · `Eroticism` · [[Error_detection_and_correction]] · `Error_exponent` · `Erving_Goffman` · `Eschatology` · `Essence` · `Essentialism` · `Ethics` · `Ethnic_religion` · `Ethnic_stereotype` · `Ethnocentrism` · `Etiology` · `Etiquette` · `Euphemism` · `Event_horizon` · `Everett_Rogers` · `Everything` · `Evidence` · [[Evolution]] · `Excommunication` · `Existence` · `Existence_of_God` · `Existentialism` · [[Experience]] · `Explanation` · `Extremism` · `Fact` · `Factoid` · `Faith` · `Fallacy` · `False_consensus_effect` · `Family` · `Family_values` · `Fanaticism` · `Fascism` · `Fatalism` · `Fearmongering` · [[Feedback]] · `Feminism` · `Feminist_metaphysics` · `Fiction` · `Fideism` · `Filter_bubble` · `Folie_à_deux` · `Folklore` · `Food_and_drink_prohibitions` · `Forced_conversion` · `Formulation` · `Foundationalism` · `Framing_(social_sciences)` · `Francisco_Suárez` · `Free_will` · `Freedom_of_information` · `Friedrich_Nietzsche` · `Fundamentalism` · `Funeral` · `Future` · `G._E._M._Anscombe` · `G._E._Moore` · `Game` · `Georg_Wilhelm_Friedrich_Hegel` · `George_Berkeley` · `George_Gerbner` · `George_Herbert_Mead` · `Gilbert_Ryle` · `Gilles_Deleuze` · `Globalism` · `Glossary_of_library_and_information_science` · `Gnosis` · `Golden_Rule` · `Gottfried_Wilhelm_Leibniz` · `Green_politics` · [[Gregory_Bateson]] · `Group_action_(sociology)` · `Group_cohesiveness` · `Group_dynamics` · `Group_emotion` · `Group_polarization` · `Groupshift` · `Groupthink` · `Guilt_(emotion)` · `Happiness` · `Harmony` · `Harold_Innis` · `Harry_Nyquist` · `Hawking_radiation` · `Health_communication` · `Hedonism` · `Henri_Bergson` · `Herbert_Marcuse` · `Herd_behavior` · `Hermann_Lotze` · `Hermeneutics` · `Hilary_Putnam` · `Hinduism` · `Historical_negationism` · `Historical_revisionism` · `Historicism` · `History` · `History_of_communication` · `History_of_communication_studies` · `History_of_libraries` · `Holiday` · [[Holism]] · `Holographic_data_storage` · `Holographic_principle` · `Homophily` · `Honour` · `Human_rights` · `Human_sexuality` · `Humanism` · `Hygiene` · `Hypostatic_abstraction` · `Hysterical_contagion` · `Hòa_Hảo` · `I._A._Richards` · `Idea` · `Idealism` · `Identity_(philosophy)` · `Ideological_repression` · `Ideology` · `Idios_kosmos` · `Illuminationism` · `Illusion` · `Immanuel_Kant` · `Imperialism` · `Importance` · `In-group_and_out-group` · `In-group_favoritism` · `Incarnation` · `Individualism` · `Indoctrination` · `Industrialisation` · `Informatics` · `Information-theoretic_security` · `Information_Age` · `Information_architecture` · `Information_cascade` · `Information_engineering` · `Information_geometry` · `Information_history` · `Information_infrastructure` · `Information_management` · `Information_metabolism` · `Information_overload` · `Information_quality` · `Information_retrieval` · [[Information_science]] · `Information_security` · `Information_sensitivity` · `Information_technology` · [[Information_theory]] · `Information_warfare` · `Infosphere` · `Insight` · `Institution` · `Intellectualism` · `Intelligence` · `Intention` · `Intercultural_communication` · `International_communication` · `Interpersonal_communication` · `Interpretation_(logic)` · `Interpretation_(philosophy)` · `Interpretations_of_quantum_mechanics` · `Intrapersonal_communication` · `Intuition` · `Invisible_hand` · `Irreligion` · `Irving_Janis` · [[Isaac_Newton]] · `Islam` · `Islamism` · `Jacob_Bekenstein` · `Jacques_Ellul` · `Jainism` · `James_Gleick` · `James_W._Tankard_Jr.` · `Jean-Paul_Sartre` · `Jean_Baudrillard` · `John_Locke` · `José_Ortega_y_Gasset` · `Journalism` · `Judaism` · `Judgement` · `Jurisprudence` · `Justice` · `Jürgen_Habermas` · `Kalam` · `Kardecist_spiritism` · `Kenneth_Burke` · `Knowledge` · `Knowledge_management` · `Knowledge_worker` · `Kokugaku` · `Korean_shamanism` · `Language` · `Language_interpretation` · `Laozi` · `Laplace's_demon` · `Law` · `Law_library` · `Legalism_(Chinese_philosophy)` · `Letter_(alphabet)` · `Liberalism` · `Libertarianism` · `Libertarianism_(metaphysics)` · `Liberty` · `Library_and_information_science` · `Library_management` · `Life_stance` · `Liminality` · `Linguistics` · `List_of_cognitive_biases` · `List_of_library_associations` · `List_of_library_science_schools` · `List_of_metaphysicians` · `List_of_symbols` · `List_of_world_folk-epics` · `Lists_of_libraries` · `Literacy` · `Liturgy` · [[Logic]] · `Love` · `Luciano_Floridi` · `Lucretius` · `Ludwig_Wittgenstein` · `Lynching` · `Magic_(supernatural)` · `Magical_thinking` · `Magnificence_(history_of_ideas)` · `Majoritarianism` · `Manipulation_(psychology)` · `Manuel_Castells` · `Marriage` · `Marshall_McLuhan` · `Martin_Heidegger` · `Masculism` · `Mass_action_(sociology)` · `Mass_communication` · `Mass_media` · `Mass_noun` · `Mass_psychogenic_illness` · `Materialism` · `Max_Horkheimer` · `Max_Wertheimer` · `Maxim_(philosophy)` · `Meaning-making` · `Meaning_(existential)` · `Meaning_(philosophy)` · `Meaning_of_life` · `Means_of_communication` · `Measurement_in_quantum_mechanics` · `Media_bias` · `Media_ecology` · `Media_manipulation` · `Media_studies` · `Mediated_cross-border_communication` · `Medical_library` · `Meditations_on_First_Philosophy` · `Megarian_school` · `Meme` · `Memeplex` · `Memory` · `Mental_model` · `Mental_representation` · [[Mereology]] · `Message` · `Meta-communication` · `Meta_(prefix)` · `Metadata` · `Metanarrative` · `Metaphysical_necessity` · `Metaphysics` · `Metaphysics_(Aristotle)` · `Methodology` · `Michael_Dummett` · `Milieu_control` · `Militarism` · `Mind` · `Mindset` · `Mind–body_dualism` · `Mind–body_problem` · `Miracle` · `Misanthropy` · `Missionary` · `Mob_rule` · `Mobbing` · `Models_of_communication` · `Modern_paganism` · `Modernism` · `Mohism` · `Monadology` · `Monarchism` · `Monism` · `Moral_panic` · `Morality` · `Motion` · `Mozi` · `Music` · `Mutual_information` · `Myth_and_ritual` · [[Nat_(unit)]] · `National_epic` · `National_myth` · `Nationalism` · `Natural_law` · `Natural_philosophy` · `Naturalism_(philosophy)` · `Nature` · `Nature_(philosophy)` · `Neil_Postman` · `Neo-Kantianism` · `Neo-scholasticism` · `Neoplatonism` · `Neopythagoreanism` · `New_Confucianism` · `New_historicism` · `New_media` · `Newspaper` · `Nick_Morgan` · `Nicolas_Malebranche` · `Nihilism` · [[Niklas_Luhmann]] · `Noam_Chomsky` · `Nonverbal_communication` · `Nonviolent_Communication` · `Nora_C._Quebral` · `Nothing` · `Nucleotide` · `Nyāya_Sūtras` · `Oath` · `Obligation` · `Observation` · `Observational_error` · `Observational_learning` · `Observer-expectancy_effect` · [[Ontology]] · `Optimism` · `Organism` · `Organizational_communication` · `Origin_myth` · `Otherworld` · `Outline_of_communication` · `Outline_of_epistemology` · `Outline_of_library_and_information_science` · `Oxford_English_Dictionary` · `Oxford_University_Press` · `P._F._Strawson` · `Pacifism` · `Paradigm` · `Parmenides` · `Pattern` · `Pattern_recognition` · `Peace` · `Peer_pressure` · `Perception` · `Peripatetic_school` · `Persuasion` · `Pessimism` · `Phenomenalism` · `Phenomenology_(philosophy)` · `Pheromone` · `Philosophical_realism` · `Philosophical_theory` · `Philosophy` · `Philosophy_of_information` · `Philosophy_of_matter` · `Philosophy_of_mind` · `Philosophy_of_psychology` · `Philosophy_of_self` · `Philosophy_of_space_and_time` · `Physical_object` · `Physicalism` · [[Physics]] · `Pierre-Simon_Laplace` · `Piety` · `Pilgrimage` · `Placebo` · `Plato` · `Platonism` · `Play_(activity)` · `Plotinus` · `Pluralistic_ignorance` · `Point_of_view_(philosophy)` · `Polite_fiction` · `Political_communication` · `Political_correctness` · `Political_engineering` · `Political_freedom` · `Political_myth` · `Positivism` · `Post-structuralism` · `Postmodernism` · `Pragmatics` · `Pragmatism` · `Praxeology` · `Pre-Socratic_philosophy` · `Preservation_(library_and_archive)` · `Presupposition` · `Primal_world_beliefs` · `Principle` · `Private_library` · [[Probability]] · `Probability_theory` · `Problem_of_evil` · `Proclus` · `Progressivism` · `Prolegomena_to_Any_Future_Metaphysics` · `Propaganda` · `Propaganda_model` · [[Property_(philosophy)]] · [[Proposition]] · `Proselytism` · `Pseudoconsensus` · `Psychological_warfare` · `Public_library` · `Public_library_advocacy` · `Public_morality` · `Public_relations` · `Public_speaking` · `Punishment` · `Pyrrhonism` · `Pythagoreanism` · `Qualia` · `Quality_(philosophy)` · `Quantification_(science)` · [[Quantum_computing]] · `Quantum_information` · [[Quantum_mechanics]] · `R._G._Collingwood` · `Radical_politics` · `Ralph_Hartley` · `Random_variable` · `Rastafari` · `Rationalism` · `Reading` · `Reality` · `Reality_tunnel` · `Reason` · `Receiver_operating_characteristic` · `Recluse` · `Records_management` · `Reductionism` · `Reformism` · `Relativism` · [[Relevance]] · `Religion` · `Religious_conversion` · `Religious_cosmology` · `Religious_ecstasy` · `Religious_education` · `Religious_law` · `Religious_persecution` · `Religious_uniformity` · `Renaissance_humanism` · `René_Descartes` · `Repentance` · `Representation_(mathematics)` · `Republicanism` · `Revelation` · `Reverence_(emotion)` · `Revolution` · `Rhetoric` · `Rights` · `Risk_communication` · `Rite_of_passage` · `Ritual` · `Ritual_purification` · `Robert_K._Logan` · `Robert_T._Craig` · `Roland_Barthes` · `Roman_Jakobson` · `Rudolf_Carnap` · `Satisficing` · `Saul_Kripke` · `Scapegoating` · `Schema_(psychology)` · `Scholasticism` · `School_library` · `School_of_Names` · `School_of_Naturalists` · `School_of_thought` · [[Science_(journal)]] · `Science_and_technology_studies` · `Science_communication` · `Scientific_evidence` · `Scientific_realism` · `Secular_coming-of-age_ceremony` · `Secularity` · `Selective_exposure_theory` · `Selective_perception` · `Self` · `Self-censorship` · `Self-deception` · `Self-fulfilling_prophecy` · [[Self-organization]] · `Semantics` · `Semiotics` · `Sense` · `Sentientism` · [[Sequence]] · `Serfdom` · `Set_(psychology)` · `Sexual_ethics` · `Shape` · `Shinto` · `Sign_(semiotics)` · [[Signal]] · `Sikhism` · `Simulacra_and_Simulation` · `Sin` · `Slavery` · `Social_action` · `Social_anthropology` · `Social_behavior` · `Social_change` · `Social_class` · `Social_constructionism` · `Social_control` · `Social_democracy` · `Social_emotions` · `Social_engineering_(political_science)` · `Social_exclusion` · `Social_facilitation` · `Social_facilitation_in_animals` · `Social_group` · `Social_influence` · `Social_norm` · `Social_organization` · `Social_proof` · `Social_psychology` · `Social_reality` · `Social_status` · `Social_stigma` · `Socialism` · `Sociolinguistics` · `Sociology` · `Solipsism` · `Sophist` · `Sophist_(dialogue)` · `Soul` · `Sound` · `Special_library` · `Speech` · `Spiritualism_(philosophy)` · `Spontaneous_order` · `Stanford_Encyclopedia_of_Philosophy` · `Statistical_inference` · `Statistical_mechanics` · `Statistics` · `Status_quo` · `Status_quo_bias` · `Stereotype` · `Stewardship` · `Stigmergy` · `Stimulation` · `Stoicism` · `Structuralism` · `Study_of_global_communication` · `Style_(visual_arts)` · `Subject_and_object_(philosophy)` · `Subjectivism` · `Sublime_(philosophy)` · `Substance_theory` · `Substantial_form` · `Suffering` · `Supernatural` · [[Swarm_behaviour]] · `Symbol` · `Symbolic_boundaries` · `Sympathy` · `Syntax` · [[System]] · `Systemic_bias` · [[Systems_theory]] · `Søren_Kierkegaard` · `Taboo` · `Tacit_assumption` · `Taoism` · `Technical_communication` · [[Telecommunications]] · `Teleology` · `Tenrikyo` · `Testimony` · `Text_and_conversation_theory` · `The_Information:_A_History,_a_Theory,_a_Flood` · `The_New_York_Times` · `The_Phenomenology_of_Spirit` · `The_World_as_Will_and_Representation` · `Theodicy` · `Theodor_W._Adorno` · `Theology` · `Theory_of_everything` · `Theory_of_forms` · `Thermal_physics` · `Thomas_Aquinas` · `Thomas_Reid` · `Thomism` · `Thought` · `Timaeus_(dialogue)` · `Time` · `Tradition` · `Transcendentalism` · `Trust_(social_science)` · `Truth` · `Truthmaker_theory` · `Type_theory` · `Type–token_distinction` · `Umwelt` · `Uncertainty` · `Unclean_animal` · `Understanding` · `Unitarian_Universalism` · `Universal_(metaphysics)` · `Universe` · `University_of_Chicago_Press` · `Unobservable` · `Unspoken_rule` · `Utilitarianism` · `Value_(ethics)` · `Values_education` · `Vance_Packard` · `Veganism` · `Vice` · `Vilém_Flusser` · `Viral_phenomenon` · `Virtue` · `Visual_communication` · `Vitalism` · `Voyager_program` · `Walter_Benjamin` · `Walter_Fisher_(professor)` · `Walter_J._Ong` · `Walter_Lippmann` · `Wave_function` · [[Wayback_Machine]] · `Weltschmerz` · `Wendell_Johnson` · `Wilbur_Schramm` · `Willard_Van_Orman_Quine` · `Wishful_thinking` · `Woozle_effect` · `Work_of_art` · `World` · `World_disclosure` · `Worldview` · `Worship` · `Writing` · `Wrongdoing` · `Yangism` · `YouTube` · `Zoroastrianism`
## From the Real GENERATIVE library

*Information — placed from the Real G.E.N.E.R.A.T.I.V.E. course library (Visualization room). Source: Wikimedia Commons (via Wikipedia article media). [Details & license](https://commons.wikimedia.org/wiki/File:Pioneer_plaque_%28transparent%29.svg).*
> Information is an abstract concept that refers to something which has the power to inform. At the most fundamental level, it pertains to the interpretation (perhaps formally) of that which may be sensed, or their abstractions. ([Wikipedia](https://en.wikipedia.org/wiki/Information))
<!-- REAL-GENERATIVE-MEDIA:END -->
The **I** in GENERATIVE.
The Information room covers Shannon information theory, source and channel coding, compression algorithms, error correction, finite-state machines and Markov chains, cryptography, and the algorithmic-[[Complexity|complexity]] / Kolmogorov view — 1,735 article rows in the Information sheet of `Real G.E.N.E.R.A.T.I.V.E.xlsx`, organized under three parent hubs (Information, Information_theory, Information_history). Editor conventions for Information sketches are documented in section 10 of P5 JS EDITOR; reference textbooks are catalogued in information textbooks. Information is a **producer room** for `entropy_meter.js`, `fsm_renderer.js`, `markov_chain.js`, and `bigint.js`, and a **consumer** of Visualization's `chart_frame.js` / `glyphs.js` and [[Engineering]]'s `block_diagram.js`.
← Back to MAIN
---
<!-- CRAFT-LINK:START g12 -->
*Built to the [[WT!P5_js_Microsim_Master_Class|p5.js Master Class]].*
<!-- CRAFT-LINK:END -->
## Wikipedia : Wikitube
**Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Information) : [Wikitube](https://en.wikitube.io/wiki/Information)
## Previous hub tags
Tree parent: [[Information_theory]].
Legacy hubs: `GENERATIVE`.
---
*Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*