1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033 |
- <!doctype html><!-- This is a valid HTML5 document. -->
- <!-- Screen readers, SEO, extensions and so on. -->
- <html lang=fr>
- <!-- Has to be within the first 1024 bytes, hence before the <title>
- See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
- <meta charset=utf-8>
- <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
- <!-- The viewport meta is quite crowded and we are responsible for that.
- See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
- <meta name=viewport content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no">
- <!-- Required to make a valid HTML5 document. -->
- <title>A commentary of Wiio's laws (archive) — David Larlet</title>
- <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
- <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons/favicon-16x16.png">
- <link rel="manifest" href="/manifest.json">
- <link rel="mask-icon" href="/static/david/icons/safari-pinned-tab.svg" color="#5bbad5">
- <link rel="shortcut icon" href="/static/david/icons/favicon.ico">
- <meta name="apple-mobile-web-app-title" content="David Larlet">
- <meta name="application-name" content="David Larlet">
- <meta name="msapplication-TileColor" content="#da532c">
- <meta name="msapplication-config" content="/static/david/icons/browserconfig.xml">
- <meta name="theme-color" content="#f0f0ea">
- <!-- That good ol' feed, subscribe :p. -->
- <link rel=alternate type="application/atom+xml" title=Feed href="/david/log/">
-
- <meta name="robots" content="noindex, nofollow">
- <meta content="origin-when-cross-origin" name="referrer">
- <!-- Canonical URL for SEO purposes -->
- <link rel="canonical" href="https://www.cs.tut.fi/~jkorpela/wiio.html">
-
- <style>
- /* http://meyerweb.com/eric/tools/css/reset/ */
- html, body, div, span,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, address, big, cite, code,
- del, dfn, em, img, ins,
- small, strike, strong, tt, var,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section { display: block; }
- body { line-height: 1; }
- blockquote, q { quotes: none; }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
-
- /* http://practicaltypography.com/equity.html */
- /* https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/ */
- /* https://www.filamentgroup.com/lab/js-web-fonts.html */
- @font-face {
- font-family: 'EquityTextB';
- src: url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff2') format('woff2'),
- url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff') format('woff');
- font-weight: 300;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'EquityTextB';
- src: url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff2') format('woff2'),
- url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff') format('woff');
- font-weight: 300;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'EquityTextB';
- src: url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff2') format('woff2'),
- url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff') format('woff');
- font-weight: 700;
- font-style: normal;
- font-display: swap;
- }
-
- @font-face {
- font-family: 'ConcourseT3';
- src: url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff2') format('woff2'),
- url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff') format('woff');
- font-weight: 300;
- font-style: normal;
- font-display: swap;
- }
-
-
- /* http://practice.typekit.com/lesson/caring-about-opentype-features/ */
- body {
- /* http://www.cssfontstack.com/ Palatino 99% Win 86% Mac */
- font-family: "EquityTextB", Palatino, serif;
- background-color: #f0f0ea;
- color: #07486c;
- font-kerning: normal;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: subpixel-antialiased;
- text-rendering: optimizeLegibility;
- font-variant-ligatures: common-ligatures contextual;
- font-feature-settings: "kern", "liga", "clig", "calt";
- }
- pre, code, kbd, samp, var, tt {
- font-family: 'TriplicateT4c', monospace;
- }
- em {
- font-style: italic;
- color: #323a45;
- }
- strong {
- font-weight: bold;
- color: black;
- }
- nav {
- background-color: #323a45;
- color: #f0f0ea;
- display: flex;
- justify-content: space-around;
- padding: 1rem .5rem;
- }
- nav:last-child {
- border-bottom: 1vh solid #2d7474;
- }
- nav a {
- color: #f0f0ea;
- }
- nav abbr {
- border-bottom: 1px dotted white;
- }
-
- h1 {
- border-top: 1vh solid #2d7474;
- border-bottom: .2vh dotted #2d7474;
- background-color: #e3e1e1;
- color: #323a45;
- text-align: center;
- padding: 5rem 0 4rem 0;
- width: 100%;
- font-family: 'ConcourseT3';
- display: flex;
- flex-direction: column;
- }
- h1.single {
- padding-bottom: 10rem;
- }
- h1 span {
- position: absolute;
- top: 1vh;
- left: 20%;
- line-height: 0;
- }
- h1 span a {
- line-height: 1.7;
- padding: 1rem 1.2rem .6rem 1.2rem;
- border-radius: 0 0 6% 6%;
- background: #2d7474;
- font-size: 1.3rem;
- color: white;
- text-decoration: none;
- }
- h2 {
- margin: 4rem 0 1rem;
- border-top: .2vh solid #2d7474;
- padding-top: 1vh;
- }
- h3 {
- text-align: center;
- margin: 3rem 0 .75em;
- }
- hr {
- height: .4rem;
- width: .4rem;
- border-radius: .4rem;
- background: #07486c;
- margin: 2.5rem auto;
- }
- time {
- display: bloc;
- margin-left: 0 !important;
- }
- ul, ol {
- margin: 2rem;
- }
- ul {
- list-style-type: square;
- }
- a {
- text-decoration-skip-ink: auto;
- text-decoration-thickness: 0.05em;
- text-underline-offset: 0.09em;
- }
- article {
- max-width: 50rem;
- display: flex;
- flex-direction: column;
- margin: 2rem auto;
- }
- article.single {
- border-top: .2vh dotted #2d7474;
- margin: -6rem auto 1rem auto;
- background: #f0f0ea;
- padding: 2rem;
- }
- article p:last-child {
- margin-bottom: 1rem;
- }
- p {
- padding: 0 .5rem;
- margin-left: 3rem;
- }
- p + p,
- figure + p {
- margin-top: 2rem;
- }
-
- blockquote {
- background-color: #e3e1e1;
- border-left: .5vw solid #2d7474;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 1rem;
- margin: 1.5rem;
- }
- blockquote cite {
- font-style: italic;
- }
- blockquote p {
- margin-left: 0;
- }
-
- figure {
- border-top: .2vh solid #2d7474;
- background-color: #e3e1e1;
- text-align: center;
- padding: 1.5rem 0;
- margin: 1rem 0 0;
- font-size: 1.5rem;
- width: 100%;
- }
- figure img {
- max-width: 250px;
- max-height: 250px;
- border: .5vw solid #323a45;
- padding: 1px;
- }
- figcaption {
- padding: 1rem;
- line-height: 1.4;
- }
- aside {
- display: flex;
- flex-direction: column;
- background-color: #e3e1e1;
- padding: 1rem 0;
- border-bottom: .2vh solid #07486c;
- }
- aside p {
- max-width: 50rem;
- margin: 0 auto;
- }
-
- /* https://fvsch.com/code/css-locks/ */
- p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
- font-size: 1rem;
- line-height: calc( 1.5em + 0.2 * 1rem );
- }
- h1 {
- font-size: 1.9rem;
- line-height: calc( 1.2em + 0.2 * 1rem );
- }
- h2 {
- font-size: 1.6rem;
- line-height: calc( 1.3em + 0.2 * 1rem );
- }
- h3 {
- font-size: 1.35rem;
- line-height: calc( 1.4em + 0.2 * 1rem );
- }
- @media (min-width: 20em) {
- /* The (100vw - 20rem) / (50 - 20) part
- resolves to 0-1rem, depending on the
- viewport width (between 20em and 50em). */
- p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
- font-size: calc( 1rem + .6 * (100vw - 20rem) / (50 - 20) );
- line-height: calc( 1.5em + 0.2 * (100vw - 50rem) / (20 - 50) );
- margin-left: 0;
- }
- h1 {
- font-size: calc( 1.9rem + 1.5 * (100vw - 20rem) / (50 - 20) );
- line-height: calc( 1.2em + 0.2 * (100vw - 50rem) / (20 - 50) );
- }
- h2 {
- font-size: calc( 1.5rem + 1.5 * (100vw - 20rem) / (50 - 20) );
- line-height: calc( 1.3em + 0.2 * (100vw - 50rem) / (20 - 50) );
- }
- h3 {
- font-size: calc( 1.35rem + 1.5 * (100vw - 20rem) / (50 - 20) );
- line-height: calc( 1.4em + 0.2 * (100vw - 50rem) / (20 - 50) );
- }
- }
- @media (min-width: 50em) {
- /* The right part of the addition *must* be a
- rem value. In this example we *could* change
- the whole declaration to font-size:2.5rem,
- but if our baseline value was not expressed
- in rem we would have to use calc. */
- p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
- font-size: calc( 1rem + .6 * 1rem );
- line-height: 1.5em;
- }
- p, li, pre, details {
- margin-left: 3rem;
- }
- h1 {
- font-size: calc( 1.9rem + 1.5 * 1rem );
- line-height: 1.2em;
- }
- h2 {
- font-size: calc( 1.5rem + 1.5 * 1rem );
- line-height: 1.3em;
- }
- h3 {
- font-size: calc( 1.35rem + 1.5 * 1rem );
- line-height: 1.4em;
- }
- figure img {
- max-width: 500px;
- max-height: 500px;
- }
- }
-
- figure.unsquared {
- margin-bottom: 1.5rem;
- }
- figure.unsquared img {
- height: inherit;
- }
-
-
-
- @media print {
- body { font-size: 100%; }
- a:after { content: " (" attr(href) ")"; }
- a, a:link, a:visited, a:after {
- text-decoration: underline;
- text-shadow: none !important;
- background-image: none !important;
- background: white;
- color: black;
- }
- abbr[title] { border-bottom: 0; }
- abbr[title]:after { content: " (" attr(title) ")"; }
- img { page-break-inside: avoid; }
- @page { margin: 2cm .5cm; }
- h1, h2, h3 { page-break-after: avoid; }
- p3 { orphans: 3; widows: 3; }
- img {
- max-width: 250px !important;
- max-height: 250px !important;
- }
- nav, aside { display: none; }
- }
-
- ul.with_columns {
- column-count: 1;
- }
- @media (min-width: 20em) {
- ul.with_columns {
- column-count: 2;
- }
- }
- @media (min-width: 50em) {
- ul.with_columns {
- column-count: 3;
- }
- }
- ul.with_two_columns {
- column-count: 1;
- }
- @media (min-width: 20em) {
- ul.with_two_columns {
- column-count: 1;
- }
- }
- @media (min-width: 50em) {
- ul.with_two_columns {
- column-count: 2;
- }
- }
-
- .gallery {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .gallery figure img {
- margin-left: 1rem;
- margin-right: 1rem;
- }
- .gallery figure figcaption {
- font-family: 'ConcourseT3'
- }
-
- footer {
- font-family: 'ConcourseT3';
- display: flex;
- flex-direction: column;
- border-top: 3px solid white;
- padding: 4rem 0;
- background-color: #07486c;
- color: white;
- }
- footer > * {
- max-width: 50rem;
- margin: 0 auto;
- }
- footer a {
- color: #f1c40f;
- }
- footer .avatar {
- width: 200px;
- height: 200px;
- border-radius: 50%;
- float: left;
- -webkit-shape-outside: circle();
- shape-outside: circle();
- margin-right: 2rem;
- padding: 2px 5px 5px 2px;
- background: white;
- border-left: 1px solid #f1c40f;
- border-top: 1px solid #f1c40f;
- border-right: 5px solid #f1c40f;
- border-bottom: 5px solid #f1c40f;
- }
- </style>
-
- <h1>
- <span><a id="jumper" href="#jumpto" title="Un peu perdu ?">?</a></span>
- A commentary of Wiio's laws (archive)
- <time>Pour la pérennité des contenus liés. Non-indexé, retrait sur simple email.</time>
- </h1>
- <section>
- <article>
- <h3><a href="https://www.cs.tut.fi/~jkorpela/wiio.html">Source originale du contenu</a></h3>
- <h1>How all human communication fails, except by accident,
- <br/>
- <small>or a commentary of <span lang="fi">Wiio</span>'s laws</small></h1>
-
- <p class="summary"><span lang="fi">Wiio</span>'s laws
- are humoristically formulated
- serious observations about how <em>human communication usually fails except
- by accident</em>. This document comments on the applicability and
- consequences of the laws, especially as regards to communication on
- the Internet.</p>
-
- <p>Finnish original: <i lang="fi">Viestintä yleensä epäonnistuu,
- paitsi sattumalta.</i></p>
-
- <p>This is the fundamental one among <span lang="fi">Wiio</span>'s
- laws; others are
- corollaries from it, examples of it, or vaguely related notes. It
- is easy to see the relationship between it and
- <a href="http://dmawww.epfl.ch/roso.mosaic/dm/murphy.html" title="Murphy's laws and corollaries">Murphy's law(s)</a> (see also:
- <cite><a href="http://www.monitor.hr/matija/murphy/0001567/download/edition.htm">The Complete Edition of Murphy's Laws</a></cite>)
- and it
- easy to see as just a humorously pessimistic expression of feelings
- caused by some specific failures, strengthened by pessimistic
- people's tendency to remember failures better than successes.</p>
-
- <p class="important">Despite being entertaining, <span lang="fi">Wiio</span>'s laws are
- valid observations about <em>all</em> human communication. For any
- constructive approach to communication, we need to <em>admit</em>
- their truth and build upon them, instead of comfortably exercizing
- illusionary communication.</p>
-
- <p>Perhaps
- <a href="#who" title="About professor Osmo A. Wiio">prof. <span lang="fi">Wiio</span></a>
- did not mean quite this. That would just prove
- <a href="#3" title="There is always someone who knows better than you what you meant with your message">law 3</a>.
- And if he did, that would provide an
- additional example of the very <a href="#1" title="Communication usually fails, except by accident">law 1</a>,
- since people who have read about the laws seem to take them
- as sarcastic humour <em>only</em>.
- </p>
-
- <p>The law is to be interpreted as relating to <em>human</em>
- communication. Communication between computers (and animals) works
- often quite well. Human communication uses <em>vaguely defined
- <strong>symbols</strong></em>. It has often been said, quite
- appropriately, that it is the <dfn>use of
- symbols</dfn>, i.e. the ability
- to define
- <a href="http://webserver.maclab.comp.uvic.ca/writersguide/Pages/RhetSymbol.html" title="What is a symbol (e.g. as opposite to a sign)">symbols</a>
- for permanent or casual use, that
- separates man from (other) animals. It is also the thing that makes
- human communication fail, as a rule.</p>
-
- <p>One reason to that is that by being conventional by their very essence,
- <em>symbols are prone to misunderstanding</em>. You use a word thinking it
- has a specific meaning by a convention; but the recipient of your message
- applies a different convention; what's worse, you usually have no way
- of knowing that.
-
- </p>
-
- <p class="deem">A symbol is essentially a sign to which some meaning
- is <em>assigned by convention</em> rather than by any external
- similarity between the sign and its denotation.
- Thus, for example, a word like <i>lion</i> is a symbol: the word
- does not resemble a lion. An onomatopoetic word like <i>whizzle</i>
- is not a pure symbol in the same sense. And a <em>picture</em>,
- even a very stylicized picture, of a lion is not a symbol for a lion
- in the sense discussed here.
- A symbol like the word <i>lion</i> may sound very simple and unambiguous.
- But think about the various <em>connotations</em>. You perhaps meant just the lion,
- <i lang="la">Panthera leo</i>, as an animal species; the recipient may have
- taken it as a symbol of strength, or bravery, or danger, depending on
- his cultural and personal background. Perhaps the recipient has read
- the
- <a href="http://cslewis.drzeus.net/" title="Into the Wardrobe: The C. S. Lewis Web Site">Narnia</a>
- books with great enthusiasm; or perhaps a lion
- has killed a friend of his.
- </p>
-
- <p>Let us list some <em>examples</em> of why human communication fails:
- </p>
-
- <ul>
- <li> <strong>Language differences</strong>. On the Internet, for example,
- <a href="lingua-franca.html">the <i>lingua franca</i> is badly
- written and poorly understood English</a>.
- Some people use it as their native language; other learned some of it
- from various sources. In any case, whatever you say will be interpreted in
- a myriad of ways, whether you use idiomatic English or not.
- </li><li> <strong>Cultural differences</strong>. Whatever you assume about the recipients
- of your message, the wider the audience, the more of them will fail to
- meet your assumptions.
- On the Internet, this
- virtually guarantees you will be misunderstood.
- What you intend to say as a neutral matter of fact
- will be interpreted
- (by different people)
- as a detestable political opinion, a horrendous blasphemy, and
- a lovely piece of poetry.
- </li><li> <strong>Personal differences</strong>. Any assumption about the prior knowledge on the
- subject matter fails for any reasonably large audience.
- Whatever you try to explain about the genetics of colors will be
- incomprehensible to most people, since they have a very vague idea of
- what "genes" are
- (in <em>written</em> communication you might just manage to distinguish
- them from Jeans),
- and "dominance" is just Greek or sex to them.
- </li><li> Just having some <strong>data lost</strong>. The listener does not pay attention
- at a critical moment, and he misses something indispensable. In the worst,
- and usual, case he does not know he missed it.
- </li></ul>
-
- <p>
- Remember that <strong>the laws of statistics are against you</strong>: even if the
- probabilities of failures were small when taken individually (they aren't),
- for success you would need a situation where <em>none</em> of them happens.
- A single misunderstanding in any essential area destroys the message.
- If you know some arithmetics, you can see that the odds are really against you.
- Just take a simple example where communication can fail for twenty different
- reasons (which is a huge underestimate). Assuming that the probability of failure
- is just 0.1 for each of them (unrealistically optimistic), calculations show
- that you'll succeed with the probability (1-0.1) to the power 20,
- which is about 12%.</p>
-
- <p>Things are actually much worse. The discussion above is based on
- a <em>simplistic model of communication</em> which is very popular,
- and often taken as self-evident.
- That model could be characterized as <dfn>teaching by feeding</dfn>:
- there's a teacher (someone who communicates) and a pupil (a recipient
- of communication), and communication is a process of <em>transferring</em>
- some information from the teacher's mind in the pupil's mind.
- At the extreme, this means making the pupil <em>memorize</em> what
- the teacher says or a text in a book.
- The difficulty of communication would then consist basically just of
- the <em>noise</em> in the line of communication.
- </p>
-
- <p><a name="chain">In reality,
- <strong>communication is much more complicated and diffuse.</strong></a>
- Consider a <em>simple</em> case where someone (<var>A</var>)
- is explaining to someone else (<var>B</var>)
- how to find a particular place; and assume that they speak the same
- language and nothing in the environment disturbs the communication;
- and assume that <var>A</var> really knows the way.
- To communicate, <var>A</var> must <strong>convert</strong> his knowledge,
- which is something invisible and intangible in his <em>mind</em>, into
- words, drawings, gestures, or whatever means he is about to use.
- It is the visible and audible data that gets "transferred"
- (<em>if</em> it gets - remember that this is a simplified case).
- Then <var>B</var> tries to process that data and construct a mental model
- of what he has to do to reach the place.
- It would be very naïve to assume that this process is simply the
- reversal of the process that took place when <var>A</var> formulated
- the message.</p>
-
- <p class="important">This can be presented diagrammatically as follows:<br/>
- <strong>idea in <var>A</var>'s mind --> a formulated message (e.g. sentence)
- --> transfer mechanism (e.g. speech and hearing)
- --> idea in <var>B</var>'s mind</strong><br/>
- Each transformation (depicted as "-->") brings its own contribution
- to the probability of a failure.
- </p>
-
- <p><a name="transl">When communication takes place through
- a <strong>translation</strong></a>, serious additional complications
- are caused. Quite often translations are made incompetently or
- sloppily in a haste. But even the most competent and careful
- translator is an additional component of <a href="#chain">the chain</a>
- and inevitably distorts the message more or less.
- Professional translators often demonstrate
- <a href="#3" title="There is always someone who knows better than you what you meant with your message">law 3</a> well. In fact, they might even think they <em>should</em>
- "improve" the message instead of doing that by accident or by
- necessity (e.g. the necessity of adding interpretation to the message
- due to lack of sufficiently indefinite words in the target language).
- </p>
-
- <p>So it's not just a matter of <em>components</em> of a message
- being in great danger of getting corrupted - words misheard,
- gestures misinterpreted, sentence constructs misparsed and so on.
- In our simple example, even if <var>B</var> gets all components of
- the message correctly, he needs to merge them with the information
- he already has. If the instructions begin with "go to the bus station",
- he needs to know how to get there first.
- In the worst case, he thinks he knows that well but doesn't.
- If the message contains an instruction to drive straight ahead,
- <var>B</var> will be really puzzled when the road bifurcates
- in a Y-like manner. (It was always clear to <var>A</var> what driving
- straight ahead means there.)
- All messages are
- unavoidably <em>incomplete</em>:
- in order to be of finite length,
- they must presume some prior
- knowledge in the recipient's side.
- (In fact, even if your message told everything, it wouldn't help;
- the recipient forgets what has read as he reads forward.)
- Presuming means guessing, more or less.
- By accident, you might guess right.
- </p>
-
- <p>But it's not just the "teacher" that guesses wrong and omits
- indispensable details. Quite often, and very regularly e.g. in
- people's cries for help on
- <a href="usenet/index.html" title="Material about Usenet ("newsgroups") by Jukka Korpela">Usenet</a>, the person who needs information formulates his question
- so that no meaningful answer is possible. "Please help me, my computer
- is broken!"
- And the questioner often <em>implies a specific approach</em> to
- solving his ultimate problem and asks how to solve a <em>technical</em>
- problem; it usually happens that the technical problem is unsolvable
- (the approach leads to a dead end), but how can anyone help when
- the real question hasn't even been asked?
- </p>
-
- <p>Finnish original: <i lang="fi">Jos viestintä voi epäonnistua,
- niin se epäonnistuu.</i></p>
-
- <p>The factors that can make human communication fail might not be
- very serious, when each of them is taken in isolation. However,
- there are so many risks and they can <em>interact</em> in so many
- ways that it is statistically almost certain that
- communication fails.
-
- </p>
-
- <p>Finnish original: <i lang="fi">Jos viestintä ei voi epäonnistua,
- niin se kuitenkin tavallisimmin epäonnistuu.</i></p>
-
- <p>Even if you pay great attention to make your communication
- unambiguous, effective, and understandable,
- there will still be too many risks you haven't taken care of.
- Moreover, your measures are at best functional most of the time,
- which means that the combined probability for your communication
- to fail in at least <em>one</em> one of the ways in which it could fail
- is higher than you dare to imagine.</p>
-
- <p>Finnish original: <i lang="fi">Jos viestintä näyttää onnistuvan
- toivotulla tavalla, niin kyseessä on väärinkäsitys.</i></p>
-
- <p>When communication seems to be simple, easy and successful, it's probably
- a total failure. The recipient looks happy and thankful, because
- he understood your message <em>his</em> way, which is what he likes, and
- very different from what you were actually saying.</p>
-
- <p>An old <a href="usenet/index.html" title="Material about Usenet">Usenet</a> saying tells us that to every complex
- question, there is an answer which is simple, understandable, and pleasant,
- and plain wrong. People love to accept simple answers; only later do they
- realize they were wrong. More harmfully, many wrong answers have the nasty
- feature of "working" at first sight. It's much more harmful to get such an
- answer than to get an answer which turns out to be bogus the first time
- you try it.</p>
-
- <p>Finnish original: <i lang="fi">Jos itse olet sanomaasi
- tyytyväinen, niin viestintä varmasti epäonnistuu.</i></p>
-
- <p>Being content with the formulation of your message is a sure
- sign of having formulated it for <em>yourself</em>.</p>
-
- <p>Finnish original: <i lang="fi">Jos sanoma voidaan tulkita eri
- tavoin, niin se tulkitaan tavalla, josta on eniten
- vahinkoa.</i></p>
-
- <p>This Murphyistic remark is a warning about the very real possibility
- that ambiguities will be resolved in just the way you did not mean.
- Notice that this does not mean the worst misunderstanding you can
- imagine; rather, something worse - an interpretation you could
- not have imagined when you formulated your message.</p>
-
- <p>Finnish original: <i lang="fi">On olemassa aina joku, joka
- tietää sinua itseäsi paremmin, mitä olet sanomallasi
- tarkoittanut.</i></p>
-
- <p>People who understand you can be a real nuisance.
- It might take some time before you see that they completely failed
- to see what you meant, but that does not prevent them for propagating
- their ideas as yours.</p>
-
- <p>Finnish original: <i lang="fi">Mitä enemmän viestitään, sitä
- huonommin viestintä onnistuu.</i></p>
-
- <p>There's a widespread superstition that the more you communicate the
- better. In reality, increasing the amount of communication
- most probably just causes more misunderstandings.</p>
-
- <p>There are people who keep repeating that there can't be too much
- information. Whether that's literally true is debatable. What what they
- <em>mean</em> (cf. to <a href="#3" title="There is always someone who knows better than you what you meant with your message">law 3</a>) is just plain wrong. There can be, and there is, too large
- a <em>volume of messaging</em>. Data does not equal information.</p>
-
- <p>Finnish original: <i lang="fi">Mitä enemmän viestitään, sitä
- nopeammin väärinkäsitykset lisääntyvät.</i></p>
-
- <p>In addition to reformulating <a href="#4">law 4</a>, this
- refers to the fact that
- <em>repetition strengthens false ideas</em>. When people see the same
- message repeated over and over again, they usually start believing it.
- Even if your message happened to be true, they misunderstood it, so
- what they actually believe is not what you meant. And since the message
- has been presented so strongly, they tell it to their friends,
- who propagate it further, etc.
- Naturally,
- in that process, it gets distorted more and more.</p>
-
- <p>Finnish original: <i lang="fi">Joukkoviestinnässä ei ole
- tärkeätä se, miten asiat ovat, vaan miten asiat näyttävät
- olevan.</i></p>
-
- <p>This law is just remotely related to
- <a href="#1">the basic law</a>. It is however more and more important:
- mass communication creates a world of its own, and people orient themselves
- in that virtual world rather than the real one. After all, reality is
- boring.
-
- </p>
-
- <p>Finnish original: <i lang="fi">Uutisen tärkeys on kääntäen
- verrannollinen etäisyyden neliöön.</i></p>
-
- <p>Even more remote to our main topic, this simply states that events
- close to us look much more important to us than remote events.
- When there is an aircraft accident, its importance in Finnish newspapers
- basically depends on whether there were any Finns on board, not on the
- number of people that died.</p>
-
- <p>It is however relevant to <a href="#1">law 1</a> in the sense
- that it <em>illustrates</em> one of the reasons why communication fails.
- No matter what you say, people who receive your message will interpret
- and emphasize in their own <em>reference framework</em>.</p>
-
- <p>Finnish original: <i lang="fi">Mitä tärkeämmästä tilanteesta on
- kysymys, sitä todennäköisemmin unohdat olennaisen asian, jonka
- muistit hetki sitten.</i></p>
-
- <p>Similarly to <a href="#6">law 6</a>, this illustrates one
- of the causes of failures in communication.
- It applies both to senders and recipients.
- The recipient tends to forget relevant things, such as items which
- have been emphatically presented in the message as necessary requirements
- for understanding the rest of it.
- And the sender, upon receiving a request for clarification, such as a question
- during a lecture, will certainly be able to formulate an adequate, easy to
- understand answer - <em>afterwards</em>, when the situation is over.
-
-
-
- </p>
-
- <hr title="Corollaries"/>
-
- <h2><a name="cor1">Korpela's First Corollary:</a>
- If nobody barks at you, your message did not get through</h2>
-
- <p>Lack of negative feedback is often presented as indicating that
- communication was successful.
- <span lang="fr">Au contraire</span>, it really means you failed
- miserably.</p>
-
- <p>Since communication always fails, anyone who <em>does</em> understand
- part of your message will miss the other parts. If he is motivated enough,
- and understood well enough the part he understood,
- he'll write back to you. Whether he barks at you or politely asks for
- clarification is up to his education and character; for you, there should
- be little difference.</p>
-
- <p>Human communication works through dialogues. If something that <em>looks</em>
- like one-directional communication, such as a book or a Web page or a newspaper
- article, miraculously works, it's because the author participated in
- dialogues elsewhere. He had discussed the topic with numerous people before
- he wrote the "one-directional" message.</p>
-
- <p>So feedback is not just getting some nice comments "keep up the good
- work". Rather, <em>feedback as a genuinely interactive process is a
- necessary part of human communication</em>. Feedback has emotional effects, too;
- just getting <em>any</em> feedback is usually nice; but the <em>content</em>
- matters too.</p>
-
- <p>By statistical certainty, if you get sufficient feedback, there will
- be negative feedback too. Even if your message is perfect, some people will
- tell you it's crap. In fact, <em>especially if</em> it is perfect,
- some people
- will say - often with harsh words -
- it's no good, because there are clueless people who envy you.</p>
-
- <p>Thus, lack of negative feedback indicates that few if any people really
- cared about your message.</p>
-
- <p>The Web used to contain a large amount of unorganized and unclassified data.
- Now it contains a <em>huge</em> amount of unorganized and unclassified
- data
- and a jungle of "search engines", "catalogues" or "virtual libraries", and "portals".
- </p>
-
- <p>
- The various searching tools have an immense impact. At best, they
- are very clever and useful.
- <a href="http://www.askjeeves.com">Ask Jeeves</a>, and you might
- get an immediate answer to your question which you wrote in plain English.
- Occasionally, it might even be a <em>correct</em> and utilizable answer.
- </p>
-
- <p>
- It still remains a fact that when you are looking for information on the Web,
- you'll find either nothing (when your search criteria are tight) or
- a useless list of zillions of addresses (when your search criteria are generic).
- Except by accident, that is.
- </p>
-
- <p>
- The practical implication is that when searching for information, you
- need to be <em>flexible and flighty</em>.
- Learn to use a few searching tools well - that
- means knowing well the search language of one or two search engines and using
- some well-maintained catalogues - but keep your eyes
- open. Sometimes you need to learn to use new tools, and frequently you find
- crucial information just by accident.
- Searching for information on <var>X</var>,
- you stumble across an essential resource on <var>Y</var>, which is among
- your central interests too, but not the one you're thinking about now.
- It might take some time to study it with some care - perhaps it's just
- a resource to be added to your link list, but it might be much more important,
- something that needs top priority in your dealing with <var>Y</var>.
- <strong>Switch the context!</strong>
- At the very minimum, store a pointer to information you've found, even if
- that means doing something related to your hobbies during your working hours,
- or, gasp, the opposite.
- Remember that in searching for information, which is a peculiar form of
- human communication, <em>accidents are your friends</em>, and perhaps the
- only friends you've got.</p>
-
- <p>Teaching is far more difficult than people think. At worst,
- teaching is regarded as an one-directional transfer of information
- to a recipient, much like feeding an animal or sending data to
- a computer for storing. By the Laws, it will fail. Even if
- the recipient receives something, it will be misunderstood.</p>
-
- <p>At best, there's a continuous feedback cycle between the teacher and
- the student. The latter sends back information that shows how he actually
- understood the content. Although this communication generally fails, too, it
- has sufficiently many odds of accidentally working. Moreover, it can be
- a self-repairing process. When the student shows the teacher what he
- has done, this will often indicate some fundamental misunderstandings.
- Ideally, the teacher should try and help the user see what went wrong.</p>
-
- <p>In non-interactive teaching, the situation is far more difficult.
- The best the instructor can do is to provide guidance to
- <em>self-testing</em>, via exercises and quizzes, or via material
- that indirectly induces self-testing. In some cases, the student will
- immediately see whether his exercise succeeds. Sometimes answers to
- test questions need to be provided. And sometimes it is sufficient to
- give the student just some ideas on how to try what he thinks he
- has learned.</p>
-
- <p>What should happen, then, is that when the student notices that
- he does not pass a self-test, he gets back to the instructional
- material, and tries to see what went wrong. At this phase,
- additional material might prove out to be useful. Mostly any
- "extra reading" is just ignored. But when the student realizes
- that he fundamentally misunderstood something, he might be willing
- to take extra trouble to read "secondary" material, which has now
- become potentially primary to him. After all, if the main material
- was not successful, it's probably time to study a presentation of
- the same topic in some other format and style.</p>
-
- <p>The important thing is to realize that even the best explanations
- and illustrations will be misunderstood. The student needs a way
- of testing his understanding against some criteria. At best,
- this means <em>doing</em> something and seeing whether it works.</p>
-
- <p><hr title="The constructive summary"/>
- <p class="summary">As a constructive summary, we can just
- state that you cannot communicate successfully. You can only
- <strong>increase
- the odds of accidental success</strong> by paying serious attention to
- the problems discussed here.</p></p>
- <p><hr title="About Osmo A. Wiio"/>
- <p><a name="who">Professor <dfn lang="fi">Osmo
- <abbr title="Antero"><span title="Antero">
- A.</span></abbr> Wiio</dfn> (born 1928) is a famous Finnish
- researcher of human communication.</a>
- He has studied, among other
- things, readability of texts, organizations and communication
- within them, and the general theory of communication. In addition
- to his academic career, he has authored books, articles, and radio
- and TV programs on technology, the future, society, and politics.
- He formulated "<span lang="fi">Wiio</span>'s laws"
- when he was a member of parliament
- (1975--79)
- and published them in
- <cite lang="fi">Wiion lait - ja vähän muidenkin</cite>
- (<span lang="fi">Wiio's</span> laws - and some others'; in Finnish).
- (<span lang="sv">Weilin</span>+<span lang="fi">Göös</span>,
- 1978, <span lang="fi">Espoo</span>; ISBN 951-35-1657-1).
- </p></p>
- <hr title="Links"/>
-
- <p>Related documents by other people:
- </p>
-
- <p>
-
- See also
- <a title="The Dilbert site, with a daily strip and a lot more" href="http://www.dilbert.com">the <cite>Dilbert</cite>
- comics</a>, which often illustrate strikingly the ways in which
- human communication fails, especially when related to hi tech.
- In particular, communication between Dilbert and his boss
- is guaranteed to fail, since the boss has no idea of the content
- of the activities he "manages".
- </p>
- </article>
- </section>
-
-
- <nav id="jumpto">
- <p>
- <a href="/david/blog/">Accueil du blog</a> |
- <a href="https://www.cs.tut.fi/~jkorpela/wiio.html">Source originale</a> |
- <a href="/david/stream/2019/">Accueil du flux</a>
- </p>
- </nav>
-
- <footer>
- <div>
- <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
- <p>
- Bonjour/Hi!
- Je suis <a href="/david/" title="Profil public">David Larlet</a>, je vis actuellement à Montréal et j’alimente cet espace depuis 15 ans. <br>
- Si tu as apprécié cette lecture, n’hésite pas à poursuivre ton exploration. Par exemple via les <a href="/david/blog/" title="Expériences bienveillantes">réflexions bimestrielles</a>, la <a href="/david/stream/2019/" title="Pensées (dés)articulées">veille hebdomadaire</a> ou en t’abonnant au <a href="/david/log/" title="S’abonner aux publications via RSS">flux RSS</a> (<a href="/david/blog/2019/flux-rss/" title="Tiens c’est quoi un flux RSS ?">so 2005</a>).
- </p>
- <p>
- Je m’intéresse à la place que je peux avoir dans ce monde. En tant qu’humain, en tant que membre d’une famille et en tant qu’associé d’une coopérative. De temps en temps, je fais aussi des <a href="https://github.com/davidbgk" title="Principalement sur Github mais aussi ailleurs">trucs techniques</a>. Et encore plus rarement, <a href="/david/talks/" title="En ce moment je laisse plutôt la place aux autres">j’en parle</a>.
- </p>
-
- <p>
- Voici quelques articles choisis :
- <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
- <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
- <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
- <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
- <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
- <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
- <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
- <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
- <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
- <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
- <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
- <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
- <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
- <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
- <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
- et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
- </p>
- <p>
- On peut <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">échanger par courriel</a>. Si éventuellement tu souhaites que l’on travaille ensemble, tu devrais commencer par consulter le <a href="http://larlet.com">profil dédié à mon activité professionnelle</a> et/ou contacter directement <a href="http://scopyleft.fr/">scopyleft</a>, la <abbr title="Société coopérative et participative">SCOP</abbr> dont je fais partie depuis six ans. Je recommande au préalable de lire <a href="/david/blog/2018/cout-site/" title="Attention ce qui va suivre peut vous choquer">combien coûte un site</a> et pourquoi je suis plutôt favorable à une <a href="/david/pro/devis/" title="Discutons-en !">non-demande de devis</a>.
- </p>
- <p>
- Je ne traque pas ta navigation mais mon
- <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
- conserve des logs d’accès.
- </p>
- </div>
- </footer>
- <script type="text/javascript">
- ;(_ => {
- const jumper = document.getElementById('jumper')
- jumper.addEventListener('click', e => {
- e.preventDefault()
- const anchor = e.target.getAttribute('href')
- const targetEl = document.getElementById(anchor.substring(1))
- targetEl.scrollIntoView({behavior: 'smooth'})
- })
- })()
- </script>
|