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 46KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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>World Wide Web, Not Wealthy Western Web (Part 2) (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="https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-2/">
  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. World Wide Web, Not Wealthy Western Web (Part 2) (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="https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-2/">Source originale du contenu</a></h3>
  445. <p>In <a href="https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-1/">part 1</a><sup class="po" id="note-1"><a href="#1">1</a></sup> of this article, we looked at where in the world the new entrants to the World Wide Web are, and some of the new technologies the standards community has worked on to address some of the challenges that the next 4 billion people are facing when accessing the web. In short, we’ve tried to make some supply-side improvements to web standards so that <strong>websites can be made to better serve the whole world</strong>, not just the wealthy West.</p>
  446. <p>But there are other challenges to surmount, such as ways to get over creaky infrastructure in developing markets (which can be done with stopgap technological solutions, such as proxy browsers), and we’ll also look at some of the reasons why some of the offline billions remain offline, and what can be done to address this.</p>
  447. <h3 id="proxybrowers">Proxy Browsers</h3>
  448. <p>A common problem people encounter in emerging economies relates to networks. Networks are getting better, but they’re not there yet. In 2016, <a href="https://www.ericsson.com/thinkingahead/consumerlab/consumer-insights/experience-shapes-mobile-customer-loyalty">Ericsson reported</a><sup class="po" id="note-2"><a href="#2">2</a></sup>:</p>
  449. <blockquote><p>While cellular networks have improved… smartphone users are still facing issues as frequently as they did in 2013. Globally, 26 percent of smartphone users say they face video streaming issues daily, increasing to over one third in markets like Brazil, India and Indonesia.</p></blockquote>
  450. <p>This is an excellent statement of the problem. Infrastructure is expensive to upgrade, especially in countries like Indonesia, which is made up of thousands of islands, and India, which is huge and has vast mountain ranges. And as soon as infrastructure is upgraded, more people come online and want to consume video rather than boring old text, and so much more bandwidth is required, and the newly upgraded network crawls again.</p>
  451. <p>In places where bandwidth is seriously constrained (in congested Asian megacities, not just rural areas; I’m in the heart of an Indian city with an international airport, and power cuts and Internet outages occur daily), a lot of people opt to use proxy browsers. Proxy browsers do a lot of the heavy lifting of rendering web pages on their servers and sending compressed versions down to the user, resulting in often significant reductions in data consumption. This is obviously a very appealing proposition for consumers in territories where bandwidth is expensive. Because the data transferred is smaller, websites render faster, too.</p>
  452. <p><a href="http://data.wurfl.io/MOVR/pdf/2016_q1/MOVR_2016_q1.pdf">Scientia Mobile reported</a><sup class="po" id="note-3"><a href="#3">3</a></sup> in 2016 that, for global market share of proxy browsers, Opera Mini is at 42%, Opera Turbo is at 9%, Chrome is at 39% and UCWeb is at 6%, and there is also Puffin, Silk and others. Opera reports more than 250 million active monthly users of Opera Mini.</p>
  453. <p>Websites compressed by proxy browsers and sent as binary blobs also have a better chance of getting through congested networks. In 2013, Avendus reported (in “India’s Mobile Internet: The Revolution Has Begun,” no longer online):</p>
  454. <blockquote><p>In India, only 96k of the 736k cell towers are 3G enabled… only 35k of those towers have a fiber-optic connection to the backbone.</p></blockquote>
  455. <p>(If you’re a real networking anorak, you’ll find the report <a href="https://docs.google.com/presentation/d/1fZ7ftsJJ4adiPov4y_8AtV_zjqAmEASaSxRBHBwkiOw/edit#slide=id.g73cf3c208_0_158">2G Network Issues Observed While in India</a><sup class="po" id="note-4"><a href="#4">4</a></sup> to be even more fun than a game of Werewolf at a Star Wars convention.)</p>
  456. <h4 id="limitationsofproxybrowsers">Limitations of Proxy Browsers</h4>
  457. <p>So, if proxy browsers are so great, why doesn’t everyone use them? The answer is that such compression comes at a cost; websites can look very different in a proxy browser, and JavaScript can often behave unexpectedly.</p>
  458. <p>In a proxy browser, everything happens on the server, everything needs user interaction, and everything needs a round-trip to the server. Opera Mini on Android and iOS has two modes; one uses proprietary compression techniques and the device’s standard web view, and thus JavaScript isn’t affected. In Opera Mini’s extreme mode, all of the rendering is done on Opera’s server farms, on which JavaScript is allowed to run for 5 seconds and then is throttled. (Disclosure: I was Deputy CTO of Opera until November 2016 and can talk authoritatively about its technology. However, I have no relationship with the company now.)</p>
  459. <p>Therefore, to make websites work in Opera Mini’s extreme mode, treat JavaScript as an enhancement, and ensure that your core functionality works without it. Of course, it will probably be clunkier without scripts, but if your website works and your competitors’ don’t work for Opera Mini’s quarter of a billion users, you’ll get the business.</p>
  460. <p>Mini’s extreme mode has design constraints, too: it doesn’t do CSS rounded corners or gradients, because it can’t rely upon every client device to draw those things successfully; so, to render it on the server, it would need to convert them into bitmaps, which would bloat the page. But that’s OK; CSS is for design, and people in highly bandwidth-constrained situations are happy to get the words.</p>
  461. <p>Similarly, Mini’s extreme mode doesn’t do CSS or SVG animations, only showing the first frame. The reason for this is that animations consume CPU cycles, and CPU cycles consume battery. Yes, your animations are lovely, but if you are sitting on a bus in Lagos in a traffic jam and need to phone your sister to ask her to pick up your children from school, you need that battery life more than you need pretty animations.</p>
  462. <p>Neither does Mini’s extreme mode download web fonts, which can be huge files that are primarily for aesthetics. On many very small monochrome screens, the system fonts tend to be designed for those screens and work better. If you want icons, use SVG rather than icon fonts because, well, that’s what SVG is for.</p>
  463. <h3 id="revolutionarynewdevelopmenttechnique">Revolutionary New Development Technique</h3>
  464. <p>The best way to ensure that your website or web app (is there a real difference?) will work for people on proxy browsers, conventional browsers with very slow connections and everyone else is to adopt a revolutionary new development methodology.</p>
  465. <p>Airbnb tried it with its new app and <a href="http://nerds.airbnb.com/weve-launched-our-first-nodejs-app-to-product/">wrote excitedly</a><sup class="po" id="note-5"><a href="#5">5</a></sup>:</p>
  466. <blockquote><p>… we’ve launched our first Holy Grail app… It looks exactly the same as the app it replaced, however initial pageload feels drastically quicker…</p></blockquote>
  467. <p>What voodoo magic did they employ?</p>
  468. <blockquote><p>… we serve up real HTML instead of waiting for the client to download JavaScript before rendering. Plus, it is fully crawlable by search engines.… It feels 5x faster.</p></blockquote>
  469. <p>Who knew? The best way to ensure that everyone gets your content is to write real, semantic HTML, to style it with CSS and ensure sensible fallbacks for CSS gradients, to use SVG for icons, and to treat JavaScript as an enhancement, ensuring that core functionality works without scripts. Package up your website with a manifest file and associated icons, add a service worker, and you’ll have a progressive web app in conforming browsers and a normal website everywhere else.</p>
  470. <p>I call this amazing new technique “progressive enhancement.”</p>
  471. <p>You heard it here first, folks!</p>
  472. <section>
  473. <p class="oa_zone--ad icad" id="cad-middle" data-ad-name="Content Ad Middle" data-ad-zone="110" data-ad-media="all"/>
  474. </section>
  475. <h3 id="whatifwegaveapartyandnobodycame">What If We Threw A Party And Nobody Came?</h3>
  476. <p>We have supply-side improvements such as HTML responsive images, progressive web apps, renewed CSS work on vertical text. We have the methodology of progressive enhancement. We have proxy browsers that compress websites for people in low-bandwidth and expensive data plans. We have an explosion of ever-cheaper smartphones (and I’m not talking about the Galaxy Note 7 here). So, why aren’t the next 4 billion already on the web?</p>
  477. <p>There are demand-side problems in emerging markets.</p>
  478. <p>One of those is that the market for smartphones is either <a href="http://www.mobileworldlive.com">flat</a><sup class="po" id="note-6"><a href="#6">6</a></sup> or <a href="https://www.strategyanalytics.com/strategy-analytics/blogs/devices/smartphones/smart-phones/2016/04/28/global-smartphone-shipments-decline-3-percent-in-q1-2016#.VyIu60GNL-Q">declining</a><sup class="po" id="note-7"><a href="#7">7</a></sup>, depending on which statistics you read. There are many potential reasons for this: the slowdown in the Chinese economy (China, India and the US are the <a href="http://businesskorea.co.kr/article/10453/poor-performance-samsung-phones-struggling-india-china">largest consumers of smartphones</a><sup class="po" id="note-8"><a href="#8">8</a></sup>); it could be a classic case of market saturation — everyone who wants a smartphone and can afford one already has one.</p>
  479. <p>It could also have to do with devices like the one shown below, which was given to me at the Mobile World Congress SynergyFest.</p>
  480. <figure><a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img2-lawson-large-opt.png"><img src="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img2-lawson-800w-opt.png" alt="$2.36 feature phone"/></a><sup class="po" id="note-9"><a href="#9">9</a></sup><br/>
  481. <figcaption>$2.36 feature phone (photo by the author) (<a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img2-lawson-large-opt.png">View large version</a><sup class="po" id="note-10"><a href="#10">10</a></sup>)</figcaption>
  482. </figure>
  483. <p>It’s a feature phone, made in China; it doesn’t have Wi-Fi but is dual-SIM (very important in places like Africa and Asia); it has an FM radio; and it can connect to the web with a WAP-like browser. Its retail price in Africa and Latin America is $2.36 USD.</p>
  484. <p>In a country like Cambodia, where a garment worker’s <a href="https://business-humanrights.org/en/cambodia-2015-minimum-wage-negotiations">minimum wage is $140</a><sup class="po" id="note-11"><a href="#11">11</a></sup> a month, or Liberia, where an unskilled worker’s <a href="http://www.liberianobserver.com/politics/passed-minimum-wage-set-us6day">minimum wage is $4</a><sup class="po" id="note-12"><a href="#12">12</a></sup> a day, even a $60 to $70 entry-level smartphone is practically unaffordable. But $2.36? That’s affordable.</p>
  485. <p>But it is not just affordability that stops people from coming to the web. As <a href="https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/">GSMA Intelligence wrote</a><sup class="po" id="note-13"><a href="#13">13</a></sup> in July 2016:</p>
  486. <blockquote><p>Despite the fact that Africa has the lowest income per capita of any region, affordability was only identified as the most important barrier in one out of 13 markets in our survey.</p></blockquote>
  487. <p>And it’s not just about networks either, as <a href="https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/">GSMA Intelligence reports</a><sup class="po" id="note-14"><a href="#14">14</a></sup>:</p>
  488. <blockquote><p>Network coverage was not perceived as an issue in most countries, reflecting the increasing availability of mobile networks. However, mobile broadband (3G or 4G) coverage remains low in most parts of Africa.</p></blockquote>
  489. <p>The problem is much more profound, and doesn’t have a technological solution. From the same report:</p>
  490. <blockquote><p>A lack of awareness and locally relevant content was considered the most important barrier to internet adoption in North Africa and the second biggest barrier in Sub-Saharan Africa.</p></blockquote>
  491. <p>There’s also a worrying lack of digital skills that prevents people from using the web in Africa:</p>
  492. <blockquote><p>A lack of digital skills was identified as the biggest barrier to internet adoption in Sub-saharan Africa and the second biggest in North Africa.</p></blockquote>
  493. <p>The <a href="http://www.worldbank.org/en/publication/wdr2016">World Bank reports</a><sup class="po" id="note-15"><a href="#15">15</a></sup>:</p>
  494. <blockquote><p>In Africa, seven in ten people who do not use the internet say they just don’t know how to use it, and almost four in ten say they do not know what the internet is.</p></blockquote>
  495. <p>This is true not only of developing economies, by the way. The World Bank continues:</p>
  496. <blockquote><p>In high-income Poland and the Slovak Republic, one-fifth of adults cannot use a computer.</p></blockquote>
  497. <p>And in 2014, <a href="http://www.pewinternet.org/2014/04/03/older-adults-and-technology-use/">Pew Research Centre reported</a><sup class="po" id="note-16"><a href="#16">16</a></sup>:</p>
  498. <blockquote><p>41% [of American seniors] do not use the internet at all, 53% do not have broadband access at home, and 23% do not use cell phones.</p></blockquote>
  499. <p>The lack of digital skills is felt acutely by Asia, too. In its January 2016 <a href="https://www.gsmaintelligence.com/research/2016/06/consumer-barriers-to-mobile-internet-adoption-in-asia/559/">Asia survey</a><sup class="po" id="note-17"><a href="#17">17</a></sup>, GSMA Intelligence wrote:</p>
  500. <blockquote><p>A lack of awareness and locally relevant content was the most commonly cited barrier to internet adoption: 72% of non-internet users across the six survey markets felt this was a barrier.… 50% of websites worldwide are in English, a language spoken by only 10% of speakers in the survey countries. By way of contrast, only 2% of websites worldwide are in Mandarin and less than 0.1% are in Hindi.</p></blockquote>
  501. <p>Below is a video made in a user-testing lab in rural Pakistan, featuring a man in his 20s. He has used a feature phone but never a smartphone. He’s given a simple-sounding task: Go to Google and search for the the name of your favourite actress. Watch the video. Watch it all.</p>
  502. <p/>
  503. <p>Presumably, he’s stuck because he’s been accustomed to a feature phone with physical keys, and he simply doesn’t know how to call up the virtual keyboard. Anytime you believe that doing something in your web app is “obvious” or “intuitive”, watch this video again.</p>
  504. <h4 id="digitaldivide">Digital Divide</h4>
  505. <p>Just as there is a digital divide between “the West” and developing economies, there is a digital divide in income, age, rural and urban, and women and men across the developing world. The World Bank illustrates a divide in income, gender, age and location (rural and urban).</p>
  506. <figure><a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img3-lawson-large-opt.png"><img src="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img3-lawson-800w-opt.png" alt="Digital divide in Africa"/></a><sup class="po" id="note-18"><a href="#18">18</a></sup><br/>
  507. <figcaption>Digital divide in Africa (World Bank figures) (<a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img3-lawson-large-opt.png">View large version</a><sup class="po" id="note-19"><a href="#19">19</a></sup>)</figcaption>
  508. </figure>
  509. <p>In February 2016, <a href="http://www.gadgetsnow.com/tech-news/Only-9-of-rural-India-has-access-to-mobile-internet-Report/articleshow/50840296.cms">53% of urban areas</a><sup class="po" id="note-20"><a href="#20">20</a></sup> had mobile Internet connectivity, a growth of 71% in one year. In the same period, Internet usage in rural India increased by 93%, but that means that only 9% of people in rural India has access. As I write this, there is a copy of The Hindu newspaper next to my laptop, which <a href="http://www.thehindu.com/business/Wi-fi-hotspots-coming-soon-to-a-store-near-you/article17264038.ece">today reports</a><sup class="po" id="note-21"><a href="#21">21</a></sup> that the Indian government is recommending a community model of Wi-Fi hotspots, such as in neighborhood grocery stores, in rural areas where connectivity is poor and laying cables is not feasible.</p>
  510. <p>The World Bank reports that in many countries (Cuba, Cambodia, Brazil and others), computers are taxed as luxury goods.</p>
  511. <figure><a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img4-lawson-large-opt.png"><img src="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img4-lawson-800w-opt.png" alt="Computers and laptops: import tariffs"/></a><sup class="po" id="note-22"><a href="#22">22</a></sup><br/>
  512. <figcaption>Computers and laptops: import tariffs (World Bank figures) (<a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img4-lawson-large-opt.png">View large version</a><sup class="po" id="note-23"><a href="#23">23</a></sup>)</figcaption>
  513. </figure>
  514. <p>Many countries, such as Fiji, Bangladesh and Pakistan, tax mobile phones as luxuries, too.</p>
  515. <figure><a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img5-lawson-large-opt.png"><img src="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img5-lawson-800w-opt.png" alt="Mobile phones: import tariffs"/></a><sup class="po" id="note-24"><a href="#24">24</a></sup><br/>
  516. <figcaption>Mobile phones: import tariffs (World Bank figures) (<a href="https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img5-lawson-large-opt.png">View large version</a><sup class="po" id="note-25"><a href="#25">25</a></sup>)</figcaption>
  517. </figure>
  518. <h3 id="pressureforchange">Pressure For Change</h3>
  519. <p>The World Bank recommends that:</p>
  520. <blockquote><p>Making the internet universally accessible and affordable should be a global priority.</p></blockquote>
  521. <p>There are moves afoot to make this happen, such as an initiative called <a href="https://webwewant.org/fast-africa/">FASTAfrica</a><sup class="po" id="note-26"><a href="#26">26</a></sup>. FAST stands for fast, affordable, secure and transparent. In a series of grassroots events across Africa in 2016, the organization has demanded:</p>
  522. <ul>
  523. <li>fair and transparent taxes on information and communications technology (ICT),</li>
  524. <li>greater effort from governments and donors,</li>
  525. <li>agreement on affordability (1 GB for 2% of disposable income),</li>
  526. <li>prioritization of getting women online.</li>
  527. </ul>
  528. <h4 id="worldwidewebwomen">World Wide Web Women</h4>
  529. <p>The World Bank writes:</p>
  530. <blockquote><p>Online work can prove particularly beneficial for women, youth, older workers, and the disabled, who may prefer the flexibility of working from home or working flexible hours.</p></blockquote>
  531. <p><a href="https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/">GSMA Intelligence writes</a><sup class="po" id="note-27"><a href="#27">27</a></sup>:</p>
  532. <blockquote><p>In India… women are 62% less likely to use the internet than men. Many of the underlying reasons for this — affordability, skills and content — are the same as for men; they are simply felt more acutely by women.</p></blockquote>
  533. <p>In rural India, only <a href="https://www.bcgperspectives.com/content/articles/globalization-customer-insight-rising-connected-consumer-rural-india/">2% of web users are women</a><sup class="po" id="note-28"><a href="#28">28</a></sup>.</p>
  534. <p>Yet we know that the web empowers women. Across the world in non-agricultural employment, women make up 25% of the work force, but in online work, women make up 44% of the work force.</p>
  535. <p>When asked why online work is advantageous, women overwhelmingly cited the ability to work flexible hours from home as the primary advantage. (32% of women, compared with 23% of men, said that the primary disadvantage to online work is that payment is not high enough, which suggests that Africa, too, has an unjustifiable difference between what women and men get paid.</p>
  536. <p>One successful government initiative is the <a href="http://www.kudumbashree.org/">Kudumbashree project</a><sup class="po" id="note-29"><a href="#29">29</a></sup>, here in Kerala, India, where I’m writing this. “Kudumbashree” means “prosperity of the family” in the local Malayalm language. The World Bank reports:</p>
  537. <blockquote><p>The government of Kerala, India, outsources information technology services to cooperatives of women from poor families … Average earnings were US$45 a month, with close to 80 per-cent of women earning at least US$1 a day. Nine in ten of the women had previously not worked outside the home. Samasource, RuralShores, and Digital Divide Data are three private service providers. Samasource splits jobs into microwork for almost 6,400 workers, mostly in Ghana, Haiti, India, Kenya, and Uganda, on average more than doubling their previous income.</p></blockquote>
  538. <p>A similar story is happening in China:</p>
  539. <blockquote><p>Online shop owners using Alibaba in China, on average, employ 2.6 additional workers. Four in ten shop owners are women, 19 percent were previously unemployed, 7 percent were farmers, and about 1 percent are persons with disabilities.</p></blockquote>
  540. <h3 id="whatcanbedoneandhowcanyouhelp">What Can Be Done, And How Can You Help?</h3>
  541. <p>The World Bank says that:</p>
  542. <blockquote><p>Access to the internet is critical, but not sufficient. The full benefits of the information and communication transformation will not be realized unless countries continue to improve their business climate, invest in people’s education and health and promote good governance</p></blockquote>
  543. <p>Should you happen to be a politician in Africa, Asia or Latin America, please take note of the above. But, because you’re reading this, I expect you’re a web professional — but you can play your part! Make sure your websites are ready for the next 4 billion people, with their (potentially) slow networks and browsers and devices you may never have heard of.</p>
  544. <ul>
  545. <li>Progressively enhance to make sure your core functionality works without JavaScript.</li>
  546. <li>Use feature detection, rather than browser sniffing. You will never, ever be able to maintain a list of all devices in the world and their UA strings.</li>
  547. <li>Compress images properly and remove unnecessary meta data with a tool such as <a href="https://imageoptim.com/">ImageOptim</a><sup class="po" id="note-30"><a href="#30">30</a></sup>.</li>
  548. <li>Use HTML responsive images (and generate <a href="https://www.smashingmagazine.com/2015/10/webp-images-and-performance/">WebP</a><sup class="po" id="note-31"><a href="#31">31</a></sup> versions of all of your assets), and send them to supporting browsers with the <code>picture</code> element.</li>
  549. <li>Focus relentlessly on performance.</li>
  550. <li>Write a progressive web app, rather than a native app.</li>
  551. <li>Test in a proxy browser, such as Opera Mini.</li>
  552. </ul>
  553. <p>Developing countries are home to 94% of the global offline population. These people may be your next potential customers. But if they can’t buy from you because your website is a Wealthy Western Website rather than a World Wide Website, you can bet that your competitors will be happy to take their money.</p>
  554. <p><a href="http://www.mckinsey.com/industries/high-tech/our-insights/internet-matters">McKinsey Global Institute writes</a><sup class="po" id="note-32"><a href="#32">32</a></sup>:</p>
  555. <blockquote><p>An increase in internet maturity similar to the one experienced in mature countries over the past 5 years creates an increase in real GDP per capita of $500 on average during this period. It took the industrial revolution of the 19th century 50 years to produce same result.</p></blockquote>
  556. <p>But it’s not just about money. It’s about doing the right thing and keeping the web open, democratic and global.</p>
  557. <p>Millions of people in Bangladesh, Nepal and India have miles to walk to visit a doctor, so a feature phone and the free online book <a href="http://hesperian.org/books-and-resources/"><em>Where There Is No Doctor</em></a><sup class="po" id="note-33"><a href="#33">33</a></sup> (often translated to their local language) becomes first-line medical care.</p>
  558. <p>Millions of people in Subsaharan Africa can’t afford school textbooks, but <a href="https://www.worldreader.org/what-we-do/our-books/">Worldreader</a><sup class="po" id="note-34"><a href="#34">34</a></sup> has tens of thousands of books available for free online, and the books work fine even on old feature phones.</p>
  559. <p>And millions of people in despotic regimes have the web as their only way to contact the outside world.</p>
  560. <p>Please, do your part to ensure the health of the web that has provided you with so much, and pay it forward so the next people can benefit.</p>
  561. <hr/>
  562. <p><em>Thanks to <a href="https://mrunmaiy.com/">Mrunmaiy Abroal</a><sup class="po" id="note-35"><a href="#35">35</a></sup>, until recently Opera’s Head of Comms in India, and <a href="https://twitter.com/peko0413">Peko Wan</a><sup class="po" id="note-36"><a href="#36">36</a></sup>, Head of PR &amp; Communications for Opera in Asia, for their help collecting some of the information in this article. Thanks to <a href="https://twitter.com/kgisdahl">Karin Greve-Isdahl</a><sup class="po" id="note-37"><a href="#37">37</a></sup>, VP Communications at Opera for allowing me to use charts and illustrations made while I was at Opera. Big thanks to Clara at <a href="http://www.damcho.com">Damcho Studio</a><sup class="po" id="note-38"><a href="#38">38</a></sup> for helping to prepare this article.</em></p>
  563. <p><em property="editor">(vf, al, il)</em></p>
  564. <ol class="po"><li id="#1"><a href="#note-1">1 https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-1/</a></li><li id="#2"><a href="#note-2">2 https://www.ericsson.com/thinkingahead/consumerlab/consumer-insights/experience-shapes-mobile-customer-loyalty</a></li><li id="#3"><a href="#note-3">3 http://data.wurfl.io/MOVR/pdf/2016_q1/MOVR_2016_q1.pdf</a></li><li id="#4"><a href="#note-4">4 https://docs.google.com/presentation/d/1fZ7ftsJJ4adiPov4y_8AtV_zjqAmEASaSxRBHBwkiOw/edit#slide=id.g73cf3c208_0_158</a></li><li id="#5"><a href="#note-5">5 http://nerds.airbnb.com/weve-launched-our-first-nodejs-app-to-product/</a></li><li id="#6"><a href="#note-6">6 http://www.mobileworldlive.com</a></li><li id="#7"><a href="#note-7">7 https://www.strategyanalytics.com/strategy-analytics/blogs/devices/smartphones/smart-phones/2016/04/28/global-smartphone-shipments-decline-3-percent-in-q1-2016#.VyIu60GNL-Q</a></li><li id="#8"><a href="#note-8">8 http://businesskorea.co.kr/article/10453/poor-performance-samsung-phones-struggling-india-china</a></li><li id="#9"><a href="#note-9">9 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img2-lawson-large-opt.png</a></li><li id="#10"><a href="#note-10">10 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img2-lawson-large-opt.png</a></li><li id="#11"><a href="#note-11">11 https://business-humanrights.org/en/cambodia-2015-minimum-wage-negotiations</a></li><li id="#12"><a href="#note-12">12 http://www.liberianobserver.com/politics/passed-minimum-wage-set-us6day</a></li><li id="#13"><a href="#note-13">13 https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/</a></li><li id="#14"><a href="#note-14">14 https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/</a></li><li id="#15"><a href="#note-15">15 http://www.worldbank.org/en/publication/wdr2016</a></li><li id="#16"><a href="#note-16">16 http://www.pewinternet.org/2014/04/03/older-adults-and-technology-use/</a></li><li id="#17"><a href="#note-17">17 https://www.gsmaintelligence.com/research/2016/06/consumer-barriers-to-mobile-internet-adoption-in-asia/559/</a></li><li id="#18"><a href="#note-18">18 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img3-lawson-large-opt.png</a></li><li id="#19"><a href="#note-19">19 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img3-lawson-large-opt.png</a></li><li id="#20"><a href="#note-20">20 http://www.gadgetsnow.com/tech-news/Only-9-of-rural-India-has-access-to-mobile-internet-Report/articleshow/50840296.cms</a></li><li id="#21"><a href="#note-21">21 http://www.thehindu.com/business/Wi-fi-hotspots-coming-soon-to-a-store-near-you/article17264038.ece</a></li><li id="#22"><a href="#note-22">22 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img4-lawson-large-opt.png</a></li><li id="#23"><a href="#note-23">23 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img4-lawson-large-opt.png</a></li><li id="#24"><a href="#note-24">24 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img5-lawson-large-opt.png</a></li><li id="#25"><a href="#note-25">25 https://www.smashingmagazine.com/wp-content/uploads/2017/02/pt2-www-img5-lawson-large-opt.png</a></li><li id="#26"><a href="#note-26">26 https://webwewant.org/fast-africa/</a></li><li id="#27"><a href="#note-27">27 https://www.gsmaintelligence.com/research/2016/07/consumer-barriers-to-mobile-internet-adoption-in-africa/568/</a></li><li id="#28"><a href="#note-28">28 https://www.bcgperspectives.com/content/articles/globalization-customer-insight-rising-connected-consumer-rural-india/</a></li><li id="#29"><a href="#note-29">29 http://www.kudumbashree.org/</a></li><li id="#30"><a href="#note-30">30 https://imageoptim.com/</a></li><li id="#31"><a href="#note-31">31 https://www.smashingmagazine.com/2015/10/webp-images-and-performance/</a></li><li id="#32"><a href="#note-32">32 http://www.mckinsey.com/industries/high-tech/our-insights/internet-matters</a></li><li id="#33"><a href="#note-33">33 http://hesperian.org/books-and-resources/</a></li><li id="#34"><a href="#note-34">34 https://www.worldreader.org/what-we-do/our-books/</a></li><li id="#35"><a href="#note-35">35 https://mrunmaiy.com/</a></li><li id="#36"><a href="#note-36">36 https://twitter.com/peko0413</a></li><li id="#37"><a href="#note-37">37 https://twitter.com/kgisdahl</a></li><li id="#38"><a href="#note-38">38 http://www.damcho.com</a></li></ol>
  565. </article>
  566. </section>
  567. <nav id="jumpto">
  568. <p>
  569. <a href="/david/blog/">Accueil du blog</a> |
  570. <a href="https://www.smashingmagazine.com/2017/03/world-wide-web-not-wealthy-western-web-part-2/">Source originale</a> |
  571. <a href="/david/stream/2019/">Accueil du flux</a>
  572. </p>
  573. </nav>
  574. <footer>
  575. <div>
  576. <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
  577. <p>
  578. Bonjour/Hi!
  579. 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>
  580. 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>).
  581. </p>
  582. <p>
  583. 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>.
  584. </p>
  585. <p>
  586. Voici quelques articles choisis :
  587. <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
  588. <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
  589. <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
  590. <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
  591. <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
  592. <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
  593. <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
  594. <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
  595. <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
  596. <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
  597. <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
  598. <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
  599. <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
  600. <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
  601. <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
  602. et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
  603. </p>
  604. <p>
  605. 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>.
  606. </p>
  607. <p>
  608. Je ne traque pas ta navigation mais mon
  609. <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
  610. conserve des logs d’accès.
  611. </p>
  612. </div>
  613. </footer>
  614. <script type="text/javascript">
  615. ;(_ => {
  616. const jumper = document.getElementById('jumper')
  617. jumper.addEventListener('click', e => {
  618. e.preventDefault()
  619. const anchor = e.target.getAttribute('href')
  620. const targetEl = document.getElementById(anchor.substring(1))
  621. targetEl.scrollIntoView({behavior: 'smooth'})
  622. })
  623. })()
  624. </script>