<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Martins Dogo — Notes RSS Feed]]></title><description><![CDATA[Hi, I'm Martins. I'm do AI research and design. This is an atlas of my musings. I use this medium for iterating through ideas on topics such as computation, art and literature, which presently are my most fond of interests.]]></description><link>https://notes.msdogo.com</link><image><url>https://notes.msdogo.com/icons/icon-512x512.png</url><title>Martins Dogo — Notes RSS Feed</title><link>https://notes.msdogo.com</link></image><generator>GatsbyJS</generator><lastBuildDate>Sat, 20 Apr 2024 19:50:36 GMT</lastBuildDate><atom:link href="https://notes.msdogo.com/rss.xml" rel="self" type="application/rss+xml"/><author><![CDATA[Martins Dogo]]></author><item><title><![CDATA[Art]]></title><description><![CDATA[art
exploration
people An ongoing computational exploration of art. An ongoing computational exploration of art]]></description><link>https://notes.msdogo.com/art</link><guid isPermaLink="false">https://notes.msdogo.com/art</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;art&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;exploration&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;An ongoing computational &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt; of art.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;art/art.nb&quot;&gt;An ongoing computational exploration of art&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Ben Enwonwu]]></title><description><![CDATA[art
people I recently discovered Ben Enwonwu. Many of his paintings fascniate me and I'm trying to learn more about him, and other Nigerian…]]></description><link>https://notes.msdogo.com/ben-enwonwu</link><guid isPermaLink="false">https://notes.msdogo.com/ben-enwonwu</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;art&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/ben-enwonwu.png&quot;
    alt= &quot;Nigerian painter and sculptor Ben Enwonwu&quot;
  /&gt;
&lt;/div&gt;
&lt;p&gt;I recently discovered Ben Enwonwu. Many of his paintings fascniate me and I&apos;m trying to learn more about him, and other Nigerian artists. This &lt;a href=&quot;https://www.wolframcloud.com/view?url=https%3A//raw.githubusercontent.com/m-arti/ms-notes/main/notebooks/ben-enwonwu/enwonwu.nb&quot;&gt;notebook&lt;/a&gt; contains an ongoing exploration of his &lt;a href=&quot;/biography&quot;&gt;biography&lt;/a&gt; and &lt;a href=&quot;/art&quot;&gt;art&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;ben-enwonwu/enwonwu.nb&quot;&gt;Ben Enwonwu&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Covid-19 Exploration]]></title><description><![CDATA[data The following notebook contains an exploration I did during the summer of 2020 on Covid-19. It's also available on Github.]]></description><link>https://notes.msdogo.com/covid-19</link><guid isPermaLink="false">https://notes.msdogo.com/covid-19</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/katex@0.11.0/dist/katex.min.css&quot;
  integrity=&quot;sha384-BdGj8xC2eZkQaxoQ8nSLefg4AV4/AwB3Fj+8SUSo7pnKP6Eoy18liIKTPn9oBYNG&quot;
  crossOrigin=&quot;anonymous&quot;
/&gt;
&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;data&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;The following &lt;a href=&quot;https://github.com/m-arti/covid-19/blob/main/Covid-19%20Exploration.nb&quot;&gt;notebook&lt;/a&gt; contains an &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt; I did during the summer of 2020 on Covid-19. It&apos;s also available on &lt;a href=&quot;https://github.com/m-arti/covid-19&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;iframe src=&quot;https://www.wolframcloud.com/view?url=https://raw.githubusercontent.com/m-arti/covid-19/main/Covid-19 Exploration.nb&quot; width=&quot;100%&quot; height=&quot;800&quot;&gt;&lt;/iframe&gt;</content:encoded></item><item><title><![CDATA[Dynamic]]></title><description><![CDATA[exploration
programming import React from "react";
import { LiveProvider, LiveEditor, LiveError, LivePreview } from 'react-live';
import…]]></description><link>https://notes.msdogo.com/dynamic</link><guid isPermaLink="false">https://notes.msdogo.com/dynamic</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;exploration&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;programming&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;import React from &quot;react&quot;;
import { LiveProvider, LiveEditor, LiveError, LivePreview } from &apos;react-live&apos;;
import theme from &apos;prism-react-renderer/themes/nightOwlLight&apos;;&lt;/p&gt;
&lt;p&gt;This is a collection of different types/sources of &lt;em&gt;dynamic objects&lt;/em&gt;, i.e., computational artefacts that are interactive and responsive. What distinguishes these from other kinds of embedded objects is that these allow you some degree of freedom, whereas others simply render a playback.&lt;/p&gt;
&lt;p&gt;Beyond interaction, they also facilitate creativity—possibilities that are to some extent boundless. However, they&apos;re restrained by the bounds of this medium, the web browser, which is itself restrained by the medium of the computer.&lt;/p&gt;
&lt;details&gt;
  &lt;summary&gt;More on interfaces&lt;/summary&gt;
  &lt;hr/&gt;
  &lt;p&gt;
    Think, for instance, about how typing and clicking as the dominant modes of input limit how we interact with computers. That is, personal computers. Or, how sound is rarely used on websites, except for music and videos. There&apos;re some good reasons for why this is the case: speed, focus, ergonomics, and so on. But there&apos;re downsides too, and some relate to those same reasons. Perhaps we could think and act faster if we can navigate interfaces in multiple ways, not just with our fingers. We may focus better and use computers with greater comfort if everything&apos;s not squashed into a screen.
    &lt;br/&gt;&lt;br/&gt;
    These ideas aren&apos;t new and have been mulled over by many people, and for a very long time too. The PC has come a long way and it continues to improve. Not only is it getting faster, but it&apos;s also becoming more accessible and allowing us to be more creative. We can be far more creative with PCs. To attain this would require rethinking how we use and interact with them.
  &lt;/p&gt;
  &lt;blockquote class=&apos;font-serif text-base text-justify leading-relaxed align-middle&apos;&gt;
    Interface matters to me more than anything else, and it always has. I just never realized that. I&apos;ve spent a lot of time over the years desperately trying to think of a &quot;thing&quot; to change the world. I now know why the search was fruitless — things don&apos;t change the world. People change the world by using things. The focus must be on the &quot;using&quot;, not the &quot;thing&quot;. Now that I&apos;m looking through the right end of the binoculars, I can see a lot more clearly, and some projects and possibilities interest me deeply.
  &lt;/blockquote&gt;
  &lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;— &lt;a href=&quot;http://worrydream.com/quotes/?search=bret&amp;author=Bret%20Victor&quot; target=&quot;	_blank&quot;&gt;Bret Victor&lt;/a&gt; (2004)&lt;/p&gt;
&lt;/details&gt;
&lt;h2&gt;Wolfram Notebook&lt;/h2&gt;
&lt;p&gt;I&apos;ve previously written about &lt;a href=&quot;/wolfram-notebooks&quot;&gt;Wolfram Notebooks&lt;/a&gt;. This is a blank one. Here are some things to try: &lt;code&gt;N[Pi,50]&lt;/code&gt;, &lt;code&gt;Now&lt;/code&gt;, &lt;code&gt;{Sunrise[],Sunset[]}&lt;/code&gt; &lt;code&gt;WikipediaData[&quot;Computer&quot;,&quot;SummaryPlaintext&quot;]&lt;/code&gt;, &lt;code&gt;GeoGraphics[GeoMarker[]]&lt;/code&gt;.&lt;/p&gt;
&lt;iframe class=&apos;rounded-md bg-gray-50 border border-gray-200 hover:border-gray-200 dark:border-black dark:hover:border-black&apos; src=&quot;https://sandbox.open.wolframcloud.com/app/view/newNotebook?_view=frameless&quot; width=&quot;100%&quot; height=&quot;500px&quot;&gt;&lt;/iframe&gt;
&lt;h2&gt;React Live&lt;/h2&gt;
&lt;p&gt;Dynamically updated code/preview using &lt;a href=&quot;https://github.com/FormidableLabs/react-live&quot;&gt;React Live&lt;/a&gt;. Edit the code to update the text in real-time.&lt;/p&gt;
&lt;div&gt;
  &lt;LiveProvider code={`&lt;p class=&apos;p-2 bg-gray-100&apos;&gt;Hello world!&lt;/p&gt;`}&gt;
    &lt;LiveEditor theme={theme} class=&quot;text-md font-bold rounded bg-gray-50 dark:bg-opacity-50 dark:bg-gray-950&quot;/&gt;
    &lt;LivePreview class=&quot;pt-2 text-md overflow-x&quot;/&gt;
    &lt;LiveError class=&quot;m-2 rounded overflow text-xs text-red-500 bg-gray-100 dark:bg-opacity-50 dark:bg-gray-950&quot;/&gt;
  &lt;/LiveProvider&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;LiveProvider code={
    `&lt;div style={{ background: &quot;LightGoldenRodYellow&quot; }}&gt;
      &lt;h3 class=&apos;p-12 font-serif text-2xl&apos; style={{ color: &quot;DarkOliveGreen&quot;, textAlign: &quot;center&quot; }}&gt;
        Hello there! &lt;br/&gt;
        Edit the code to update this text.
      &lt;/h3&gt;
    &lt;/div&gt;`}&gt;
    &lt;LiveEditor theme={theme} class=&quot;text-md font-bold rounded bg-gray-50 dark:bg-opacity-50 dark:bg-gray-950&quot;/&gt;
    &lt;LivePreview class=&quot;pt-2 text-md overflow-x&quot;/&gt;
    &lt;LiveError class=&quot;m-2 rounded overflow text-xs text-red-500 bg-gray-100 dark:bg-opacity-50 dark:bg-gray-950&quot;/&gt;
  &lt;/LiveProvider&gt;
&lt;/div&gt;
&lt;h2&gt;Observable&lt;/h2&gt;
&lt;p&gt;Phyllotaxis arrangement by &lt;a href=&quot;https://observablehq.com/@observablehq/phyllotaxis-arrangement&quot;&gt;Dunstan Orchard&lt;/a&gt; on Observable. Play around, create patterns.&lt;/p&gt;
&lt;iframe class=&apos;rounded-md dark:bg-white&apos; width=&quot;100%&quot; height=&quot;750&quot; frameborder=&quot;0&quot;
  src=&quot;https://observablehq.com/embed/@observablehq/phyllotaxis-arrangement?cells=spiral%2Cviewof+presets%2Cviewof+dots%2Cviewof+dotSize%2Cviewof+dotColor%2Cviewof+transparentDot%2Cviewof+borderWidth%2Cviewof+borderColor%2Cviewof+backgroundColor%2Cviewof+angle%2Cviewof+zoom&quot;&gt;
&lt;/iframe&gt;
&lt;h2&gt;OpenStreetMap&lt;/h2&gt;
&lt;p&gt;A map from &lt;a href=&quot;https://www.openstreetmap.org/&quot;&gt;OpenStreetMap&lt;/a&gt;. Find a river.&lt;/p&gt;
&lt;iframe width=&quot;425&quot; height=&quot;350&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; src=&quot;https://www.openstreetmap.org/export/embed.html?bbox=21.12%2C21.21%2C41.41%2C41.41&amp;amp;layer=mapnik&quot;&gt;&lt;/iframe&gt;</content:encoded></item><item><title><![CDATA[E.F. Schumacher]]></title><description><![CDATA[people Life of Schumacher The following notebook contains an exploration of Schumacher's biography. E.F. Schumacher — exploration of…]]></description><link>https://notes.msdogo.com/ef-schumacher</link><guid isPermaLink="false">https://notes.msdogo.com/ef-schumacher</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/ef-schumacher.png&quot;
    alt= &quot;German-British economist and philosopher E.F. Schumacher&quot;
  /&gt;
&lt;/div&gt;
&lt;h2&gt;Life of Schumacher&lt;/h2&gt;
&lt;p&gt;The following &lt;a href=&quot;https://www.wolframcloud.com/obj/mar/Published/efs-bio.nb&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/m-arti/ms-notes/4ccb62f36641cd886207d3a35bc403f40a5cf7a7/images/wolfram-icon.svg&quot; alt=&quot;A Wolfram Notebook containing an exploration of E.F. Schumacher&apos;s biography&quot; style=&quot;width:20px; display:inline; vertical-align:middle; padding-right:2px&quot;/&gt;notebook&lt;/a&gt; contains an exploration of Schumacher&apos;s &lt;a href=&quot;/biography&quot;&gt;biography&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;ef-schumacher/efs-bio.nb&quot;&gt;E.F. Schumacher — exploration of biography&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;h2&gt;Books&lt;/h2&gt;
&lt;p&gt;This &lt;a href=&quot;https://www.wolframcloud.com/obj/mar/Published/efs-books.nb&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/m-arti/ms-notes/4ccb62f36641cd886207d3a35bc403f40a5cf7a7/images/wolfram-icon.svg&quot; alt=&quot;A Wolfram Notebook containing an exploration of E.F. Schumacher&apos;s books&quot; style=&quot;width:20px; display:inline; vertical-align:middle; padding-right:2px&quot;/&gt;notebook&lt;/a&gt; contains an exploration of Schumacher&apos;s books and other books written about his life and work.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;ef-schumacher/efs-books.nb&quot;&gt;E.F. Schumacher — exploration of books&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Explanations]]></title><description><![CDATA[philosophy
science In The Structure of Science (subtitled The Problems in the Logic of Scientific Explanation), the philosopher Ernest Nagel…]]></description><link>https://notes.msdogo.com/explanations</link><guid isPermaLink="false">https://notes.msdogo.com/explanations</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;philosophy&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;science&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.worldcat.org/oclc/231599&quot;&gt;&lt;em&gt;The Structure of Science&lt;/em&gt;&lt;/a&gt; (subtitled &lt;em&gt;The Problems in the Logic of Scientific Explanation&lt;/em&gt;), the philosopher Ernest Nagel outlined four kinds of explanations that are common in scientific works. They are the following, each briefly explained [1, 2]:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Deductive explanations&lt;/strong&gt;: in these, the thing being explained (&lt;em&gt;explicandum&lt;/em&gt;) is a valid logical conclusion of an argument that must have more than one premise. Having established good reasons for them to be true, these premises should: have some initial conditions; a general law; and, entail the conclusion, but not be entailed by it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Probabilistic explanations&lt;/strong&gt;: in these, the premises for explanation do not lead to a logical conclusion of the &lt;em&gt;explicandum&lt;/em&gt;, but they make it probable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Functional or teleological explanations&lt;/strong&gt;: whereby the &lt;em&gt;explicandum&lt;/em&gt; is explained in terms of its function in a larger system or in causing something.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Genetic explanations&lt;/strong&gt;: in this case, a sequence of real events constitute the premises for an explanation. It is impossible to explain a thing without following its complete history of occurrences.&lt;/li&gt;
&lt;/ol&gt;
&lt;br/&gt;
&lt;hr/&gt;
&lt;br/&gt;
&lt;p&gt;[1] Ayer, A. J., and Ernest Nagel. &lt;em&gt;Scientific American&lt;/em&gt; 204, no. 6 (1961): 197-203. Accessed April 13, 2021. &lt;a href=&quot;http://www.jstor.org/stable/24937499&quot;&gt;http://www.jstor.org/stable/24937499&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;[2] Hendriks-Jansen, H. (1996). In Praise of Interactive Emergence or why Explanations Don&apos;t Have to Wait for Implementations. In Boden, Margaret A. (ed.) (1996). &lt;em&gt;The Philosophy of Artificial Life&lt;/em&gt;. Oxford University Press.&lt;/p&gt;
&lt;h2&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Internet Encyclopedia of Philosophy, &lt;a href=&quot;https://iep.utm.edu/explanat&quot;&gt;&lt;em&gt;Theories of Explanation&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;William H. Dray — &lt;a href=&quot;http://www.hist-analytic.com/Dray3.pdf&quot;&gt;&lt;em&gt;Explaining and Predicting&lt;/em&gt;&lt;/a&gt; (from &lt;em&gt;Laws and Explanation in History&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Carl F. Craver, &lt;a href=&quot;https://personal.lse.ac.uk/ROBERT49/teaching/ph201/Week03_Craver.pdf&quot;&gt;&lt;em&gt;Structures of
Scientific Theories&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title><![CDATA[A sense of historical perspective]]></title><description><![CDATA[exploration
history I recently read Arundhati Roy's the god of small things for the first time, which I enjoyed and reckon I might reread in…]]></description><link>https://notes.msdogo.com/historical-perspective</link><guid isPermaLink="false">https://notes.msdogo.com/historical-perspective</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;exploration&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;history&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;I recently read Arundhati Roy&apos;s &lt;a href=&quot;https://www.worldcat.org/oclc/1123081276&quot;&gt;&lt;em&gt;the god of small things&lt;/em&gt;&lt;/a&gt; for the first time, which I enjoyed and reckon I might reread in the future. It inspirited me to muse on the past — places, cultures, histories — and on the present, too. What&apos;s changed, and what hasn&apos;t, where and why(?).&lt;/p&gt;
&lt;p&gt;One of my favourite parts of the &lt;a href=&quot;books&quot;&gt;book&lt;/a&gt; is where Chacko narrates a brief history of planet Earth to the twins:&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Then, to give Estha and Rahel a sense of Historical Perspective [...], he told them about the Earth Woman. He made them imagine that the earth—four thousand six hundred million years old—was a forty-six-year-old woman—as old, say, as Aleyamma Teacher, who gave them Malayalam lessons. It had taken the whole of the Earth Woman&apos;s life for the earth to become what it was. For the oceans to part. For the mountains to rise. The Earth Woman was 11 years old, Chacko said, when the first single-celled organisms appeared. The first animals, creatures like worms and jelly fish, appeared only when she was forty, She was over forty-five—just eight months ago—when dinosaurs roamed the earth.&lt;br/&gt;&lt;br/&gt;
  “The whole of human civilization as we know it [...] began only two hours ago in the Earth Woman&apos;s life. As long as it takes us to drive from Ayemenem to Cochin. [...] the whole of contemporary history, the World Wars, the War of Dreams, the Man on the Moon, science, literature, philosophy, the pursuit of knowledge—was no more than a blink of the Earth Woman&apos;s eye.”
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Arundhati Roy, &lt;a href=&quot;https://www.worldcat.org/oclc/1123081276&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;the god of small things&lt;/em&gt; (pp. 52-53)&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;This made me curious: about the accuracy of Chacko&apos;s figures, and especially about oceans and mountains. So I decided to indulge an &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt; of this, in a &lt;a href=&quot;wolfram-notebooks&quot;&gt;wolfram-notebook&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Age of the earth&lt;/h2&gt;
&lt;p&gt;The earth, according to Chacko was four thousand six hundred million years old (which is 4.6 billion years, and &lt;a href=&quot;https://www.scientificamerican.com/article/how-science-figured-out-the-age-of-the-earth&quot;&gt;approximately correct&lt;/a&gt;).
&lt;zimg
  src = &quot;historical-perspective/wa.png&quot;
  alt= &quot;Wolfram Alpha query: four thousand six hundred million years old&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;And Earth Woman&apos;s age is ten-billionth of earth&apos;s age.
&lt;zimg
  src = &quot;historical-perspective/ratio.png&quot;
  alt= &quot;Ratio between the age of woman and earth and age according to Chacko (1e-8), and a more precise age of the earth (4.54e9)&quot;
/&gt;&lt;/p&gt;
&lt;h2&gt;Oceans&lt;/h2&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  “We&apos;re Prisoners of War,” Chacko said. “Our dreams have been doctored. We belong no where. We sail unanchored on troubled seas. We may never be allowed ashore. Our sorrows will never be sad enough. Our lives never important enough. To matter.”
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — p. 52
&lt;/p&gt;
&lt;p&gt;Definitions, first. Here are the (relevant) definitions of words related to oceans. I&apos;m selecting only definitions which contain at least one of the other words in the word list.
&lt;zimg
  src = &quot;historical-perspective/definitions.png&quot;
  alt= &quot;Relevant definitions of words related to &apos;ocean&apos;&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;One can use &lt;a href=&quot;http://reference.wolfram.com/language/ref/OceanData.html&quot;&gt;OceanData&lt;/a&gt; to retrieve a dataset of world oceans and other water bodies that flow from them. Note that this isn&apos;t a complete list of all water bodies around the world, but it&apos;s an extensive one nonetheless.
&lt;zimg
  src = &quot;historical-perspective/oceans_dataset.png&quot;
  alt= &quot;Dataset of world oceans&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;I now have a dataset of 247 water bodies and 16 properties for each one. Of course, there are some missing values, but there&apos;s still enough for an interesting exploration. Here are the top ten rankings by some of the columns.
&lt;zimg
  src = &quot;historical-perspective/ranking_1.png&quot;
  alt= &quot;Rankings by Area and Coastline Length&quot;
/&gt;
&lt;zimg
  src = &quot;historical-perspective/ranking_2.png&quot;
  alt= &quot;Rankings by Percentage Area of Earth&apos;s Surface, and Maximum Depth&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;What do all these numbers mean? Let&apos;s turn them into figures — this may give us a better perspective. This map shows the coverage of the oceans and seas:
&lt;zimg
  src = &quot;historical-perspective/coverage.png&quot;
  alt= &quot;Coverage of water bodies around the world&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;This map shows the elevation of the world, and it shows that earth is more or less as high as it is deep:
&lt;zimg
  src = &quot;historical-perspective/elevation.png&quot;
  alt= &quot;Elevation of earth&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;The map has a resolution of 20 contours, so it can be more detailed than it currently is. But you can see Mount Everest. This map shows the salinity of some of the water bodies (some values are missing in the dataset):
&lt;zimg
  src = &quot;historical-perspective/salinity.png&quot;
  alt= &quot;Salinity of water bodies around the world&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;For each ocean, we can get its bordering bodies of water and basins (bights, seas, straits, etc.). And for each sea or whatever, we can get its basins and major rivers. So we can create a graph of the connectivity/adjacency between water bodies:
&lt;zimg
  src = &quot;historical-perspective/all_graph.png&quot;
  alt= &quot;Graph of interconnectivity between world oceans, seas, rivers, etc.&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;The orange edges show connections between oceans and seas. the purple ones connect oceans/seas to basins, while the blue edges link oceans to their major rivers.&lt;/p&gt;
&lt;p&gt;We have precise centre geo-coordinates for the oceans and seas, but not for rivers. We can plot this graph on a map to show the relative positions of the vertices:
&lt;zimg
  src = &quot;historical-perspective/part_geograph.png&quot;
  alt= &quot;Graph of interconnectivity between world oceans, seas, rivers, etc. on a map&quot;
/&gt;&lt;/p&gt;
&lt;p&gt;In the map above, an arrow points from A to B, if B is a bordering waterbody, or a basin, of A. Remember that this does not include rivers, but I&apos;ll return to those later on.&lt;/p&gt;
&lt;p&gt;The motive for all this is to better understand how the water bodies on earth relate to one another. What flows into what; where and how quickly? Those kinds of questions. Luckily, we&apos;ve got some data on rivers that&apos;s useful, e.g., information on discharge, drainage, source, outflow, etc. Again, there are some missing data points, but hopefully, there&apos;s enough to learn something new and interesting from.&lt;/p&gt;
&lt;p&gt;TBC.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Information Disorder]]></title><description><![CDATA[data
research I'm currently researching misinformation and disinformation using machine learning. These are kinds of deceptive information…]]></description><link>https://notes.msdogo.com/infodis</link><guid isPermaLink="false">https://notes.msdogo.com/infodis</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;data&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;research&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;I&apos;m currently &lt;a href=&quot;https://blog.msdogo.com/my-research&quot;&gt;researching&lt;/a&gt; misinformation and disinformation using machine learning. These are kinds of deceptive information commonly called &lt;em&gt;fake news&lt;/em&gt;, though I prefer the term &lt;a href=&quot;https://firstdraftnews.org/en/education/curriculum-resource/information-disorder-useful-graphics&quot;&gt;&lt;em&gt;Information Disorder&lt;/em&gt;&lt;/a&gt;. I recently published an exploratory &lt;a href=&quot;https://blog.msdogo.com/exploring-thematic-coherence-in-fake-news&quot;&gt;paper&lt;/a&gt; on the current direction of my research. If you&apos;re interested, I&apos;m curating information and tools for researching and learning about fake news in &lt;a href=&quot;https://github.com/m-arti/infodis&quot;&gt;this&lt;/a&gt; Github repository. I&apos;m compiling some of them in this note.&lt;/p&gt;
&lt;h2&gt;Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/m-arti/infodis/blob/master/Information%20Disorder%20Research.md&quot;&gt;&lt;strong&gt;Information disorder research&lt;/strong&gt;&lt;/a&gt;: resources for research on various kinds of information disorder, such as fake news, rumours and satire.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/m-arti/infodis/blob/master/News%20and%20Media%20Literacy.md&quot;&gt;&lt;strong&gt;News and media literacy&lt;/strong&gt;&lt;/a&gt;: resources for teaching and learning news and media literacy.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://soundcloud.com/martinssamuel/sets/infodis&quot;&gt;&lt;strong&gt;Podcasts and talks&lt;/strong&gt;&lt;/a&gt;: if you prefer listening to reading, here are some interesting talks and conversations on the matter.&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;400&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/836488304&amp;color=%23bbbbbb&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=false&amp;visual=false&quot;&gt;&lt;/iframe&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Publications&lt;/h2&gt;
&lt;p&gt;I&apos;m continuously analysing research papers (mainly from &lt;em&gt;arXiv&lt;/em&gt;) and other publications on &apos;fake news&apos;. The following &lt;a href=&quot;https://www.wolframcloud.com/obj/mar/Published/infodis.nb&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/m-arti/ms-notes/4ccb62f36641cd886207d3a35bc403f40a5cf7a7/images/wolfram-icon.svg&quot; alt=&quot;A Wolfram Notebook containing an exploration of fake news research papers&quot; style=&quot;width:20px; display:inline; vertical-align:middle; padding-right:2px&quot;/&gt;notebook&lt;/a&gt; contains what I&apos;ve gathered so far.&lt;/p&gt;
&lt;iframe src=&quot;https://www.wolframcloud.com/obj/mar/Published/infodis.nb?_embed=iframe&quot; width=&quot;545&quot; height=&quot;1000&quot;&gt;&lt;/iframe&gt;</content:encoded></item><item><title><![CDATA[James Baldwin]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/james-baldwin</link><guid isPermaLink="false">https://notes.msdogo.com/james-baldwin</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/james-baldwin.png&quot;
    alt= &quot;American writer, essayist, and activist, James Baldwin&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Jazz]]></title><description><![CDATA[art
music
people An ongoing computational exploration of Jazz music. An ongoing computational exploration of Jazz music]]></description><link>https://notes.msdogo.com/jazz</link><guid isPermaLink="false">https://notes.msdogo.com/jazz</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;art&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;music&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;An ongoing computational &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt; of Jazz music.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;jazz/jazz.nb&quot;&gt;An ongoing computational exploration of Jazz music&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[John Berger]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/john-berger</link><guid isPermaLink="false">https://notes.msdogo.com/john-berger</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/john-berger.png&quot;
    alt= &quot;English painter and writer John Berger&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Jupyter Notebooks]]></title><description><![CDATA[notebooks
programming In addition to wolfram-notebooks, I can now render Jupyter Notebooks on this site! This note briefly explores one.]]></description><link>https://notes.msdogo.com/jupyter-notebooks</link><guid isPermaLink="false">https://notes.msdogo.com/jupyter-notebooks</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/katex.min.css&quot;
  integrity=&quot;sha384-Cqd8ihRLum0CCg8rz0hYKPoLZ3uw+gES2rXQXycqnL5pgVQIflxAUDS7ZSjITLb5&quot;
  crossOrigin=&quot;anonymous&quot;
