A place to cache linked articles (think custom and personal wayback machine)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang=fr>
  4. <!-- Has to be within the first 1024 bytes, hence before the <title>
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset=utf-8>
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name=viewport content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>BBC Radio Director Helen Boaden resigns, criticising state of journalism (archive) — David Larlet</title>
  13. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  14. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons/apple-touch-icon.png">
  15. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons/favicon-32x32.png">
  16. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons/favicon-16x16.png">
  17. <link rel="manifest" href="/manifest.json">
  18. <link rel="mask-icon" href="/static/david/icons/safari-pinned-tab.svg" color="#5bbad5">
  19. <link rel="shortcut icon" href="/static/david/icons/favicon.ico">
  20. <meta name="apple-mobile-web-app-title" content="David Larlet">
  21. <meta name="application-name" content="David Larlet">
  22. <meta name="msapplication-TileColor" content="#da532c">
  23. <meta name="msapplication-config" content="/static/david/icons/browserconfig.xml">
  24. <meta name="theme-color" content="#f0f0ea">
  25. <!-- That good ol' feed, subscribe :p. -->
  26. <link rel=alternate type="application/atom+xml" title=Feed href="/david/log/">
  27. <meta name="robots" content="noindex, nofollow">
  28. <meta content="origin-when-cross-origin" name="referrer">
  29. <!-- Canonical URL for SEO purposes -->
  30. <link rel="canonical" href="http://www.independent.co.uk/news/media/tv-radio/bbc-radio-director-helen-boaden-to-announce-resignation-at-prix-italia-preview-in-lampedusa-a7337181.html">
  31. <style>
  32. /* http://meyerweb.com/eric/tools/css/reset/ */
  33. html, body, div, span,
  34. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  35. a, abbr, address, big, cite, code,
  36. del, dfn, em, img, ins,
  37. small, strike, strong, tt, var,
  38. dl, dt, dd, ol, ul, li,
  39. fieldset, form, label, legend,
  40. table, caption, tbody, tfoot, thead, tr, th, td,
  41. article, aside, canvas, details, embed,
  42. figure, figcaption, footer, header, hgroup,
  43. menu, nav, output, ruby, section, summary,
  44. time, mark, audio, video {
  45. margin: 0;
  46. padding: 0;
  47. border: 0;
  48. font-size: 100%;
  49. font: inherit;
  50. vertical-align: baseline;
  51. }
  52. /* HTML5 display-role reset for older browsers */
  53. article, aside, details, figcaption, figure,
  54. footer, header, hgroup, menu, nav, section { display: block; }
  55. body { line-height: 1; }
  56. blockquote, q { quotes: none; }
  57. blockquote:before, blockquote:after,
  58. q:before, q:after {
  59. content: '';
  60. content: none;
  61. }
  62. table {
  63. border-collapse: collapse;
  64. border-spacing: 0;
  65. }
  66. /* http://practicaltypography.com/equity.html */
  67. /* https://calendar.perfplanet.com/2016/no-font-face-bulletproof-syntax/ */
  68. /* https://www.filamentgroup.com/lab/js-web-fonts.html */
  69. @font-face {
  70. font-family: 'EquityTextB';
  71. src: url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff2') format('woff2'),
  72. url('/static/david/css/fonts/Equity-Text-B-Regular-webfont.woff') format('woff');
  73. font-weight: 300;
  74. font-style: normal;
  75. font-display: swap;
  76. }
  77. @font-face {
  78. font-family: 'EquityTextB';
  79. src: url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff2') format('woff2'),
  80. url('/static/david/css/fonts/Equity-Text-B-Italic-webfont.woff') format('woff');
  81. font-weight: 300;
  82. font-style: italic;
  83. font-display: swap;
  84. }
  85. @font-face {
  86. font-family: 'EquityTextB';
  87. src: url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff2') format('woff2'),
  88. url('/static/david/css/fonts/Equity-Text-B-Bold-webfont.woff') format('woff');
  89. font-weight: 700;
  90. font-style: normal;
  91. font-display: swap;
  92. }
  93. @font-face {
  94. font-family: 'ConcourseT3';
  95. src: url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff2') format('woff2'),
  96. url('/static/david/css/fonts/concourse_t3_regular-webfont-20190806.woff') format('woff');
  97. font-weight: 300;
  98. font-style: normal;
  99. font-display: swap;
  100. }
  101. /* http://practice.typekit.com/lesson/caring-about-opentype-features/ */
  102. body {
  103. /* http://www.cssfontstack.com/ Palatino 99% Win 86% Mac */
  104. font-family: "EquityTextB", Palatino, serif;
  105. background-color: #f0f0ea;
  106. color: #07486c;
  107. font-kerning: normal;
  108. -moz-osx-font-smoothing: grayscale;
  109. -webkit-font-smoothing: subpixel-antialiased;
  110. text-rendering: optimizeLegibility;
  111. font-variant-ligatures: common-ligatures contextual;
  112. font-feature-settings: "kern", "liga", "clig", "calt";
  113. }
  114. pre, code, kbd, samp, var, tt {
  115. font-family: 'TriplicateT4c', monospace;
  116. }
  117. em {
  118. font-style: italic;
  119. color: #323a45;
  120. }
  121. strong {
  122. font-weight: bold;
  123. color: black;
  124. }
  125. nav {
  126. background-color: #323a45;
  127. color: #f0f0ea;
  128. display: flex;
  129. justify-content: space-around;
  130. padding: 1rem .5rem;
  131. }
  132. nav:last-child {
  133. border-bottom: 1vh solid #2d7474;
  134. }
  135. nav a {
  136. color: #f0f0ea;
  137. }
  138. nav abbr {
  139. border-bottom: 1px dotted white;
  140. }
  141. h1 {
  142. border-top: 1vh solid #2d7474;
  143. border-bottom: .2vh dotted #2d7474;
  144. background-color: #e3e1e1;
  145. color: #323a45;
  146. text-align: center;
  147. padding: 5rem 0 4rem 0;
  148. width: 100%;
  149. font-family: 'ConcourseT3';
  150. display: flex;
  151. flex-direction: column;
  152. }
  153. h1.single {
  154. padding-bottom: 10rem;
  155. }
  156. h1 span {
  157. position: absolute;
  158. top: 1vh;
  159. left: 20%;
  160. line-height: 0;
  161. }
  162. h1 span a {
  163. line-height: 1.7;
  164. padding: 1rem 1.2rem .6rem 1.2rem;
  165. border-radius: 0 0 6% 6%;
  166. background: #2d7474;
  167. font-size: 1.3rem;
  168. color: white;
  169. text-decoration: none;
  170. }
  171. h2 {
  172. margin: 4rem 0 1rem;
  173. border-top: .2vh solid #2d7474;
  174. padding-top: 1vh;
  175. }
  176. h3 {
  177. text-align: center;
  178. margin: 3rem 0 .75em;
  179. }
  180. hr {
  181. height: .4rem;
  182. width: .4rem;
  183. border-radius: .4rem;
  184. background: #07486c;
  185. margin: 2.5rem auto;
  186. }
  187. time {
  188. display: bloc;
  189. margin-left: 0 !important;
  190. }
  191. ul, ol {
  192. margin: 2rem;
  193. }
  194. ul {
  195. list-style-type: square;
  196. }
  197. a {
  198. text-decoration-skip-ink: auto;
  199. text-decoration-thickness: 0.05em;
  200. text-underline-offset: 0.09em;
  201. }
  202. article {
  203. max-width: 50rem;
  204. display: flex;
  205. flex-direction: column;
  206. margin: 2rem auto;
  207. }
  208. article.single {
  209. border-top: .2vh dotted #2d7474;
  210. margin: -6rem auto 1rem auto;
  211. background: #f0f0ea;
  212. padding: 2rem;
  213. }
  214. article p:last-child {
  215. margin-bottom: 1rem;
  216. }
  217. p {
  218. padding: 0 .5rem;
  219. margin-left: 3rem;
  220. }
  221. p + p,
  222. figure + p {
  223. margin-top: 2rem;
  224. }
  225. blockquote {
  226. background-color: #e3e1e1;
  227. border-left: .5vw solid #2d7474;
  228. display: flex;
  229. flex-direction: column;
  230. align-items: center;
  231. padding: 1rem;
  232. margin: 1.5rem;
  233. }
  234. blockquote cite {
  235. font-style: italic;
  236. }
  237. blockquote p {
  238. margin-left: 0;
  239. }
  240. figure {
  241. border-top: .2vh solid #2d7474;
  242. background-color: #e3e1e1;
  243. text-align: center;
  244. padding: 1.5rem 0;
  245. margin: 1rem 0 0;
  246. font-size: 1.5rem;
  247. width: 100%;
  248. }
  249. figure img {
  250. max-width: 250px;
  251. max-height: 250px;
  252. border: .5vw solid #323a45;
  253. padding: 1px;
  254. }
  255. figcaption {
  256. padding: 1rem;
  257. line-height: 1.4;
  258. }
  259. aside {
  260. display: flex;
  261. flex-direction: column;
  262. background-color: #e3e1e1;
  263. padding: 1rem 0;
  264. border-bottom: .2vh solid #07486c;
  265. }
  266. aside p {
  267. max-width: 50rem;
  268. margin: 0 auto;
  269. }
  270. /* https://fvsch.com/code/css-locks/ */
  271. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  272. font-size: 1rem;
  273. line-height: calc( 1.5em + 0.2 * 1rem );
  274. }
  275. h1 {
  276. font-size: 1.9rem;
  277. line-height: calc( 1.2em + 0.2 * 1rem );
  278. }
  279. h2 {
  280. font-size: 1.6rem;
  281. line-height: calc( 1.3em + 0.2 * 1rem );
  282. }
  283. h3 {
  284. font-size: 1.35rem;
  285. line-height: calc( 1.4em + 0.2 * 1rem );
  286. }
  287. @media (min-width: 20em) {
  288. /* The (100vw - 20rem) / (50 - 20) part
  289. resolves to 0-1rem, depending on the
  290. viewport width (between 20em and 50em). */
  291. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  292. font-size: calc( 1rem + .6 * (100vw - 20rem) / (50 - 20) );
  293. line-height: calc( 1.5em + 0.2 * (100vw - 50rem) / (20 - 50) );
  294. margin-left: 0;
  295. }
  296. h1 {
  297. font-size: calc( 1.9rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  298. line-height: calc( 1.2em + 0.2 * (100vw - 50rem) / (20 - 50) );
  299. }
  300. h2 {
  301. font-size: calc( 1.5rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  302. line-height: calc( 1.3em + 0.2 * (100vw - 50rem) / (20 - 50) );
  303. }
  304. h3 {
  305. font-size: calc( 1.35rem + 1.5 * (100vw - 20rem) / (50 - 20) );
  306. line-height: calc( 1.4em + 0.2 * (100vw - 50rem) / (20 - 50) );
  307. }
  308. }
  309. @media (min-width: 50em) {
  310. /* The right part of the addition *must* be a
  311. rem value. In this example we *could* change
  312. the whole declaration to font-size:2.5rem,
  313. but if our baseline value was not expressed
  314. in rem we would have to use calc. */
  315. p, li, pre, code, kbd, samp, var, tt, time, details, figcaption {
  316. font-size: calc( 1rem + .6 * 1rem );
  317. line-height: 1.5em;
  318. }
  319. p, li, pre, details {
  320. margin-left: 3rem;
  321. }
  322. h1 {
  323. font-size: calc( 1.9rem + 1.5 * 1rem );
  324. line-height: 1.2em;
  325. }
  326. h2 {
  327. font-size: calc( 1.5rem + 1.5 * 1rem );
  328. line-height: 1.3em;
  329. }
  330. h3 {
  331. font-size: calc( 1.35rem + 1.5 * 1rem );
  332. line-height: 1.4em;
  333. }
  334. figure img {
  335. max-width: 500px;
  336. max-height: 500px;
  337. }
  338. }
  339. figure.unsquared {
  340. margin-bottom: 1.5rem;
  341. }
  342. figure.unsquared img {
  343. height: inherit;
  344. }
  345. @media print {
  346. body { font-size: 100%; }
  347. a:after { content: " (" attr(href) ")"; }
  348. a, a:link, a:visited, a:after {
  349. text-decoration: underline;
  350. text-shadow: none !important;
  351. background-image: none !important;
  352. background: white;
  353. color: black;
  354. }
  355. abbr[title] { border-bottom: 0; }
  356. abbr[title]:after { content: " (" attr(title) ")"; }
  357. img { page-break-inside: avoid; }
  358. @page { margin: 2cm .5cm; }
  359. h1, h2, h3 { page-break-after: avoid; }
  360. p3 { orphans: 3; widows: 3; }
  361. img {
  362. max-width: 250px !important;
  363. max-height: 250px !important;
  364. }
  365. nav, aside { display: none; }
  366. }
  367. ul.with_columns {
  368. column-count: 1;
  369. }
  370. @media (min-width: 20em) {
  371. ul.with_columns {
  372. column-count: 2;
  373. }
  374. }
  375. @media (min-width: 50em) {
  376. ul.with_columns {
  377. column-count: 3;
  378. }
  379. }
  380. ul.with_two_columns {
  381. column-count: 1;
  382. }
  383. @media (min-width: 20em) {
  384. ul.with_two_columns {
  385. column-count: 1;
  386. }
  387. }
  388. @media (min-width: 50em) {
  389. ul.with_two_columns {
  390. column-count: 2;
  391. }
  392. }
  393. .gallery {
  394. display: flex;
  395. flex-wrap: wrap;
  396. justify-content: space-around;
  397. }
  398. .gallery figure img {
  399. margin-left: 1rem;
  400. margin-right: 1rem;
  401. }
  402. .gallery figure figcaption {
  403. font-family: 'ConcourseT3'
  404. }
  405. footer {
  406. font-family: 'ConcourseT3';
  407. display: flex;
  408. flex-direction: column;
  409. border-top: 3px solid white;
  410. padding: 4rem 0;
  411. background-color: #07486c;
  412. color: white;
  413. }
  414. footer > * {
  415. max-width: 50rem;
  416. margin: 0 auto;
  417. }
  418. footer a {
  419. color: #f1c40f;
  420. }
  421. footer .avatar {
  422. width: 200px;
  423. height: 200px;
  424. border-radius: 50%;
  425. float: left;
  426. -webkit-shape-outside: circle();
  427. shape-outside: circle();
  428. margin-right: 2rem;
  429. padding: 2px 5px 5px 2px;
  430. background: white;
  431. border-left: 1px solid #f1c40f;
  432. border-top: 1px solid #f1c40f;
  433. border-right: 5px solid #f1c40f;
  434. border-bottom: 5px solid #f1c40f;
  435. }
  436. </style>
  437. <h1>
  438. <span><a id="jumper" href="#jumpto" title="Un peu perdu ?">?</a></span>
  439. BBC Radio Director Helen Boaden resigns, criticising state of journalism (archive)
  440. <time>Pour la pérennité des contenus liés. Non-indexé, retrait sur simple email.</time>
  441. </h1>
  442. <section>
  443. <article>
  444. <h3><a href="http://www.independent.co.uk/news/media/tv-radio/bbc-radio-director-helen-boaden-to-announce-resignation-at-prix-italia-preview-in-lampedusa-a7337181.html">Source originale du contenu</a></h3>
  445. <p>This morning I emailed the Director General of the <a href="http://www.independent.co.uk/topic/BBC">BBC</a>, Tony Hall, to let him know that I have decided to leave the Corporation after 34 years.  </p>
  446. <p>It’s something Tony and I have been discussing for some months so it wasn’t a surprise to either of us, but I confess that having finally made the decision, saying so in public for the first time does feel rather strange... </p>
  447. <p>The world I entered all those years ago as a young reporter on a commercial radio station in the north-east of England, would be unrecognisable today. It was a world of certainties and some existential anxiety, dominated by the Cold War and a western European economic and military consensus built around NATO and the Common market. Indeed, the UK had recently joined the Common Market at the second attempt...</p>
  448. <p>Journalism then meant newspapers, radio and television – all of them separate and regarding each other with a significant degree of suspicion. Broadcasting, at home and in Europe, was dominated by the big public service corporations which were generally well funded and accepted, almost without question, as a force for good and a source of independent information in a continent anxious to learn the lessons of the Second World War.  </p>
  449. <p>How things have changed. The Cold War is a distant memory and some comfortable certainties have gone. Political consensus is hard to find. The public service broadcasters who once ruled the roost now have their backs to the wall as they face an onslaught of competition.  And as journalists we live in the age of instant news and digital recording. Thanks to digital technology, we can report more, and more easily, from nearly every corner of the world. </p>
  450. <p>I pride myself on being modestly in the vanguard of pulling digital technology, creativity and editorial together. Years ago when I ran the BBC’s principal speech radio station, Radio 4, I commissioned our first digital interactive drama whereby listeners could use their computers to change the progress of a plot shaped around a Halloween ghost story. It was very brave, very digitally ambitious and frankly, very bad. Incomprehensible, in fact. But I never regretted taking a risk on it. </p>
  451. <p>Later, as Director of BBC News, I led the team which created the biggest and best multi-media newsroom in the democratic world built around the brilliance of digital technology ... So I am both curious about and thrilled by digital technology. But I am old enough and wise enough to know that nothing comes without a cost. </p>
  452. <p>To be frank, I worry about the direction in which we’re going. By “we”, by the way, I mean my profession, our profession – the media generally – not the BBC in particular. </p>
  453. <p>It seems to me that the media can sometimes rush very fast in order to stand still. Some of this is inherent in a particular medium. </p>
  454. <p>Television news, for example, tends to see things in shards. It reports quickly and fluently but with limited time and space, before moving on to the next thing. The context it can give is necessarily foreshortened by these demands. The viewer, less obsessed by world events than we are, can understandably tune in and out of stories from time to time without catching up on intervening developments.</p>
  455. <p>Do we, the media, do enough today, to explain and explore? Or are we too busy moving on to the next thing, in thrall to the pace of news?</p>
  456. <p>Speech radio lends itself more naturally to analytical reportage, untrammelled by the constraints of pictures. Context and explanation are its forte.</p>
  457. <p>Forgive the special pleading from an outgoing director of BBC Radio, but the “slow” medium – radio – should be encouraged to survive and thrive whatever platform we hear it on.</p>
  458. <p>So I’m very glad that three of the BBC’s national stations – Radio 4, Six Music and the Asian Network – all reached record audiences in the second quarter of this year, while our Classical Music and Culture station, Radio 3, reached its highest audiences in five years. Overseas the BBC World Service in English  has also shown a significant rise, with audiences reaching 66 million.</p>
  459. <p>But however we distribute our journalism, it does not exist in a vacuum. All media outlets, whatever platform they are on, and whether they are public service or commercial, are fighting for attention in a new world order.</p>
  460. <p>On the internet, so-called “clickbait” is often dangled to hook a reader in: broadly, that means content of a sensational or provocative nature, to draw visitors to a particular web page. The aim is to generate online advertising revenue, frequently at the expense of quality or accuracy.</p>
  461. <p>Has this changed the journalistic zeitgeist for everyone? Does the new form of competition now lead, more often than it should, to the headline that is overwritten on more obviously respectable outlets? To demands for black and white answers to overwhelmingly complicated problems? To a rush to judgment where there are victims and villains, and above all scapegoats?</p>
  462. <p>In <a href="http://www.independent.co.uk/news/world/europe/refugee-crisis-more-than-80-asylum-seekers-feared-dead-after-migrant-boat-sinks-on-journey-to-italy-a7008346.html">Lampedusa</a> ... we can see for ourselves some of the consequences of one of the biggest stories of our time, the mass movement of people across Europe. The conflict in Syria continues to be by far the biggest driver of migration. But violence in Afghanistan and Iraq, abuses in Eritrea, as well as poverty in Kosovo, are also leading people to look for new lives elsewhere.</p>
  463. <p>The consequences are extraordinary in their scale. The International Organisation for Migration estimates that <a href="http://www.independent.co.uk/news/world/europe/refugee-crisis-more-than-a-million-people-enter-europe-by-sea-in-2015-as-thousands-continue-to-a6790286.html">more than a million migrants arrived by sea in 2015</a> and almost 35,000 by land. Plus many more who were undetected. These were people who risked their lives for a new beginning. People for whom the danger at home was greater than the danger of the open seas.  </p>
  464. <p>More than three and a half thousand migrants are reported to have died trying to cross the Mediterranean in 2015. Most drowned on the crossing from north Africa to Italy, and more than 800 died in the Aegean crossing from Turkey to Greece. The deadliest month for migrants was April, which saw a boat carrying about 800 people capsize in the sea off Libya.</p>
  465. <p>It is a terrible human catastrophe with no obvious answers, and the EU has, perhaps understandably, struggled to resolve it.</p>
  466. <p>As the human wave has continued unabated, so the nature of some of the media’s reporting has changed.</p>
  467. <p>Across Europe, the migrants were initially seen as victims who needed help. Now, they are, in some cases, seen as the villains of the piece. They are being blamed for their own fate.</p>
  468. <p>Some recent headlines from British newspaper groups:</p>
  469. <p>“Chaos in Italy as 13,000 migrants arrive in FOUR days”</p>
  470. <p>“This country’s ‘TOO POOR’ – Shocking scale of migrants snubbing Serbia despite warm welcome”</p>
  471. <p>“Angela Merkel’s open door migration policy will cost Germany at least £17bn – and that’s just for this year”</p>
  472. <p>“Pictured: The migrant camp set to blight Lake Como for YEARS”</p>
  473. <p>“Is a 13ft wall REALLY going to stop all of these people reaching Britain?”</p>
  474. <p>In our search for answers to a problem which appears if not intractable then complex, is the speed of the media’s technology – and the politicians’ willing participation in the 24/7 news cycle – obscuring rather than illuminating the issues?</p>
  475. <p>Are we simplifying the arguments if only by default, by not investigating them fully, or by appealing to an emotional response rather than an explanatory one?</p>
  476. <p>Let me go back in time. The man who shook up the BBC more than any other in my experience was John Birt who was Director General between 1992 and 2000. I was a rather challenging young editor when he took over and can tell you that he was at the time an enormously controversial figure – forcing radical change on an organisation which resisted him almost every step of the way.</p>
  477. <p>He made us save 30 per cent of our budgets to fund his new digital strategy for TV and radio services and the BBC’s website. It did not make him popular. </p>
  478. <p>Yet today the BBC still benefits from his farsighted digital strategy and I am pleased to say that a new generation of eager young technologists and journalists in the BBC rightly revere him.</p>
  479. <p>John has an unusual media background. He worked very successfully in Light Entertainment television. He produced David Frost helping get his famous interview with Richard Nixon on air. And he was passionate about evidential journalism. Long ago, in the Seventies, he developed what became called the “Mission to Explain” philosophy of television journalism.</p>
  480. <p>He argued that there was a bias in television journalism. Not against any particular party or point of view but a bias against understanding. News and feature journalism, he said, both failed to put events in their proper context.</p>
  481. <p>He wrote: “Our economic problems for instance, manifest themselves in a wide variety of symptoms – deteriorating balance of payments, a sinking pound, rising unemployment, accelerating inflation and so on. </p>
  482. <p>“The news, devoting two minutes on successive nights to the latest unemployment figures or the state of the stock market, with no time to put the story in context, gives the viewer no sense of how any of these problems relate to each other.” As I said, television sees things in shards.</p>
  483. <p>A decade after sounding this warning, John Birt became deputy director-general of the BBC, in charge of news and current affairs. He established the specialist journalist posts on which BBC News still relies.</p>
  484. <p>He backed the launch of continuous news output and took money from traditional services to fund the 24-hour news channel and the BBC website. John had a vision for our journalism and positioned the BBC for the technology of the future with uncanny accuracy.</p>
  485. <p>My worry is that there may be an irony embedded in his legacy. The very technology he foresaw can – at worst – hinder, not help, the cause of the journalism he espoused, through the speed of the coverage it has engendered.</p>
  486. <p>If you look at the range of 24-hour news channels, across the world, they have more in common than they have apart. Some channels, such as Russia Today, seem to make no pretence of hiding their partisanship.</p>
  487. <p>But at root, when you look at the 24-hour news channels – whether they are from China, France, Al Jazeera, or even the UK – they are marked by their similarities. A similarity of style, of pace, of structure, and even of presenters. And they have caused journalism to change.</p>
  488. <p>Before news channels existed, if a scheduled programme was interrupted to go to the newsroom, you knew it was a matter of importance. It made you catch your breath.</p>
  489. <p>Now the big, bold strap-line “breaking news” can cover a multitude of ordinary fare, from light plane crashes in the United States to the latest Olympic gold medal to a small hurricane in North London which knocked over some sign posts. That happened on my watch.</p>
  490. <p>The currency, if not debased, is different. Now of course this is not in itself a bad thing: it reflects our ability to cover more news, more speedily.</p>
  491. <p>But it does not mean we are covering the news more deeply or more analytically. We may be generating heat. But are we really delivering light?</p>
  492. <p>Newspapers and some broadcasters have, of course, retrenched. Faced with online competition and declining advertising revenues, budgets have been cut. Gone are the halcyon days of multiple foreign bureaus.</p>
  493. <p>And broadcast correspondents, too, on the hamster wheel of live coverage, can complain that they are rooted to the spot for a succession of satellite interviews with the studio, rather than finding out what is actually going on.</p>
  494. <p>So the question I pose today – and it is a question – is whether there is still a bias against understanding because we have tailored our ambitions to suit the technological marvels of the age?</p>
  495. <p>One of the most famous photographs of modern times is the black and white image of a young girl, fleeing naked from a napalm attack in the Vietnam war, arms outstretched in anguish.</p>
  496. <p>So iconic did this photograph become, that few people today realise that there was a television camera filming too.</p>
  497. <p>But recently the algorithms that Facebook uses to curate its output censored the image. Facebook explained: “any photographs of people displaying fully nude genitalia or buttocks, or fully nude female breast, will be removed” – before it backed down in the face of protests.</p>
  498. <p>Is this an editorial metaphor for our times? Have we allowed the technology – utterly brilliant as it is – to dictate to us how we should approach the news? Algorithms, unheralded and unseen, are silently transforming our lives. </p>
  499. <p>There are over a billion websites in the world, yet using search engines like Google and Bing can give us results in fractions of a second. They have been used to create music, writing and art that experts can’t tell from the original. And they have been used to generate news stories.</p>
  500. <p>My message is: human judgment matters. Should we apply it more?</p>
  501. <p>We are unconstrained in our speed of coverage, unmatched in our fleetness of foot but do we lack the depth that we might achieve if we took our foot off the accelerator, or put the handbrake on, and stopped to observe more closely the world on which we are reporting?</p>
  502. <p>For the record, this is not judgment on anyone’s output, but a general point. There are many examples of brave and brilliant journalism and in-depth reporting to be found. And news, of course, is no longer found on just radio and television, or in print.</p>
  503. <p>The very technology that has brought us agility and speed has brought us the internet. I have described some of its sins, but its potential virtues are also profound and we could not live without it. Nor would we want to.</p>
  504. <p>In this debate, it has for example, allowed serious websites such as BBC News Online the space to explain the complexities that lie behind the news, including an impressive and detailed explanation of the migrant crisis. But these are pretty isolated voices.</p>
  505. <p>And as I prepare to leave the BBC, I think technology for all its virtues, may have had another untoward effect which feeds into our consumption of news.</p>
  506. <p>BBC Radio recently broadcast a brilliant series of 15 minute programmes on the subject of “busyness” which showed how technology is shaping our experience of time and attention. </p>
  507. <p>The programme suggested that partly because of the speed of modern technology and the media response to it, increasingly we live in modern societies dominated by impulse. Think of those mantras of Silicon Valley: “Act Now” and “Just Do It” . </p>
  508. <p>And impulse undermines our concentration and ability to deal with depth and complexity. Increasingly we feel too busy to focus on any one thing at one time. We check and recheck our emails, our texts, our social media and the clickbait news headlines which spring up on our phones. </p>
  509. <p>Rarely do we actually follow the news link to understand the full story behind those headlines yet somehow in the receiving and reading of the headline, we are getting something back which feeds our illusion of self-power.</p>
  510. <p>And this could be a problem. Studies apparently show that when we slice time into ever smaller fragments and feel pressurised by this, our creativity drops, our ability to perform complex thinking tasks drops and we tend to enter an unsatisfying psychological state of anxiety named by psychologists as “psychic entropy”. </p>
  511. <p>We may think we are absorbing more information. In fact we are simply giving in to the temptation of the easy over the hard, the quick over the slow. And I would suggest this is a common theme. I detect a change in our public discourse, a cheapening of arguments and a simplifying of debates, to match the speed of the 24/7 news cycle.</p>
  512. <p>Both broadcasters and politicians bear a responsibility for this. The change is not new, but perhaps it is more acute now than it ever was.</p>
  513. <p>The movement towards a more adversarial style of interviewing began in the 1950s, when the advent of commercial television taught the BBC a few lessons, with presenters such as Robin Day practising a more aggressive, challenging, style of questioning which still persists to this day.</p>
  514. <p>The press is right to be properly sceptical – not cynical – about politicians’ views and actions – the better to tease out for the audience the issues and decision-making involved.</p>
  515. <p>More than sixty years ago, an interview with the Labour leader Clement Atlee ran as follows: “Can you tell us something of how you view the election prospects?”</p>
  516. <p>We definitely don’t want to go back to an era of such deference – and for good reason.</p>
  517. <p>Last month, the European Broadcasting Union published a survey that suggested that countries with popular, well-funded public service broadcasters encounter less extremism and corruption. Its report says: “In countries where public service media funding is higher there tends to be more press freedom” and where they have a higher market share “there also tends to be a higher voter turnout”.</p>
  518. <p>The EBU argues that “a strong and well-funded public service media is not only about providing people with news, documentaries and entertainment – it’s also about contributing to democracy”. Questioning politicians, freely but fairly, is a vital part of the body politic.</p>
  519. <p>In the UK, we have just emerged from a referendum campaign, a long period in which facts and figures, claim and counterclaim were thrown at us by both sides.</p>
  520. <p>“What we really need is an end to the arms race of ever more lurid claims and counter-claims made by both sides on this,” was the verdict of the British politician, Andrew Tyrie, in the days before the vote. “I think it’s confusing the public, it’s impoverishing political debate.”</p>
  521. <p>Why did that arms race happen? In the referendum the stakes were high, and unlike in an election, the two sides were running not so much on their past political record, but more on predictions for the future, on what life would be like in or out of the EU.</p>
  522. <p>So fact and fiction were harder to disentangle. But I think there are other, deeper, causes.</p>
  523. <p>It was Machiavelli who first gave voice to a sense that human affairs are devious and complex. In trying to unpick the decision-making of today’s leaders, has the media of the modern age allowed an underlying sense that politicians are inevitably devious to become an implicit part of the discourse?</p>
  524. <p>In doing so, are we helping to make fertile the ground on which the less than conventional, anti-politicians of the age, now stand? If we have, then we can only take a share of the responsibility. Because technology has affected politicians’ behaviour too.</p>
  525. <p>Another former BBC director-general, Mark Thompson, now at <em>The New York Times</em>, argues that today “words hurtle through virtual space with infinitesimal delay”.</p>
  526. <p>“A politician can plant an idea in 10 million other minds before leaving the podium.” Argument, he says, has become cruder and more polarised. The result is “a fight to the political death, a fight in which every linguistic weapon is fair game”. </p>
  527. <p>I have detailed how technology has caused an explosion in media choice. Add to that the hunt for ratings, in order to survive financially, and the risk is of journalists maximising headlines, minimising subtlety and highlighting controversy to attract attention at all costs.</p>
  528. <p>In the face of this, public service broadcasters must hold firm to their values. I believe this passionately. They must be ever more aware of the ratchet effect of the changing journalistic times, and resist being pulled in the same direction.</p>
  529. <p>All institutions must evolve, but their values need to remain constant. More than that: they need to be aware that their values can shift imperceptibly, taking their cue unconsciously from the wider media or swept along by the technology at their command.</p>
  530. <p>As I prepare to pack my bags and leave the BBC after more than three decades, I recognise the huge strides the media has made in the course of my career.</p>
  531. <p>We are, through technology, more enabled, freer, liberated from the restrictions previously placed upon us. We are truly now a global village. But we need to make sure that we do not just reflect the small talk of a village, its parochial concerns, the intense human hatreds and prejudices.</p>
  532. <p>We must use the technology to look upwards and outwards to explore and examine and explain. News will always be immediate. It’s the nature of the beast. So we still need to think fast – but we must remember also to think slow.</p>
  533. <p>Television, in the absence of proper editorial thought, was once described as nothing but wires and lights in a box. Today, with our portable devices, we do not even need the wires and lights, or indeed the box.</p>
  534. <p>So if we do not as journalists take time occasionally to catch our breath, to pause, and slow down, and make greater efforts to explain, we may find that we are left with nothing much in our hands at all, except the indifference of an audience and a vacuous, unblinking, screen.</p>
  535. <p>The choice is ours. The future, as always, is in our hands and the public will judge us by what we do. </p>
  536. <p>So… those are my reflections as I come to the closing months of my BBC career. I feel very fortunate that I have spent most of that career enjoying the benefits of digital technology professionally and as a consumer. I could not live without it. </p>
  537. <p>But today in a world of Fast, I am unapologetically speaking up for the virtues of Slow. Slow Journalism which is engaging and dynamic of course but embodies impartiality, accuracy, expertise and evidence; the things which take time and resource. </p>
  538. <p>The intimate Slow medium of radio, which is so brilliant at telling every kind of story in words or through music. And the role of public service broadcasting in all of these things which for me means the BBC...</p>
  539. <p>The last few years running BBC Radio with all its creativity, innovation and sheer fun, have been especially happy. It’s been a joy to lead our very talented and hugely committed teams and our magnificent Performing Groups and to be part of a thriving UK Radio Industry. </p>
  540. <p>As I leave, our national BBC radio stations are in one family again, in fabulous creative health and well prepared for the next wave of digital change and competition. I am delighted that in a world of extraordinary media choice, BBC Radio remains genuinely world class and greatly loved by its audiences. </p>
  541. <p>Public service broadcasting may no longer be the biggest player in town as it was when I started my career, but for me it remains by far the best. </p>
  542. <p>It is always worth fighting for.</p>
  543. <p><em><a href="http://www.independent.co.uk/news/media/helen-boaden-from-little-britain-to-big-news-15197.html">Helen Boaden</a>, 60, has been at the helm of BBC Radio since 2013, overseeing BBC Radios 1,2,3,4 and the digital-only stations 6 Music, 1Xtra, Radio 4 Extra and the Asian Network. She had previously headed up the broadcaster’s news department for seven years. </em></p>
  544. <p><em>Ms Boaden started her journalistic career on a campus radio station at the University of Sussex and later graduated in radio journalism from the London College of Printing before joining the BBC in 1983 as a news producer with Radio Leeds</em></p>
  545. </article>
  546. </section>
  547. <nav id="jumpto">
  548. <p>
  549. <a href="/david/blog/">Accueil du blog</a> |
  550. <a href="http://www.independent.co.uk/news/media/tv-radio/bbc-radio-director-helen-boaden-to-announce-resignation-at-prix-italia-preview-in-lampedusa-a7337181.html">Source originale</a> |
  551. <a href="/david/stream/2019/">Accueil du flux</a>
  552. </p>
  553. </nav>
  554. <footer>
  555. <div>
  556. <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
  557. <p>
  558. Bonjour/Hi!
  559. Je suis <a href="/david/" title="Profil public">David&nbsp;Larlet</a>, je vis actuellement à Montréal et j’alimente cet espace depuis 15 ans. <br>
  560. 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>).
  561. </p>
  562. <p>
  563. 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>.
  564. </p>
  565. <p>
  566. Voici quelques articles choisis :
  567. <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
  568. <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
  569. <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
  570. <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
  571. <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
  572. <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
  573. <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
  574. <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
  575. <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
  576. <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
  577. <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
  578. <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
  579. <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
  580. <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
  581. <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
  582. et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
  583. </p>
  584. <p>
  585. 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>.
  586. </p>
  587. <p>
  588. Je ne traque pas ta navigation mais mon
  589. <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
  590. conserve des logs d’accès.
  591. </p>
  592. </div>
  593. </footer>
  594. <script type="text/javascript">
  595. ;(_ => {
  596. const jumper = document.getElementById('jumper')
  597. jumper.addEventListener('click', e => {
  598. e.preventDefault()
  599. const anchor = e.target.getAttribute('href')
  600. const targetEl = document.getElementById(anchor.substring(1))
  601. targetEl.scrollIntoView({behavior: 'smooth'})
  602. })
  603. })()
  604. </script>