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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  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>Seeking the Productive Life: Some Details of My Personal Infrastructure (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://blog.stephenwolfram.com/2019/02/seeking-the-productive-life-some-details-of-my-personal-infrastructure/">
  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. Seeking the Productive Life: Some Details of My Personal Infrastructure (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://blog.stephenwolfram.com/2019/02/seeking-the-productive-life-some-details-of-my-personal-infrastructure/">Source originale du contenu</a></h3>
  445. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/sw-gear-circle-image1.png" alt="Stephen gear circle" title="Stephen gear circle" class="alignnright size-full wp-image-18760"/></p>
  446. <h2 class="section">The Pursuit of Productivity</h2>
  447. <p>I’m a person who’s only satisfied if I feel I’m being productive. I like figuring things out. I like making things. And I want to do as much of that as I can. And part of being able to do that is to have the best personal infrastructure I can. Over the years I’ve been steadily accumulating and implementing “personal infrastructure hacks” for myself. Some of them are, yes, quite nerdy. But they certainly help me be productive. And maybe in time more and more of them will become mainstream, as a few already have.</p>
  448. <p>Now, of course, one giant “productivity hack” that I’ve been building for the world for a very long time is the whole <a href="http://www.wolfram.com/technologies">technology stack</a> around the <a href="https://www.wolfram.com/language/">Wolfram Language</a>. And for me personally, another huge “productivity hack” is my <a href="http://www.wolfram.com">company</a>, which I started more than 32 years ago. Yes, it could (and should) be larger, and have more commercial reach. But as a nicely organized private company with about 800 people it’s an awfully efficient machine for turning ideas into real things, and for leveraging what skills I have to greatly amplify my personal productivity.</p>
  449. <p>I could talk about how I lead my life, and how I like to balance doing leadership, doing creative work, interacting with people, and doing things that let me learn. I could talk about how I try to set things up so that what I’ve already built doesn’t keep me so busy I can’t start anything new. But instead what I’m going to focus on here is my more practical personal infrastructure: the technology and other things that help me live and work better, feel less busy, and be more productive every day.<span id="more-18107"/></p>
  450. <p>At an intellectual level, the key to building this infrastructure is to structure, streamline and automate everything as much as possible—while recognizing both what’s realistic with current technology, and what fits with me personally. In many ways, it’s a good, practical exercise in <a href="https://blog.stephenwolfram.com/category/computational-thinking/">computational thinking</a>, and, yes, it’s a good application of some of the tools and ideas that I’ve spent so long building. Much of it can probably be helpful to lots of other people too; some of it is pretty specific to my personality, my situation and my <a href="https://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/">patterns of activity</a>.</p>
  451. <h2 class="section">My Daily Life</h2>
  452. <p>To explain my personal infrastructure, I first have to say a bit about my daily life. Something that often surprises people is that for 28 years I’ve been a remote CEO. I’m about as hands-on a CEO as they come. But I’m only physically “in the office” a few times a year. Mostly I’m just at home, interacting with the company with great intensity—but purely through modern virtual means:</p>
  453. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/sw-at-desk-waving-2x-e1550783965726.png" alt="Stephen waving at desk" title="Stephen waving at desk" class="alignnone size-full wp-image-18785"/></p>
  454. <p>I’m one of those CEOs who actually does a lot of stuff myself, as well as managing other people to do things. Being a remote CEO helps me achieve that, and stay focused. And partly following my example, our company has evolved a very distributed culture, with people working scattered all over the world (it’s all about being productive, rather than about “showing up”):</p>
  455. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/02-employeeLocationsMap@1x.png" alt="Wolfram people" title="Wolfram people" class="alignnone size-full wp-image-18468"/></p>
  456. <p>At my desk, though, my basic view of all this is just: </p>
  457. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/dual-monitors.png" alt="Dual monitors" title="Dual monitors" class="alignnone size-full wp-image-18320"/></p>
  458. <p>It’s always set up the same way. On the right is my main “public display” monitor that I’ll be screensharing most of the day with people I’m talking to. On the left is my secondary “private display” monitor that’s got my email and messages and other things that aren’t directly relevant to the meetings I’m doing.</p>
  459. <p>For the past year or so, I’ve been <a href="https://blog.stephenwolfram.com/2017/12/what-do-i-do-all-day-livestreamed-technology-ceoing/">livestreaming many of our software design meetings</a>—and there are now <a href="https://www.stephenwolfram.com/livestreams/">250 hours of archived screensharing</a>, all from that right monitor of mine.</p>
  460. <p>Particularly since I’m at my desk much of each day, I’ve tried to optimize its ergonomics. The keyboard is at the right height for optimal typing. The monitors are at a height that—especially given my “computer distance” multifocal glasses—forces my head to be in a good position when I look at them, and not hunched over. I still use a “roll-around” mouse (on the left, since I’m left-handed)—because at least according to my latest measurements I’m still faster with that than with any other pointing technology.</p>
  461. <p>At the touch of a button, my desk goes to standing height: </p>
  462. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/sw-standing1.png" alt="Standing desk" title="Standing desk" class="alignnone size-full wp-image-18787"/></p>
  463. <p>But while standing may be better than sitting, I like to at least start my day with something more active, and for more than a decade I’ve been making sure to walk for a couple of hours every morning. But how can I be productive while I’m walking? Well, nearly 15 years ago (i.e. long before it was popular!) I set up a treadmill with a computer in the room next to my office:</p>
  464. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/05-treadmill-r22.gif" alt="Treadmill GIF" title="Treadmill GIF" class="alignnone size-full wp-image-18335"/></p>
  465. <p>The biomechanics weren’t too hard to work out. I found out that by putting a gel strip at the correct pivot point under my wrists (and putting the mouse on a platform) I can comfortably type while I’m walking. I typically use a 5% incline and go at 2 mph—and I’m at least fit enough that I don’t think anyone can tell I’m walking while I’m talking in a meeting. (And, yes, I try to get potentially frustrating meetings scheduled during my walking time, so if I do in fact get frustrated I can just “walk it off” by making the treadmill go a little faster.)</p>
  466. <p>For many years I’ve kept all kinds of <a href="https://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/">personal analytics data</a> on myself, and for the past couple of years this has included continuous heart-rate data. Early last summer I noticed that for a couple of weeks my resting heart rate had noticeably gone down. At first I thought it was just because I happened to be systematically doing <a href="https://education.wolfram.com/summer/">something I liked</a> then. But later in the summer, it happened again. And then I realized: those were times when I wasn’t walking inside on a treadmill; instead (for different reasons) I was <a href="https://twitter.com/stephen_wolfram/status/1032758995742851075" target="_blank">walking outside</a>.</p>
  467. <p>For many years my wife had been extolling the virtues of spending time outside. But it had never really seemed practical for me. Yes, I could talk on the phone (or, in rare cases, actually talk to someone I was walking with). Or I could be walking with a tablet, perhaps watching someone else screensharing—as I did, rather unstylishly, for a week late last summer during my version of a vacation:</p>
  468. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/06-outside-with-ipad2.png" alt="Outside with iPad" title="Outside with iPad" class="alignnone size-full wp-image-18485"/></p>
  469. <p>I’d actually been thinking about walking and working for a long time. Twenty years ago I imagined doing it with an augmented reality display and a one-handed (<a href="https://en.wikipedia.org/wiki/Chorded_keyboard" target="_blank">chorded</a>) keyboard. But the technology didn’t arrive, and I wasn’t even sure the ergonomics would work out (would it make me motion sick, for example?).</p>
  470. <p>But then, last spring, I was at a <a href="https://marsconference.com/" target="_blank">fancy tech event</a>, and I happened to be just out of the frame of a <a href="https://twitter.com/jeffbezos/status/975847153468768256" target="_blank">photo op</a> that involved Jeff Bezos walking with a robotic dog. I wasn’t personally so excited about the robotic dog. But what really interested me was the person walking out of the frame on the other side, intently controlling the dog—using a laptop that he had strapped on in front of him as if he were selling popcorn.</p>
  471. <p>Could one actually work like this, typing and everything? After my “heart-rate discovery” I decided I had to try it. I thought I’d have to build something myself, but actually one can just buy “walking desks”, and so I did. And after minor modifications, I discovered that I could walk and type perfectly well with it, even for a couple of hours. I was embarrassed I hadn’t figured out such a simple solution 20 years ago. But starting last fall—whenever the weather’s been good—I’ve tried to spend a couple of hours of each day walking outside like this:</p>
  472. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/07-popcorn-rig1.png" alt="Popcorn rig" title="Popcorn rig" class="alignnone size-full wp-image-18241"/></p>
  473. <p>And even when I’m intently concentrating on my computer, it’s somehow nice to be outside—and, yes, it seems to have made my resting heart rate go down. And I seem to have enough peripheral vision—or perhaps I’ve just been walking in “simple enough” environments—that I haven’t tripped even when I’m not consciously paying attention. No doubt it helps that I haven’t mostly been walking in public places, so there aren’t other people around. Of course, that also means that I haven’t had the opportunity to get the kind of curious stares I did in 1987 when I first walked down a city street talking on a shoe-sized cellphone….</p>
  474. <h2 class="section">My Desk Environment</h2>
  475. <p>I’ve had the same big wooden desk for 25 years. And needless to say, I had it constructed with some special features. One of my theories of personal organization is that any flat surface represents a potential “stagnation point” that will tend to accumulate piles of stuff—and the best way to avoid such piles is just to avoid having permanent flat surfaces. But one inevitably needs some flat surface, if only just to sign things (it’s not all digital yet), or to eat a snack. So my solution is to have pullouts. If one needs them, pull them out. But one can’t leave them pulled out, so nothing can accumulate on them:</p>
  476. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/08-extra-desk-surfaces2-e1550607539496.png" alt="Extra desk surfaces" title="Extra desk surfaces" class="alignnone size-full wp-image-18253"/></p>
  477. <p>These days I don’t deal with paper much. But whenever something does come across my desk, I like to file it. So behind my desk I have an array of drawers—with the little hack that there’s a slot at the top of each drawer that allows me to immediately slide things into the drawer, without opening it:</p>
  478. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/09-drawers1-e1550607144696.png" alt="Drawers" title="Drawers" class="alignnone size-full wp-image-18245"/></p>
  479. <p>I used to fill up a banker’s box with filed papers every couple of months; now it seems to take a couple of years. And perhaps as a sign of how paperless I’ve become, I have a printer under my desk that I use so rarely that I now seem to go through a ream of paper only every year or so.</p>
  480. <p>There are also other things that have changed over the years. I always want my main computer to be as powerful as possible. And for years that meant that it had to have a big fan to dissipate heat. But since I really like my office to be perfectly quiet (it adds a certain calmness that helps my concentration), I had to put the CPU part of my computer in a different room. And to achieve this, I had a conduit in the floor, through which I had to run often-finicky long-distance video cables. Well, now, finally, I have a powerful computer that doesn’t need a big fan—and so I just keep it behind my desk. (I actually also have three other not-so-quiet computers that I keep in the same room as the treadmill, so that when I’m on the treadmill I can experience all three main modern computing environments, choosing between them with a <a href="https://en.wikipedia.org/wiki/KVM_switch" target="_blank">KVM switch</a>.)</p>
  481. <p>When I mention to people that I’m a remote CEO, they often say, “You must do lots of videoconferencing”. Well, actually, I do basically no videoconferencing. Screensharing is great, and critical. But typically I find video distracting. Often I’ll do a meeting where I have lots of people in case we need to get their input. But for most of the meeting I don’t need all of them to be paying attention (and I’m happy if they’re getting other work done). But if video is on, seeing people who are not paying attention just seems to viscerally kill the mood of almost any meeting.</p>
  482. <p>Given that I don’t have video, audio is very important, and I’m quite a stickler for audio quality in meetings. No speakerphones. No bad cellphone connections. I myself remain quite old school. I wear a headset (with padding added to compensate for my lack of top-of-head hair) with a standard boom microphone. And—partly out of caution about having a radio transmitter next to my head all day—my headset is wired, albeit with a long wire that lets me roam around my office.</p>
  483. <p>Even though I don’t use “talking head” video for meetings, I do have a document camera next to my computer. One time I’ll use this is when we’re talking about phones or tablets. Yes, I could connect their video directly into my computer. But if we’re discussing user experience on a phone it’s often helpful to be able to actually see my finger physically touching the phone.</p>
  484. <p>The document camera also comes in handy when I want to show pages from a physical book, or artifacts of various kinds. When I want to draw something simple I’ll use the annotation capabilities of our screensharing system. But when I’m trying to draw something more elaborate I’ll usually do the retro thing of putting a piece of paper under the document camera, then just using a pen. I like the fact that the image from the document camera comes up in a window on my screen, that I can resize however I want. (I periodically try using drawing tablets but I don’t like the way they treat my whole screen as a canvas, rather than operating in a window that I can move around.)</p>
  485. <h2 class="section">On the Move</h2>
  486. <p>In some ways I lead a simple life, mostly at my desk. But there are plenty of times when I’m away from my desk—like when I’m someplace else in my house, or walking outside. And in those cases I’ll normally take a 13″ laptop to use. When I go further afield, it gets a bit more complicated.</p>
  487. <p>If I’m going to do serious work, or give a talk, I’ll take the 13″ laptop. But I never like to be computerless, and the 13″ laptop is a heavy thing to lug around. So instead I also have a tiny 2-lb laptop, which I put in a little bag (needless to say, both the bag and the computer are adorned with our <a href="https://blog.stephenwolfram.com/2018/12/the-story-of-spikey/">Spikey logo</a>):</p>
  488. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/10-sw-with-spikey-messenger-bag6-e1550708049961.png" alt="Spikey bag" title="Spikey bag" class="alignnone size-full wp-image-18577"/></p>
  489. <p>And for at least the past couple of years—unless I’m bringing the bigger computer, usually in a backpack—I have taken to “wearing” my little computer wherever I go. I originally wanted a bag where the computer would fit completely inside, but the nicest bag I could find had the computer sticking out a bit. To my surprise, though, this has worked well. And it’s certainly amusing when I’m talking to someone and quickly “draw” my computer, and they look confused, and ask, “Where did that come from?”</p>
  490. <p>I always have my phone in my pocket, and if I have just a few moments that’s what I’ll pull out. It works fine if I’m checking mail, and deleting or forwarding a few messages. If I actually want to write anything serious, though, out will come my little computer, with its full keyboard. Of course, if I’m standing up it’s pretty impractical to try to balance the computer on one hand and type with the other. And sometimes if I know I’m going to be standing for a while, I’ll bring a tablet with me. But other times, I’ll just be stuck with my phone. And if I run out of current things I can usefully do (or I don’t have an internet connection) I’ll typically start looking at the “things to read” folder that I maintain synched on all my devices.</p>
  491. <p>Back in 2007 I invented <a href="http://wolframtones.com">WolframTones</a> because I wanted to have a unique ringtone for my phone. But while WolframTones has been <a href="https://blog.stephenwolfram.com/2011/06/music-mathematica-and-the-computational-universe/">successful as an example of algorithmic music composition</a>, the only trace of it on my phone is the image of WolframTones compositions that I use as my home screen:</p>
  492. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/11-sw-phone-homescreen-e1550610450122.png" alt="Phone home screen" title="Phone home screen" class="alignnone size-full wp-image-18280"/></p>
  493. <p>How do I take notes when I’m “out and about”? I’ve tried various technological solutions, but in the end none have proved both practical and universally socially acceptable. So I’ve kept doing the same thing for 40 years: in my pocket I have a pen, together with a piece of paper folded three times (so it’s about the size of a credit card). It’s very low-tech, but it works. And when I come back from being out I always take a few moments to transcribe what I wrote down, send out emails, or whatever.</p>
  494. <p>I have little “tech survival kits” that I bring with me. Here are the current contents from my backpack:</p>
  495. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/12-sw-travel-kit.png" alt="Tech survival kit" title="Tech survival kit" class="alignnone size-full wp-image-18281"/></p>
  496. <p>The centerpiece is a tiny charger, that charges both my computer (through USB-C) and my phone. I bring various connectors, notably so I can connect to things like projectors. I also bring a very light 2- to 3-prong power adaptor, so I don’t find my charger falling out of overused power outlets.</p>
  497. <p>When I’m going on “more serious expeditions” I’ll add some things to the kit:</p>
  498. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/13-sw-travel-kit-serious1.png" alt="Serious expedition kit" title="Serious expedition kit" class="alignnone size-full wp-image-18282"/></p>
  499. <p>There’s a “charging brick” (unfortunately now in short supply) that’ll keep my computer going for many hours. For events like trade shows, I’ll bring a tiny camera that takes pictures every 30 seconds, so I can <a href="https://twitter.com/stephen_wolfram/status/818643009797582848" target="_blank">remember what I saw</a>. And if I’m really going out into the wilds, I’ll bring a satphone as well. (Of course, I always have other stuff too, like a very thin and floppy hat, a light neoprene bag-within-a-bag, glasses wipes, hand sanitizer, mosquito wipes, business cards, pieces of chocolate, etc.)</p>
  500. <p>In my efforts to keep organized on trips, I’ll typically pack several plastic envelopes: </p>
  501. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/14-envelopes1.png" alt="Envelopes" title="Envelopes" class="alignnone size-full wp-image-18467"/></p>
  502. <p>In “Presentation” there’ll be the adaptors (VGA, HDMI, …) I need to connect to projectors. Sometimes there’ll be a wired Ethernet adaptor. (For very low-key presentations, I’ll also sometimes bring a tiny projector too.) In “Car” there’ll be a second cellphone that can be used as a GPS, with a magnetic back and a tiny thing for attaching to the air vent in a car. There’ll be a monaural headset, a phone charger, and sometimes a tiny inverter for my computer. If I’m bringing the satphone, there’ll also be a car kit for it, with an antenna that magnets to the roof of the car, so it can “see” the satellites. In “Hotel” there’ll be a binaural headset, a second computer charger, and a disk with an encrypted backup of my computer, in case I lose my computer and have to buy and configure a new machine. The fourth plastic envelope is used to store things I get on the trip, and it contains little envelopes—approximately one for each day of my trip—in which I put business cards.</p>
  503. <p>Years ago, I always used to bring a little white-noise fan with me, to mask background noise, particularly at night. But at some point I realized that I didn’t need a physical fan, and instead I just have an app that simulates it (I used to use pink noise, but now I just use “air conditioner sound”). It’s often something of a challenge to predict just how loud the outside noise one’s going to encounter (say, the next morning) will be, and so how loud one should set the masking sound. And, actually, as I write this, I realize I should use modern <a href="https://reference.wolfram.com/language/guide/AudioProcessing.html">audio processing in the Wolfram Language</a> to just listen to external sounds, and adjust the masking sound to cover them.</p>
  504. <p>Another thing I need when I travel is a clock. And nowadays it’s just a piece of Wolfram Language code running on my computer. But because it’s software, it can have a few extra features. I always leave my computer on my home timezone, so the “clock” has a slider to specify local time (yes, if I’m ever in a <a href="https://www.wolframalpha.com/input/?i=time+in+alice+springs">half-hour timezone again</a> I’ll have to tweak the code). It also has a button <span letter-spacing:="">Start sleep timer</span>. When I press it, it starts a count-up timer, which lets me see how long I’ve been asleep, whatever my biological clock may say. (<span letter-spacing:="">Start sleep timer</span> also sends an email which gives my assistant an idea of whether or not I’ll make it to that early-next-morning meeting. The top right-hand “mouse corner” is a hack for preventing the computer from going to sleep.)</p>
  505. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/15-sleep-timer-21-e1550613906383.png" alt="Sleep timer" title="Sleep timer" class="alignnone size-full wp-image-18343"/></p>
  506. <p>Whenever it’s practical, I like to drive myself places. It was a different story before cellphones. But nowadays if I’m driving I’m productively making a phone call. I’ll have meetings that don’t require me to look at anything scheduled for my “drive times” (and, yes, it’s nice to have standard conference call numbers programmed in my phone, so I can voice-dial them). And I maintain a “call-while-driving” list of calls that I can do while driving, particularly if I’m in an unusual-for-me timezone.</p>
  507. <p>I’ve always had the problem that if I try to work on a computer while I’m being driven by someone else, I get car sick. I thought I had tried everything. Big cars. Little cars. Hard suspension. Soft suspension. Front seat. Back seat. Nothing worked. But a couple of years ago, quite by chance, I tried listening to music with big noise-canceling headphones—and I didn’t get car sick. But what if when I’m being driven I want to be on the phone while I’m using my computer? Well, at the 2018 <a href="https://www.ces.tech/" target="_blank">Consumer Electronics Show</a>, despite my <a href="https://www.christopherwolfram.com/" target="_blank">son’s</a> admonition that “just because you can’t tell what they’re selling at a booth doesn’t mean it’s interesting”, I stopped at a booth and got these strange objects, which, despite looking a bit odd, do seem to prevent car sickness for me, at least much of the time:</p>
  508. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/16-motion-glasses-e1550610726949.png" alt="Motion glasses" title="Motion glasses" class="alignnone size-full wp-image-18286"/></p>
  509. <h2 class="section">Giving Talks</h2>
  510. <p>I give quite a lot of talks—to a very wide range of audiences. I particularly like giving talks about subjects I haven’t talked about before. I give talks to the fanciest business, tech and science groups. I give talks to schoolkids. I enjoy interacting with audiences (Q&amp;A is always my favorite part), and I enjoy being spontaneous. And I essentially always end up doing livecoding.</p>
  511. <p><a href="https://blog.stephenwolfram.com/2016/04/my-life-in-technology-as-told-at-the-computer-history-museum/">When I was young</a> I traveled quite a bit. I did have portable computers even back in the 1980s (my first was an <a href="https://en.wikipedia.org/wiki/Osborne_1" target="_blank">Osborne 1</a> in 1981), though mostly in those days my only way to stay computer-productive was to have <a href="https://en.wikipedia.org/wiki/Sun-1" target="_blank">workstation computers</a> shipped to my destinations. Then in the early 1990s, I decided I wasn’t going to travel anymore (not least because I was working so intensely on <span><a href="https://www.wolframscience.com/nks/">A New Kind of Science</a></span>). So for a while I basically didn’t give any talks. But then technology advanced. And it started being realistic to give talks through videoconferencing.</p>
  512. <p>I went through several generations of technology, but a number of years ago I built out a videoconferencing setup in my basement. The “set” can be reconfigured in various ways (podium, desk, etc.) But basically I have a back-projection screen on which I can see the remote audience. The camera is in front of the screen, positioned so I’m looking straight at it. If I’m using notes or a script (which, realistically, is rare) I have a homemade teleprompter consisting of a half-silvered mirror and a laptop that I can look at the camera through.</p>
  513. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/17-basement-setup3.png" alt="Videoconferencing basement setup" title="Videoconferencing basement setup" class="alignnone size-full wp-image-18878"/></p>
  514. <p>While it’s technically feasible for me to be looking straight at the camera when I’m livecoding, this makes it look to the audience as if I’m staring off into space, which seems weird. It’s better to look slightly down when I’m obviously looking at a screen. And in fact with some setups it’s good for the audience to see the top of a computer right at the bottom of the screen, to “explain” what I’m looking at.</p>
  515. <p>Videoconferenced talks work quite well in many settings (and, for some extra fun, I’ve sometimes used a telepresence robot). But in recent years (partly as a result of my children wanting to do it with me) I’ve decided that traveling is OK—and I’ve been all over the place: </p>
  516. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/18-sw-travel-geotag.png" alt="Travel around the world" title="Travel around the world" class="alignnone size-full wp-image-18469"/></p>
  517. <p>I’ll usually be giving talks—often several per day. And I’ve gradually developed an elaborate <a href="https://www.wolframcloud.com/objects/sw-blog/PersonalInfrastructure/TalkChecklist.nb">checklist</a> of what’s needed to have them work. A podium that’s at the right height and horizontal enough to let me type easily on my computer (and preferably not so massive that I’m hidden from the audience). An attachable microphone that leaves my hands free to type. A network connection that lets me reach our servers. And, of course, to let the audience actually see things, a computer projector.</p>
  518. <p>I remember the very first computer projector I used, <a href="https://blog.stephenwolfram.com/2016/04/my-life-in-technology-as-told-at-the-computer-history-museum/">in 1980</a>. It was a <a href="http://www.hrl.com/about/history" target="_blank">Hughes “liquid crystal light valve”</a>, and once I got it connected to a CRT terminal, it worked beautifully. In the years since then I’ve used computer projectors all over the world, both in the fanciest audiovisual situations, and in outlying places with ancient equipment and poor infrastructure. And it’s amazing how random it is. In places where one can’t imagine the projector is going to work, it’ll be just fine. And in places where one can’t imagine it won’t work, it’ll fail horribly.</p>
  519. <p>Some years ago I was giving a <a href="https://www.ted.com/talks/stephen_wolfram_computing_a_theory_of_everything" target="_blank">talk at TED</a>—with some of the fanciest audiovisual equipment I’d ever seen. And that was one of the places where things failed horribly. Fortunately we did a test the day before. But it took a solid three hours to get the top-of-the-line computer projector to successfully project my computer’s screen.</p>
  520. <p>And as a result of that very experience I decided I’d better actually understand how computers talk to projectors. It’s a complicated business, that involves having the computer and the projector negotiate to find a resolution, aspect ratio, frame rate, etc. that will work for both of them. Underneath, there are things called <a href="https://en.wikipedia.org/wiki/Extended_Display_Identification_Data" target="_blank">EDID strings</a> that are exchanged, and these are what typically get tangled up. Computer operating systems have gotten much better about handling this in recent years, but for high-profile, high-production-value events, I have a little box that spoofs EDID strings to force my computer to send a specific signal, regardless of what the projector seems to be asking it for.</p>
  521. <p>Some of the talks I give are completely spontaneous. But often I’ll have notes—and occasionally even a script. And I’ll always write these in a <a href="http://www.wolfram.com/notebooks/">Wolfram Notebook</a>. I then have code that “paginates” them, basically replicating “paragraphs” at the end of each page, so I have freedom in when I “turn the page”. In past years I used to transfer these notes to an iPad that I’d set up to “turn the page” whenever I touched its screen. But in recent years I’ve actually just synched files, and used my little computer for my notes—which has the advantage that I can edit them right up to the moment I start giving the talk.</p>
  522. <p>In addition to notes, I’ll sometimes also have material that I want to immediately bring into the talk. Now that we have our new <a href="http://www.wolfram.com/presenter-tools/">Presenter Tools system</a>, I may start creating more slide-show-like material. But that’s not how I’ve traditionally worked. Instead, I’ll typically just have a specific piece of <a href="https://www.wolfram.com/language/">Wolfram Language</a> code I want to input, without having to take the time to explicitly type it. Or perhaps I’ll want to pick an image from a “slide farm” that I want to immediately put on the screen, say in response to a question. (There’s a lot of trickiness about projector resolutions in, for example, <a href="https://www.wolframscience.com/nks/chap-3--the-world-of-simple-programs/">slides of cellular automata</a>, because unless they’re “<a href="https://reference.wolfram.com/language/ref/PixelConstrained.html">pixel perfect</a>” they’ll alias—and it’s not good enough just to scale them like typical slide software would.)</p>
  523. <p>So how do I deal with bringing in this material? Well, I have a second display connected to my computer—whose image isn’t projected. (And, yes, this can contribute to horrible tangling of EDID strings.) Then on that second display I can have things to click or copy. (I have a Wolfram Language function that will take a notebook of inputs and URLs, and make me a palette that I can click to type inputs, open webpages, etc.)</p>
  524. <p>In the past we used to have a little second monitor to attach to my laptop—essentially a disembodied laptop screen. But it took all sorts of kludges to get both it and the projector connected to my laptop (sometimes one would be USB, one would be HDMI, etc.) But now we can just use an iPad—and it’s all pure software (though the interaction with projectors can still be finicky):</p>
  525. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/19-lecturn.png" alt="Lecturn" title="Lecturn" class="alignnone size-full wp-image-18254"/></p>
  526. <p>For a while, just to be stylish, I was using a computer with a Spikey carved out of its case, and backlit. But the little rhombuses in it were a bit fragile, so nowadays I mostly just use “Spikey skins” on my computers:</p>
  527. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/19b-spikey-laptop-glowing3.png" alt="Spikey laptop" title="Spikey laptop" class="alignnone size-full wp-image-18801"/></p>
  528. <h2 class="section">My Filesystem</h2>
  529. <p>The three main applications I use all day are <a href="http://www.wolfram.com/wolfram-one/">Wolfram Desktop</a>, a web browser, and email. My main way of working is to create (or edit) Wolfram Notebooks. Here are a few notebooks I worked on today:</p>
  530. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/20-sw-nb-images1.png" alt="Notebooks in progress" title="Notebooks in progress" class="alignnone size-full wp-image-18255"/></p>
  531. <p>On a good day I’ll type at least 25,000 characters into Wolfram Notebooks (and, yes, I <a href="https://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/">record all my keystrokes</a>). I always organize my notebooks into sections and subsections and so on (which, very conveniently, automatically exist in hierarchical cells). Sometimes I’ll write mostly text in a notebook. Sometimes I’ll screen capture something from elsewhere and paste it in, as a way to keep notes. Depending on what I’m doing, I’ll also actually do computations in a notebook, entering Wolfram Language input, getting results, etc.<br/>
  532. <a name="twiki-blog-process-link"/></p>
  533. <p>Over the years, I’ve accumulated over a hundred thousand notebooks, representing product designs, plans, research, writings, and, basically, everything I do. All these notebooks are ultimately stored in my filesystem (yes, I sync with the cloud, use cloud files, and file servers, etc.) And I take pains <a href="https://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/#filesystems">to keep my filesystem organized</a>—with the result I can typically find any notebook I’m looking for just by navigating my filesystem, faster than I could formulate a search for it.</p>
  534. <p>I believe I first thought seriously about how to organize my files back in 1978 (which was also when I started using the Unix operating system). And over the past 40 years I’ve basically gone through five generations of filesystem organization, with each generation basically being a reflection of how I’m organizing my work at that stage in my life.</p>
  535. <p>For example, during the period from 1991 to 2002 when I was writing my big book <span><a href="https://www.wolframscience.com/nks/">A New Kind of Science</a></span>, a substantial part of my filesystem was organized simply according to sections of the book: </p>
  536. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/21-FinderWindow1.png" alt="Finder window" title="Finder window" class="alignnone size-full wp-image-18256"/></p>
  537. <p>And it’s very satisfying that today I can go immediately from, say, an image in the <a href="https://www.wolframscience.com/nks/">online version of the book</a>, to the notebook that created it (and the stability of the Wolfram Language means that I can immediately run the code in the notebook again—though sometimes it can now be written in a more streamlined way).</p>
  538. <p>The sections of the book are basically laid out in the <span letter-spacing:="">NewScience/Book/Layout/</span> folder of my “third-generation” filesystem. Another part of that filesystem is <span letter-spacing:="">NewScience/BookResearch/Topics</span>. And in this folder are about 60 subfolders named for broad topics that I studied while working on the book. Within each of these folders are then further subfolders for particular projects I did while studying those topics—which often then turned into particular sections or notes in the book.</p>
  539. <p>Some of my thinking about computer filesystems derives from my experience in the 1970s and 1980s with physical filesystems. Back when I was a <a href="https://www.stephenwolfram.com/publications/academic/?cat=particle-physics">teenager doing physics</a> I voraciously made photocopies of papers. And at first I thought the best way to file these papers would be in lots of different categories, with each category stored in a different physical file folder. I thought hard about the categories, often feeling quite pleased with the cleverness of associating a particular paper with a particular category. And I had the principle that if too many papers accumulated in one category, I should break it up into new categories.</p>
  540. <p>All this at first seemed like a good idea. But fairly quickly I realized it wasn’t. Because too often when I wanted to find a particular paper I couldn’t figure out just what cleverness had caused me to associate it with what category. And the result was that I completely changed my approach. Instead of insisting on narrow categories, I allowed broad, general categories—with the result that I could easily have 50 or more papers filed in a single category (often ending up with multiple well-stuffed physical file folders for a given category): </p>
  541. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/22-files-in-drawer1.png" alt="File folders in drawer" title="File folders in drawer" class="alignnone size-full wp-image-18579"/></p>
  542. <p>And, yes, that meant that I would sometimes have to leaf through 50 papers or more to find one I wanted. But realistically this wouldn’t take more than a few minutes. And even if it happened several times a day it was still a huge win, because it meant that I could actually successfully find the things I wanted.</p>
  543. <p>I have pretty much the same principle about some parts of my computer filesystem today. For example, when I’m collecting research about some topic, I’ll just toss all of it into a folder named for that topic. Sometimes I’ll even do this for years. Then when I’m ready to work on that topic, I’ll go through the folder and pick out what I want.</p>
  544. <p>These days my filesystem is broken into an active part (that I continuously sync onto all my computers), and a more archival part, that I keep on a central fileserver (and that, for example, contains my older-generation filesystems).</p>
  545. <p>There are only a few top-level folders in my active filesystem. One is called <span letter-spacing:="">Events</span>. Its subfolders are years. And within each year I’ll have a folder for each of the outside events I go to in that year. In that folder I’ll store material about the event, notebooks I used for talks there, notes I made at the event, etc. Since in a given year I won’t go to more than, maybe, 50 events, it’s easy to scan through the <span letter-spacing:="">Events</span> folder for a given year, and find the folder for a particular event.</p>
  546. <p>Another top-level folder is called <span letter-spacing:="">Designs</span>. It contains all my notes about my design work on the Wolfram Language and other things we’re building. Right now there are about 150 folders about different active areas of design. But there’s also a folder called <span letter-spacing:="">ARCHIVES</span>, which contains folders about earlier areas that are no longer active.</p>
  547. <p>And in fact this is a general principle in the project-oriented parts of my filesystem. Every folder has a subfolder called <span letter-spacing:="">ARCHIVES</span>. I try to make sure that the files (or subfolders) in the main folder are always somehow active or pending; anything that’s finished with I put in <span letter-spacing:="">ARCHIVES</span>. (I put the name in capitals so it stands out in directory listings.)</p>
  548. <p>For most projects I’ll never look at anything in <span letter-spacing:="">ARCHIVES</span> again. But of course it’s easy to do so if I want to. And the fact that it’s easy is important, because it means I don’t have nagging concerns about saying “this is finished with; let’s put it in <span letter-spacing:="">ARCHIVES</span>”, even if I think there’s some chance it might become active again.</p>
  549. <p>As it happens, this approach is somewhat inspired by something I saw done with physical documents. When I was consulting at Bell Labs in the early 1980s I saw that a <a href="https://en.wikipedia.org/wiki/Andrew_Odlyzko" target="_blank">friend of mine</a> had two garbage cans in his office. When I asked him why, he explained that one was for genuine garbage and the other was a buffer into which he would throw documents that he thought he’d probably never want again. He’d let the buffer garbage can fill up, and once it was full, he’d throw away the lower documents in it, since from the fact that he hadn’t fished them out, he figured he’d probably never miss them if they were thrown away permanently.</p>
  550. <p>Needless to say, I don’t follow exactly this approach, and in fact I keep everything, digital or paper. But the point is that the <span letter-spacing:="">ARCHIVES</span> mechanism gives me a way to easily keep material while still making it easy to see everything that’s active.</p>
  551. <p>I have a bunch of other conventions too. When I’m doing designs, I’ll typically keep my notes in files with names like <tt>Notes-01.nb</tt> or <tt>SWNotes-01.nb</tt>. It’s like my principle of not having too many file categories: I don’t tend to try to categorize different parts of the design. I just sequentially number my files, because typically it’ll be the most recent—or most recent few—that are the most relevant when I continue with a particular design. And if the files are just numbered sequentially, it’s easy to find them; one’s not trying to remember what name one happened to give to some particular direction or idea.</p>
  552. <p>A long time ago I started always naming my sequential files <tt>file-01</tt>, <tt>file-02</tt>, etc. That way pretty much any sorting scheme will sort the files in sequence. And, yes, I do often get to <tt>file-10</tt>, etc. But in all these years I have yet to get even close to <tt>file-99</tt>.</p>
  553. <h2 class="section">Knowing Where to Put Everything</h2>
  554. <p>When I’m specifically working on a particular project, I’ll usually just be using files in the folder associated with that project. But on a good day, I’ll have lots of ideas about lots of different projects. And I also get hundreds of emails every day, relevant to all sorts of different projects. But often it’ll be months or years before I’m finally ready to seriously concentrate on one of these other projects. So what I want to do is to store the material I accumulate in such a way that even long in the future I can readily find it.</p>
  555. <p>For me, there are typically two dimensions to where something should be stored. The first is (not surprisingly) the content of what it’s about. But the second is the type of project in which I might use it. Is it going to be relevant to some feature of some product? Is it going to be raw material for some <a href="https://www.stephenwolfram.com/publications/">piece I write</a>? Is it a seed for a student project, say at our <a href="https://education.wolfram.com/summer/">annual Summer School</a>? And so on.</p>
  556. <p>For some types of projects, the material I’m storing typically consists of a whole file, or several files. For others, I just need to store an idea which can be summarized in a few words or paragraphs. So, for example, the <a href="https://blog.stephenwolfram.com/2017/08/high-school-summer-camp-a-two-week-path-to-computational-thinking/">seed for a student project</a> is typically just an idea, that I can describe with a title, and perhaps a few lines of explanation. And in any given year I just keep adding such project ideas to a single notebook—which, for example, I’ll look at—and summarize—right before our <a href="https://education.wolfram.com/summer/">annual summer programs</a>.</p>
  557. <p>For pieces like this that I’m potentially going to write, it’s a little different. At any given time, there are perhaps 50 pieces that I’m considering at some point writing. And what I do is to create a folder for each of them. Each will typically have files with names like <tt>Notes-01.nb</tt>, into which I accumulate specific ideas. But then the folder will also contain complete files, or groups of files, that I accumulate about the topic of the piece. (Sometimes I’ll organize these into subfolders, with names like <span letter-spacing:="">Explorations</span> and <span letter-spacing:="">Materials</span>.)</p>
  558. <p>In my filesystem, I have folders for different types of projects: <span letter-spacing:="">Writings</span>, <span letter-spacing:="">Designs</span>, <span letter-spacing:="">StudentProjects</span>, etc. I find it important to have only a modest number of such folders (even with my fairly complex life, not much more than a dozen). When something comes in—say from a piece of email, or from a conversation, or from something I see on the web, or just from an idea I have—I need to be able to quickly figure out what type of project (if any) it might be relevant to.</p>
  559. <p>At some level it’s as simple as “what file should I put it into”? But the key point is to have a pre-existing structure that makes it quick to decide that—and then to have this structure be one in which I can readily find things even far into the future.</p>
  560. <p>There are plenty of tricky issues. Particularly if years go by, the way one names or thinks about a topic may change. And sometimes that means at some point I’ll just rename a folder or some such. But the crucial thing as far as I’m concerned is that at any given time the total number of folders into which I’m actively putting things is small enough that I can basically remember all of them. I might have a dozen folders for different types of projects. Then some of these will need subfolders for specific projects about specific topics. But I try to limit the total number of “active accumulation folders” to at most a few hundred.</p>
  561. <p>Some of those “accumulation folders” I’ve had for a decade or more. A few will come into existence and be gone within a few months. But most will last at most a few years—basically the time between when I conceptualize a project, and when the project is, for practical purposes, finished.</p>
  562. <p>It’s not perfect, but I end up maintaining two hierarchies of folders. The first, and most important, is in my filesystem. But the second is in my email. There are two basic reasons I maintain material in email folders. The first is immediate convenience. Some piece of mail comes in and I think “that’s relevant to such-and-such a project that I’m planning to do”—and I want to store it in an appropriate place. Well, if that place is a mail folder, all I have to do is move the mail with one mouse motion (or maybe with one press of a Touch Bar button). I don’t have to, for example, find a file or filesystem folder to put it into.</p>
  563. <p>There’s also another reason it’s good to leave mail as mail: threading. In the Wolfram Language we’ve now got capabilities both for <a href="https://reference.wolfram.com/language/ref/format/MBOX.html">importing mailboxes</a>, and for <a href="https://reference.wolfram.com/language/guide/HandlingLiveMailboxes.html">connecting to live mail servers</a>. And one of the things one quickly sees is how complicated the graphs (actually, hypergraphs) of email conversations can be. Mail clients certainly aren’t perfect as a way to view these conversations, but it’s a lot better to use one than, say, to have a collection of separate files.</p>
  564. <p>When projects are fairly well defined, but aren’t yet very active, I tend to use filesystem folders rather than email folders. Typically what will be coming in about these projects are fairly isolated (and non-threaded) pieces of mail. And I find it best either just to drag those pieces of mail into appropriate project folders, or to copy out their contents and add them to notebooks.</p>
  565. <p>When a project is very active, there may be lots of mail coming in about it, and it’s important to preserve the threading structure. And when a project isn’t yet so well defined, I just want to throw everything about it into a single “bucket”, and not have to think about organizing it into subfolders, notebooks, etc.</p>
  566. <p>If I look at my mail folders, I see many that parallel folders in my filesystem. But I see some that do not, particularly related to longer-term project concepts. And I have many such folders that have been there for well over a decade (my current overall mail folder organization is about 15 years old). Sometimes their names aren’t perfect. But there are few enough folders, and I’ve seen them for long enough, that I have a sense of what I’m filing in them, even though their names don’t quite capture it.</p>
  567. <p>It’s always very satisfying when I’m ready to work on a project, and I open the mail folder for it, and start going through messages, often from long ago. Just in the past few weeks, as we wrap up a major new version of the Wolfram Language, I’m starting to look ahead, and I’ve been going through folders with messages from 2005, and so on. When I saved those messages, I didn’t yet have a definite framework for the project they’re about. But now I do. So when I go through the messages I can quickly put them into the appropriate active notebooks and so on. Then I delete the messages from the mail folder, and eventually, once it is empty, delete the whole mail folder. (Unlike with files, I don’t find it useful to have an <span letter-spacing:="">ARCHIVES</span> folder for mail; the mail is just too voluminous and not organized enough, so to find any particular item I’ll probably end up having to search for it anyway, and of course I certainly have all of my mail stored.)</p>
  568. <p>OK, so I have my filesystem, and I have mail. At our company we also have an extensive project management system, as well as all sorts of databases, request trackers, source control systems, etc. Mostly the nature of my current work does not cause me to interact directly with these, and I don’t explicitly store my own personal output in them. At different times, and with different projects, I have done so. But right now my interaction with these systems is basically only as a viewer, not an author.</p>
  569. <p>Beyond these systems, there are lots of things that I interact with basically through webpages. These might be public sites like <a href="https://www.wolframalpha.com/">wolframalpha.com</a> or <a href="https://wolfram.com/">wolfram.com</a>. They might be internal sites at our company. And they might be preliminary (say, “test” or “devel”) versions of what will in the future be <a href="http://www.wolfram.com/resources">public websites</a> or web-based services. I have a personal homepage that gives me convenient access to all these things:</p>
  570. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/23-sw-homescreen.png" alt="Homepage" title="Homepage" class="alignnone size-full wp-image-18574"/></p>
  571. <p>The source for the homepage is (needless to say) a Wolfram Notebook. I can edit this notebook in my filesystem, then press a button to deploy a version to the <a href="http://www.wolfram.com/cloud/">Wolfram Cloud</a>. I’ve got an extension in my web browser so that every time I create a new browser window or tab, the initial content will be my personal homepage.</p>
  572. <p>And when I’m going to start doing something, there are just a few places I go. One is this web homepage, which I access many hundreds of times every day. Another is my email and its folders. Another is my desktop filesystem. And basically the only other one of any significance is my calendar system.</p>
  573. <p>From time to time, I’ll see other people’s computers, and their desktops will be full of files. My desktop is completely empty, and plain white (convenient for whole-screen screensharing and livestreaming). I’d be mortified if there were any files to be seen on my desktop. I’d consider it a sign of defeat in my effort to keep what I’m doing organized. The same can be said of generic folders like <span letter-spacing:="">Documents</span> and <span letter-spacing:="">Downloads</span>. Yes, in some situations applications etc. will put files there. But I consider these directories to be throwaways. Nothing in them do I intend to be part of my long-term organizational structure. And they’re not synched to the cloud, or across my different computers.</p>
  574. <p>Whatever the organization of my files may be, one feature of them is that I keep them a long time. In fact, my oldest file dates are from 1980. Back then, there was something a bit like the cloud, except it was called <a href="https://en.wikipedia.org/wiki/Time-sharing" target="_blank">timesharing</a>. I’ve actually lost some of the files that I had on timesharing systems. But the ones I had on on-premise computers are still with me (though, to be fair, some had to be retrieved from <a href="https://en.wikipedia.org/wiki/9_track_tape" target="_blank">9-track backup tapes</a>).</p>
  575. <p>And today, I make a point of having all my files (and all my email) actively stored on-premise. And, yes, that means I have this in my basement:</p>
  576. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/24-server-room1.png" alt="Server room" title="Server room" class="alignnone size-full wp-image-18259"/></p>
  577. <p>The initial storage is on a standard RAID disk array. This is backed up to computers at my company headquarters (about 1000 miles away), where standard tape backups are done. (In all these years, I’ve only ever had to retrieve from a backup tape once.) I also sync my more active files to the cloud, and to all my various computers.</p>
  578. <h2 class="section">All the Little Conveniences</h2>
  579. <p>My major two personal forms of output are mail messages and Wolfram Notebooks. And over the 30 years since we first introduced notebooks we’ve optimized our notebook system to the point where I can just <a href="https://reference.wolfram.com/language/ref/menuitem/New.html">press a key to create a default new notebook</a>, and then I’m immediately off and running writing what automatically becomes a good-looking structured document. (And, by the way, it’s very nice to see that we’ve <a href="https://twitter.com/stephen_wolfram/status/1009273778524819456?lang=en" target="_blank">successfully maintained compatibility</a> for 30 years: notebooks I created back in 1988 still just work.)</p>
  580. <p>Sometimes, however, I’m making a notebook that’s not so much for human consumption as for input to some automated process. And for this, I use a whole variety of specially set up notebooks. For example, if I want to <a href="https://resources.wolframcloud.com/FunctionRepository/Unnamed-Function.nb">create an entry</a> in our new <a href="https://resources.wolframcloud.com/FunctionRepository">Wolfram Function Repository</a>, I just go to the menu item (available in any <a href="https://twitter.com/stephen_wolfram/status/1097690425832456192" target="_blank">Version 12 system</a>) <span letter-spacing:=""> File </span>&gt;<span letter-spacing:=""> New </span>&gt;<span letter-spacing:=""> Repository Item </span>&gt;<span letter-spacing:=""> Function Repository Item</span>:</p>
  581. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/25-MyFunction1.png" alt="MyFunction popup" title="MyFunction popup" class="alignnone size-full wp-image-18260"/></p>
  582. <p>This effectively “prompts” me for items and sections to add. When I’m done, I can press <span letter-spacing:="">Submit to Repository</span> to send the notebook off to our central queue for repository item reviews (and, just because I’m the CEO doesn’t mean I get out of the review process—or want to).</p>
  583. <p>I actually create a fair amount of content that’s structured for further processing. A big category is <a href="https://reference.wolfram.com/language/">Wolfram Language documentation</a>. And for authoring this we have an internal system we call DocuTools, that’s all based on a giant palette developed over many years, that I often say reminds one of an airplane cockpit in its complexity:</p>
  584. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/26-docutools1.png" alt="DocuTools palette" title="DocuTools palette" class="alignnone size-full wp-image-18261"/></p>
  585. <p>The idea of DocuTools is to make it as ergonomic as possible to author documentation. It has more than 50 subpalettes (a few shown above), and altogether no less than 1016 buttons. If I want to start a new page for a Wolfram Language function I just press <span letter-spacing:="">New Function Page</span>, and up pops:</p>
  586. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/27-docutools-new-function-page.png" alt="DocuTools new function" title="DocuTools new function" class="alignnone size-full wp-image-18263"/></p>
  587. <p>A very important part of this page is the stripe at the top that says “Future”. This means that even though the page will be stored in our source control system, it’s not ready yet: it’s just something we’re considering for the future. And the system that builds our <a href="https://reference.wolfram.com/language/">official documentation</a> will ignore the page.</p>
  588. <p>Usually we (which quite often actually means me) will write documentation for a function before the function is implemented. And we’ll include all sorts of details about features the function should have. But when the function is actually first implemented, some of those features may not be ready yet. And to deal with this we (as we call it) “futurize” parts of the documentation, giving it a very visible pink background. It’s still there in the source control system, and we see it every time we look at the source for the documentation page. But it’s not included when the page for documentation that people will see is built.</p>
  589. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/28-futurization1.png" alt="Futurization documentation" title="Futurization documentation" class="alignnone size-full wp-image-18603"/></p>
  590. <p>DocuTools is of course implemented in the Wolfram Language, making extensive use of the symbolic structure of Wolfram Notebooks. And over the years it’s grown to handle many things that aren’t strictly documentation; in fact, for me it’s become the main hub for the creation of almost all notebook-based content.</p>
  591. <p>There’s a button, for example, for <span letter-spacing:="">Stephen Wolfram Blog</span>. Press it and one gets a standard notebook ready to write into. But in DocuTools there’s a whole array of buttons that allow one to insert suggestions and edits. And when I’ve written a blog what will come back is typically something like this:</p>
  592. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/29-BlogEdited.png" alt="Edited blog" title="Edited blog" class="alignnone size-full wp-image-18289"/></p>
  593. <p>The pink boxes are “you really need to fix this”; the tan are “here’s a comment”. Click one and up comes a little form:</p>
  594. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/30-BlogToolsPopUp2.png" alt="Blog edit popup" title="Blog edit popup" class="alignnone size-full wp-image-18295"/></p>
  595. <p>Of course, there are plenty of change-tracking and redlining systems out there in the world. But with the Wolfram Language it becomes easy to create a custom one that’s optimized for my needs, so that’s what I’ve had done. Before I had this, it used to take many hours to go through edit suggestions (I remember a horrifying 17-hour plane ride where I spent almost the whole time going through suggestions for a <a href="https://blog.stephenwolfram.com/2014/08/computational-knowledge-and-the-future-of-pure-mathematics/">single post</a>). But now—because it’s all optimized for me—I can zip through perhaps 10 times faster.</p>
  596. <p>Very often tools that are custom built for me end up being adapted so everyone else can use them too. An example is a system for authoring courses and creating videos. I wanted to be able to do this as a “one-man band”—a bit like how I do livestreaming. My idea was to create a script that contains both words to say and code to input, then to make the video by screen recording in real time while I went through the script. But how would the inputs work? I couldn’t type them by hand because it would interrupt the real-time flow of what I was saying. But the obvious thing is just to “autotype” them directly into a notebook.</p>
  597. <p>But how should all this be orchestrated? I start from a script:</p>
  598. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/31-coursescript-11.png" alt="Course script" title="Course script" class="alignnone size-full wp-image-18266"/></p>
  599. <p>Then I press <span letter-spacing:="">Generate Recording Configuration</span>. Immediately a title screen comes up in one area of my screen, and I set up my screen-recording system to record from this area. Elsewhere on my screen is the script. But what about the controls? Well, they’re just another Wolfram Notebook, that happens to act as a palette containing buttons: </p>
  600. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/32-CourseScript22.png" alt="Course script in action" title="Course script in action" class="alignnone size-full wp-image-18374"/></p>
  601. <p>But how can I actually operate this palette? I can’t use my mouse, because then I’d take focus away from the notebook that’s being screen recorded. So the idea that I had is to put the palette on an extended desktop, that happens to be being displayed on an iPad. So then to “perform” the script, I just press buttons on the palette.</p>
  602. <p>There’s a big <span letter-spacing:="">Advance Script</span> button. And let’s say I’ve read to a point in the script where I need to type something into the notebook. If I want to simulate actual typing I press <span letter-spacing:="">Slow Type</span>. This will enter the input character-at-a-time into the notebook (yes, we measured the <a href="https://reference.wolfram.com/language/ref/FindDistribution.html">inter-key delay distribution</a> for human typing, and simulate it). After a while it gets annoying to see all that slow typing. So then I just use the <span letter-spacing:="">Type</span> button, which copies the whole input immediately into the notebook. If I press the button again, it’ll perform its second action: <span letter-spacing:="">Evaluate</span>. And that’s the equivalent of pressing <a href="https://reference.wolfram.com/language/workflow/RunAComputation.html"><tt>Shift+Enter</tt></a> in the notebook (with some optional extra explanatory popups suitable for the video).</p>
  603. <p>I could go on about other tools I’ve had built using the Wolfram Language, but this gives a flavor. But what do I use that isn’t Wolfram Language? Well, I use a web browser, and things that can be reached through it. Still, quite often, I’m just going to the <a href="http://www.wolfram.com/cloud/">Wolfram Cloud</a>, and for example viewing or using cloud notebooks there.</p>
  604. <p>Sometimes I’ll use our public Wolfram Cloud. But more often I’ll use a <a href="http://www.wolfram.com/enterprise-private-cloud/">private Wolfram Cloud</a>. The agendas for most of our internal meetings are notebooks that are hosted on our internal Wolfram Cloud. I also personally have a local private Wolfram Cloud running, that I host an increasing number of applications on.</p>
  605. <p>Here’s the dock on my computer as of right now:</p>
  606. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/33-MacOSDock1.png" alt="Stephen Wolfram dock" title="Stephen Wolfram dock" class="alignnone size-full wp-image-18267"/></p>
  607. <p>It’s got a filesystem browser; it’s got an email client; it’s got three web browsers (yes, I like to test our stuff on multiple browsers). Then I’ve got a calendar client. Next is the client for our VoIP phone system (right now I’m alternating between using this, and using audio along with our screensharing system). Then, yes, at least right now I have a music app. I have to say it’s rather rare that my day gives me a chance to listen to music. Probably the main time when I end up doing it is when I’m very behind on email, and need something to cheer me up as I grind through thousands of messages. As soon as I’m actually writing anything nontrivial, though, I have to pause the music, or I can’t concentrate. (And I have to find music without vocals—because I’ve noticed I can’t read at full speed if I’m hearing vocals.)</p>
  608. <p>Sometimes I’ll end up launching a standard word processor, spreadsheet, etc. app because I’m opening a document associated with one of these apps. But I have to admit that in all these years I’ve essentially never authored a document from scratch with any of these apps; I end up just using technology of ours instead.</p>
  609. <p>Occasionally I’ll open a terminal window, and directly use operating system commands. But this is becoming less and less common—because more and more I’m just using the Wolfram Language as my “super shell”. (And, yes, it’s incredibly convenient to store and edit commands in a notebook, and to instantly be able to produce graphical and structured output.)</p>
  610. <p>As I write this, I realize a little optimization I haven’t yet made. On my personal homepage there are some links that do fairly complex things. One, for example, initiates the process for me doing an unscheduled livestream: it messages our 24/7 system monitoring team so they can take my feed, broadcast it, and monitor responses. But I realize that I still have quite a few custom operating system commands, that do things like update from the source code repository, that I type into a terminal window. I need to set these up in my private cloud, so I can just have links on my personal homepage that run Wolfram Language code for these commands. (To be fair, some of these commands are very old; for example, my <span letter-spacing:="">fmail</span> command that sends a mail message in the future, was written nearly 30 years ago.)</p>
  611. <p>But, OK, if I look at my dock of apps, there’s a definite preponderance of <a href="https://blog.stephenwolfram.com/2018/12/the-story-of-spikey/">Spikey</a> ones. But why, for example, do I need three identical standard Spikeys? They’re all the Wolfram Desktop app. But there are three versions of it. The first one is our latest distributed version. The second one is our latest internal version, normally updated every day. And the third one (which is in white) is our “prototype build”, also updated every day, but with lots of “bleeding edge” features that aren’t ready to go into serious testing.</p>
  612. <p>It requires surprisingly fancy operating system footwork to get these different versions installed every night, and to correctly register document types with them. But it’s very important to my personal workflow. Typically I’ll use the latest internal version (and, yes, I have a directory with many previous versions too), but occasionally, say for some particular meeting, I’ll try out the prototype build, or I’ll revert to the released build, because things are broken. (Dealing with multiple versions is one of those things that’s easier in the cloud—and we have a whole array of different configurations running in internal private clouds, with all sorts of combinations of kernel, front end, and other versions.)</p>
  613. <p>When I give talks and so on, I almost always use the latest internal version. I find that livecoding in front of an audience is a great way to find bugs—even if it sometimes makes me have to explain, as I put it, the “disease of the software company CEO”: to always want to be running the latest version, even if it hasn’t been seriously tested and was built the night before.</p>
  614. <h2 class="section">Archiving &amp; Searching</h2>
  615. <p>A critical part of my personal infrastructure is something that in effect dramatically extends my personal memory: my “metasearcher”. At the top of my personal homepage is a search box. Type in something like “rhinoceros elephant” and I’ll immediately find every email I’ve sent or received in the past 30 years in which that’s appeared, as well as every file on my machine, and every paper document in my archives:</p>
  616. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/34-MetaSearcher.png" alt="Metasearcher" title="Metasearcher" class="alignnone size-full wp-image-18365"/>
  617. </p>
  618. <p>To me it’s extremely convenient to have a count of the messages by year; it often helps me remember the history or story behind whatever I’m asking. (In this case, I can see a peak in 2008, which is when we were getting ready to launch <a href="https://www.wolframalpha.com/">Wolfram|Alpha</a>—and I was working on data about lots of kinds of things, including species.)</p>
  619. <p>Of course, a critical piece of making my metasearcher work is that I’ve stored so much stuff. For example, I actually have all the 815,000 or so emails that I’ve written in the past 30 years, and all the 2.3 million (mostly non-spam) ones I’ve received. And, yes, it helps tremendously that I’ve had a company with organized IT infrastructure etc. for the past 32 years.</p>
  620. <p>But email, of course, has the nice feature that it’s “born digital”. What about things that were, for example, originally on paper? Well, I have been something of an “informational packrat” for most of my life. And in fact I’ve been pretty consistently keeping documents back to when I started elementary school in 1968. They’ve been re-boxed three times since then, and now the main ones are stored like this: </p>
  621. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/35-boxes2-e1550612996608.png" alt="Storage boxes" title="Storage boxes" class="alignnone size-full wp-image-18317"/></p>
  622. <p>(I also have file folder storage for documents on people, organizations, events, projects and topics.) My rate of producing paper documents increased through about 1984, then decayed quite rapidly, as I went more digital. Altogether I have about a quarter million pages of primary non-bulk-printed documents—mostly from the earlier parts of my life.</p>
  623. <p>About 15 years ago I decided I needed to make these searchable, so I initiated the project of scanning all of them. Most of the documents are one or a few pages in length, so they can’t be handled by an automatic feeder—and so we set up a rig with a high-resolution camera (and in those days it needed flash). It took several person-years of work, but eventually all the documents were scanned.</p>
  624. <p>We automatically cropped and <a href="https://reference.wolfram.com/language/ref/ColorBalance.html">white-balanced</a> them (using <a href="https://reference.wolfram.com/language/guide/ImageProcessing.html">Wolfram Language image processing</a>), then <a href="https://reference.wolfram.com/language/ref/TextRecognize.html">OCR’ed them</a>, and put the OCR’ed text as a transparent layer into the scanned image. If I now search for “rhinoceros” I find 8 documents in my archive. Perhaps not surprisingly given that search term, they’re a bit random, including for example the issue of my elementary school magazine from Easter 1971.</p>
  625. <p>OCR works on printed text. But what about handwritten text? Correspondence, even if it’s handwritten, usually at least comes on printed letterhead. But I have many pages of handwritten notes with basically nothing printed on them. Recognizing handwriting purely from images (without the time series of strokes) is still beyond current technology, but I’m hoping that our <a href="https://reference.wolfram.com/language/guide/NeuralNetworks.html">neural-net-based machine learning systems</a> will soon be able to tackle it. (Conveniently, I’ve got quite a few documents where I have both my handwritten draft, and a typed version, so I’m hoping to have a training set for at least my personal handwriting.)</p>
  626. <p>But even though I can’t search for handwritten material, I can often find it just by “looking in the right box”. My primary scanned documents are organized into 140 or so boxes, each covering a major period or project in my life. And for each box, I can pull up thumbnails of pages, grouped into documents. So, for example, here are school geography notes from when I was 11 years old, together with the text of a speech I gave:</p>
  627. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/36-sw-scanned-geography-notes.png" alt="Geography notes" title="Geography notes" class="alignnone size-full wp-image-18269"/></p>
  628. <p>I have to say that pretty much whenever I start looking through my scanned documents from decades ago I end up finding something unexpected and interesting, that very often teaches me something about myself, and about how I ended up developing in some particular direction.</p>
  629. <p>It may be something fairly specific to my life, and the fact that I’ve worked on building long-term things, as well as that I’ve kept in touch with a large number of people over a long period of time, but I’m amazed by the amount of even quite ancient personal history that I seem to encounter practically every day. Some person or some organization will contact me, and I’ll look back at information about interactions I had with them 35 years ago. Or I’ll be thinking about something, and I’ll vaguely remember that I worked on something similar 25 years ago, and look back at what I did. I happen to have a pretty good memory, but when I actually look at material from the past I’m always amazed at how many details I’ve personally forgotten.</p>
  630. <p>I first got my metasearcher set up nearly 30 years ago. The current version is based on Wolfram Language <a href="https://reference.wolfram.com/language/ref/CreateSearchIndex.html"><tt>CreateSearchIndex</tt></a>/<a href="https://reference.wolfram.com/language/ref/TextSearch.html"><tt>TextSearch</tt></a> functionality, running on my personal private cloud. It’s using <a href="https://reference.wolfram.com/language/ref/UpdateSearchIndex.html"><tt>UpdateSearchIndex</tt></a> to update every few minutes. The metasearcher also “federates in” results from APIs for searching our corporate websites and databases.</p>
  631. <p>But not everything I want can readily be found by search. And another mechanism I have for finding things is my “personal timeline”. I’ve been meaning for ages to extend this, but right now it basically just contains information on my external events, about 40 of them per year. And the most important part is typically my “personal trip report”, which I meticulously write, if at all possible within 24 hours.</p>
  632. <p>Usually the trip report is just text (or at least, text structured in a notebook). But when I go to events like trade shows I typically bring a tiny camera with me, that takes a picture every half-minute. If I’m wearing one of those lanyard name tags I’ll typically clip the camera on the top of the name tag, among other things putting it at an ideal height to capture name tags of people I meet. When I write my personal trip report I’ll typically review <a href="https://twitter.com/stephen_wolfram/status/818643009797582848" target="_blank">the pictures</a>, and sometimes copy a few into my trip notebook.</p>
  633. <p>But even with all my various current sources of archival material (which now include chat messages, livestreams, etc.), email still remains the most important. Years ago I decided to make it easy for people to <a href="https://www.stephenwolfram.com/contact/">find an email address for me</a>. My calculation was that if someone wants to reach me, then in modern times they’ll eventually find a way to do it, but if it’s easy for them just to send email, that’s how they’ll contact me. And, yes, having my email address out there means I get lots of email from people I don’t know around the world. Some of it is <a href="https://blog.stephenwolfram.com/2016/04/who-was-ramanujan/">admittedly strange</a>, but a lot is interesting. I try to look at all of it, but it’s also sent to a request tracker system, so my staff can make sure important things get handled. (It is sometimes a little odd for people to see request tracker ticket metadata like SWCOR #669140 in email subject lines, but I figure it’s a small price to pay for making sure the email is actually responded to.)</p>
  634. <p>I might mention that for decades email has been the primary means of communication inside our (<a href="http://www.wolfram.com/company/careers/locations/">geographically distributed</a>) company. Yes, we have project management, source control, CRM and other systems, as well as chat. But at least for the parts of the company that I interact with, email is overwhelmingly dominant. Sometimes it’s individual emails being sent between people. Sometimes it’s email groups.</p>
  635. <p>It’s been a running joke for a long time that we have more email groups than employees. But we’ve been careful to organize the groups, for example identifying different types by prefixes to their names (t- is a mailing list for a project team, d- a mailing list for a department, l- a more open mailing list, r- a mailing list for automated reports, q- a request list, etc.) And for me at least this makes it plausible to remember what the right list is for some mail I want to send out.</p>
  636. <h2 class="section">Databases of People &amp; Things</h2>
  637. <p>I know a lot of people, from many different parts of my life. Back in the 1980s I used to just keep a list of them in a text file (before then it was a handwritten address book). But by the 1990s I decided I needed to have a more systematic database for myself—and created what I started calling pBase. In recent years the original technology of pBase began to seem quite paleolithic, but I now have a modern implementation using the Wolfram Language running in my personal private cloud. </p>
  638. <p>It’s all quite nice. I can search for people by name or attributes, or—if I’m for example going to be visiting somewhere—I can just have pBase show me a map of our latest information about who’s nearby: </p>
  639. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/37-pbase-la-map1.png" alt="pBase map" title="pBase map" class="alignnone size-full wp-image-18271"/></p>
  640. <p>How does pBase relate to social networks? I’ve had a <a href="https://www.facebook.com/stephenwolfram" target="_blank">Facebook account</a> for a long time, but it’s poorly curated, and always seems to ride at the maximum number of possible friends. <a href="https://www.linkedin.com/in/stephenwolfram/" target="_blank">LinkedIn</a> I take much more seriously, and make a point of adding people only if I’ve actually talked to them (I currently have 3005 connections, so, yes, I’ve talked to quite a few people).</p>
  641. <p>It’s very convenient that every so often I can <a href="https://reference.wolfram.com/language/ref/service/LinkedIn.html">download data from my LinkedIn account</a> via <a href="https://reference.wolfram.com/language/ref/ServiceExecute.html"><tt>ServiceExecute</tt></a> to update what’s in pBase. But LinkedIn captures only a fraction of people I know. It doesn’t include many of my more prominent friends and acquaintances, as well as most academics, many students, etc.</p>
  642. <p>Eventually I’ll probably get pBase developed more, and perhaps make the technology generally available. But within our company, there’s already a system that illustrates some potential aspirations: our internal company directory—which is running in our internal private cloud, and basically uses Wolfram|Alpha-style natural language understanding to let one ask natural language questions.</p>
  643. <p>I might mention in addition to our company directory, we also maintain another database that I, at least, find very useful, particularly when I’m trying to figure out who might know the answer to some unusual question, or who we might tap for some new project. We call it our Who Knows What database. And for each person it gives a profile of experience and interests. Here’s the entry for me (and <a href="https://www.wolframcloud.com/objects/sw-blog/PersonalInfrastructure//WhoKnowsWhatSubmission.nb">here’s the source</a> with the question details): </p>
  644. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/39-who-knows-what5.png" alt="Who knows what" title="Who knows what" class="alignnone size-full wp-image-18400"/></p>
  645. <p>In terms of personal databases, another useful one for me is the database of books I own. I haven’t been buying too many books in the past decade or so, but before then I accumulated a library of about 6000 volumes, and it’s not uncommon—particularly when I’m doing more historically oriented research—that I’ll want to consult quite a few of them. But how should they be organized? “Big” classification schemes like <a href="https://en.wikipedia.org/wiki/Dewey_Decimal_Classification" target="_blank">Dewey Decimal</a> or <a href="https://en.wikipedia.org/wiki/Library_of_Congress_Classification" target="_blank">Library of Congress</a> are overkill, and don’t do a great job of matching my personal “cognitive map” of topics.</p>
  646. <p>Like my filesystem folders, or my physical folders of papers, I’ve found the best scheme is to put the books into fairly broad categories—small enough in number that I can spatially remember where they are in my library. But how should books be arranged within a category?</p>
  647. <p>Well, here I get to tell a cautionary tale (that my wife regularly uses as an example) of what can go wrong in my kind of approach. Always liking to understand the historical progression of ideas, I thought it would be nice to be able to browse a category of books on a shelf in historical order (say, by first publication date). But this makes it difficult to find a specific book, or, for example, to reshelve it. (It would be easier if books had their publication dates printed on their spines. But they don’t.)</p>
  648. <p>About 20 years ago I was preparing to move all my books to a new location, with different lengths of shelves. And I had the issue of trying to map out how to arrange book categories on the new shelves (“how many linear feet is quantum field theory and where can it fit in?”) So I thought: “Why not just measure the width of each book, and while I’m at it also measure its height and its color?” Because my idea was that then I could make a graphic of each shelf, with books shown with realistic widths and colors, then put an arrow in the graphic to indicate the location (easily identified visually from “landmarks” of other books) of a particular book.</p>
  649. <p>I got a colorimeter (it was before ubiquitous digital cameras) and started having the measurements made. But it turned out to be vastly more labor-intensive than expected, and, needless to say, didn’t get finished before the books had to be moved. Meanwhile, the day the books were moved, it was noticed that the packing boxes fit more books if one didn’t just take a single slab of books off a shelf, but instead put other books around the edges.</p>
  650. <p>The result was that 5100 books arrived, basically scrambled into random order. It took three days to sort them. And at this point, I decided just to keep things simpler, and alphabetize by author in each category. And this certainly works fine in finding books. But one result of my big book inventory project is that I do now have a nice, <a href="https://datarepository.wolframcloud.com/resources/Books-in-Stephen-Wolframs-Library">computable version</a> of at least all the books connected to writing <span><a href="https://www.wolframscience.com/nks/">A New Kind of Science</a></span>, and it’s actually in the <a href="https://datarepository.wolframcloud.com/">Wolfram Data Repository</a>:</p>
  651. <table class="InCell">
  652. <tbody>
  653. <tr>
  654. <td class="Input">
  655. <div class="IFL">
  656. <span id="UNIQUE-IMAGE-IDENTIFIER" class="close">✕</span>
  657. <pre id="UNIQUE-IMAGE-IDENTIFIER_text">ResourceData["Books in Stephen Wolfram's Library"]</pre>
  658. </div>
  659. </td>
  660. </tr>
  661. </tbody>
  662. </table>
  663. <h2 class="section">Personal Analytics</h2>
  664. <p>In 2012 I wrote a <a href="https://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/">piece about personal analytics</a> and the data I’ve collected on myself. Back then I had about a third of a million outgoing emails in my archive; now it’s half a million more, and I can extend my diurnal plot of email I’ve sent:</p>
  665. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/41-outgoing-email1.png" alt="Outgoing email" title="Outgoing email" class="alignnone size-full wp-image-18482"/></p>
  666. <p>(The big empty spaces are when I’m asleep, and, yes, as I’ve changed projects—e.g. finishing <span><a href="https://www.wolframscience.com/nks/">A New Kind of Science</a></span> in 2002—my sleep habits have changed; I’m also now trying an experiment of going to sleep earlier.)</p>
  667. <p>I have systems that keep all sorts of data, including every keystroke I type, every step I take and what my computer screen looks like every minute (sadly, the movie of this is very dull). I also have a whole variety of medical and environmental sensors, as well as data from devices and systems that I interact with.</p>
  668. <p>It’s interesting every so often to pick up those <a href="https://datadrop.wolframcloud.com/">Wolfram Data Drop</a> databins and use them to do some data science on my life. And, yes, in broad terms I find that I am extremely consistent and habitual—yet every day there are different things that happen, that make my “productivity” (as measured in a variety of ways) bounce around, often seemingly randomly.</p>
  669. <p>But one thing about collecting all this data is that I can use it to create dashboards, and these I find useful every single day. For example, running in my private cloud is a monitoring system for my email:</p>
  670. <p><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/42-inbox-tracker2.png" alt="Inbox tracker" title="Inbox tracker" class="alignnone size-full wp-image-18796"/></p>
  671. <p>The yellow curve is my total number of pending email messages; the red is the number I haven’t even opened yet. These curves are pretty sensitive to all kinds of features of my life, and for example when I’m intensely working on some project, I’ll often see my email “go to seed” for a little while. But somehow in trying to pace myself and decide when I can do what, I find this email dashboard very helpful.</p>
  672. <p>It’s also helpful that every day I get emails reporting on the previous day. How many keystrokes did I type, and in what applications? What files did I create? How many steps did I take? And so on.</p>
  673. <p>I keep all kinds of health and medical data on myself too, and have done so for a long time. It’s always great to have started measuring something a long time ago, so one can plot a several-decade time series and see if anything’s changed. And, actually, the thing I’ve noticed is that often my value (say <a href="https://www.wolframalpha.com/examples/science-and-technology/health-and-medicine/medical-tests/">blood level</a>) for something has remained numerically essentially the same for years—but many of the “normal ranges” quoted by labs have bounced all over the place. (Realistically this isn’t helped by labs inferring normal ranges from their particular observed populations, etc.)</p>
  674. <p>I got my whole genome sequenced in 2010. And although I haven’t learned anything dramatic from it, it certainly helps me feel connected to genomic research when I can see <a href="https://www.wolframalpha.com/examples/science-and-technology/life-sciences/molecular-biology/genomics/human-genome/human-snps/">some SNP variant</a> mentioned in a paper, and I can immediately go look to see if I have it. (With all the various vicissitudes of strands, orientations and build numbers, I tend to stick to first principles, and just look for flanking sequences with <a href="https://reference.wolfram.com/language/ref/StringPosition.html"><tt>StringPosition</tt></a>.)</p>
  675. <p>Like so many of the things I’ve described in this piece, what has worked for me in doing personal analytics is to do what’s easy to do. I’ve never yet quite solved the problem, for example, of recording what I eat (<a href="https://blog.stephenwolfram.com/2015/05/wolfram-language-artificial-intelligence-the-image-identification-project/">our image identification</a> isn’t yet quite good enough, and even made-just-for-me apps to enter food have always seemed a bit too onerous). But whenever I have a system that just operates automatically, that’s when I successfully collect good personal analytics data. And having dashboards and daily emails helps both in providing ongoing feedback, and in being able to check if something’s gone wrong with the system.</p>
  676. <h2 class="section">The Path Ahead</h2>
  677. <p>I’ve described—in arguably quite nerdy detail—how some of my personal technology infrastructure is set up. It’s always changing, and I’m always trying to update it—and for example I seem to end up with lots of bins of things I’m not using anymore (yes, I get almost every “interesting” new device or gadget that I find out about):</p>
  678. <p><a href="https://blog.stephenwolfram.com/data/uploads/2019/02/43-sw-used-devices-2x.png"><img src="https://blog.stephenwolfram.com/data/uploads/2019/02/43-sw-used-devices-2x-e1550709334168.png" alt="Used devices" title="Used devices" class="alignnone size-full wp-image-18581"/></a></p>
  679. <p>But although things like devices change, I’ve found that the organizational principles for my infrastructure have remained surprisingly constant, just gradually getting more and more polished. And—at least when they’re based on our <a href="https://blog.stephenwolfram.com/2018/06/weve-come-a-long-way-in-30-years-but-you-havent-seen-anything-yet/">very stable Wolfram Language system</a>—I’ve found that the same is true for the software systems I’ve had built to implement them. </p>
  680. <p>What of the future? Some things will certainly get upticked. I realized while writing this piece that I can now upgrade to 4k monitors (or higher) without affecting screensharing (the feed is automatically downsampled). Before too long maybe I’ll be using AR to annotate my environment in real time. Maybe eventually I’ll have some way to do XR-based as-if-in-person videoconferencing. Maybe—as I’ve been assuming will be possible for 40+ years—I’ll finally be able to type faster using something like EEG. And so on.</p>
  681. <p>But the more important changes will be in having better-developed, and more automated, workflows. In time I expect it’ll be possible to use our <a href="http://www.wolfram.com/featureset/machine-learning/">machine learning tools</a> to do automatic “computational history”, for example assembling a useful and appropriately clustered timeline of things I’ve done, say in a particular area.</p>
  682. <p>In my <a href="https://blog.stephenwolfram.com/category/historical-perspectives/">efforts at historical research</a>, I’ve had occasion to use lots of archives of people and organizations. There’s usually a certain amount of indexing and tagging that’s been done. (Who is that letter to and from? When was it written? What are its keywords? Where was it filed? And so on.) But things tend to be very granular, and it’s usually hard work to determine the overall arc of what happened.</p>
  683. <p>My first goal is to make all the material I personally have useful for myself. But I’m thinking of soon starting to open up some of the older material for other people to see. And I’m studying how—in modern times, with all the <a href="http://www.wolfram.com/cloud/">cloud infrastructure</a>, <a href="http://www.wolfram.com/featureset/machine-learning/">machine learning</a>, <a href="https://reference.wolfram.com/language/guide/DataVisualization.html">visualization</a>, <a href="http://www.wolfram.com/notebooks/">computational documents</a>, etc. that we have—I can build the best possible system for presenting and exploring archives.</p>
  684. <p>As I think about my day, I ask myself what aspects of it aren’t well optimized. A lot of it actually comes down to things like email processing, and time spent for example actually responding to questions. Now, of course, I’ve spent lots of effort to try to structure things so as many questions as possible become self-answering, or can be addressed with technology and automation that we’ve built. And, in my role as CEO, I also try hard to delegate to other people whenever I can.</p>
  685. <p>But there’s still plenty left. And I certainly wonder whether with all the technology we now have, more could be automated, or delegated to machines. Perhaps all that data I’ve collected on myself will one day let one basically just built a “bot of me”. Having seen so many of my emails—and being able to look at all my files and personal analytics—maybe it’s actually possible to predict how I’d respond to any particular question.</p>
  686. <p>We’re not there yet. But it will be an interesting moment when a machine can, for example, have three ideas about how to respond to something, and then show me drafts that I can just pick from and approve. The overall question of what direction I want to go in will almost by definition have to stay with me, but the details of how to get there I’m hoping can increasingly be automated.</p>
  687. </article>
  688. </section>
  689. <nav id="jumpto">
  690. <p>
  691. <a href="/david/blog/">Accueil du blog</a> |
  692. <a href="https://blog.stephenwolfram.com/2019/02/seeking-the-productive-life-some-details-of-my-personal-infrastructure/">Source originale</a> |
  693. <a href="/david/stream/2019/">Accueil du flux</a>
  694. </p>
  695. </nav>
  696. <footer>
  697. <div>
  698. <img src="/static/david/david-larlet-avatar.jpg" loading="lazy" class="avatar" width="200" height="200">
  699. <p>
  700. Bonjour/Hi!
  701. 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>
  702. 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>).
  703. </p>
  704. <p>
  705. 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>.
  706. </p>
  707. <p>
  708. Voici quelques articles choisis :
  709. <a href="/david/blog/2019/faire-equipe/" title="Accéder à l’article complet">Faire équipe</a>,
  710. <a href="/david/blog/2018/bivouac-automnal/" title="Accéder à l’article complet">Bivouac automnal</a>,
  711. <a href="/david/blog/2018/commodite-effondrement/" title="Accéder à l’article complet">Commodité et effondrement</a>,
  712. <a href="/david/blog/2017/donnees-communs/" title="Accéder à l’article complet">Des données aux communs</a>,
  713. <a href="/david/blog/2016/accompagner-enfant/" title="Accéder à l’article complet">Accompagner un enfant</a>,
  714. <a href="/david/blog/2016/senior-developer/" title="Accéder à l’article complet">Senior developer</a>,
  715. <a href="/david/blog/2016/illusion-sociale/" title="Accéder à l’article complet">L’illusion sociale</a>,
  716. <a href="/david/blog/2016/instantane-scopyleft/" title="Accéder à l’article complet">Instantané Scopyleft</a>,
  717. <a href="/david/blog/2016/enseigner-web/" title="Accéder à l’article complet">Enseigner le Web</a>,
  718. <a href="/david/blog/2016/simplicite-defaut/" title="Accéder à l’article complet">Simplicité par défaut</a>,
  719. <a href="/david/blog/2016/minimalisme-esthetique/" title="Accéder à l’article complet">Minimalisme et esthétique</a>,
  720. <a href="/david/blog/2014/un-web-omni-present/" title="Accéder à l’article complet">Un web omni-présent</a>,
  721. <a href="/david/blog/2014/manifeste-developpeur/" title="Accéder à l’article complet">Manifeste de développeur</a>,
  722. <a href="/david/blog/2013/confort-convivialite/" title="Accéder à l’article complet">Confort et convivialité</a>,
  723. <a href="/david/blog/2013/testament-numerique/" title="Accéder à l’article complet">Testament numérique</a>,
  724. et <a href="/david/blog/" title="Accéder aux archives">bien d’autres…</a>
  725. </p>
  726. <p>
  727. 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>.
  728. </p>
  729. <p>
  730. Je ne traque pas ta navigation mais mon
  731. <abbr title="Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33.184162340">hébergeur</abbr>
  732. conserve des logs d’accès.
  733. </p>
  734. </div>
  735. </footer>
  736. <script type="text/javascript">
  737. ;(_ => {
  738. const jumper = document.getElementById('jumper')
  739. jumper.addEventListener('click', e => {
  740. e.preventDefault()
  741. const anchor = e.target.getAttribute('href')
  742. const targetEl = document.getElementById(anchor.substring(1))
  743. targetEl.scrollIntoView({behavior: 'smooth'})
  744. })
  745. })()
  746. </script>