/&gt;
&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;notebooks&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;programming&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;In addition to &lt;a href=&quot;/wolfram-notebooks&quot;&gt;wolfram-notebooks&lt;/a&gt;, I can now render Jupyter Notebooks on this site! This note briefly explores one.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Knowledge maps]]></title><description><![CDATA[exploration
history An exploration of knowledge maps, from various fields of study. Système Figuré des Connaissances Humaines (c. 178…]]></description><link>https://notes.msdogo.com/knowledge-maps</link><guid isPermaLink="false">https://notes.msdogo.com/knowledge-maps</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;exploration&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;history&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;An &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt; of knowledge maps, from various fields of study.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Système Figuré des Connaissances Humaines (c. 1783)&lt;/strong&gt; (&lt;em&gt;Figurative System of Organisation of Human Knowledge&lt;/em&gt;) — Jean le Rond d&apos;Alembert &amp;#x26; Denis Diderot, from &lt;a href=&quot;https://en.wikipedia.org/wiki/Encyclop%C3%A9die&quot;&gt;Encyclopédie&lt;/a&gt;.
[&lt;a href=&quot;https://en.wikipedia.org/wiki/File:ENC_SYSTEME_FIGURE.jpeg&quot;&gt;Original&lt;/a&gt;] [&lt;a href=&quot;https://quod.lib.umich.edu/d/did/tree.html&quot;&gt;English&lt;/a&gt;]
&lt;zimg
src = &quot;knowledge-maps/system-figure.jpeg&quot;
alt= &quot;Système Figuré des Connaissances Humaines, or Figurative System of Organisation of Human Knowledge  (circa 1783), by Jean le Rond d&apos;Alembert &amp; Denis Diderot, from the Encyclopédie&quot;
/&gt;&lt;/li&gt;
&lt;/ol&gt;</content:encoded></item><item><title><![CDATA[Listening]]></title><description><![CDATA[The following are quotes on listening and silence, in different contexts.]]></description><link>https://notes.msdogo.com/listening</link><guid isPermaLink="false">https://notes.msdogo.com/listening</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;The following are &lt;a href=&quot;/quotes&quot;&gt;quotes&lt;/a&gt; on &lt;em&gt;listening&lt;/em&gt; and &lt;a href=&quot;/silence&quot;&gt;silence&lt;/a&gt;, in different contexts.&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Yet Estha&apos;s silence was never awkward. Never intrusive. Never noisy. It wasn&apos;t an accusing, protesting silence as much as a sort of estivation, a dormancy, the psychological equivalent of what lungfish do to get themselves through the dry season [...] Over time he had acquired the ability to blend into the background of wherever he was—into bookshelves, gardens, curtains, doorways, streets—to appear inanimate, almost invisible to the untrained eye. [...] Estha occupied very little space in the world.
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Arundhati Roy, &lt;a href=&quot;https://www.worldcat.org/oclc/1123081276&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;The God of Small Things&lt;/em&gt; (p. 12)&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  When I am liberated by silence, when I am no longer involved in the measurement of life, but in the living of it, I can discover a form of prayer in which there is effectively no distraction. My whole life becomes a prayer. My whole silence is full of prayer. The world of silence in which I am immersed contributes to my prayer.
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Thomas Merton, &lt;a href=&quot;https://www.worldcat.org/oclc/45763868&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;Thoughts in Solitude&lt;/em&gt;&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Wovon man nicht sprechen kann, darüber muss man schweigen.&lt;br/&gt;
  (Whereof one cannot speak, thereof one must be silent.)
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Ludwig Wittgenstein, &lt;a href=&quot;https://www.worldcat.org/oclc/1086999432&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;Tractatus Logico-Philosophicus&lt;/em&gt;&lt;/a&gt;&lt;br/&gt;
  (Translated by &lt;a href=&quot;https://www.worldcat.org/oclc/1120937278&quot; target=&quot;_blank&quot;&gt;C.K. Ogden&lt;/a&gt;)
&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Not speaking and speaking are both human ways of being in the world, and there are kinds and grades of each. There is the dumb silence of slumber or apathy; the sober silence that goes with a solemn animal face; the fertile silence of awareness, pasturing the soul, whence emerge new thoughts; the alive silence of alert perception, ready to say, “This… this…”; the musical silence that accompanies absorbed activity; the silence of listening to another speak, catching the drift and helping him be clear; the noisy silence of resentment and self-recrimination, loud with subvocal speech but sullen to say it; baffled silence; the silence of peaceful accord with other persons or communion with the cosmos.
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Paul Goodman, &lt;a href=&quot;https://www.worldcat.org/oclc/221223&quot; target=&quot;_blank&quot;&gt;&lt;em&gt; Speaking and Language: Defence of Poetry&lt;/em&gt;&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Living]]></title><description><![CDATA[The following are quotes on living, in different contexts. Audré Lorde, in A Burst of Light: Living with cancer has forced me to consciously…]]></description><link>https://notes.msdogo.com/living</link><guid isPermaLink="false">https://notes.msdogo.com/living</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;The following are &lt;a href=&quot;/quotes&quot;&gt;quotes&lt;/a&gt; on &lt;em&gt;living&lt;/em&gt;, in different contexts.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/audre-lorde&quot;&gt;Audré Lorde&lt;/a&gt;, in &lt;a href=&quot;https://www.worldcat.org/oclc/1023315953&quot;&gt;A Burst of Light&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Living with cancer has forced me to consciously jettison the myth of omnipotence, of believing—or loosely asserting—that I can do anything, along with any dangerous illusion of immortality. Neither of these unscrutinized defenses is a solid base for either political activism or personal struggle. But in their place, another kind of power is growing, tempered and enduring, grounded within the realities of what I am in fact doing. An open-eyed assessment and appreciation of what I can and do accomplish, using who I am and who I most wish myself to be. To stretch as far as I can go and relish what is satisfying rather than what is sad. Building a strong and elegant pathway toward transition.&lt;br/&gt;&lt;br/&gt; I work, I love, I rest, I see and learn. And I report. These are my givens. Not sureties, but a furm belief that whether or not living them with joy prolongs my life, it certainly enables me to pursue the objectives of that life with a deeper and more effective clarity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title><![CDATA[Maya Angelou]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/maya-angelou</link><guid isPermaLink="false">https://notes.msdogo.com/maya-angelou</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/maya-angelou.png&quot;
    alt= &quot;American poet, and activist, Maya Angelou&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Meta Note]]></title><description><![CDATA[import nightwind from "nightwind/helper"; meta This is the meta note to this entire site. It narrates how this idea came about. Here you’ll…]]></description><link>https://notes.msdogo.com/meta</link><guid isPermaLink="false">https://notes.msdogo.com/meta</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;import nightwind from &quot;nightwind/helper&quot;;&lt;/p&gt;
&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;meta&lt;/NoteTag&gt;&lt;/p&gt;
&lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/katex.min.css&quot;
  integrity=&quot;sha384-Cqd8ihRLum0CCg8rz0hYKPoLZ3uw+gES2rXQXycqnL5pgVQIflxAUDS7ZSjITLb5&quot;
  crossOrigin=&quot;anonymous&quot;
/&gt;
&lt;p&gt;This is the meta note to this entire site. It narrates how this idea came about. Here you’ll find an in-depth walk-through of the site.&lt;/p&gt;
&lt;h2&gt;Inspiration&lt;/h2&gt;
&lt;p&gt;I discovered the idea of the &lt;em&gt;Digital Garden&lt;/em&gt; while roaming Maggie Appleton&apos;s &lt;a href=&quot;https://maggieappleton.com/garden-history&quot;&gt;site&lt;/a&gt;. This was around the end of summer 2020. I had just created my &lt;a href=&quot;https://blog.msdogo.com&quot;&gt;blog&lt;/a&gt; and was looking for a way to add &lt;a href=&quot;https://edwardtufte.github.io/tufte-css/&quot;&gt;Tuftesque&lt;/a&gt; sidenotes to posts.&lt;/p&gt;
&lt;p&gt;Further reading led me to Andy Matuschak&apos;s &lt;a href=&quot;https://andymatuschak.org/&quot;&gt;site&lt;/a&gt;, which I believe is the origin of this theme, and eventually to Aravind Balla&apos;s &lt;a href=&quot;https://notes.aravindballa.com/&quot;&gt;notes&lt;/a&gt;. I&apos;d been thinking of taking computable notes using &lt;a href=&quot;/wolfram-notebooks&quot;&gt;Wolfram Notebooks&lt;/a&gt;, and Aravind&apos;s layout seemed ideal for what I had in mind. I like the idea of computational notebooks and I use them for &lt;a href=&quot;/note-taking&quot;&gt;note taking&lt;/a&gt;. With this medium, I&apos;m exploring new ways of extending Wolfram Notebooks.&lt;/p&gt;
&lt;script async src=&quot;https://platform.twitter.com/widgets.js&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;blockquote class=&quot;twitter-tweet&quot; data-dnt=&quot;true&quot; data-theme=&quot;light&quot;&gt;
  &lt;p lang=&quot;en&quot; dir=&quot;ltr&quot;&gt;Wolfram notebooks would make such a great computable notes app.&lt;/p&gt;&amp;mdash; @m_arti, &lt;a href=&quot;https://twitter.com/m_arti/status/1225784947249754126&quot;&gt;February 7, 2020&lt;/a&gt;
&lt;/blockquote&gt;
&lt;p&gt;I like how plain and simple the layout is, and the seamless linking and transitions between notes. I also like that I can do my &lt;a href=&quot;/note-taking&quot;&gt;note-taking&lt;/a&gt; inside a Wolfram Notebook and publish it straight away. Notebooks are versatile and &lt;a href=&quot;/dynamic&quot;&gt;dynamic&lt;/a&gt;. A Wolfram Notebook can take the form of a formal document or a computational essay. Cells can be hidden automatically and only revealed when hovered over. One can set a background of any colour. Youtube videos, Soundcloud tracks and Bing maps can be embedded. These are just a few things one can do with them on the web.&lt;/p&gt;
&lt;p&gt;It&apos;s possible to create a notebook-centric version of this theme. Pages will essentially be embedded notebooks (Julia, Jupyter, Wolfram, etc.). For Wolfram Notebooks, docked cells can hold tags and other meta information on each note. There&apos;s a potentially more serious issue: should Wolfram Cloud—for instance, which hosts Wolfram Notebooks—someday collapse, so shall the entire theme. Wolfram Notebooks aren&apos;t currently so widely used as to be hosted by third-party organisations.&lt;/p&gt;
&lt;h2&gt;How it works&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Framework&lt;/strong&gt;: This site is built with &lt;a href=&quot;https://www.gatsbyjs.com&quot;&gt;Gatsby&lt;/a&gt;, which claims to be &lt;em&gt;&quot;the fastest frontend for the modern web.&quot;&lt;/em&gt; It&apos;s hosted on &lt;a href=&quot;https://netlify.com&quot;&gt;Netlify&lt;/a&gt;. There is an &lt;a href=&quot;https://notes.msdogo.com/rss.xml&quot;&gt;RSS feed&lt;/a&gt; and a &lt;a href=&quot;https://notes.msdogo.com/sitemap.xml&quot;&gt;sitemap&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Design/Style&lt;/strong&gt;:
The original theme is &lt;a href=&quot;https://github.com/aravindballa/notes.aravindballa.com&quot;&gt;here&lt;/a&gt;; &lt;a href=&quot;https://github.com/m-arti/ms-notes&quot;&gt;my version&lt;/a&gt; has some edits. Styling is done with &lt;a href=&quot;https://tailwindcss.com&quot;&gt;Tailwind CSS&lt;/a&gt;—speed and simplicity.&lt;/p&gt;
&lt;p&gt;For &lt;em&gt;dark mode&lt;/em&gt;, I use a Tailwind plugin called &lt;a href=&quot;https://nightwindcss.com&quot;&gt;Nightwind&lt;/a&gt;. It simplifies the handling of colours that change when switching between light ⇄ dark modes. I give your device&apos;s dark mode setting precedence—changing it on your device will override that of this site. Click/tap this button to toggle: &lt;span&gt;&amp;#x3C;button class=&quot;text-2xl align-middle&quot; onClick={() =&gt; nightwind.toggle()}&gt;◑&lt;/button&gt;&lt;/span&gt;. I use &lt;a href=&quot;https://github.com/joshwcomeau/use-sound&quot;&gt;use-sound&lt;/a&gt;, to play a short audio clip whenever the buttons are clicked.&lt;/p&gt;
&lt;p&gt;To match the style of embedded Wolfram Notebooks to that of notes, I use a &lt;a href=&quot;https://github.com/m-arti/ms-notes/blob/master/src/style.wl&quot;&gt;stylesheet&lt;/a&gt;. The matching isn&apos;t quite exact—e.g., this site uses the font &apos;SF Pro&apos;, while notebooks use &apos;Source Sans Pro&apos;. To stylise a notebook, I run the following from within that notebook:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SetOptions[EvaluationNotebook[],
StyleDefinitions -&gt; Import[&quot;https://wolfr.am/U7U6ZSd2&quot;]]
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;:
This thing you&apos;re currently reading is a &lt;em&gt;note&lt;/em&gt;. Notes are &lt;code&gt;.mdx&lt;/code&gt; files. &lt;a href=&quot;https://mdxjs.com&quot;&gt;MDX&lt;/a&gt; combines the strengths of Markdown and JSX (an extension of Javascript for creating React elements). Here&apos;s a brief demo (from within this note) of how both can be used:&lt;/p&gt;
&lt;p&gt;— Markdown:&lt;br/&gt;
&lt;code&gt;*Italic text in Markdown. Default background.*&lt;/code&gt;&lt;br/&gt;
&lt;em&gt;Italic text in Markdown. Default background.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;— JSX:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;#x3C;div style={{fontStyle:&apos;italic&apos;, backgroundColor:&apos;seagreen&apos;}}&gt;
&amp;#x3C;p&gt;Italic text in JSX. Sea green background.&amp;#x3C;/p&gt;
&amp;#x3C;/div&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div style={{fontStyle:&apos;italic&apos;, backgroundColor:&apos;seagreen&apos;}}&gt;
&lt;p&gt;Italic text in JSX. Sea green background.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;— JSX + Tailwind:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;#x3C;div class=&quot;italic text-white bg-indigo-500&quot;&gt;
&amp;#x3C;p&gt;Italic text in JSX. Indigo background.&amp;#x3C;/p&gt;
&amp;#x3C;/div&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;italic text-white bg-indigo-500&quot;&gt;
&lt;p&gt;Italic text in JSX. Indigo background.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Images are rendered with &lt;a href=&quot;https://www.gatsbyjs.com/plugins/gatsby-plugin-image&quot;&gt;gatsby-plugin-image&lt;/a&gt;, and thanks to Lauren Ashpole&apos;s &lt;a href=&quot;https://git.io/JP2vH&quot;&gt;react-inner-image-zoom&lt;/a&gt;, you can click on an image in a note to zoom.
&lt;zimg
src = &quot;2020-banana-tree.png&quot;
alt= &quot;A watercolour and gouache painting of a banana tree, by Martins Dogo. 2020.&quot;
/&gt;&lt;/p&gt;
&lt;figcaption&gt;
&lt;b&gt;Banana tree (Martins Dogo, 2020)&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;Watecolour and goauche on paper.&lt;/em&gt;
&lt;/figcaption&gt;
&lt;p&gt;One of the cool things about this is that you can zoom multiple images in multiple notes, at the same time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes graph and search&lt;/strong&gt;:
Clicking on the &lt;span class=&quot;text-2xl align-bottom&quot;&gt;⁘&lt;/span&gt; button shows a graph of all notes; credit to &lt;a href=&quot;https://git.io/JGmY0&quot;&gt;Mathieu Dutour&lt;/a&gt; for creating this very useful component. Thanks to &lt;a href=&quot;https://www.algolia.com/doc/api-client/getting-started/install/javascript/?client=javascript&quot;&gt;Algolia&lt;/a&gt;, you can search for notes by clicking the &lt;span class=&quot;text-2xl align-bottom&quot;&gt;⊹&lt;/span&gt; button.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Definitions/Jargon&lt;/strong&gt;: You may have noticed that some words (with a &lt;strong&gt;&lt;em&gt;?&lt;/em&gt;&lt;/strong&gt; aloft) have an attached &lt;em&gt;definition&lt;/em&gt; that pops up when you hover over them, e.g. &lt;em&gt;tesseract&lt;/em&gt; and &lt;em&gt;Hypercubegraph&lt;/em&gt;. These are created using a Gatsby plugin rather appropriately called &lt;a href=&quot;https://github.com/freesewing/freesewing/tree/develop/packages/gatsby-remark-jargon&quot;&gt;&lt;em&gt;jargon&lt;/em&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Math&lt;/strong&gt;: MDX makes documents easily customisable. You can render mathematical text and symbols using &lt;a href=&quot;https://katex.org&quot;&gt;${\KaTeX}$&lt;/a&gt;—&lt;code&gt;$9 × 8$&lt;/code&gt; becomes $9 × 8$, for example.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Embeddings&lt;/strong&gt;: I embed Wolfram Notebooks and other items from various sites such as Soundcloud and Vimeo using &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe&quot;&gt;&lt;code&gt;iframe&lt;/code&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Why this way&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Learning&lt;/strong&gt;: Life-long learning. The goal of this site is to learn from/about the things I write and through the process of doing so. Additionally, I&apos;m learning some skills—web development/design, Javascript, etc.—through the process of adding features to the site and maintaining it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Curation&lt;/strong&gt;: Of interlinked notes, ideas, knowledge, questions, etc. that I find interesting. But also of computational artefacts which evolve.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simplicity&lt;/strong&gt;:
At least, by way of presentation and interaction. Notes are intended to be short and simple. If a note matures into some lengthy disquisition, it ideally should be moved to my blog. There are several features here but each one has a purpose. I&apos;d like to think that this is the least simple note you&apos;ll come across, as it demos all the features. Embeds, for instance, are one source of complexity, because the embedded object introduces its own interface, etc. However, within notes, I may need to link &lt;strong&gt;&lt;a href=&quot;/dynamic&quot;&gt;dynamic&lt;/a&gt;&lt;/strong&gt; information.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Aspirations&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://reference.wolfram.com/language/guide/AutomatedReports.html&quot;&gt;Automate&lt;/a&gt; refreshing of meta notebook.&lt;/li&gt;
&lt;li&gt;Make internal links in embedded notebooks open as a stacked page, and not as a new page in the same/new browser tab.&lt;/li&gt;
&lt;li&gt;Create a Wolfram Notebook version of this theme as I described above.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Meta notebook&lt;/h2&gt;
&lt;p&gt;This is a &lt;a href=&quot;https://www.wolframcloud.com/obj/mar/Published/notes-meta.nb&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/m-arti/ms-notes/4ccb62f36641cd886207d3a35bc403f40a5cf7a7/images/wolfram-icon.svg&quot; alt=&quot;Meta Wolfram Notebook on this site&quot; style=&quot;width:20px; display:inline; vertical-align:middle; padding-right:2px&quot;/&gt;notebook&lt;/a&gt; which analyses the contents of site. For now I&apos;ll be updating its contents manually. Though in the future I might make it auto-update say, once every week, or whenever I add new note.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;meta/meta.nb&quot;&gt;Meta Notebook&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Note-taking]]></title><description><![CDATA[notebooks Note-taking is an essential activity even beyond a formal learning environment. In notebooks, we save ideas, stories, photos…]]></description><link>https://notes.msdogo.com/note-taking</link><guid isPermaLink="false">https://notes.msdogo.com/note-taking</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;notebooks&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;Note-taking is an essential activity even beyond a formal learning environment. In notebooks, we save ideas, stories, photos, lists, sketches, and other pieces of information we&apos;d rather not lose. And each time we return to them, the contents give us a somewhat—or at times, markedly—different impression. We return to our notes with new knowledge and tested perspectives, so it&apos;s no surprise that one might be astounded by what one wrote the previous year.&lt;/p&gt;
&lt;p&gt;But should notes be stagnant? Certain kinds of information are immutable (and we&apos;d like to maintain that constancy), and other kinds change all the time. The sort of notes I aim to gather is the mix. For example, I hope to curate poems, as well as biographical information on their authors. Also, wouldn&apos;t it be great if mutable information contained in a note updated itself?&lt;/p&gt;
&lt;p&gt;For this reason, it makes sense to me for notes on this medium to be computable, wherever necessary. I&apos;ve used &lt;a href=&quot;https://www.wolfram.com/notebooks/&quot;&gt;Wolfram&lt;/a&gt; and &lt;a href=&quot;https://jupyter.org/&quot;&gt;Jupyter&lt;/a&gt; Notebooks extensively. I think both are great, especially for scientific endeavours, but my preference is the former. I&apos;ve written about &lt;a href=&quot;/wolfram-notebooks&quot;&gt;Wolfram Notebooks&lt;/a&gt;, and on this site I use the &lt;img src=&quot;https://raw.githubusercontent.com/m-arti/ms-notes/4ccb62f36641cd886207d3a35bc403f40a5cf7a7/images/wolfram-icon.svg&quot; alt=&quot;Meta Wolfram Notebook on this site&quot; style=&quot;width:20px; display:inline; vertical-align:middle;&quot;/&gt; symbol to highlight them.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Other poems]]></title><description><![CDATA[people
poetry Some other poems I like. blessing the boats — Lucille Clifton (at St. Mary’s)
may the tide
that is entering even now
the lip…]]></description><link>https://notes.msdogo.com/other-poems</link><guid isPermaLink="false">https://notes.msdogo.com/other-poems</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;poetry&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;Some other &lt;a href=&quot;/poems&quot;&gt;poems&lt;/a&gt; I like.&lt;/p&gt;
&lt;!---
```toc
# TOC replaces this text
```
--&gt;
&lt;h2&gt;&lt;em&gt;blessing the boats&lt;/em&gt; — Lucille Clifton&lt;/h2&gt;
&lt;p&gt;(at St. Mary’s)&lt;br/&gt;&lt;br/&gt;
may the tide&lt;br/&gt;
that is entering even now&lt;br/&gt;
the lip of our understanding&lt;br/&gt;
carry you out&lt;br/&gt;
beyond the face of fear&lt;br/&gt;
may you kiss&lt;br/&gt;
the wind then turn from it&lt;br/&gt;
certain that it will&lt;br/&gt;
love your back     may you&lt;br/&gt;
open your eyes to water&lt;br/&gt;
water waving forever&lt;br/&gt;
and may you in your innocence&lt;br/&gt;
sail through this to that&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;135&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/775547497&amp;color=%23cccccc&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&quot;&gt;&lt;/iframe&gt;
&lt;h2&gt;&lt;em&gt;Kindness&lt;/em&gt; — Naomi Shihab Nye&lt;/h2&gt;
&lt;p&gt;Before you know what kindness really is &lt;br/&gt;
you must lose things, &lt;br/&gt;
feel the future dissolve in a moment &lt;br/&gt;
like salt in a weakened broth. &lt;br/&gt;
What you held in your hand, &lt;br/&gt;
what you counted and carefully saved, &lt;br/&gt;
all this must go so you know &lt;br/&gt;
how desolate the landscape can be &lt;br/&gt;
between the regions of kindness. &lt;br/&gt;
How you ride and ride &lt;br/&gt;
thinking the bus will never stop, &lt;br/&gt;
the passengers eating maize and chicken &lt;br/&gt;
will stare out the window forever. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Before you learn the tender gravity of kindness, &lt;br/&gt;
you must travel where the Indian in a white poncho &lt;br/&gt;
lies dead [1] by the side of the road. &lt;br/&gt;
You must see how this could be you, &lt;br/&gt;
how he too was someone &lt;br/&gt;
who journeyed through the night with plans &lt;br/&gt;
and the simple breath that kept him alive. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Before you know kindness as the deepest thing inside, &lt;br/&gt;
you must know sorrow as the other deepest thing. &lt;br/&gt;
You must wake up with sorrow. &lt;br/&gt;
You must speak to it till your voice &lt;br/&gt;
catches the thread of all sorrows &lt;br/&gt;
and you see the size of the cloth. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Then it is only kindness that makes sense anymore, &lt;br/&gt;
only kindness that ties your shoes &lt;br/&gt;
and sends you out into the day to gaze at bread, &lt;br/&gt;
only kindness that raises its head &lt;br/&gt;
from the crowd of the world to say &lt;br/&gt;
It is I you have been looking for, &lt;br/&gt;
and then goes with you everywhere &lt;br/&gt;
like a shadow or a friend.&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;135&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/275342655&amp;color=%23cccccc&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&quot;&gt;&lt;/iframe&gt;
&lt;h2&gt;&lt;em&gt;Love After Love&lt;/em&gt; — Derek Walcott&lt;/h2&gt;
&lt;p&gt;The time will come &lt;br/&gt;
when, with elation &lt;br/&gt;
you will greet yourself arriving &lt;br/&gt;
at your own door, in your own mirror &lt;br/&gt;
and each will smile at the other&apos;s welcome, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;and say, sit here. Eat. &lt;br/&gt;
You will love again the stranger who was your self. &lt;br/&gt;
Give wine. Give bread. Give back your heart &lt;br/&gt;
to itself, to the stranger who has loved you &lt;br/&gt; &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;all your life, whom you ignored &lt;br/&gt;
for another, who knows you by heart. &lt;br/&gt;
Take down the love letters from the bookshelf, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the photographs, the desperate notes, &lt;br/&gt;
peel your own image from the mirror. &lt;br/&gt;
Sit. Feast on your life.&lt;/p&gt;
&lt;h2&gt;&lt;em&gt;Phase One&lt;/em&gt; — Dilruba Ahmed&lt;/h2&gt;
&lt;p&gt;For leaving the fridge open &lt;br/&gt;
last night, I forgive you. &lt;br/&gt;
For conjuring white curtains &lt;br/&gt;
instead of living your life.&lt;/p&gt;
&lt;p&gt;For the seedlings that wilt, now, &lt;br/&gt;
in tiny pots, I forgive you. &lt;br/&gt;
For saying no first &lt;br/&gt;
but yes as an afterthought. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I forgive you for hideous visions &lt;br/&gt;
after childbirth, brought on by loss &lt;br/&gt;
of sleep. And when the baby woke &lt;br/&gt;
repeatedly, for your silent rebuke &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;in the dark, “What’s your beef?” &lt;br/&gt;
I forgive your letting vines &lt;br/&gt;
overtake the garden. For fearing &lt;br/&gt;
your own propensity to love. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;For losing, again, your bag &lt;br/&gt;
en route from San Francisco; &lt;br/&gt;
for the equally heedless drive back &lt;br/&gt;
on the caffeine-fueled return. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I forgive you for leaving &lt;br/&gt;
windows open in rain &lt;br/&gt;
and soaking library books &lt;br/&gt;
again. For putting forth&lt;/p&gt;
&lt;p&gt;only revisions of yourself, &lt;br/&gt;
with punctuation worked over, &lt;br/&gt;
instead of the disordered truth, &lt;br/&gt;
I forgive you. For singing mostly &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;when the shower drowns &lt;br/&gt;
your voice. For so admiring &lt;br/&gt;
the drummer you failed to hear &lt;br/&gt;
the drum. In forgotten tin cans,&lt;/p&gt;
&lt;p&gt;may forgiveness gather. Pooling &lt;br/&gt;
in gutters. Gushing from pipes. &lt;br/&gt;
A great steady rain of olives &lt;br/&gt;
from branches, relieved&lt;/p&gt;
&lt;p&gt;of cruelty and petty meanness. &lt;br/&gt;
With it, a flurry of wings, thirteen &lt;br/&gt;
gray pigeons. Ointment reserved &lt;br/&gt;
for healers and prophets. I forgive you.&lt;/p&gt;
&lt;p&gt;I forgive you. For feeling awkward &lt;br/&gt;
and nervous without reason. &lt;br/&gt;
For bearing Keats’s empty vessel &lt;br/&gt;
with such calm you worried&lt;/p&gt;
&lt;p&gt;you had, perhaps, no moral &lt;br/&gt;
center at all. For treating your mother &lt;br/&gt;
with contempt when she deserved &lt;br/&gt;
compassion. I forgive you. I forgive&lt;/p&gt;
&lt;p&gt;you. I forgive you. For growing &lt;br/&gt;
a capacity for love that is great &lt;br/&gt;
but matched only, perhaps, &lt;br/&gt;
by your loneliness. For being unable&lt;/p&gt;
&lt;p&gt;to forgive yourself first so you &lt;br/&gt;
could then forgive others and &lt;br/&gt;
at last find a way to become &lt;br/&gt;
the love that you want in this world.&lt;/p&gt;
&lt;br/&gt;
&lt;hr/&gt;
&lt;br/&gt;
&lt;h3&gt;Notes&lt;/h3&gt;
&lt;p&gt;[1] Sadly, this was based on a real event, which Shihab Nye narrates here:&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;135&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/292306062&amp;color=%23cccccc&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&quot;&gt;&lt;/iframe&gt;</content:encoded></item><item><title><![CDATA[Paintings and Drawings]]></title><description><![CDATA[art Some of my art. 2020   2021]]></description><link>https://notes.msdogo.com/paintings-and-drawings</link><guid isPermaLink="false">https://notes.msdogo.com/paintings-and-drawings</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;art&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;Some of my &lt;a href=&quot;/art&quot;&gt;art&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;2020&lt;/h2&gt;
&lt;p&gt;&lt;zimg
  src = &quot;2020-banana-tree.png&quot;
  alt= &quot;A watercolour and gouache painting of a banana tree, by Martins Dogo. 2020.&quot;
/&gt;&lt;/p&gt;
&lt;figcaption&gt;
  &lt;b&gt;Banana tree&lt;/b&gt;&lt;br/&gt;
  &lt;em&gt;Watecolour and goauche on paper.&lt;/em&gt;
&lt;/figcaption&gt;
&lt;p&gt;&lt;zimg
  src = &quot;untitled.png&quot;
  alt= &quot;An abstract watercolour and gouache painting, containing a variety of colours: oranges, blues, browns and greens, by Martins Dogo. 2020.&quot;
/&gt;&lt;/p&gt;
&lt;figcaption&gt;
  &lt;b&gt;Untitled&lt;/b&gt;&lt;br/&gt;
  &lt;em&gt;Watecolour and goauche on paper.&lt;/em&gt;
&lt;/figcaption&gt;
&lt;h2&gt;2021&lt;/h2&gt;
&lt;p&gt;&lt;zimg
  src = &quot;2021-tricolora-i.jpg&quot;
  alt= &quot;an abstract gouache painting consisting of three colours, by Martins Dogo. 2021.&quot;
/&gt;&lt;/p&gt;
&lt;figcaption&gt;
  &lt;b&gt;Untitled&lt;/b&gt;&lt;br/&gt;
  &lt;em&gt;Watecolour and goauche on paper.&lt;/em&gt;
&lt;/figcaption&gt;</content:encoded></item><item><title><![CDATA[Favourite poems by Adrienne Rich]]></title><description><![CDATA[people
poetry These are some of my favourite poems by Adrienne Rich. Atlas of the Difficult World, XIII (Dedications) From An Atlas of the…]]></description><link>https://notes.msdogo.com/poems-by-adrienne-rich</link><guid isPermaLink="false">https://notes.msdogo.com/poems-by-adrienne-rich</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;poetry&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;These are some of my favourite &lt;a href=&quot;/poems&quot;&gt;poems&lt;/a&gt; by &lt;a href=&quot;/adrienne-rich&quot;&gt;Adrienne Rich&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Atlas of the Difficult World, XIII (Dedications)&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/1014839412&quot;&gt;An Atlas of the Difficult World&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I know you are reading this poem &lt;br/&gt;
late, before leaving your office &lt;br/&gt;
of the one intense yellow lamp-spot and the darkening window &lt;br/&gt;
in the lassitude of a building faded to quiet &lt;br/&gt;
long after rush-hour.      I know you are reading this poem &lt;br/&gt;
standing up in a bookstore far from the ocean &lt;br/&gt;
on a gray day of early spring, faint flakes driven &lt;br/&gt;
across the plains&apos; enormous spaces around you. &lt;br/&gt;
I know you are reading this poem &lt;br/&gt;
in a room where too much has happened for you to bear &lt;br/&gt;
where the bedclothes lie in stagnant coils on the bed &lt;br/&gt;
and the open valise speaks of flight &lt;br/&gt;
but you cannot leave yet.      I know you are reading this poem &lt;br/&gt;
as the underground train loses momentum and before running &lt;br/&gt;
                          up the stairs &lt;br/&gt;
toward a new kind of love &lt;br/&gt;
your life has never allowed. &lt;br/&gt;
I know you are reading this poem by the light &lt;br/&gt;
of the television screen where soundless images jerk and slide &lt;br/&gt;
while you wait for the newscast from the &lt;em&gt;intifada&lt;/em&gt;. &lt;br/&gt;
I know you are reading this poem in a waiting-room &lt;br/&gt;
of eyes met and unmeeting, of identity with strangers. &lt;br/&gt;
I know you are reading this poem by fluorescent light &lt;br/&gt;
in the boredom and fatigue of the young who are counted out, &lt;br/&gt;
count themselves out, at too early an age.      I know &lt;br/&gt;
you are reading this poem through your failing sight, the thick &lt;br/&gt;
lens enlarging these letters beyond all meaning yet you read on &lt;br/&gt;
because even the alphabet is precious. &lt;br/&gt;&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I know you are reading this poem as you pace beside the stove &lt;br/&gt;
warming milk, a crying child on your shoulder, a book in your hand &lt;br/&gt;
because life is short and you too are thirsty. &lt;br/&gt;
I know you are reading this poem which is not in your language &lt;br/&gt;
guessing at some words while others keep you reading &lt;br/&gt;
and I want to know which words they are. &lt;br/&gt;
I know you are reading this poem listening for something, torn &lt;br/&gt;
                          between bitterness and hope &lt;br/&gt;
turning back once again to the task you cannot refuse. &lt;br/&gt;
I know you are reading this poem because there is nothing &lt;br/&gt;
                          else left to read &lt;br/&gt;
there where you have landed, stripped as you are.&lt;/p&gt;
&lt;p&gt;1990–1991&lt;/p&gt;
&lt;h2&gt;Cartographies of &lt;a href=&quot;/silence&quot;&gt;Silence&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/942544391&quot;&gt;The Dream of a Common Language: Poems
1974–1977&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;1.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;A conversation begins &lt;br/&gt;
with a lie. And each &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;speaker of the so-called common language feels &lt;br/&gt;
the ice-floe split, the drift apart &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;as if powerless, as if up against &lt;br/&gt;
a force of nature &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;A poem can begin &lt;br/&gt;
with a lie. And be torn up. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;A conversation has other laws &lt;br/&gt;
recharges itself with its own &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;false energy. Cannot be torn &lt;br/&gt;
up. Infiltrates our blood. Repeats itself. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Inscribes with its unreturning stylus &lt;br/&gt;
the isolation it denies. &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;2.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;The classical music station &lt;br/&gt;
playing hour upon hour in the apartment &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the picking up and picking up &lt;br/&gt;
and again picking up the telephone &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the syllables uttering &lt;br/&gt;
the old script over and over &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;The loneliness of the liar &lt;br/&gt;
living in the formal network of the lie &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;twisting the dials to drown the terror &lt;br/&gt;
beneath the unsaid word &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;3.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;The technology of science &lt;br/&gt;
The rituals, the etiquette &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the blurring of terms &lt;br/&gt;
silence not absence &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;of words or music or even &lt;br/&gt;
raw sounds &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Silence can be a plan &lt;br/&gt;
rigorously executed &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the blueprint to a life &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;It is a presence &lt;br/&gt;
it has a history    a form &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Do not confuse it &lt;br/&gt;
with any kind of absence &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;4.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;How calm, how inoffensive these words &lt;br/&gt;
begin to seem to me &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;though begun in grief and anger &lt;br/&gt;
Can I break through this film of the abstract &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;without wounding myself or you &lt;br/&gt;
there is enough pain here &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;This is why the classical or the jazz music station plays? &lt;br/&gt;
to give a ground of meaning to our pain? &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;5.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;The silence that strips bare: &lt;br/&gt;
In Dreyer’s &lt;em&gt;Passion of Joan&lt;/em&gt; &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Falconetti’s face, hair shorn, a great geography &lt;br/&gt;
mutely surveyed by the camera &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;If there were a poetry where this could happen &lt;br/&gt;
not as blank spaces or as words &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;stretched like skin over meanings &lt;br/&gt;
but as silence falls at the end &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;of a night through which two people &lt;br/&gt;
have talked till dawn &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;6.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;The scream &lt;br/&gt;
of an illegitimate voice &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;It has ceased to hear itself, therefore &lt;br/&gt;
it asks itself &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;How do I exist? &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;This was the silence I wanted to break in you &lt;br/&gt;
I had questions but you would not answer &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I had answers but you could not use them &lt;br/&gt;
This is useless to you and perhaps to others &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;7.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;It was an old theme even for me: &lt;br/&gt;
Language cannot do everything– &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;chalk it on the walls where the dead poets &lt;br/&gt;
lie in their mausoleums &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;If at the will of the poet the poem &lt;br/&gt;
could turn into a thing &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;a granite flank laid bare, a lifted head &lt;br/&gt;
alight with dew &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;It if could simply look you in the face &lt;br/&gt;
with naked eyeballs, not letting you turn &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;till you, and I who long to make this thing, &lt;br/&gt;
were finally clarified together in its stare &lt;br/&gt;&lt;/p&gt;
&lt;div&gt;&lt;b&gt;8.&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;No. Let me have this dust, &lt;br/&gt;
these pale clouds dourly lingering, these words &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;moving with ferocious accuracy &lt;br/&gt;
like the blind child’s fingers &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;or the newborn infant’s mouth &lt;br/&gt;
violent with hunger &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;No one can give me, I have long ago &lt;br/&gt;
taken this method &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;whether of bran pouring from the loose-woven sack &lt;br/&gt;
or of the bunsen-flame turned low and blue &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;If from time to time I envy &lt;br/&gt;
the pure annunciations to the eye &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the &lt;em&gt;visio beatifica&lt;/em&gt; &lt;br/&gt;
if from time to time I long to turn &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;like the Eleusinian hierophant &lt;br/&gt;
holding up a simple ear of grain &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;for the return to the concrete and everlasting world &lt;br/&gt;
what in fact I keep choosing &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;are these words, these whispers, these conversations &lt;br/&gt;
from which time after time the truth breaks moist and green &lt;br/&gt;&lt;/p&gt;
&lt;h2&gt;Diving into the Wreck&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/1023182819&quot;&gt;Diving into the Wreck - Poems 1971-1972.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;First having read the book of myths, &lt;br/&gt;
and loaded the camera, &lt;br/&gt;
and checked the edge of the knife-blade, &lt;br/&gt;
I put on &lt;br/&gt;
the body-armor of black rubber &lt;br/&gt;
the absurd flippers &lt;br/&gt;
the grave and awkward mask. &lt;br/&gt;
I am having to do this &lt;br/&gt;
not like Cousteau with his &lt;br/&gt;
assiduous team &lt;br/&gt;
aboard the sun-flooded schooner &lt;br/&gt;
but here alone.&lt;/p&gt;
&lt;p&gt;There is a ladder. &lt;br/&gt;
The ladder is always there &lt;br/&gt;
hanging innocently &lt;br/&gt;
close to the side of the schooner. &lt;br/&gt;
We know what it is for, &lt;br/&gt;
we who have used it. &lt;br/&gt;
Otherwise &lt;br/&gt;
it is a piece of maritime floss &lt;br/&gt;
some sundry equipment. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I go down. &lt;br/&gt;
Rung after rung and still &lt;br/&gt;
the oxygen immerses me &lt;br/&gt;
the blue light &lt;br/&gt;
the clear atoms &lt;br/&gt;
of our human air. &lt;br/&gt;
I go down. &lt;br/&gt;
My flippers cripple me, &lt;br/&gt;
I crawl like an insect down the ladder &lt;br/&gt;
and there is no one &lt;br/&gt;
to tell me when the ocean &lt;br/&gt;
will begin. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;First the air is blue and then &lt;br/&gt;
it is bluer and then green and then &lt;br/&gt;
black I am blacking out and yet &lt;br/&gt;
my mask is powerful &lt;br/&gt;
it pumps my blood with power &lt;br/&gt;
the sea is another story &lt;br/&gt;
the sea is not a question of power &lt;br/&gt;
I have to learn alone &lt;br/&gt;
to turn my body without force &lt;br/&gt;
in the deep element. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;And now: it is easy to forget &lt;br/&gt;
what I came for &lt;br/&gt;
among so many who have always &lt;br/&gt;
lived here &lt;br/&gt;
swaying their crenellated fans &lt;br/&gt;
between the reefs &lt;br/&gt;
and besides &lt;br/&gt;
you breathe differently down here. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I came to explore the wreck. &lt;br/&gt;
The words are purposes. &lt;br/&gt;
The words are maps. &lt;br/&gt;
I came to see the damage that was done &lt;br/&gt;
and the treasures that prevail. &lt;br/&gt;
I stroke the beam of my lamp &lt;br/&gt;
slowly along the flank &lt;br/&gt;
of something more permanent &lt;br/&gt;
than fish or weed &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the thing I came for: &lt;br/&gt;
the wreck and not the story of the wreck &lt;br/&gt;
the thing itself and not the myth &lt;br/&gt;
the drowned face always staring &lt;br/&gt;
toward the sun &lt;br/&gt;
the evidence of damage &lt;br/&gt;
worn by salt and sway into this threadbare beauty &lt;br/&gt;
the ribs of the disaster &lt;br/&gt;
curving their assertion &lt;br/&gt;
among the tentative haunters. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;This is the place. &lt;br/&gt;
And I am here, the mermaid whose dark hair &lt;br/&gt;
streams black, the merman in his armored body. &lt;br/&gt;
We circle silently &lt;br/&gt;
about the wreck &lt;br/&gt;
we dive into the hold. &lt;br/&gt;
I am she: I am he &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;whose drowned face sleeps with open eyes &lt;br/&gt;
whose breasts still bear the stress &lt;br/&gt;
whose silver, copper, vermeil cargo lies &lt;br/&gt;
obscurely inside barrels &lt;br/&gt;
half-wedged and left to rot &lt;br/&gt;
we are the half-destroyed instruments &lt;br/&gt;
that once held to a course &lt;br/&gt;
the water-eaten log &lt;br/&gt;
the fouled compass &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;We are, I am, you are &lt;br/&gt;
by cowardice or courage &lt;br/&gt;
the one who find our way &lt;br/&gt;
back to this scene &lt;br/&gt;
carrying a knife, a camera &lt;br/&gt;
a book of myths &lt;br/&gt;
in which &lt;br/&gt;
our names do not appear. &lt;br/&gt;&lt;/p&gt;
&lt;h2&gt;For a Friend in Travail&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/1014839412&quot;&gt;An Atlas of the Difficult World&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Waking from violence:    the surgeon’s probe left in the foot &lt;br/&gt;
paralyzing the body from the waist down. &lt;br/&gt;
Dark before dawn:    wrapped in a shawl, to walk the house &lt;br/&gt;
the Drinking-Gourd slung in the northwest, &lt;br/&gt;
half-slice of moon to the south &lt;br/&gt;
through dark panes.    A time to speak to you.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;What are you going through?&lt;/em&gt; she said, is the great question. &lt;br/&gt;
Philosopher of oppression, theorist &lt;br/&gt;
of the victories of force.&lt;/p&gt;
&lt;p&gt;We write from the marrow of our bones.    What she did not &lt;br/&gt;
ask, or tell:    how victims save their own lives. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;That crawl along the ledge, then the ravelling span of fibre &lt;br/&gt;
            strung &lt;br/&gt;
from one side to the other, I’ve dreamed that too. &lt;br/&gt;
Waking, not sure we made it.    Relief, appallment, of waking. &lt;br/&gt;
Consciousness.    O, no.    To sleep again. &lt;br/&gt;
O to sleep without dreaming.&lt;/p&gt;
&lt;p&gt;How day breaks, when it breaks, how clear and light the moon &lt;br/&gt;
melting into moon-colored air &lt;br/&gt;
moist and sweet, here on the western edge. &lt;br/&gt;
Love for the world, and we are part of it. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;How the poppies break from their sealed envelopes &lt;br/&gt;
she did not tell. &lt;br/&gt;
What are you going through, there on the other edge?&lt;/p&gt;
&lt;p&gt;1990&lt;/p&gt;
&lt;h2&gt;For the Record&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/908298031&quot;&gt;Your Native Land, Your Life&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The clouds and the stars didn’t wage this war &lt;br/&gt;
the brooks gave no information &lt;br/&gt;
if the mountain spewed stones of fire into the river &lt;br/&gt;
it was not taking sides &lt;br/&gt;
the raindrop faintly swaying under the leaf &lt;br/&gt;
had no political opinions&lt;/p&gt;
&lt;p&gt;and if here or there a house &lt;br/&gt;
filled with backed-up raw sewage &lt;br/&gt;
or poisoned those who lived there &lt;br/&gt;
with slow fumes, over years &lt;br/&gt;
the houses were not at war &lt;br/&gt;
nor did the tinned-up buildings&lt;/p&gt;
&lt;p&gt;intend to refuse shelter &lt;br/&gt;
to homeless old women and roaming children &lt;br/&gt;
they had no policy to keep them roaming &lt;br/&gt;
or dying, no, the cities were not the problem &lt;br/&gt;
the bridges were non-partisan &lt;br/&gt;
the freeways burned, but not with hatred&lt;/p&gt;
&lt;p&gt;Even the miles of barbed-wire &lt;br/&gt;
stretched around crouching temporary huts &lt;br/&gt;
designed to keep the unwanted &lt;br/&gt;
at a safe distance, out of sight &lt;br/&gt;
even the boards that had to absorb &lt;br/&gt;
year upon year, so many human sounds&lt;/p&gt;
&lt;p&gt;so many depths of vomit, tears &lt;br/&gt;
slow-soaking blood &lt;br/&gt;
had not offered themselves for this &lt;br/&gt;
The trees didn’t volunteer to be cut into boards &lt;br/&gt;
nor the thorns for tearing flesh &lt;br/&gt;
Look around at all of it&lt;/p&gt;
&lt;p&gt;and ask whose signature &lt;br/&gt;
is stamped on the orders, traced &lt;br/&gt;
in the corner of the building plans &lt;br/&gt;
Ask where the illiterate, big-bellied &lt;br/&gt;
women were, the drunks and crazies, &lt;br/&gt;
the ones you fear most of all: ask where you were.&lt;/p&gt;
&lt;h2&gt;Hubble &lt;a href=&quot;/photographs&quot;&gt;Photographs&lt;/a&gt;: After Sappho&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/286487122&quot;&gt;Telephone Ringing in the Labyrinth : Poems 2004-2006&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;It should be the most desired sight of all &lt;br/&gt;
the person with whom you hope to live and die&lt;/p&gt;
&lt;p&gt;walking into a room, turning to look at you, sight for sight &lt;br/&gt;
Should be yet I say there is something&lt;/p&gt;
&lt;p&gt;more desirable: the ex-stasis of galaxies &lt;br/&gt;
so out from us there’s no vocabulary&lt;/p&gt;
&lt;p&gt;but mathematics and optics &lt;br/&gt;
equations letting sight pierce through time&lt;/p&gt;
&lt;p&gt;into liberations, lacerations of light and dust &lt;br/&gt;
exposed like a body’s cavity, violet green livid and venous, gorgeous&lt;/p&gt;
&lt;p&gt;beyond good and evil as ever stained into dream &lt;br/&gt;
beyond remorse, disillusion, fear of death&lt;/p&gt;
&lt;p&gt;or life, rage &lt;br/&gt;
for order, rage for destruction&lt;/p&gt;
&lt;p&gt;—beyond this love which stirs &lt;br/&gt;
the air every time she walks into the room&lt;/p&gt;
&lt;p&gt;These impersonae, however we call them &lt;br/&gt;
won’t invade us as on movie screens&lt;/p&gt;
&lt;p&gt;they are so old, so new, we are not to them &lt;br/&gt;
we look at them or don’t from within the milky gauze&lt;/p&gt;
&lt;p&gt;of our tilted gazing &lt;br/&gt;
but they don’t look back and we cannot hurt them&lt;/p&gt;
&lt;h2&gt;Snapshots of a Daughter-in-Law&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;From &lt;a href=&quot;https://www.worldcat.org/oclc/977093836&quot;&gt;Snapshots of a Daughter-in-Law: Poems, 1954-1962&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;1&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;You, once a belle in Shreveport, &lt;br/&gt;
with henna-colored hair, skin like a peachbud, &lt;br/&gt;
still have your dresses copied from that time, &lt;br/&gt;
and play a Chopin prelude &lt;br/&gt;
called by Cortot: &quot;Delicious recollections &lt;br/&gt;
float like perfume through the memory.&quot; &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Your mind now, moldering like wedding-cake, &lt;br/&gt;
heavy with useless experience, rich &lt;br/&gt;
with suspicion, rumor, fantasy, &lt;br/&gt;
crumbling to pieces under the knife-edge &lt;br/&gt;
of mere fact. In the prime of your life.&lt;/p&gt;
&lt;p&gt;Nervy, glowering, your daughter &lt;br/&gt;
wipes the teaspoons, grows another way.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;2&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;Banging the coffee-pot into the sink &lt;br/&gt;
she hears the angels chiding, and looks out &lt;br/&gt;
past the raked gardens to the sloppy sky. &lt;br/&gt;
Only a week since They said: Have no patience.&lt;/p&gt;
&lt;p&gt;The next time it was: Be insatiable. &lt;br/&gt;
Then: Save yourself; others you cannot save. &lt;br/&gt;
Sometimes she&apos;s let the tapstream scald her arm, &lt;br/&gt;
a match burn to her thumbnail,&lt;/p&gt;
&lt;p&gt;or held her hand above the kettle&apos;s snout &lt;br/&gt;
right inthe woolly steam. They are probably angels, &lt;br/&gt;
since nothing hurts her anymore, except &lt;br/&gt;
each morning&apos;s grit blowing into her eyes.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;3&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;A thinking woman sleeps with monsters. &lt;br/&gt;
The beak that grips her, she becomes. And Nature, &lt;br/&gt;
that sprung-lidded, still commodious &lt;br/&gt;
steamer-trunk of tempora and mores &lt;br/&gt;
gets stuffed with it all: the mildewed orange-flowers, &lt;br/&gt;
the female pills, the terrible breasts &lt;br/&gt;
of Boadicea beneath flat foxes&apos; heads and orchids. &lt;br/&gt;
Two handsome women, gripped in argument, &lt;br/&gt;
each proud, acute, subtle, I hear scream &lt;br/&gt;
across the cut glass and majolica &lt;br/&gt;
like Furies cornered from their prey: &lt;br/&gt;
The argument ad feminam, all the old knives &lt;br/&gt;
that have rusted in my back, I drive in yours, &lt;br/&gt;
ma semblable, ma soeur!&lt;/p&gt;
&lt;div&gt;&lt;b&gt;4&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;Knowing themselves too well in one another: &lt;br/&gt;
their gifts no pure fruition, but a thorn, &lt;br/&gt;
the prick filed sharp against a hint of scorn... &lt;br/&gt;
Reading while waiting &lt;br/&gt;
for the iron to heat, &lt;br/&gt;
writing, My Life had stood--a Loaded Gun-- &lt;br/&gt;
in that Amherst pantry while the jellies boil and scum, &lt;br/&gt;
or, more often, &lt;br/&gt;
iron-eyed and beaked and purposed as a bird, &lt;br/&gt;
dusting everything on the whatnot every day of life.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;5&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;Dulce ridens, dulce loquens, &lt;br/&gt;
she shaves her legs until they gleam &lt;br/&gt;
like petrified mammoth-tusk.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;6&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;When to her lute Corinna sings &lt;br/&gt;
neither words nor music are her own; &lt;br/&gt;
only the long hair dipping &lt;br/&gt;
over her cheek, only the song &lt;br/&gt;
of silk against her knees &lt;br/&gt;
and these &lt;br/&gt;
adjusted in reflections of an eye.&lt;/p&gt;
&lt;p&gt;Poised, trembling and unsatisfied, before &lt;br/&gt;
an unlocked door, that cage of cages, &lt;br/&gt;
tell us, you bird, you tragical machine-- &lt;br/&gt;
is this fertillisante douleur? Pinned down &lt;br/&gt;
by love, for you the only natural action, &lt;br/&gt;
are you edged more keen &lt;br/&gt;
to prise the secrets of the vault? has Nature shown &lt;br/&gt;
her household books to you, daughter-in-law, &lt;br/&gt;
that her sons never saw?&lt;/p&gt;
&lt;div&gt;&lt;b&gt;7&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;&quot;To have in this uncertain world some stay &lt;br/&gt;
which cannot be undermined, is &lt;br/&gt;
of the utmost consequence.&quot; &lt;br/&gt;
Thus wrote &lt;br/&gt;
a woman, partly brave and partly good, &lt;br/&gt;
who fought with what she partly understood. &lt;br/&gt;
Few men about her would or could do more, &lt;br/&gt;
hence she was labeled harpy, shrew and whore.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;8&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;&quot;You all die at fifteen,&quot; said Diderot, &lt;br/&gt;
and turn part legend, part convention. &lt;br/&gt;
Still, eyes inaccurately dream &lt;br/&gt;
behind closed windows blankening with steam. &lt;br/&gt;
Deliciously, all that we might have been, &lt;br/&gt;
all that we were--fire, tears, &lt;br/&gt;
wit, taste, martyred ambition-- &lt;br/&gt;
stirs like the memory of refused adultery &lt;br/&gt;
the drained and flagging bosom of our middle years.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;9&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;Not that it is done well, but &lt;br/&gt;
that it is done at all? Yes, think &lt;br/&gt;
of the odds! or shrug them off forever. &lt;br/&gt;
This luxury of the precocious child, &lt;br/&gt;
Time&apos;s precious chronic invalid,-- &lt;br/&gt;
would we, darlings, resign it if we could? &lt;br/&gt;
Our blight has been our sinecure: &lt;br/&gt;
mere talent was enough for us-- &lt;br/&gt;
glitter in fragments and rough drafts.&lt;/p&gt;
&lt;p&gt;Sigh no more, ladies. &lt;br/&gt;
Time is male &lt;br/&gt;
and in his cups drinks to the fair. &lt;br/&gt;
Bemused by gallantry, we hear &lt;br/&gt;
our mediocrities over-praised, &lt;br/&gt;
indolence read as abnegation, &lt;br/&gt;
slattern thought styled intuition, &lt;br/&gt;
every lapse forgiven, our crime &lt;br/&gt;
only to cast too bold a shadow &lt;br/&gt;
or smash the mold straight off. &lt;br/&gt;
For that, solitary confinement, &lt;br/&gt;
tear gas, attrition shelling. &lt;br/&gt;
Few applicants for that honor.&lt;/p&gt;
&lt;div&gt;&lt;b&gt;10&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;Well, &lt;br/&gt;
she&apos;s long about her coming, who must be &lt;br/&gt;
more merciless to herself than history. &lt;br/&gt;
Her mind full to the wind, I see her plunge &lt;br/&gt;
breasted and glancing through the currents, &lt;br/&gt;
taking the light upon her &lt;br/&gt;
at least as beautiful as any boy &lt;br/&gt;
or helicopter, &lt;br/&gt;
poised, still coming, &lt;br/&gt;
her fine blades making the air wince&lt;/p&gt;
&lt;p&gt;but her cargo &lt;br/&gt;
no promise then: &lt;br/&gt;
delivered &lt;br/&gt;
palpable &lt;br/&gt;
ours.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;See other notes on &lt;a href=&quot;/poems&quot;&gt;poems&lt;/a&gt; and &lt;a href=&quot;/books&quot;&gt;books&lt;/a&gt;.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Favourite poems by Rita Dove]]></title><description><![CDATA[people
poetry These are some of my favourite poems by Rita Dove. Dawn Revisited Imagine you wake up 
with a second chance: The blue jay…]]></description><link>https://notes.msdogo.com/poems-by-rita-dove</link><guid isPermaLink="false">https://notes.msdogo.com/poems-by-rita-dove</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;poetry&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;These are some of my favourite &lt;a href=&quot;/poems&quot;&gt;poems&lt;/a&gt; by &lt;a href=&quot;/rita-dove&quot;&gt;Rita Dove&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Some people&apos;s minds run from point A to point B with the linear determination of an express bus roaring from stop to distant stop. Theirs are minds trained to avoid detours, to cut a path past the alleys and side streets of distraction. Rita&apos;s mind is more like the water of a stream swirling randomly, chaotically and unpredictably over the stones below as it still flows resolutely downstream... Rita is not like those who see tangential thoughts as distracting digressions: &quot;I&apos;m interested in the sidetracking.&quot;
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Walt Harrington, &lt;a href=&apos;http://people.virginia.edu/~rfd4b/dreaming.pdf&apos; target=&apos;_blank&apos;&gt;&lt;em&gt;The Shape of Her Dreaming — Rita Dove Writes a Poem&lt;/em&gt;&lt;/a&gt; (1995, The Washington Post)
&lt;/p&gt;
&lt;h2&gt;Dawn Revisited&lt;/h2&gt;
&lt;p&gt;Imagine you wake up &lt;br/&gt;
with a second chance: The blue jay &lt;br/&gt;
hawks his pretty wares &lt;br/&gt;
and the oak still stands, spreading &lt;br/&gt;
glorious shade. If you don&apos;t look back, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the future never happens. &lt;br/&gt;
How good to rise in sunlight, &lt;br/&gt;
in the prodigal smell of biscuits— &lt;br/&gt;
eggs and sausage on the grill. &lt;br/&gt;
The whole sky is yours&lt;/p&gt;
&lt;p&gt;to write on, blown open &lt;br/&gt;
to a blank page. Come on, &lt;br/&gt;
shake a leg! You&apos;ll never know &lt;br/&gt;
who&apos;s down there, frying those eggs, &lt;br/&gt;
if you don&apos;t get up and see.&lt;/p&gt;
&lt;h2&gt;The Fish in the Stone&lt;/h2&gt;
&lt;p&gt;The fish in the stone &lt;br/&gt;
would like to fall &lt;br/&gt;
back into the sea.&lt;/p&gt;
&lt;p&gt;He is weary &lt;br/&gt;
of analysis, the small &lt;br/&gt;
predictable truths. &lt;br/&gt;
He is weary of waiting &lt;br/&gt;
in the open, &lt;br/&gt;
his profile stamped &lt;br/&gt;
by a white light.&lt;/p&gt;
&lt;p&gt;In the ocean the silence &lt;br/&gt;
moves and moves&lt;/p&gt;
&lt;p&gt;and so much is unncessary! &lt;br/&gt;
Patient, he drifts &lt;br/&gt;
until the moment comes &lt;br/&gt;
to cast his &lt;br/&gt;
skeletal blossom.&lt;/p&gt;
&lt;p&gt;The fish in the stone &lt;br/&gt;
knows to fail is &lt;br/&gt;
to do the living &lt;br/&gt;
a favor&lt;/p&gt;
&lt;p&gt;He knows why the ant &lt;br/&gt;
engineers a gangster&apos;s &lt;br/&gt;
funeral, garish &lt;br/&gt;
and perfectly amber. &lt;br/&gt;
He knows why the scientist &lt;br/&gt;
in secret delight &lt;br/&gt;
strokes the fern&apos;s &lt;br/&gt;
voluptuous braille.&lt;/p&gt;
&lt;h2&gt;Mother Love&lt;/h2&gt;
&lt;p&gt;Who can forget the attitude of mothering? &lt;br/&gt;
      Toss me a baby and without bothering &lt;br/&gt;
To blink I&apos;ll catch her, sling him on a hip. &lt;br/&gt;
      Any woman knows the remedy for grief &lt;br/&gt;
is being needed: duty bugles and we&apos;ll &lt;br/&gt;
      climb out of exhaustion every time,&lt;/p&gt;
&lt;p&gt;bare the nipple or tuck in the sheet, &lt;br/&gt;
      heat milk and hum at bedside until &lt;br/&gt;
they can dress themselves and rise, primed &lt;br/&gt;
      for Love or Glory—those one-way mirrors &lt;br/&gt;
girls peer into as their fledging heroes slip &lt;br/&gt;
      through, storming the smoky battlefield.&lt;/p&gt;
&lt;p&gt;So when this kind woman approached at the urging &lt;br/&gt;
      of her bouquet of daughters &lt;br/&gt;
(one for each of the world&apos;s corners, &lt;br/&gt;
      one for each of the winds to scatter!) &lt;br/&gt;
and offered up her only male child for nursing &lt;br/&gt;
      (a smattering of flesh, noisy and ordinary), &lt;br/&gt;
I put aside the lavish trousseau of the mourner &lt;br/&gt;
      for the daintier comfort of pity: &lt;br/&gt;
I decided to save him. Each night &lt;br/&gt;
      I laid him on the smoldering embers, &lt;br/&gt;
sealing his juices in slowly so he might &lt;br/&gt;
      be cured to perfection. Oh, I know it &lt;br/&gt;
looked damning: at the hearth a muttering crone &lt;br/&gt;
      bent over a baby sizzling on a spit &lt;br/&gt;
as neat as a Virginia ham. Poor human— &lt;br/&gt;
      to scream like that, to make me remember.&lt;/p&gt;
&lt;h2&gt;November for Beginners&lt;/h2&gt;
&lt;p&gt;Snow would be the easy &lt;br/&gt;
way out—that softening &lt;br/&gt;
sky like a sigh of relief &lt;br/&gt;
at finally being allowed &lt;br/&gt;
to yield. No dice. &lt;br/&gt;
We stack twigs for burning &lt;br/&gt;
in glistening patches &lt;br/&gt;
but the rain won&apos;t give. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;So we wait, breeding &lt;br/&gt;
mood, making music &lt;br/&gt;
of decline. We sit down &lt;br/&gt;
in the smell of the past &lt;br/&gt;
and rise in a light &lt;br/&gt;
that is already leaving. &lt;br/&gt;
We ache in secret, &lt;br/&gt;
memorizing &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;a gloomy line &lt;br/&gt;
or two of German. &lt;br/&gt;
When spring comes &lt;br/&gt;
we promise to act &lt;br/&gt;
the fool. Pour, &lt;br/&gt;
rain! Sail, wind, &lt;br/&gt;
with your cargo of zithers!&lt;/p&gt;
&lt;h2&gt;Poems from &apos;Twelve Chairs&apos;&lt;/h2&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;First Juror&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    Proof casts a shadow; &lt;br/&gt;
    doubt is to walk &lt;br/&gt;
    onto a field &lt;br/&gt;
    at high noon &lt;br/&gt;
    one tendril &lt;br/&gt;
    held to &lt;br/&gt;
    the &lt;br/&gt;
    wind.
  &lt;/p&gt;
&lt;/div&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;Second Juror&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    A stone to throw &lt;br/&gt;
    A curse to hurl &lt;br/&gt;
    A silence to break &lt;br/&gt;
    A page to write &lt;br/&gt;
    A day to live &lt;br/&gt;
    A blank &lt;br/&gt;
    To fill
  &lt;/p&gt;
&lt;/div&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;Third Juror&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    between the lip &lt;br/&gt;
    and the kiss &lt;br/&gt;
    between the hand &lt;br/&gt;
    and the fist &lt;br/&gt;
    between rumor &lt;br/&gt;
    and prayer &lt;br/&gt;
    between dungeon &lt;br/&gt;
    and tower &lt;br/&gt;
    between fear &lt;br/&gt;
    and liberty &lt;br/&gt;
    always &lt;br/&gt;
    between
  &lt;/p&gt;
&lt;/div&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;Tenth Juror&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    Tragedy &lt;br/&gt;
    involves &lt;br/&gt;
    one. &lt;br/&gt;
    History &lt;br/&gt;
    involves many &lt;br/&gt;
    toppling &lt;br/&gt;
    one &lt;br/&gt;
    after &lt;br/&gt;
    another.
  &lt;/p&gt;
&lt;/div&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;Twelfth Juror&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    why is the rose &lt;br/&gt;
    how is the sun &lt;br/&gt;
    where is first &lt;br/&gt;
    when is last &lt;br/&gt;
    who will &lt;br/&gt;
    love us &lt;br/&gt;
    what &lt;br/&gt;
    will &lt;br/&gt;
    save &lt;br/&gt;
    us
  &lt;/p&gt;
&lt;/div&gt;
&lt;div style={{textAlign:&apos;center&apos;}}&gt;
  &lt;h3 style={{textAlign:&apos;center&apos;}}&gt;&lt;b&gt;The Alternate&lt;/b&gt;&lt;/h3&gt;
  &lt;p style={{textAlign:&apos;center&apos;}}&gt;
    —And who are you? &lt;br/&gt;
    &lt;em&gt;—Nobody.&lt;/em&gt; &lt;br/&gt;
    —What do you do? &lt;br/&gt;
    &lt;em&gt;—I am alive.&lt;/em&gt; &lt;br/&gt;
    But who&apos;ll vouch &lt;br/&gt;
    for you? &lt;br/&gt;
    &lt;em&gt;—Listen closely,&lt;/em&gt; &lt;br/&gt;
    &lt;em&gt;you&apos;ll hear&lt;/em&gt; &lt;br/&gt;
    &lt;em&gt;the&lt;/em&gt; &lt;br/&gt;
    &lt;em&gt;wind.&lt;/em&gt;
  &lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;Pithos&lt;/h2&gt;
&lt;p&gt;Climb &lt;br/&gt;
into a jar &lt;br/&gt;
and live &lt;br/&gt;
for a while. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Chill earth. &lt;br/&gt;
No stars &lt;br/&gt;
in this stone &lt;br/&gt;
sky. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;You have ceased &lt;br/&gt;
to ache. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;Your spine is &lt;br/&gt;
a flower.&lt;/p&gt;
&lt;h2&gt;On the Road to Damascus&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;And it came to pass, that, as I made my &lt;br/&gt;
journey, and was come nigh unto Damascus &lt;br/&gt;
about noon, suddenly there shone from heaven &lt;br/&gt;
a great light round about me. And I fell to the &lt;br/&gt;
ground . . . &lt;br/&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div style=&quot;width:350px; margin-top:-10px&quot;&gt;
  &lt;p class=&apos;font-serif text-right&apos;&gt; ACTS 22:6–7 &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;They say I was struck down by the voice of an angel: &lt;br/&gt;
  flames poured through the radiant fabric of heaven &lt;br/&gt;
as I cried out and fell on my knees. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;My fist recollection was of Unbroken Blue— &lt;br/&gt;
  but two of the guards have already sworn by &lt;br/&gt;
the tip of my tongue set ablaze. As an official, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;I recognize the lure of a good story: &lt;br/&gt;
  useless to suggest that my mount &lt;br/&gt;
had stumbled, that I was pitched into a clump&lt;/p&gt;
&lt;p&gt;of wild chamomile, its familiar stink &lt;br/&gt;
  soothing even as my plans sprang blisters &lt;br/&gt;
under the nicked leaves. I heard shouts, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the horse pissing in terror—but my eyes &lt;br/&gt;
  had dropped to my knees, and I saw nothing. &lt;br/&gt;
I was a Roman and had my business&lt;/p&gt;
&lt;p&gt;among the clouded towers of Damascus. &lt;br/&gt;
  I had not counted on earth rearing, &lt;br/&gt;
honey streaming down a parched sky, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;a spear skewering me to the dust of the road &lt;br/&gt;
  on the way to the city I would never &lt;br/&gt;
enter now, her markets steaming with vendors&lt;/p&gt;
&lt;p&gt;and compatriots in careless armor lifting a hand &lt;br/&gt;
  in greeting as they call out my name, &lt;br/&gt;
only to find no one home.&lt;/p&gt;
&lt;h2&gt;Straw Hat&lt;/h2&gt;
&lt;p&gt;In the city, under the saw-toothed leaves of an oak &lt;br/&gt;
overlooking the tracks, he sits out &lt;br/&gt;
the last minutes before dawn, lucky &lt;br/&gt;
to sleep third shift. Years before &lt;br/&gt;
he was anything, he lay on &lt;br/&gt;
so many kinds of grass, under stars, &lt;br/&gt;
the moon&apos;s bald eye opposing. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;He used to sleep like a glass of water &lt;br/&gt;
held up in the hand of a very young girl. &lt;br/&gt;
Then he learned he wasn&apos;t perfect, that &lt;br/&gt;
no one was perfect. So he made his way &lt;br/&gt;
North under the bland roof of a tent &lt;br/&gt;
too small for even his lean body. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;The mattress ticking he shares in the work barracks &lt;br/&gt;
is brown and smells &lt;br/&gt;
from the sweat of two other men. &lt;br/&gt;
One of them chews snuff: &lt;br/&gt;
he&apos;s never met either. &lt;br/&gt;
To him, work is a narrow grief &lt;br/&gt;
and the music afterwards &lt;br/&gt;
is like a woman &lt;br/&gt;
reaching into his chest &lt;br/&gt;
to spread it around. When he sings &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;he closes his eyes. &lt;br/&gt;
He never knows when she&apos;ll be coming &lt;br/&gt;
but when she leaves, he always &lt;br/&gt;
tips his hat.&lt;/p&gt;
&lt;h2&gt;Under the Viaduct, 1932&lt;/h2&gt;
&lt;p&gt;He avoided the empty millyards, &lt;br/&gt;
the households towering &lt;br/&gt;
next to the curb. It was dark &lt;br/&gt;
where he walked, although above him &lt;br/&gt;
the traffic was hissing. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;he poked a trail in the mud &lt;br/&gt;
with his tin-capped stick. &lt;br/&gt;
If he had a son this time &lt;br/&gt;
he would teach him how to step &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;between his family and the police, &lt;br/&gt;
the mob bellowing &lt;br/&gt;
as a kettle of communal soup &lt;br/&gt;
spilled over a gray bank of clothes. . . .&lt;/p&gt;
&lt;p&gt;The pavement wobbled, loosened by rain. &lt;br/&gt;
he liked it down here &lt;br/&gt;
where the luck of the mighty &lt;br/&gt;
had tumbled, &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;black suit and collarbone. &lt;br/&gt;
He could smell the worms stirring in their holes. &lt;br/&gt;
He could watch the white sheet settle &lt;br/&gt;
while all across the North Hill Viaduct&lt;/p&gt;
&lt;p&gt;tires slithered to a halt.&lt;/p&gt;
&lt;h2&gt;Variation on Guilt&lt;/h2&gt;
&lt;p&gt;Count it anyway he wants— &lt;br/&gt;
by the waiting room clock, &lt;br/&gt;
by the lengthening hangnail, &lt;br/&gt;
by his buttons, the cigars crackling &lt;br/&gt;
in cellophane— &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;no explosion. No latch clangs &lt;br/&gt;
home. Perfect bystander, high &lt;br/&gt;
and dry with a scream caught &lt;br/&gt;
in his throat, he looks down &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;the row of faces coddled &lt;br/&gt;
in anxious pride. Wretched &lt;br/&gt;
little difference, he thinks, &lt;br/&gt;
between enduring pain and &lt;br/&gt;
waiting for pain &lt;br/&gt;
to work on others. &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;The doors fly apart—no, &lt;br/&gt;
he wouldn&apos;t run away! &lt;br/&gt;
It&apos;s a girl, he can tell
by that smirk, that strut of a mountebank! &lt;br/&gt;&lt;/p&gt;
&lt;p&gt;But he doesn&apos;t feel a thing. &lt;br/&gt;
Weak with rage, &lt;br/&gt;
Thomas deals the cigars, &lt;br/&gt;
spits out the bitter tip in tears.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;See other notes on &lt;a href=&quot;/poems&quot;&gt;poems&lt;/a&gt; and &lt;a href=&quot;/books&quot;&gt;books&lt;/a&gt;.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Rita Dove]]></title><description><![CDATA[people
poetry]]></description><link>https://notes.msdogo.com/rita-dove</link><guid isPermaLink="false">https://notes.msdogo.com/rita-dove</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;poetry&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/rita-dove.png&quot;
    alt= &quot;American poet and novelist Rita Dove&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Scientists]]></title><description><![CDATA[data
people I am curating dataset of popular scientists from all over the world, based on Eric Weisstein's World of Science. In the notebook…]]></description><link>https://notes.msdogo.com/scientists</link><guid isPermaLink="false">https://notes.msdogo.com/scientists</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;data&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;I am curating dataset of popular scientists from all over the world, based on Eric Weisstein&apos;s &lt;a href=&quot;https://scienceworld.wolfram.com&quot;&gt;World of Science&lt;/a&gt;. In the notebook below I show how I&apos;ve curated the data and how I&apos;m dealing with real-world entities.&lt;/p&gt;
&lt;p&gt;My goal is to eventually submit this dataset to the &lt;a href=&quot;https://datarepository.wolframcloud.com/&quot;&gt;Wolfram Data Repository&lt;/a&gt;, and do an Exploratory Data Analysis (see &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt;s) on it.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;scientists/scientists.nb&quot;&gt;Scientists dataset curation&lt;/WolframNotebook&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Seeing]]></title><description><![CDATA[The following are quotes on seeing, in different contexts. James Baldwin, in a 1984 interview with Jordan Elgrably at the Paris Review: I…]]></description><link>https://notes.msdogo.com/seeing</link><guid isPermaLink="false">https://notes.msdogo.com/seeing</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;The following are &lt;a href=&quot;/quotes&quot;&gt;quotes&lt;/a&gt; on &lt;em&gt;seeing&lt;/em&gt;, in different contexts.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;/james-baldwin&quot;&gt;James Baldwin&lt;/a&gt;, in a 1984 interview with Jordan Elgrably at &lt;a href=&quot;https://www.theparisreview.org/interviews/2994/the-art-of-fiction-no-78-james-baldwin&quot;&gt;the Paris Review&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I remember standing on a street corner with the black painter Beauford Delaney down in the Village, waiting for the light to change, and he pointed down and said, “Look.” I looked and all I saw was water. And he said, “Look again,” which I did, and I saw oil on the water and the city reflected in the puddle. It was a great revelation to me. I can’t explain it. He taught me how to see, and how to trust what I saw. Painters have often taught writers how to see. And once you’ve had that experience, you see differently.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Annie Dillard, in &lt;a href=&quot;https://www.worldcat.org/title/pilgrim-at-tinker-creek/oclc/804986&quot;&gt;&lt;em&gt;Pilgrim at Tinker Creek&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But there is another kind of seeing that involves a letting go. When I see this way I sway transfixed and emptied. The difference between the two ways of seeing is the difference between walking with and without a camera. When I walk with a camera I walk from shot to shot, reading the light on a calibrated meter. When I walk without a camera, my own shutter opens, and the moment’s light prints on my own silver gut. When I see this second way I am above all an unscrupulous observer... &lt;br/&gt;&lt;br/&gt; The secret of seeing is, then, the pearl of great price. If I thought he could teach me to find it and keep it forever I would stagger barefoot across a hundred deserts after any lunatic at all. But although the pearl may be found, it may not be sought. The literature of illumination reveals this above all: although it comes to those who wait for it, it is always, even to the most practiced and adept, a gift and a total surprise... &lt;br/&gt;&lt;br/&gt; I cannot cause light; the most I can do is try to put myself in the path of its beam. It is possible, in deep space, to sail on solar wind. Light, be it particle or wave, has force: you rig a giant sail and go. The secret of seeing is to sail on solar wind. Hone and spread your spirit till you yourself are a sail, whetted, translucent, broadside to the merest puff.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;René Magritte, in a 1965 radio interview with Jean Neyens, regarding his 1964 painting &lt;a href=&quot;https://www.rene-magritte.com/son-of-man&quot;&gt;&lt;em&gt;The Son of Man&lt;/em&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Everything we see hides another thing, we always want to see what is hidden by what we see. There is an interest in that which is hidden and which the visible does not show us. This interest can take the form of a quite intense feeling, a sort of conflict, one might say, between the visible that is hidden and the visible that is present.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title><![CDATA[Silence]]></title><description><![CDATA[In Speaking and Language: Defence of Poetry, Paul Goodman wrote: “not speaking and speaking are both human ways of being in the world, and…]]></description><link>https://notes.msdogo.com/silence</link><guid isPermaLink="false">https://notes.msdogo.com/silence</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;div class=&apos;pt-4 pb-4 flex place-content-center&apos;&gt;
  &lt;div class=&apos;w-2/3 pt-6 pb-2 pl-6 pr-6 mb-4 rounded-lg bg-beige bg-opacity-50 dark:bg-gray-900 dark:bg-opacity-30&apos;&gt;
  &lt;p class=&apos;text-base text-center&apos;&gt;
    silence &amp;nbsp; /ˈsʌɪləns/
  &lt;/p&gt;
  &lt;hr class=&apos;border-beigeDarker dark:border-gray-800 dark:border-opacity-50&apos;/&gt;
  &lt;p class=&apos;text-left text-sm font-light&apos;&gt;
    NOUN &lt;br/&gt;
    1. Complete absence of sound. &lt;br/&gt;
    &amp;emsp;1.1 The fact or state of abstaining from speech. &lt;br/&gt;
    &amp;emsp;1.2 The avoidance of mentioning or discussing something. &lt;br/&gt;
    &amp;emsp;1.3 A short appointed period of time during which people stand still and do not speak as a sign of respect for a dead person or group of people.
  &lt;/p&gt;
  &lt;p class=&apos;pt-2 text-xs text-center font-light&apos;&gt;
    — &lt;a href=&apos;https://www.lexico.com/definition/silence&apos; target=&quot;_blank&quot;&gt;Lexico&lt;/a&gt;
  &lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&apos;font-serif text-justify leading-relaxed align-middle&apos;&gt;
  Wovon man nicht sprechen kann, darüber muss man schweigen.&lt;br/&gt;
  (Whereof one cannot speak, thereof one must be silent.)
&lt;/blockquote&gt;
&lt;p class=&apos;font-serif text-right pr-4 -mt-4&apos;&gt;
  — Ludwig Wittgenstein, &lt;a href=&quot;https://www.worldcat.org/oclc/1086999432&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;Tractatus Logico-Philosophicus&lt;/em&gt;&lt;/a&gt;&lt;br/&gt;
  (Translated by &lt;a href=&quot;https://www.worldcat.org/oclc/1120937278&quot; target=&quot;_blank&quot;&gt;C.K. Ogden&lt;/a&gt;)
&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;https://www.worldcat.org/oclc/221223&quot;&gt;&lt;em&gt;Speaking and Language: Defence of Poetry&lt;/em&gt;&lt;/a&gt;, Paul Goodman wrote: &lt;em&gt;“not speaking and speaking are both human ways of being in the world, and there are kinds and grades of each.”&lt;/em&gt; He then enumerated nine kinds of silence:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;— the dumb silence of slumber or apathy;&lt;br/&gt;
— the sober silence that goes with a solemn animal face;&lt;br/&gt;
— the fertile silence of awareness, pasturing the soul, whence emerge new thoughts;&lt;br/&gt;
— the alive silence of alert perception, ready to say, “This… this…”;&lt;br/&gt;
— the musical silence that accompanies absorbed activity;&lt;br/&gt;
— the silence of listening to another speak, catching the drift and helping him be clear;&lt;br/&gt;
— the noisy silence of resentment and self-recrimination, loud with subvocal speech but sullen to say it;&lt;br/&gt;
— baffled silence;&lt;br/&gt;
— the silence of peaceful accord with other persons or communion with the cosmos.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Boston&apos;s NPR News Station (WBUR) made a wonderful &lt;a href=&quot;https://soundcloud.com/stylusradio&quot;&gt;programme&lt;/a&gt; on sound, music, and listening. The first episode of the series opens with a reading of Goodman&apos;s list:&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;200&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/181828661&amp;color=%23949494&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=false&amp;visual=true&quot;&gt;&lt;/iframe&gt;&lt;br/&gt;
&lt;p&gt;In this collection of stories and reflections on silence, a lady called Amanda narrates her experience, as she regains her ability to hear. Her story reminds me of Gwen, in the short film &lt;a href=&quot;https://vimeo.com/115687850&quot;&gt;&lt;em&gt;This is Normal&lt;/em&gt;&lt;/a&gt;. In it, &lt;em&gt;“Gwen risks her friends, culture, and identity to discover the answer to the question, &apos;Is it worth giving up who you&apos;ve been for the &apos;maybe&apos; you could become?&apos;”&lt;/em&gt;.&lt;/p&gt;
&lt;div style=&quot;padding:56.25% 0 0 0;position:relative;&quot;&gt;&lt;iframe src=&quot;https://player.vimeo.com/video/115687850?color=ffffff&quot; style=&quot;position:absolute;top:0;left:0;width:100%;height:100%;&quot; frameborder=&quot;0&quot; allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;script src=&quot;https://player.vimeo.com/api/player.js&quot;&gt;&lt;/script&gt;&lt;br/&gt;
&lt;p&gt;Hearing—or being able to listen, to pay attention to someone or something—is precious. Thankfully, people are still able to communicate with their loved ones, in spite of the lockdowns. Though, being absorbed in a constant stream of &lt;em&gt;voices&lt;/em&gt; can be overwhelming. The voices in the TV; on the phone, on &lt;em&gt;Zoom&lt;/em&gt;, or &lt;em&gt;Teams&lt;/em&gt;; the flux of voices on one&apos;s &lt;em&gt;timeline&lt;/em&gt;, imagined and actual; the voices in music... All these can easily amass into a perpetual clamour.&lt;/p&gt;
&lt;p&gt;Occasional retreat into silence is important. This is not the same as doing or listening to nothing. The episode rounds off with the sagacious &lt;a href=&quot;http://content.time.com/time/magazine/article/0,9171,160855,00.html&quot;&gt;words&lt;/a&gt; and voice of &lt;a href=&quot;/pico-iyer&quot;&gt;Pico Iyer&lt;/a&gt; who reminds us that,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We have to earn silence, then, to work for it: to make it not an absence but a presence; not emptiness but repletion. Silence is something more than just a pause; it is that enchanted place where space is cleared and time is stayed and the horizon itself expands. In silence, we often say, we can hear ourselves think; but what is truer to say is that in silence we can hear ourselves not think, and so sink below our selves into a place far deeper than mere thought allows. In silence, we might better say, we can hear someone else think.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Silence makes room, for us to become aware of—even familiar with—parts of ourselves, yet hidden to us. It makes room for the dear ones in our lives. &lt;em&gt;“In love, we are speechless; in awe, we say, words fail us.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In her journal, the poet &lt;a href=&quot;/rita-dove&quot;&gt;Rita Dove&lt;/a&gt; wrote that what she loved about &lt;a href=&quot;http://people.virginia.edu/~rfd4b/dreaming.pdf&quot;&gt;her writing cabin&lt;/a&gt; &lt;em&gt;“is the absolute quiet”&lt;/em&gt;. Dove emphasises what sort of silence it is she wallows in whilst writing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Oh, not the dead silence of a studio, a silence so physical that you begin to gasp for air; and it&apos;s not the allegorical silence of an empty apartment, with its creaks and sniffles and traffic a dull roar below, and the neighbors&apos; muffled treading overhead. No, this is the silence of the world: birds shifting weight on branches, the branches squeaking against other twigs, the deer &lt;em&gt;hooosching&lt;/em&gt; through the woods... It&apos;s a silence where you can hear your blood in your chest, if you choose to listen.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;br/&gt;&lt;div class=&apos;text-center text-2xl font-serif&apos;&gt;* * *&lt;/div&gt;&lt;br/&gt;&lt;/p&gt;
&lt;div class=&apos;pt-4 pb-4 flex place-content-center&apos;&gt;
  &lt;div class=&apos;w-2/3 pt-6 pb-2 pl-6 pr-6 mb-4 rounded-lg bg-beige bg-opacity-50 dark:bg-gray-900 dark:bg-opacity-30&apos;&gt;
  &lt;p class=&apos;text-lg text-center&apos;&gt;
    silence &amp;nbsp; /ˈsʌɪləns/
  &lt;/p&gt;
  &lt;hr class=&apos;border-beigeDarker dark:border-gray-800 dark:border-opacity-50&apos;/&gt;
  &lt;p class=&apos;text-left text-sm font-light&apos;&gt;
    VERB &amp;nbsp; [with object]&lt;br/&gt;
    1. Prohibit or prevent from speaking. &lt;br/&gt;
    &amp;emsp;1.1 Stop or suppress (a sound or noise); cause to become silent.
  &lt;/p&gt;
  &lt;p class=&apos;pt-2 text-xs text-center font-light&apos;&gt;
    — &lt;a href=&apos;https://www.lexico.com/definition/silence&apos; target=&quot;_blank&quot;&gt;Lexico&lt;/a&gt;
  &lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;If only we&apos;d listen, and bear its weight. Because silence isn&apos;t just some benign companion, one whom we can call up or turn to at a whim. It isn&apos;t merely a subtraction. &lt;em&gt;“Do not confuse it / with any kind of absence”&lt;/em&gt;,  &lt;a href=&quot;/adrienne-rich&quot;&gt;Adrienne Rich&lt;/a&gt; cautions, in &lt;a href=&quot;/poems-by-adrienne-rich&quot;&gt;&lt;em&gt;Cartographies of Silence&lt;/em&gt;&lt;/a&gt;. Because silence &lt;em&gt;“is a presence / it has a history [and] a form”&lt;/em&gt;. Iyer&apos;s piece echoes this: to him, we ought &lt;em&gt;“to make it not an absence but a presence; not emptiness but repletion.”&lt;/em&gt; Not only something we observe but something we &lt;em&gt;do&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;TBC.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Simone Weil]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/simone-weil</link><guid isPermaLink="false">https://notes.msdogo.com/simone-weil</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Design, Simply.]]></title><description><![CDATA[design
people Timeless guides for good design and simplicity. Principles for good design According to Dieter Rams, good design has these…]]></description><link>https://notes.msdogo.com/simple-design</link><guid isPermaLink="false">https://notes.msdogo.com/simple-design</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;design&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;Timeless guides for good design and simplicity.&lt;/p&gt;
&lt;h2&gt;Principles for good design&lt;/h2&gt;
&lt;p&gt;According to &lt;a href=&quot;https://www.vitsoe.com/gb/about/good-design&quot;&gt;Dieter Rams&lt;/a&gt;, good design has these qualities:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Innovative&lt;/li&gt;
&lt;li&gt;Makes a product useful&lt;/li&gt;
&lt;li&gt;Aesthetic&lt;/li&gt;
&lt;li&gt;Makes a product understandable&lt;/li&gt;
&lt;li&gt;Unobtrusive&lt;/li&gt;
&lt;li&gt;Honest&lt;/li&gt;
&lt;li&gt;Long-lasting&lt;/li&gt;
&lt;li&gt;Thorough down to the last detail&lt;/li&gt;
&lt;li&gt;Environmentally-friendly&lt;/li&gt;
&lt;li&gt;As little design as possible&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Laws of simplicity&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://lawsofsimplicity.com&quot;&gt;According to&lt;/a&gt; &lt;a href=&quot;/john-maeda&quot;&gt;John Maeda&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Reduce.&lt;/strong&gt; The simplest way to achieve simplicity is through thoughtful reduction.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Organize.&lt;/strong&gt; Organization makes a system of many appear fewer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Time.&lt;/strong&gt; Savings in time feel like simplicity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learn.&lt;/strong&gt; Knowledge makes everything simpler.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Differences.&lt;/strong&gt; Simplicity and complexity need each other.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context.&lt;/strong&gt; What lies in the periphery of simplicity is definitely not peripheral.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Emotion.&lt;/strong&gt; More emotions are better than less.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trust.&lt;/strong&gt; In simplicity we trust.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Failure.&lt;/strong&gt; Some things can never be made simple.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The one.&lt;/strong&gt; Simplicity is about subtracting the obvious, and adding the meaningful.&lt;/li&gt;
&lt;/ol&gt;</content:encoded></item><item><title><![CDATA[Is small still beautiful?]]></title><description><![CDATA[books
people A couple of years ago I read EF Schumacher's Small is Beautiful. It's one of the most enlightening books I've ever read and I'm…]]></description><link>https://notes.msdogo.com/small-is-beautiful</link><guid isPermaLink="false">https://notes.msdogo.com/small-is-beautiful</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;books&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;A couple of years ago I read &lt;a href=&quot;/ef-schumacher&quot;&gt;EF Schumacher&lt;/a&gt;&apos;s &lt;a href=&quot;https://www.worldcat.org/title/small-is-beautiful-economics-as-if-people-mattered/oclc/801273&quot;&gt;&lt;em&gt;Small is Beautiful&lt;/em&gt;&lt;/a&gt;. It&apos;s one of the most enlightening &lt;a href=&quot;/books&quot;&gt;books&lt;/a&gt; I&apos;ve ever read and I&apos;m returning to it now because I&apos;ve forgotten a lot of the information it contained. And it contained a lot of information, which I consider somewhat perspicacious of today&apos;s world, as I imagined it also would&apos;ve been of the 1970s when it was first published.&lt;/p&gt;
&lt;p&gt;This is probably Schumacher&apos;s magnum opus. The full title of the book is &lt;em&gt;Small Is Beautiful: A Study of Economics As If People Mattered&lt;/em&gt; and in it, Schumacher makes arguments for a more sensible, sustainable attitude towards consumption. He is asking us to rethink how we use resources and to be mindful of the environmental impact of our habits.&lt;/p&gt;
&lt;p&gt;If you&apos;d like to hear a summary of the book and an insightful discussion of it, then I&apos;d recommend the following &lt;a href=&quot;https://soundcloud.com/user-864022290/book-club-4-small-is-beautiful&quot;&gt;episode&lt;/a&gt; of the Maxim Institute Podcast:&lt;/p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;200&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot; src=&quot;https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/935494489&amp;color=%23748494&amp;hide_related=tru&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=false&amp;visual=true&quot;&gt;&lt;/iframe&gt;
&lt;p&gt;Instead of re-reading the book, I would like to do something different. I think that books such as this contain practical ideas and numerals, which one ought to explore beyond the book to truly understand, appreciate and apply. Besides, I&apos;ll probably forget most of the content, yet again, even after re-reading it. Needless to say, this is a good way of crystallizing knowledge and insights from books—putting them into use, even if that means simply curating creating associations between them. I&apos;ll continue to experiment with using &lt;a href=&quot;/wolfram-notebooks&quot;&gt;Wolfram Notebooks&lt;/a&gt; as a medium for exploration. I expect that it&apos;ll be particularly useful in this case, given that there are lots of real-world data, conceptual models and facts to explore. Additionally, it&apos;d be nice to be able to pull congruent pieces of information from different sources and seamlessly blend them.&lt;/p&gt;
&lt;p&gt;I would like to explore the book—gather my annotations, run some of Schumacher&apos;s calculations and estimations, and so on. I&apos;m not necessarily interested in critiquing the ideas in the book or commenting on philosophical and economical themes. Rather, I would like to better understand the ideas, especially from a historical perspective. It&apos;s about half a century since this book was first published, and I&apos;m curious: is small (not) still beautiful?&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Stephen Wolfram]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/stephen-wolfram</link><guid isPermaLink="false">https://notes.msdogo.com/stephen-wolfram</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/stephen-wolfram.png&quot;
    alt= &quot;British polymath Stephen Wolfram&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Susan Sontag]]></title><description><![CDATA[people]]></description><link>https://notes.msdogo.com/susan-sontag</link><guid isPermaLink="false">https://notes.msdogo.com/susan-sontag</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;people&lt;/NoteTag&gt;&lt;/p&gt;
&lt;div class=&quot;background-image&quot;&gt;
  &lt;img
    src = &quot;people/susan-sontag.png&quot;
    alt= &quot;American writer Susan Sontag&quot;
  /&gt;
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[Understanding a Photograph]]></title><description><![CDATA[art
photography Quotations from John Berger's Understanding a Photograph. p. 32 On the contrast between moments—that which is captured in a…]]></description><link>https://notes.msdogo.com/understanding-a-photograph</link><guid isPermaLink="false">https://notes.msdogo.com/understanding-a-photograph</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;art&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;photography&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;Quotations from &lt;a href=&quot;/john-berger&quot;&gt;John Berger&lt;/a&gt;&apos;s &lt;a href=&quot;https://www.worldcat.org/title/understanding-a-photograph/oclc/888677394&quot;&gt;&lt;em&gt;Understanding a Photograph&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;[p. 32] On the contrast between moments—that which is captured in a photograph, and the present moment in one&apos;s life, during which one looks at the photograph:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As we emerge from the photographed moment [of agony] back into our lives, we do not realize this; we assume that the discontinuity is our responsibility. The truth is that any response to that photographed moment is bound to be felt as inadequate. Those who are there in the situation being photographed, those who hold the hand of the dying or staunch a wound, are not seeing the moment as we have and their responses are of an altogether different order. It is not possible for anyone to look pensively at such a moment and to emerge stronger.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[pp. 41-42] Suits:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The suit, as we know it today, developed in Europe as a professional ruling-class costume in the last third of the nineteenth century. Almost anonymous as a uniform, it was the first ruling-class costume to idealize purely &lt;em&gt;sedentary&lt;/em&gt; power. The power of the administrator and conference table. Essentially the suit was made for the gestures of talking and calculating abstractly. (As distinct, compared to previous upper-class costumes, from the gestures of riding, hunting, dancing, duelling.)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The working classes — but peasants were simpler and more naïve about it than workers — came to accept as &lt;em&gt;their own&lt;/em&gt; certain standards of the class that ruled over them — in this case standards of the chic and sartorial worthiness. At the same time their very acceptance of these standards, their very conforming to these norms which had nothing to do with either their own inheritance or their daily experience, condemned them, within the system of those standards, to being always, and recognizably to the classes above them, second-rate, clumsy, uncouth, defensive. That indeed is to succumb to a cultural hegemony.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[pp. 49-50] On &lt;a href=&quot;/photography&quot;&gt;photography&lt;/a&gt; and the camera (having read—and in response to—&lt;a href=&quot;/susan-sontag&quot;&gt;Susan Sontag&lt;/a&gt;&apos;s &lt;a href=&quot;https://www.worldcat.org/title/on-photography/oclc/1140719673&quot;&gt;&lt;em&gt;On Photography&lt;/em&gt;&lt;/a&gt;):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The camera was invented by Fox Talbot in 1839. Within a mere thirty years of its invention as a gadget for an elite, photography was being used for police filing, war reporting, military reconnaissance, pornography, encyclopedic documentation, family albums, postcards, anthropological records (often, as with the Indians in the United States, accompanied by genocide), sentimental moralizing, inquisitive probing (the wrongly named &apos;candid camera&apos;), aesthetic effects, news reporting and formal portraiture.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;In the first period of its existence photography offered a new technical opportunity; it was an implement. Now, instead of offering new choices, its usage and its &apos;reading&apos; were becoming habitual, an unexamined part of modern perception itself. Many developments contributed to this transformation. The new film industry. The invention of the lightweight camera — so that the taking of a photograph ceased to be a ritual and became a &apos;reflex&apos;. The discovery of photojournalism — whereby the text follows the pictures instead of vice versa. The emergence of advertising as a crucial economic force.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 50] Quoting Sontag here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Through &lt;a href=&quot;/photographs&quot;&gt;photographs&lt;/a&gt;, the world becomes a series of unrelated, free-standing particles; and history, past and present, a set of anecdotes and &lt;em&gt;faits divers&lt;/em&gt;. The camera makes reality atomic, manageable, and opaque. It is a view of the world which denies interconnectedness, continuity, but which confers on each moment the character of a mystery.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[pp. 54-55] Effects of the insatiable yearning we now have for (creating and experiencing) images:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Memory implies a certain act of redemption. What is remembered has been saved from nothingness. What is forgotten has been abandoned. If all events are seen, instantaneously, outside time, by a supernatural eye, the distinction between remembering and forgetting is transformed into an act of judgement, into a rendering of justice, whereby recognition is close to &lt;em&gt;being remembered&lt;/em&gt; and condemnation is close to &lt;em&gt;being forgotten&lt;/em&gt;. Such a presentiment, extracted from man&apos;s long, painful experience of time, is to be found in varying forms in almost every culture and religion, and, very clearly, in Christianity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;The industrialized, &apos;developed&apos; world, terrified of the past, blind to the future, lives within an opportunism which has emptied the principle of justice of all credibility. Such opportunism turns everything — nature, history, suffering, other people, catastrophes, sport, sex, politics — into spectacle. And the implement used to do this — until the act becomes so habitual that the conditioned imagination may do it alone — is the camera.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 55] Quoting Sontag:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Our very sense of situation is now articulated by the camera&apos;s intervention. The omnipresence of cameras persuasively suggests that time consists of interesting events, events worth photographing. This, in turn, makes it easy to feel that any event, once underway, and whatever its moral character, should be allowed to complete itself — so that something else can be brought into the world, the photograph.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The preceding three statements nudge me to mull over the role and symbolism of the camera, during particular &lt;a href=&quot;https://en.wikipedia.org/wiki/Police_brutality&quot;&gt;events&lt;/a&gt; that occurred in 2020. Berger said that the camera &lt;em&gt;&quot;which isolates a moment of agony isolates no more violently than the experience of that moment isolates itself&quot;&lt;/em&gt; (p. 32). That is, an experience is always sharper than the effect its photograph can evoke. Under what conditions and to what extent does the presence of the camera—its unflinching gaze and propensity for immediate broadcast—deter or subdue acts of violence?&lt;/p&gt;
&lt;p&gt;Berger adds, &lt;em&gt;&quot;[t]he word trigger, applied to rifle and camera, reflects a correspondence which does not stop at the purely mechanical.&quot;&lt;/em&gt; Notwithstanding that it can, itself, be a tool for violating others, it can be said that the camera, beyond being a companion or a witness, now also acts as a &lt;em&gt;shield&lt;/em&gt;. That is, a trigger that requites violence with evidence. Whilst we contend with the awfully frequent denial and utter disregard for this evidence in administering justice, an equally worrying issue is brewing: &lt;a href=&quot;https://en.wikipedia.org/wiki/Deepfake&quot;&gt;the untrustworthy trigger&lt;/a&gt;. &lt;em&gt;&quot;Our very sense of situation is now articulated by the camera&apos;s interventions.&quot;&lt;/em&gt; It may be crafted by it too if we&apos;re not careful.&lt;/p&gt;
&lt;p&gt;[p. 62] Regarding a photograph of a man and a horse, shown to Berger by a friend:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The photograph offers irrefutable evidence that his man, this horse and this bridle existed. Yes it tells us nothing of the significance of their existence.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Well, it isn&apos;t necessarily true &lt;a href=&quot;https://en.wikipedia.org/wiki/Generative_adversarial_network&quot;&gt;anymore&lt;/a&gt; that the subjects and contents of a photograph ever existed. But everything comes from something. Therefore, something about—contained in—every photograph must have existed at some point. Although a photograph needn&apos;t necessarily contain things that exist, it must contain a derivative of such a thing.&lt;/p&gt;
&lt;p&gt;[p. 64] On meaning:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;And in life meaning is not instantaneous. Meaning is discovered in what connects, and cannot exist without development. Without a story, without an unfolding, there is no meaning. Facts, information, do not in themselves constitute meaning[...] Certainty may be instantaneous: doubt requires duration; meaning is born of the two. An instant photograph can only acquire meaning in so far as the viewer can read into it a duration extending beyond itself. When we find a photograph meaningful, we are lending it a past and a future.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 72]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;What &lt;em&gt;was&lt;/em&gt; achieved was unprecedented scientific and technical progress and, eventually, the subordination of all other values to those of a world market which treats everything, including people and their labour and their lives and their deaths, as a commodity.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 128]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In the winter of this century, children, women and men protect one another with imagination, with violence, with rage, with incomprehension, with ingenuity. The green heart is their capacity to love: their refusal of the principle of indifference.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 131]:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Countless photographs violate the intimate simply by placing it in the public context of a book, a newspaper, a TV slot. Yet others — like most wedding photographs — make the intimate formal and thus empty of its content.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 173] Quoting &lt;a href=&quot;/simone-weil&quot;&gt;Simone Weil&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are only two services which images can offer the afflicted. One is to find the story which expresses the truth of their affliction. The second is to find the words which can give resonance, through the crust of external circumstances, to the cry which is always inaudible: &quot;Why am I being hurt?&quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 180] Quoting Weil (p. 180 &apos;Human Personality&apos; in &lt;a href=&quot;https://www.worldcat.org/title/simone-weil-an-anthology/oclc/1183436825&quot;&gt;&lt;em&gt;Simone Weil: An Anthology&lt;/em&gt;&lt;/a&gt;):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is a natural alliance between truth and affliction, because both of them are mute supplicants, eternally condemned to stand speechless in our presence. &lt;br/&gt;   Just as a vagrant accused of stealling a carrot from a field stands before a comfortably seated judge who keeps up an elegant flow of queries, comments and witticisms while the accused is unable to stammer a word, so truth stands before an intelligence which is concerned with the elegant manipulation of opinions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;[p. 180] Quoting Weil (from &apos;Reflections on the Right Use of School Studies with a View to the Love of God&apos; in &lt;a href=&quot;https://www.worldcat.org/title/waiting-for-god/oclc/1224160468&quot;&gt;&lt;em&gt;Waiting on God&lt;/em&gt;&lt;/a&gt;)&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To love one&apos;s neighbour is a question of being able to ask simply: what is your torment? Of knowing affliction exists, not a statistic, not as an example from a social category labelled &apos;underprivileged&apos;, but as something which happens to a human being, exactly comparable with us, who one day was struck and marked down with a mark that is like no other, by affliction. And to know that it is sufficient — but indispensable — to be able to look at this person with recognition and attention.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;p&gt;See other notes on &lt;a href=&quot;/books&quot;&gt;books&lt;/a&gt;.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/exploration</link><guid isPermaLink="false">https://notes.msdogo.com/exploration</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/biography</link><guid isPermaLink="false">https://notes.msdogo.com/biography</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/quotes</link><guid isPermaLink="false">https://notes.msdogo.com/quotes</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/audre-lorde</link><guid isPermaLink="false">https://notes.msdogo.com/audre-lorde</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/poems</link><guid isPermaLink="false">https://notes.msdogo.com/poems</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/adrienne-rich</link><guid isPermaLink="false">https://notes.msdogo.com/adrienne-rich</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/photographs</link><guid isPermaLink="false">https://notes.msdogo.com/photographs</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/books</link><guid isPermaLink="false">https://notes.msdogo.com/books</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/pico-iyer</link><guid isPermaLink="false">https://notes.msdogo.com/pico-iyer</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/john-maeda</link><guid isPermaLink="false">https://notes.msdogo.com/john-maeda</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/photography</link><guid isPermaLink="false">https://notes.msdogo.com/photography</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/learning</link><guid isPermaLink="false">https://notes.msdogo.com/learning</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[No title]]></title><link>https://notes.msdogo.com/teaching</link><guid isPermaLink="false">https://notes.msdogo.com/teaching</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded></content:encoded></item><item><title><![CDATA[Wolfram Notebooks]]></title><description><![CDATA[notebooks
programming I've expanded on this note on my blog, though I'll retain it here for reference in/to other notes. Coding Think of a…]]></description><link>https://notes.msdogo.com/wolfram-notebooks</link><guid isPermaLink="false">https://notes.msdogo.com/wolfram-notebooks</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/katex@0.13.2/dist/katex.min.css&quot;
  integrity=&quot;sha384-Cqd8ihRLum0CCg8rz0hYKPoLZ3uw+gES2rXQXycqnL5pgVQIflxAUDS7ZSjITLb5&quot;
  crossOrigin=&quot;anonymous&quot;
/&gt;
&lt;p&gt;&lt;NoteTag color=&quot;beige&quot;&gt;notebooks&lt;/NoteTag&gt;
&lt;NoteTag color=&quot;beige&quot;&gt;programming&lt;/NoteTag&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I&apos;ve expanded on this note on my &lt;a href=&quot;https://blog.msdogo.com/wolfram-notebooks&quot;&gt;blog&lt;/a&gt;, though I&apos;ll retain it here for reference in/to other notes.&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Coding&lt;/h2&gt;
&lt;p&gt;Think of a Wolfram Notebook, firstly, simply as a tool for writing and executing code.
Now, how does one write code? You would normally type it, and often copy and paste it.&lt;/p&gt;
&lt;p&gt;You type something in, you get something out: &lt;code&gt;9 * 8&lt;/code&gt; gives &lt;code&gt;72&lt;/code&gt;. Depending on the &lt;em&gt;environment&lt;/em&gt; you&apos;re coding in, you may receive prompts whenever a result is returned or an error is raised, and nudges if the environment has a suggestion for you, this could be an annotation to a printed result, or a heads-up to prevent you from making an error.&lt;/p&gt;
&lt;p&gt;We encode or program computations following specific rules, and each programming language has its own. You probably would write $9 × 8$ if doing so on a piece of paper. But with most languages, you need the asterisk. And that&apos;s one of the simplest differences between how one might &lt;em&gt;think&lt;/em&gt; on paper, as compared to in an &lt;a href=&quot;https://en.wikipedia.org/wiki/Integrated_development_environment&quot;&gt;IDE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But is writing, enumerating, listing, sketching—and all those other things we use the paper medium for—the same as thinking? Not quite, they are expressions of thoughts. I&apos;m inclined to think it is though I don&apos;t know.&lt;/p&gt;
&lt;p&gt;Another way of looking at the Wolfram Notebook is as an &lt;em&gt;intelligent&lt;/em&gt;, digital version of the good old notebook. It is intelligent, in that, it is &lt;em&gt;&quot;able to vary its state or action in response to varying situations.&quot;&lt;/em&gt; (&lt;a href=&quot;https://www.lexico.com/definition/intelligent&quot;&gt;See definition&lt;/a&gt;.) And this sets it apart from most other programming languages. I will explain why I think so, starting with $9 × 8$.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/9x8.nb&quot;&gt;Multiple ways to multiply&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;When you type &lt;code&gt;9&lt;/code&gt; and &lt;code&gt;8&lt;/code&gt; separated with a space, it&apos;s automatically converted to a &lt;code&gt;×&lt;/code&gt;. It only does this for numbers, though it still multiplies things that are separated by whitespace. &lt;a href=&quot;https://reference.wolfram.com/language/workflow/EnterFreeFormInput.html&quot;&gt;Free-form&lt;/a&gt; input creates room for improvisation, thereby extending one&apos;s imagination. This is how it works: you type in anything—anything at all—and it tries to make sense of it, and give a response. It doesn&apos;t always conjure up the expected interpretation. It sometimes fails to interpret what would seem obvious to a child. However, it encourages creativity, especially in children. And it amuses them. I will tell you more about that later.&lt;/p&gt;
&lt;p&gt;Here are other ways to input code or more generally, &lt;em&gt;expressions&lt;/em&gt;, in a Wolfram Notebook:&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/inputs.nb&quot;&gt;Types of inputs&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;h2&gt;Writing&lt;/h2&gt;
&lt;p&gt;From the notebook above, it is immediately clear that inputs can be versatile, interpretable and systematic. Notebooks also serve &lt;a href=&quot;http://reference.wolfram.com/language/tutorial/NotebooksAsDocuments.html&quot;&gt;as documents&lt;/a&gt;, and they can be used for formal writing. For example, this is a monograph-styled notebook template.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/monograph.nb&quot;&gt;Monograph notebook template&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;But is all this the same as writing? Well, yes, in the digital sense—just like one would use a Word or Markdown document to write. But not in the traditional sense—pencil on paper. Digital and analogue forms of writing both have their advantages and limitations, though they are increasingly becoming dissimilar in act. Think Apple Pencil. Certainly, it is of immense creative benefit. But what influence, if any, does this dynamic form of writing have on the way we think?&lt;/p&gt;
&lt;h2&gt;Drawing&lt;/h2&gt;
&lt;p&gt;How about drawing? I prefer the analogue form of drawing, but which is better is a matter of opinion. One artist might say that drawing with a stylus on a glass pane doesn&apos;t feel as &lt;em&gt;natural&lt;/em&gt; or as &lt;em&gt;dynamic&lt;/em&gt;, as compared to using a pencil on paper. Another might appreciate its fluidity and the ease of correcting mistakes. Nonetheless, both the iPad and the drawing paper provide a medium for boundless artistic expression.&lt;/p&gt;
&lt;p&gt;The Wolfram Notebook allows you to draw on a graphics object called &lt;a href=&quot;https://reference.wolfram.com/language/ref/Canvas.html&quot;&gt;&lt;code&gt;Canvas&lt;/code&gt;&lt;/a&gt;. Clicking the canvas displays a variety of drawing tools. You can draw lines, arrows, polygons and so on. It allows you to draw freehand too. You can add preset shapes, and text and equation boxes onto the canvas. There are options for editing and styling each object to your liking.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/canvas.nb&quot;&gt;Draw anything and compute with it&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;You can select graphical elements from a canvas and compute other things with them. In the notebook above, I picked the red triangle and added a hatch filling to it. I then replaced the hatch pattern with the &lt;em&gt;&quot;hello&quot;&lt;/em&gt; I&apos;d drawn.&lt;/p&gt;
&lt;h2&gt;Seeing and hearing&lt;/h2&gt;
&lt;p&gt;Amongst programming languages, the Wolfram Language has some of the most advanced &lt;a href=&quot;https://reference.wolfram.com/language/guide/DataVisualization.html&quot;&gt;plotting and visualisation&lt;/a&gt; functionalities, and the Wolfram Notebook takes full advantage of this. It enables one to &lt;em&gt;see&lt;/em&gt; things with great insight and clarity. By &quot;things,&quot; I mean data, mathematical functions, pictures and videos, colours, cities and countries, the human anatomy, and many more. Abstract concepts are easier to navigate and understand inside of a Wolfram Notebook because they can be made visible, and interactive. You can play an animated image (GIF) or a video inside a notebook.&lt;/p&gt;
&lt;p&gt;Let&apos;s consider a simple but practical example. Fọláṣadé resides in Lagos, Nigeria. That bustling city! It&apos;s Friday, the fifth of June, and she&apos;s out with a friend. Let&apos;s say they&apos;re at a park. She&apos;s lying on the grass, gazing at the vast blue sky. Lagos is very warm for most of the year and that day was a tad sultry. She spots a plane heading eastwards and follows it until it vanishes into a big cloud. Fọláṣadé then begins to wonder, about the planets, stars and constellations.&lt;/p&gt;
&lt;p&gt;Let&apos;s step back into the notebook for a moment. One can &lt;a href=&quot;https://resources.wolframcloud.com/FunctionRepository/resources/SkyChart&quot;&gt;visualise the sky&lt;/a&gt; and see where celestial objects are whether it&apos;s night or daytime. Maybe, like Fọláṣadé, you are curious to know where the planets are in relation to one another. Using &lt;a href=&quot;https://reference.wolfram.com/language/guide/AstronomicalComputationAndData.html&quot;&gt;inbuilt functions&lt;/a&gt; and &lt;a href=&quot;https://resources.wolframcloud.com/FunctionRepository/&quot;&gt;external ones&lt;/a&gt; created by a growing community of Wolfram Language users, you can also see the &lt;a href=&quot;https://resources.wolframcloud.com/FunctionRepository/resources/SolarSystemPlot3D&quot;&gt;solar system&lt;/a&gt; and even the &lt;a href=&quot;https://resources.wolframcloud.com/FunctionRepository/resources/MilkyWayPlot3D&quot;&gt;Milky Way galaxy&lt;/a&gt;. People use notebooks to keep track of rare events such as eclipses or travel back in time to learn a bit of history about manned space missions.&lt;/p&gt;
&lt;p&gt;Now, back to Lagos. You can see below what the Lagos sky &lt;a href=&quot;https://www.wolframalpha.com/input/?i=sky+chart+of+Lagos+on+5+June+2020+at+midday&quot;&gt;looked like&lt;/a&gt; at midday on that day. (Can you spot Sirius?) The sun was up and nearly aligned with Venus, Mercury and Mars (at the right edge; barely visible in the image). Although Ṣadé most probably could not see the planets that afternoon. Besides, the glare of the sun is best avoided.&lt;/p&gt;
&lt;p&gt;What could the park have sounded like? We could imagine that it was lively and people were having a good time. The first audio simulates what the park might have sounded like—indistinct chatter of residents and tourists, the flapping wings of pigeons, leaves rustling against themselves, the laughter of children and perhaps distant music, or the fading roar of an airplane. That airplane. Using actual weather data of Lagos on that very day, we could model the &lt;a href=&quot;https://reference.wolfram.com/language/ref/AirSoundAttenuation.html&quot;&gt;attenuated sound&lt;/a&gt; that could have been audible, say, 10 meters away from the source of the first audio. This is a practical example of how one could &lt;em&gt;see&lt;/em&gt; and &lt;em&gt;hear&lt;/em&gt; more of the world around them in a Wolfram Notebook.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/seeing-hearing.nb&quot;&gt;Seeing and hearing&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;Of course, visualisations and computationally modelled sounds are no substitutes for—and are incomparable to—the rawness of reality. But for a young and inquisitive girl or boy, these are invaluable tools for gaining deeper insight into the world around her or him. And what a fun way to do it. To be able to see and hear and speak and ask and touch and drag and drop and slide... and chat and share the fun with others.&lt;/p&gt;
&lt;h2&gt;Exploring, ideating and imagining&lt;/h2&gt;
&lt;p&gt;The unique coding, writing and drawing capabilities of the Wolfram Notebook—combined with its audiovisual interactivity and receptivity to input of human and machine &lt;em&gt;expressions&lt;/em&gt;—makes it apt for exploring ideas. The variety of ideas that one could explore (see &lt;a href=&quot;/exploration&quot;&gt;exploration&lt;/a&gt;s) in a notebook is so vast, that the notebook becomes a sort of encyclopaedia. Apart from making software, Wolfram Research is also into the business of &lt;a href=&quot;https://www.wolfram.com/knowledgebase/&quot;&gt;curating information&lt;/a&gt; and making it computable. Thus far, the areas of knowledge they&apos;ve covered range from food and nutrition, to &lt;a href=&quot;/art&quot;&gt;art&lt;/a&gt; and design, to weather and meteorology.&lt;/p&gt;
&lt;p&gt;&lt;zimg
  src = &quot;wolfram_knowledgebase.png&quot;
  alt = &quot;Wolfram Knowledgebase&quot;
/&gt;&lt;/p&gt;
&lt;figcaption&gt;&lt;a href=&quot;https://www.wolframalpha.com/knowledgebase&quot; target=&quot;_blank&quot;&gt;Wolfram Knowledgebase&lt;/a&gt; (See curated examples &lt;a href=&quot;https://www.wolframalpha.com/knowledgebase&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;)&lt;/figcaption&gt;
&lt;p&gt;Being able to compute things on a whim with so much meaningful up to date data about the world, gives fluidity to the process of creating and exploring ideas in a Wolfram Notebook. As you&apos;ve seen in previous examples, you can retrieve appropriately quantified data on your surroundings, with some degree of precision as regards space and time. With &lt;a href=&quot;https://reference.wolfram.com/language/guide/EntityTypes.html&quot;&gt;Entities&lt;/a&gt;, the world and everyday life become even more computationally explorable.&lt;/p&gt;
&lt;p&gt;So what, if so many things can be computed (with)? Why should you care, and how useful is any of this? I&apos;ll give you three reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Because you can solve real-life problems in ways that make the path from problem to solution less abstract and clearer. For first, you have near real-time data readily available. Whether the nature of the data is transient (as in &lt;a href=&quot;https://reference.wolfram.com/language/guide/WeatherData.html&quot;&gt;weather&lt;/a&gt; and &lt;a href=&quot;https://reference.wolfram.com/language/guide/FinancialAndEconomicData.html&quot;&gt;financial&lt;/a&gt; data), long-lasting (as in &lt;a href=&quot;https://reference.wolfram.com/language/guide/SocioeconomicAndDemographicData.html&quot;&gt;socioeconomic and demographic&lt;/a&gt; data), or immutable (as in &lt;a href=&quot;https://reference.wolfram.com/language/guide/MathematicalData.html&quot;&gt;mathematical&lt;/a&gt;, &lt;a href=&quot;https://reference.wolfram.com/language/guide/PhysicsAndChemistryDataAndComputation.html&quot;&gt;chemistry and physics&lt;/a&gt; data). But it doesn&apos;t end with the data, you can use it in meaningful ways too.&lt;/li&gt;
&lt;li&gt;Apart from problem-solving, we are sometimes simply curious to figure out interesting facts and relations about the world. Whether it&apos;s a &lt;a href=&quot;https://reference.wolfram.com/language/ref/entity/Book.html&quot;&gt;book&lt;/a&gt; you&apos;re reading or a tender &lt;a href=&quot;https://reference.wolfram.com/language/ref/entity/Plant.html&quot;&gt;plant&lt;/a&gt; you&apos;re looking after, knowing about the world at your fingertips accelerates the fulfilment of curiosity and &lt;a href=&quot;/learning&quot;&gt;learning&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The world and how we interact with it and one another, is increasingly becoming computational.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So, I think you should care, because here is a tool that can facilitate and enhance your modi operandi for exploring, ideating and imagining. You can see examples of exploratory data analyses I have used notebooks for &lt;a href=&quot;https://blog.msdogo.com/eda-i:-the-mcclay-library&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;https://blog.msdogo.com/eda-ii:-belfast-trees&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;https://blog.msdogo.com/eda-iii:-dimensions-of-the-heart&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While the &lt;a href=&quot;https://reference.wolfram.com/language/guide/WolframPredictiveInterface.html&quot;&gt;predictive interface&lt;/a&gt; as a whole allows you to write and iterate through code quicker, the &lt;a href=&quot;https://reference.wolfram.com/language/howto/UseTheSuggestionsBar.html&quot;&gt;Suggestions Bar&lt;/a&gt; encourages asking &lt;em&gt;&quot;what if&quot;&lt;/em&gt; questions—it invites you to see what more you can do with—or learn from—a result, be it a number, word, colour, entity, date or a more complex object. Try evaluating each of these in the notebook below and see the suggestions that come up: &lt;code&gt;Pi&lt;/code&gt;, &lt;code&gt;&quot;Sunset&quot;&lt;/code&gt;, &lt;code&gt;ColorData[&quot;SunsetColors&quot;]&lt;/code&gt;, &lt;code&gt;Entity[&quot;Star&quot;, &quot;Sun&quot;]&lt;/code&gt;, &lt;code&gt;Sunset[]&lt;/code&gt;. Click on the ⊕ icon to see additional input options.&lt;/p&gt;
&lt;div class=&apos;pt-4 mt-4&apos;&gt;
  &lt;iframe class=&apos;mb-2 pb-0 border rounded-lg border-beige dark:border-gray-800&apos; src=&quot;https://www.wolframcloud.com/obj/demo-notebook/Published/wolfram-language-page/playground.nb&quot; width=&quot;100%&quot; height=&quot;400px&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;figcaption&gt;
  &lt;span class=&quot;wolframicon align-middle&quot;&gt;&lt;/span&gt;
  &lt;span class=&quot;text-xl font-thin align-middle&quot;&gt;｜&lt;/span&gt;
  Live Wolfram notebook (Press SHIFT + ENTER to run your code)
&lt;/figcaption&gt;
&lt;p&gt;There are thousands of functions—querying the number of all functions (&lt;code&gt;Length@WolframLanguageData[]&lt;/code&gt;) gives $5,826$, but there are certainly many more functions that are undocumented. How does one remember them all?! One simply can&apos;t, but as with any language, over time, one builds memory of the names of things, and intuition for guessing the name of a thing that one doesn&apos;t know or can&apos;t recall. There are two attributes which make the names of Wolfram Language functions easier to recall or correctly suppose: using natural language, and consistent naming and documentation.&lt;/p&gt;
&lt;p&gt;First, you code using natural language—in English, or with &lt;a href=&quot;https://www.wolfram.com/language/11/multilingual-functionality/code-captions.html&quot;&gt;code captions&lt;/a&gt; for other languages. This means using everyday words to &lt;em&gt;do&lt;/em&gt; and &lt;em&gt;create&lt;/em&gt; things. Here&apos;s a basic example: you have a list, called &lt;code&gt;things&lt;/code&gt;, and you want the first and last items in it; you simply say &lt;a href=&quot;https://reference.wolfram.com/language/ref/First.html&quot;&gt;&lt;code&gt;First[things]&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;https://reference.wolfram.com/language/ref/First.html&quot;&gt;&lt;code&gt;Last[things]&lt;/code&gt;&lt;/a&gt;. Similary, &lt;a href=&quot;https://reference.wolfram.com/language/ref/Today.html&quot;&gt;&lt;code&gt;Today&lt;/code&gt;&lt;/a&gt; means today, &lt;a href=&quot;https://www.wolframcloud.com/obj/mar/today&quot;&gt;&lt;img src=&quot;https://www.wolframcloud.com/obj/mar/today&quot; alt=&quot;Today&apos;s date generated by Wolfram Language code and deployed to the cloud&quot; style=&quot;width:80px; display:inline; vertical-align:middle;&quot;/&gt;&lt;/a&gt;. There are countless such cases whereby a word &lt;em&gt;really&lt;/em&gt;, unambiguously does or renders the thing it means. And the computation, or the result, needn&apos;t necessarily be trivial, even if the input looks so simple. Here&apos;s another example, this time of &lt;a href=&quot;http://reference.wolfram.com/language/ref/D.html&quot;&gt;&lt;code&gt;Integrate&lt;/code&gt;&lt;/a&gt; integrating $\mathrm {sech(\mathnormal{x})}$ &lt;code&gt;Integrate[Sech[x],x]&lt;/code&gt;, which gives $2 \arctan \Bigl( \tanh \Bigl( \cfrac x 2 \Bigr) \Bigr)$.&lt;/p&gt;
&lt;p&gt;Not all functions are single-worded, there are many functions whose names contain two or more words adjoined. This brings me to the second attribute: consistency. For what it&apos;s worth, the Wolfram Language has one of the most consistent naming and documentation systems amongst programming languages. &lt;a href=&quot;https://reference.wolfram.com/history/&quot;&gt;Take a look&lt;/a&gt; for yourself, it spans decades—Version 1 code from 1988 still works in Version 12.2 (released December 2020). Here&apos;s Stephen Wolfram doing a demo of &lt;a href=&quot;https://www.wolfram.com/broadcast/video.php?sx=&amp;#x26;p=63&amp;#x26;v=741&quot;&gt;V1&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/watch?v=5XOAaFblFQw&quot;&gt;V12.2&lt;/a&gt;, three decades apart.&lt;/p&gt;
&lt;p&gt;Let&apos;s consider making plots and charts. There are &lt;a href=&quot;https://reference.wolfram.com/language/guide/FunctionVisualization.html&quot;&gt;various kinds&lt;/a&gt; of plots and charts, and a function for each kind. But they all end with &lt;code&gt;Plot&lt;/code&gt;/&lt;code&gt;Chart&lt;/code&gt;, or &lt;code&gt;Plot3D&lt;/code&gt;/&lt;code&gt;Chart3D&lt;/code&gt; for the three-dimensional variants. There are exceptions such as &lt;code&gt;Histogram&lt;/code&gt;, but this is perfectly reasonable because that&apos;s what it&apos;s commonly called.
The same thing applies to many other groupings of functions, such as those for &lt;a href=&quot;https://reference.wolfram.com/search/?q=geo&quot;&gt;geo-computation&lt;/a&gt;, which have the prefix &lt;code&gt;Geo&lt;/code&gt;; or functions for &lt;a href=&quot;https://reference.wolfram.com/search/?q=Data&quot;&gt;getting data&lt;/a&gt;, which are suffixed with &lt;code&gt;Data&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;A combination of such exceptional consistency and using natural language makes it easier to guess what a function might be called, even though there are thousands of functions.&lt;/p&gt;
&lt;h2&gt;Learning and teaching&lt;/h2&gt;
&lt;p&gt;I have the privilege of &lt;a href=&quot;/teaching&quot;&gt;teaching&lt;/a&gt; kids and adults programming, using Jupyter Notebooks for Python and the object of interest for Wolfram Language. In my two and half years of doing this, I have realised the extent to which the framework &lt;em&gt;provided&lt;/em&gt; for thinking about an activity or problem—and engaging in it, or attempting to solve it—can influence the way one approaches the problem.&lt;/p&gt;
&lt;p&gt;For instance, consider geometry as taught in primary and secondary schools. Textbooks try, but I think a better way of teaching geometry (and many other topics) is by using a computational notebook. Possibly true for other topics, but particularly for learning geometry, the traditional textbook is limited in many ways. Firstly, can present and visualise only a single instance of a problem at a time. The issue with this isn&apos;t that copious space is needed to show an ample variety of possible scenarios to better the learner&apos;s understanding. Rather, the issue is that each &lt;a href=&quot;explanations&quot;&gt;explanation&lt;/a&gt;, each example, each exercise, is &lt;em&gt;static&lt;/em&gt; and therefore, potentially limiting. By this, I mean that the static setting puts a ceiling on the knowledge and intuition the student gains from the process of following an example or solving an exercise. By contrast, a dynamic/interactive setting allows the student to view the scenario from different vantage points. Apart from visualisation and feedback, another benefit to this is that the student begins to ask &lt;em&gt;&quot;what if...?&quot;&lt;/em&gt;; the Suggestions Bar encourages asking such questions. The second point is more of a personal opinion: it is often uninspiring.&lt;/p&gt;
&lt;p&gt;I believe what learners of topics such as geometry (and indeed the subject of mathematics itself) need, is a medium in which the learner can see how angles, dimensions, shapes, volumes—objects and entire scenarios—morph as they interact with the geometric elements. Be it by &lt;em&gt;writing&lt;/em&gt;, &lt;em&gt;typing&lt;/em&gt;, &lt;em&gt;drawing&lt;/em&gt;, clicking or dragging, immediate feedback of the learner&apos;s actions and ideas will greatly enhance learning and the development of the learner&apos;s intuition of the underlying principles which those scenarios aim to elucidate. It may also allow the student to learn underlying principles and build intuition quicker.&lt;/p&gt;
&lt;p&gt;Let&apos;s take a look at one such scenario. In the notebook below we have a 2-dimensional geometric setting (&lt;a href=&quot;https://reference.wolfram.com/language/ref/GeometricScene.html&quot;&gt;&lt;code&gt;GeometricScene&lt;/code&gt;&lt;/a&gt;). It contains the following geometric objects and assertions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;there are two similar triangles ($\textcolor{#9ca5a6}{\triangle abc}$ and $\textcolor{#f29494}{\triangle bcd}$) enclosed by a $\textcolor{#50b050}{circle}$&lt;/li&gt;
&lt;li&gt;$\measuredangle bac = 90 \degree$ and $\measuredangle bcd = 45 \degree$&lt;/li&gt;
&lt;li&gt;an $\textcolor{#fd7400}{infinite~line}$ passes through points $\textcolor{#1c69ee}{\bold a}$ and $\textcolor{#1c69ee}{\bold d}$, and another $\textcolor{#6b1fb1}{infinite~line}$ passes through point $\textcolor{#1c69ee}{\bold c}$ and a point $\textcolor{#1c69ee}{\bold e}$ on the $\textcolor{#50b050}{circle}$&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The scene is interactive and updates (within the established constraints) as you click and move the points around and points can be pinned to specific positions. I believe this is a more interesting way of presenting a geometry problem to a student. I do not think that the interactivity might be a distraction. Rather, it allows the learner to take a deeper &lt;em&gt;look&lt;/em&gt; into the problem. For example, we can ask for geometric conjectures that can be derived from this particular scene, and highlight them. The second scene highlights $\angle bac = \angle cbd = \angle dca = 90 \degree$, but there are many others as you can see in the table.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/geometric-scene.nb&quot;&gt;Geometric scenes&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;The geometric scene not only helps the learner with insight, but it can also help students learn geometric construction. For example, a teacher can put together a sequence of &lt;a href=&quot;https://reference.wolfram.com/language/ref/GeometricStep.html&quot;&gt;steps&lt;/a&gt; for students to follow. While this is unlike using a ruler and a pair of compasses, it is still apt for teaching. Besides, the digital medium has its benefits. For instance, when explaining a theorem such as &lt;a href=&quot;https://en.wikipedia.org/wiki/Kosnita%27s_theorem&quot;&gt;Kosnita&apos;s Theorem&lt;/a&gt;, which consists of many geometric objects, the paper medium is not as apt as an interactive one.&lt;/p&gt;
&lt;p&gt;&lt;WolframNotebook url=&quot;wolfram-notebooks/kosnitas-theorem.nb&quot;&gt;Kosnitas Theorem&lt;/WolframNotebook&gt;&lt;/p&gt;
&lt;p&gt;Interactivity is particularly advantageous here. Plus, being able to pin a point and move the diagram around it is also very useful when trying to understand how the theorem works. Compare that to the static diagram sourced from Wikipedia. The diagram is neat, but the learner cannot use it to &lt;em&gt;see&lt;/em&gt; how the blue lines remain concurrent as points move about. &lt;a href=&quot;http://www.gogeometry.com/school-college/5/p1473-kosnita-theorem-triangle-circumcenter-concurrent-geogebra-ipad.htm&quot;&gt;Here&apos;s&lt;/a&gt; another excellent interactive example of the theorem.&lt;/p&gt;
&lt;p&gt;To further demonstrate the efficacy of Wolfram Notebooks for learning and teaching, I refer you to two sets of resources:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://demonstrations.wolfram.com/&quot;&gt;&lt;strong&gt;Wolfram Demonstrations&lt;/strong&gt;&lt;/a&gt;: these are interactive interfaces that explain how things work—from maths to creative arts to everyday life. Whatever you&apos;re curious about, there&apos;s probably a demonstration on it or related to it. You will find many interesting things on there and you can interact with demos in a cloud notebook.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://notebookarchive.org/&quot;&gt;&lt;strong&gt;Notebook Archive&lt;/strong&gt;&lt;/a&gt;: this is a collection of books, computational essays, courses and many more, all written in Wolfram Notebooks &lt;a href=&quot;https://reference.wolfram.com/language/howto/CreateALectureNotebook.html&quot;&gt;This video&lt;/a&gt; shows how to create a lecture notebook.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://reference.wolfram.com/language/&quot;&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/a&gt;: contains detailed explanations of all functions including examples, how-to&apos;s, workflows, etc. &lt;a href=&quot;https://www.12000.org/my_notes/compare_mathematica/index.htm&quot;&gt;Here&apos;s&lt;/a&gt; a summary of previous releases.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Shortcomings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Accessibility&lt;/strong&gt;: the Wolfram Notebook is most accessible &lt;a href=&quot;https://www.open.wolframcloud.com/env/wpl/GetStarted.nb&quot;&gt;online&lt;/a&gt;, though it is (understandably) limited in its functionality compared to the desktop version. This means that some important capabilities such as canvas and geometric scene are either not (&lt;a href=&quot;https://www.wolframcloud.com/obj/jpoeschko/Published/WolframLanguageCloudSupport.nb&quot;&gt;yet&lt;/a&gt;) functional, while some others are limited. I hope that notebooks will continue to be accessible long-term, that is, without requiring signing up.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Performance&lt;/strong&gt;: even on the desktop, the frontend often lags when handling more complex tasks. This occurs especially when dealing with graphics objects. Sometimes, the only solution is to quit and relaunch the application.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Correctness and validation&lt;/strong&gt;: besides bugs, which are inevitable in any worthwhile software product, there&apos;s a history of complaints regarding the incorrectness of some results of Wolfram code. Follow, for example, &lt;a href=&quot;https://www.youtube.com/watch?v=vm9IxKsgpVM&quot;&gt;Richard Fateman&apos;s lecture&lt;/a&gt;. He gave that lecture back in 1993. Incorrectness is still an issue today. Although I&apos;ve seen some examples in plotting/graphics, it seems that most of the incorrectness complaints come from people who do numerical computations a lot.&lt;/p&gt;
&lt;p&gt;Because the core of Wolfram Notebooks is proprietary technology, it isn&apos;t open to inspection by the public. This has frustrated many researchers (including Economics Nobel laureate, &lt;a href=&quot;https://paulromer.net/jupyter-mathematica-and-the-future-of-the-research-paper&quot;&gt;Paul Romer&lt;/a&gt;), though others continue to forbear deserting Wolfram Language for open-source alternatives.&lt;/p&gt;
&lt;p&gt;Perhaps this issue particularly irks staunch (or those who once were) users of Wolfram notebooks, because they enjoy using the product and have formed an affinity with it. They want it to be better—being more &lt;em&gt;open&lt;/em&gt; is one way of achieving that. Wolfram Research Inc. (WRI), on the other hand, has other ideas. Business ideas. WRI has taken great pains to explain—in &lt;a href=&quot;https://soundcloud.com/wolframresearch/wolfram-on-open-source&quot;&gt;speech&lt;/a&gt; and &lt;a href=&quot;https://blog.wolfram.com/2019/04/02/why-wolfram-tech-isnt-open-source-a-dozen-reasons&quot;&gt;writing&lt;/a&gt;—why Wolfram technology isn&apos;t open source.&lt;/p&gt;
&lt;p&gt;They have some good reasons. I find a few flimsy though. Here&apos;s one:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.wolfram.com/2019/04/02/why-wolfram-tech-isnt-open-source-a-dozen-reasons/#nine-open-source-doesnt-bring-major-tech-innovation-to-market&quot;&gt;They claim&lt;/a&gt; that &lt;em&gt;&quot;open source doesn’t bring major tech innovation to market.&quot;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.oreilly.com/content/apache-mxnet-in-the-wolfram-language&quot;&gt;But build&lt;/a&gt; the machine learning backend of the Wolfram Language using the open-source deep learning framework &lt;a href=&quot;https://mxnet.apache.org&quot;&gt;Apache MXNet&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wolfram.com/featureset/machine-learning&quot;&gt;Then they say&lt;/a&gt; that &lt;em&gt;&quot;Wolfram has pioneered highly automated machine learning—and deeply integrated it into the Wolfram Language...&quot;&lt;/em&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;That sounds like open-source (MXNet) bringing major tech innovation (ML automation) to market. Open-source software and tools power many of the amazing tech we enjoy today but often do so quietly. Wolfram has a &lt;a href=&quot;https://www.wolfram.com/open-materials&quot;&gt;page&lt;/a&gt; full of open materials. The Function Repository allows anyone to add to the thousands of pre-existing functions in the Wolfram Language, or even provide alternatives to them. Maybe in the long-term, this will lead to not just an equilibrium between WRI and avid users of its software, but a symbiosis.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can read the Cloud release notes &lt;a href=&quot;https://www.wolframcloud.com/obj/release-notes/&quot;&gt;here&lt;/a&gt;, as well as additional implementation notes &lt;a href=&quot;https://www.wolframcloud.com/obj/jpoeschko/Published/CloudNotebooksImplementationNotes.nb&quot;&gt;here&lt;/a&gt;. If you&apos;re looking to use the Wolfram Cloud long-term, you may find it useful to refer to these notes from time to time.&lt;/p&gt;
&lt;h2&gt;Interesting users/uses&lt;/h2&gt;
&lt;p&gt;In addition to the resources I&apos;ve mentioned, the following are some other interesting uses and users (at least, to me) of Wolfram notebooks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.emeraldcloudlab.com/&quot;&gt;Emerald Cloud Labs&lt;/a&gt; allows you to create, run, explore and analyse experiments remotely using Wolfram Notebooks. The lab is mostly run by robots. This is one of a large number of organizations—small and large (from universities to NASA and CERN)—that use it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Nassim_Nicholas_Taleb&quot;&gt;Nassim Nicholas Taleb&lt;/a&gt; uses Mathematica extensively. &lt;a href=&quot;https://www.youtube.com/watch?v=JTz4wkD-mxU&quot;&gt;Here&apos;s&lt;/a&gt; an example. He was awarded a Wolfram Innovator Award in &lt;a href=&quot;https://www.wolfram.com/events/technology-conference/innovator-award/2018/nassim-nicholas-taleb/&quot;&gt;2018&lt;/a&gt;. (Needless to say, other recipients of the award have used Wolfram Notebooks in fascinating ways.)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/stephen-wolfram&quot;&gt;Stephen Wolfram&lt;/a&gt;, creator of the Wolfram Language, uses it for pretty much everything, unsurprisingly.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;Thanks to Stephen Dogo and Udeme Udoyen for reading a draft of this note.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Hello!]]></title><description><![CDATA[import { LinkToStacked } from 'react-stacked-pages-hook';
import { Link } from 'gatsby';]]></description><link>https://notes.msdogo.com/about</link><guid isPermaLink="false">https://notes.msdogo.com/about</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;p&gt;import { LinkToStacked } from &apos;react-stacked-pages-hook&apos;;
import { Link } from &apos;gatsby&apos;;&lt;/p&gt;
&lt;div class=&quot;mt-5 p-8 bg-gradient-to-t from-night to-gray-900 rounded-2xl&quot;&gt;
  &lt;h1 class=&quot;text-white font-semibold dark:text-white&quot;&gt;
    Hi, I&apos;m &lt;Link class=&quot;no-underline hover:text-gray-400&quot; href=&quot;https://msdogo.com&quot; target=&quot;_blank&quot;&gt;Martins&lt;/Link&gt;.&lt;br/&gt;I do AI research and design.
  &lt;/h1&gt;
  &lt;br/&gt;
  &lt;p class=&quot;font-normal text-white dark:text-white&quot;&gt;This site is an atlas of my musings. I use it to iterate through ideas on topics such as computation, art, and literature, which presently are my most fond interests.
  &lt;/p&gt;
&lt;/div&gt;
&lt;br/&gt;
&lt;div class=&quot;p-4 rounded-3xl bg-beige bg-opacity-50 dark:bg-gray-900 dark:bg-opacity-30&quot;&gt;
&lt;div class=&apos;px-4 pt-4&apos;&gt;
  &lt;h2 class=&quot;mt-0 font-normal text-yellow-600 dark:text-yellow-500&quot;&gt;
   Recent notes
  &lt;/h2&gt;
  &lt;hr class=&apos;border-beigeDarker dark:border-gray-800 dark:border-opacity-50&apos;/&gt;
&lt;/div&gt;
  &lt;div class=&quot;-my-2 p-0 grid grid-cols-1 sm:grid-cols-2 gap-0&quot;&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;house-of-the-lord&apos; key=&apos;house-of-the-lord&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;The House of the LORD&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 mb-0 text-sm text-black text-opacity-50 text-left&quot;&gt;Some Psalms on the House of the LORD&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;wolfram-notebooks&apos; key=&apos;wolfram-notebooks&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;Wolfram Notebooks&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 mb-0 text-sm text-black text-opacity-50 text-left&quot;&gt;Notes on programming/thinking in/with Wolfram Notebooks&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;poems-by-adrienne-rich&apos; key=&apos;poems-by-adrienne-rich&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;Poems by Adrienne Rich&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 text-sm  text-black text-opacity-50 text-left&quot;&gt;My favourite poems by Adrienne Rich&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;silence&apos; key=&apos;silence&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;Silence&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 text-sm  text-black text-opacity-50 text-left&quot;&gt;Reflections on silence&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;dynamic&apos; key=&apos;dynamic&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;Dynamic&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 text-sm  text-black text-opacity-50 text-left&quot;&gt;A collection of some types/sources of dynamic objects&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;div&gt;
  &lt;LinkToStacked class=&quot;no-underline&quot; to=&apos;explanations&apos; key=&apos;explanations&apos;&gt;
    &lt;div class=&apos;p-4 pt-0 rounded-lg hover:bg-beigeDarker hover:bg-opacity-50 dark:hover:bg-gray-800 dark:hover:bg-opacity-30&apos;&gt;
      &lt;h4 class=&quot;mt-0 pt-3 text-black&quot;&gt;Explanations&lt;/h4&gt;
      &lt;p class=&quot;mt-1 mb-0 text-sm  text-black text-opacity-50 text-left&quot;&gt;What&apos;s an explanation? How can one be made (better)?&lt;/p&gt;
    &lt;/div&gt;
  &lt;/LinkToStacked&gt;
  &lt;/div&gt;
  &lt;/div&gt;
  &lt;br/&gt;
&lt;/div&gt;
&lt;br/&gt;
&lt;div class=&apos;py-4 px-8&apos;&gt;
The &lt;a href=&quot;/meta&quot;&gt;meta&lt;/a&gt; note narrates how this idea came about, and in it, you&apos;ll find an in-depth walk-through of this site. These notes are all WIP, always.
&lt;/div&gt;</content:encoded></item><item><title><![CDATA[The House of the LORD]]></title><description><![CDATA[Psalms 23:6
Surely goodness and mercy shall follow me all the days of my life, and I shall dwell in the house of the LORD forever. Psalms 2…]]></description><link>https://notes.msdogo.com/house-of-the-lord</link><guid isPermaLink="false">https://notes.msdogo.com/house-of-the-lord</guid><dc:creator><![CDATA[Martins Dogo]]></dc:creator><content:encoded>&lt;ul&gt;
&lt;li&gt;Psalms 23:6
Surely goodness and mercy shall follow me all the days of my life, and I shall dwell in the house of the LORD forever.&lt;/li&gt;
&lt;li&gt;Psalms 26:8
O LORD, I love the habitation of your house and the place where your glory dwells.&lt;/li&gt;
&lt;li&gt;Psalms 27:4
One thing have I asked of the LORD, that will I seek after: that I may dwell in the house of the LORD all the days of my life, to gaze upon the beauty of the LORD and to inquire in his temple.&lt;/li&gt;
&lt;li&gt;Psalms 52:8
But I am like an olive tree flourishing in the house of the Lord.
(Psalms 1:3 —— He is like a tree planted by streams of water that yields its fruit in its season, and its leaf does not wither. In all that he does, he prospers.)&lt;/li&gt;
&lt;li&gt;Psalms 65:4
Blessed is the one you choose and bring near, to dwell in your courts! We shall be satisfied with the goodness of your house, the holiness of your temple!&lt;/li&gt;
&lt;li&gt;Psalms 84:1-4; 10
1 How lovely is your dwelling place, O LORD of hosts!
2 My soul longs, yes, faints for the courts of the LORD; my heart and flesh sing for joy to the living God.
3 Even the sparrow finds a home, and the swallow a nest for herself, where she may lay her young, at your altars, O LORD of hosts, my King and my God.
4 Blessed are those who dwell in your house, ever singing your praise! Selah
10 For a day in your courts is better than a thousand elsewhere. I would rather be a doorkeeper in the house of my God than dwell in the tents of wickedness.&lt;/li&gt;
&lt;li&gt;Psalms 92:12-15
12 The righteous flourish like the palm tree and grow like a cedar in Lebanon.
13 They are planted in the house of the LORD; they flourish in the courts of our God.
14 They still bear fruit in old age; they are ever full of sap and green,
15 to declare that the LORD is upright; he is my rock, and there is no unrighteousness in him.&lt;/li&gt;
&lt;li&gt;Psalms 116:18-19
18 I will pay my vows to the LORD in the presence of all his people,
19 in the courts of the house of the LORD, in your midst, O Jerusalem. Praise the LORD!&lt;/li&gt;
&lt;li&gt;Psalms 118:26
Blessed is he who comes in the name of the LORD! We bless you from the house of the LORD.&lt;/li&gt;
&lt;li&gt;Psalms 122:1; 9
1 I was glad when they said to me, “Let us go to the house of the LORD!”
9 For the sake of the house of the LORD our God, I will seek your good.&lt;/li&gt;
&lt;li&gt;Psalms 134:1
Come, bless the LORD, all you servants of the LORD, who stand by night in the house of the LORD!&lt;/li&gt;
&lt;li&gt;Psalms 135:1-2
1 Praise the name of the LORD, give praise, O servants of the LORD,
2 who stand in the house of the LORD, in the courts of the house of our God!&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item></channel></rss>