<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Constructive Criticism</title>
    <link>https://parametricity.com/</link>
    <description>Recent content on Constructive Criticism</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 24 Jan 2026 12:55:31 -0700</lastBuildDate>
    <atom:link href="https://parametricity.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hyperbolic geometry exercises</title>
      <link>https://parametricity.com/posts/2026-01-24-hyperbolic-geometry-exercisec/</link>
      <pubDate>Sat, 24 Jan 2026 12:55:31 -0700</pubDate>
      <guid>https://parametricity.com/posts/2026-01-24-hyperbolic-geometry-exercisec/</guid>
      <description>&lt;p&gt;Just wanted to write up some solutions to problems in hyperbolic geometry as practice.&#xA;Here is one.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Proposition.&lt;/strong&gt;  An isometry of the upper half-space model whose only fixed point is $\infty$ has the form $(x, t) \mapsto (Ax + b, t)$ for some $A \in O(n-1), b \in \mathbb{R}^{n-1}$. More generally, any isometry with a single fixed point on the boundary fixes each horosphere setwise, and acts via a Euclidean isometry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to have the computer draw for you (without AI)</title>
      <link>https://parametricity.com/posts/2025-10-16-how-to-have-the-computer-draw-for-you/</link>
      <pubDate>Thu, 16 Oct 2025 12:55:31 -0700</pubDate>
      <guid>https://parametricity.com/posts/2025-10-16-how-to-have-the-computer-draw-for-you/</guid>
      <description>&lt;p&gt;I am a lazy artist. For example, for a recent piece, I wanted a curvy set of train tracks, like this:&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img style=&#39;width:100%; margin: 0; display:inline-block&#39; src=&#39;train.png&#39;/&gt;&#xA;  &lt;figcaption&gt;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;But I wanted to be able to see what the whole curve would look like without having to paintstakingly draw each of the little tracks.&lt;/p&gt;&#xA;&lt;p&gt;So, I wrote a little application which would let me draw a stroke on my iPad, and automatically draw a set of train tracks along it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to make a call tree that still works when people flake</title>
      <link>https://parametricity.com/posts/2025-04-17-phone-tree/</link>
      <pubDate>Thu, 17 Apr 2025 10:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-04-17-phone-tree/</guid>
      <description>&lt;p&gt;I believe techniques from math and science are able to help us produce stronger organizations (if the educational and political barriers can be worked through).&lt;/p&gt;&#xA;&lt;p&gt;If this is true, we should probably be able to come up with at least one concrete example today. Here is a very modest example.&lt;/p&gt;&#xA;&lt;p&gt;A good system for alerting or mobilizing people is a call tree. The person instigating the alert calls $d$ people to communicate the message to them. Each of these people in turn has a list of $d$ people they are responsible for calling, and on it goes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Capital in Transit</title>
      <link>https://parametricity.com/posts/2025-03-31-in-transit/</link>
      <pubDate>Mon, 31 Mar 2025 03:09:34 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-03-31-in-transit/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;in-transit.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;This is a piece I made recently titled &lt;em&gt;In Transit&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;It depicts paths, which each transition from random motion to a regular spiral motion as the letters along the path grow.&lt;/p&gt;&#xA;&lt;p&gt;It is a generative piece,&#xA;meaning it comes from the execution of a computer program I wrote. &lt;strong&gt;You can&#xA;play with that program here to create similar images.&lt;/strong&gt;&#xA;Drag to pan, scroll to zoom.&lt;/p&gt;&#xA;&lt;p&gt;I recommend playing with the &amp;ldquo;iterations&amp;rdquo; slider to see how the path evolves over time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contradiction</title>
      <link>https://parametricity.com/posts/2025-03-11-contradiction/</link>
      <pubDate>Tue, 11 Mar 2025 03:09:34 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-03-11-contradiction/</guid>
      <description>&lt;p&gt;Mao wrote&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The law of contradiction in things, that is, the law of the unity of opposites, is the basic law of materialist dialectics&amp;hellip; The fundamental cause of the development of a thing is not external but internal; it lies in the contradictoriness within the thing. There is internal contradiction in every single thing, hence its motion and development. Contradictoriness within a thing is the fundamental cause of its development, while its interrelations and interactions with other things are secondary causes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Math is about managing your emotions</title>
      <link>https://parametricity.com/posts/2025-02-26-math-frustration/</link>
      <pubDate>Wed, 26 Feb 2025 03:09:34 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-02-26-math-frustration/</guid>
      <description>&lt;p&gt;Recently I have been doing some math again. Mostly exercises for a class I&amp;rsquo;m auditing on combinatorial limits.&lt;/p&gt;&#xA;&lt;p&gt;One thing I forgot about math is how most of the time spent doing math is spent feeling very frustrated: why can&amp;rsquo;t I get this problem? I&amp;rsquo;m an idiot. Come on, get it! Etc.&lt;/p&gt;&#xA;&lt;p&gt;All the while, your brain is working through the problem somewhere on the boundary between consciousness and unconscious thought.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Badiou in the world</title>
      <link>https://parametricity.com/posts/2025-02-17-badiou-model/</link>
      <pubDate>Mon, 17 Feb 2025 03:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-02-17-badiou-model/</guid>
      <description>&lt;p&gt;$$\newcommand{\Set}[1]{\{ #1 \}}$$&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;In his book &lt;em&gt;Logics of Worlds&lt;/em&gt;, Badiou gives a formal mathematical definition of a “world”, but does not construct a single concrete example. In this note, I give a concrete example in which the objects of the world are materially-embedded stochastic processes (i.e., stateful processes unfolding over time in the universe).&lt;/p&gt;&#xA;&lt;p&gt;This construction has the property that one does not have to specify the transcendental or identity values explicitly, but instead can actually calculate the values starting from an explicit definition of an object. Moreover, its multiplicities are transparently the sort of things we encounter in the world: material processes evolving over time according to some logic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prints of late</title>
      <link>https://parametricity.com/posts/2025-02-17-more-prints/</link>
      <pubDate>Mon, 17 Feb 2025 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-02-17-more-prints/</guid>
      <description>&lt;p&gt;A few more prints I&amp;rsquo;ve done recently.&#xA;Here are some Risograph prints I made in 2023 and the first half of 2024. Apologies for the photos being a bit dim.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/25_kush.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  Posters for a &lt;a href=&#34;https://seeingredevents.com&#34;&gt;Seeing Red&lt;/a&gt; talk.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/26_map.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  A map to the afterparty.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/27_tree.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/28_knot.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For a friend&#39;s wedding.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/29_cleaning.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  Poster/flyer for a Capital reading group.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;</description>
    </item>
    <item>
      <title>A short piece of music</title>
      <link>https://parametricity.com/posts/2025-02-10-a-little-composition/</link>
      <pubDate>Mon, 10 Feb 2025 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2025-02-10-a-little-composition/</guid>
      <description>&lt;p&gt;Here is a short piece of music I wrote this afternoon. It ends a bit early but I had to get going. &lt;a href=&#34;https://www.soundslice.com/slices/Zjc3c/&#34;&gt;Enjoy&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>More organic cave automata</title>
      <link>https://parametricity.com/posts/2025-01-03-ca-caves/</link>
      <pubDate>Fri, 03 Jan 2025 10:09:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2025-01-03-ca-caves/</guid>
      <description>&lt;p&gt;Happy New Year!&lt;/p&gt;&#xA;&lt;p&gt;There is a well-known cellular-automaton based method for generating images that look&#xA;like caves.&lt;/p&gt;&#xA;&lt;p&gt;Each cell is either &amp;ldquo;empty&amp;rdquo; or a &amp;ldquo;wall&amp;rdquo;.&#xA;The rule is: if the immediate 9x9 grid centered on a cell has 5 or more walls, that cell&#xA;should be a wall in the next step. Otherwise, it should be empty.&lt;/p&gt;&#xA;&lt;p&gt;If you initialize the grid randomly with some density, you can get cavelike patterns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Sacrifice</title>
      <link>https://parametricity.com/posts/2024-11-13-sacrifice/</link>
      <pubDate>Wed, 13 Nov 2024 19:09:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-11-13-sacrifice/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://media.timeout.com/images/33286/image.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Tarkovsky&amp;rsquo;s &amp;ldquo;Sacrifice&amp;rdquo; is an incredible film. The film successfully captures a shred of the absolute: the truth of the unending process of living and dying.&#xA;A central image of the film &amp;ndash; a dead tree over the ocean &amp;ndash; captures the idea: the flow of the unitary reality interrupted by the crystallized individual form which necessarily mediates experience of that unitary reality.&lt;/p&gt;&#xA;&lt;p&gt;If a gift isn&amp;rsquo;t a sacrifice, it isn&amp;rsquo;t much of a gift. Just so with life: we can only experience it by our having undergone separation from the whole, relinquishing the comfort of absolute acceptance and union.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hyperbolic Geometry, Berkeley Math Circle</title>
      <link>https://parametricity.com/posts/2024-10-31-math-circle-hyperbolic/</link>
      <pubDate>Thu, 31 Oct 2024 12:27:38 -0800</pubDate>
      <guid>https://parametricity.com/posts/2024-10-31-math-circle-hyperbolic/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;These are my notes from a class at the Berkeley Math Circle on October 31rd, 2024. You can find an accompanying handout &lt;a href=&#34;https://parametricity.com/img/math-circle-talk/hyperbolichandout.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Today we&amp;rsquo;re going to be talking about hyperbolic geometry.&lt;/p&gt;&#xA;&lt;p&gt;But before we talk about that, first we have to talk about geometry. Ordinary geometry takes place on an infinite flat plane, like the whiteboard. We call this thing the Euclidean plane, after Euclid who was a Greek guy who developed geometry pretty extensively.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zero Knowledege Proofs, Berkeley Math Circle</title>
      <link>https://parametricity.com/posts/2024-10-31-math-circle-zk/</link>
      <pubDate>Thu, 31 Oct 2024 11:27:38 -0800</pubDate>
      <guid>https://parametricity.com/posts/2024-10-31-math-circle-zk/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;These are my notes from a class at the Berkeley Math Circle on October 23rd, 2024. You can find an accompanying handout &lt;a href=&#34;https://parametricity.com/img/math-circle-talk/zkhandout.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Today we&amp;rsquo;ll be talking about spies and secret messages and the question of what it is possible to know.&lt;/p&gt;&#xA;&lt;p&gt;A quote from the Soviet mathematician VI Arnold:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;All mathematics is divided into three parts: cryptography (paid for by CIA,&#xA;KGB and the like), hydrodynamics (supported by manufacturers of atomic&#xA;submarines) and celestial mechanics (financed by military and by other&#xA;institutions dealing with missiles, such as NASA.).&lt;/p&gt;</description>
    </item>
    <item>
      <title>I renamed the blog again</title>
      <link>https://parametricity.com/posts/2024-10-09-rename-again/</link>
      <pubDate>Wed, 09 Oct 2024 03:27:38 -0800</pubDate>
      <guid>https://parametricity.com/posts/2024-10-09-rename-again/</guid>
      <description>&lt;p&gt;I renamed the blog again. Now it&amp;rsquo;s called &amp;ldquo;Reason in Revolt&amp;rdquo;, which is&#xA;a lyric from an English version of the Internationale.&#xA;It&amp;rsquo;s available at &lt;a href=&#34;https://reasoninrevolt.net&#34;&gt;reasoninrevolt.net&lt;/a&gt;.&#xA;All the old URLs still work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Mark-Shaped Hole</title>
      <link>https://parametricity.com/posts/2024-09-10-a-mark-shaped-hole/</link>
      <pubDate>Tue, 10 Sep 2024 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-09-10-a-mark-shaped-hole/</guid>
      <description>&lt;p&gt;Tonight I went to the Acquired podcast live show. Acquired&amp;rsquo;s tagline is &amp;ldquo;Every company has a story: Learn the playbooks that built the world’s greatest companies — and how you can apply them as a founder, operator, or investor.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://parametricity.com/img/mark/IMG_3301.JPEG&#34; alt=&#34;Hmm&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The show opened with a shticky video feed showing the two hosts, Ben and David, backstage. Ben had forgotten to bring the mp3 of the theme song to kick off the night. He assuaged David, &amp;ldquo;the people here at the Chase Center are really great, I’m sure they’ll figure something out.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is computation?</title>
      <link>https://parametricity.com/posts/2024-08-30-calculus-rationator/</link>
      <pubDate>Fri, 30 Aug 2024 10:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-08-30-calculus-rationator/</guid>
      <description>&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/laputa.jpg&#39;/&gt;&#xA;  &lt;figcaption&gt;&#xA;  Laputa, from &lt;i&gt;Gulliver&#39;s Travels&lt;/i&gt;. Home of the hopelessly rational people who &#34;If they would, for example, praise the beauty of a woman, or any other animal, they describe it by rhombs, circles, parallelograms, ellipses, and other geometrical terms.&#34;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;What is computation?&#xA;Most would say it has something to do with the internet, with adding up numbers, with AI image manipulation.&#xA;They might think it was something invented by the military to crack codes, or by tech companies to commodify&#xA;our data.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is human nature?</title>
      <link>https://parametricity.com/posts/2024-08-24-corporeal-roots/</link>
      <pubDate>Sat, 24 Aug 2024 10:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-08-24-corporeal-roots/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;In the ant community, each worker performs its&#xA;proper functions. There may be a separate caste of sol­diers. Certain highly specialized individuals perform&#xA;the functions of king and queen. If man were to adopt&#xA;this community as a pattern, he would live in a fascist&#xA;state, in which ideally each individual is conditioned&#xA;from birth for his proper occupation: in which rulers&#xA;are perpetually rulers, soldiers perpetually soldiers, the&#xA;peasant is never more than a peasant, and the worker&#xA;is doomed to be a worker.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why are ideas from computer science absent from Marxist discourse?</title>
      <link>https://parametricity.com/posts/2024-08-06-computer-science-in-marxism/</link>
      <pubDate>Tue, 06 Aug 2024 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-08-06-computer-science-in-marxism/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The introduction of the cipher 0 or the group concept was general nonsense too, and mathematics was more or less stagnating for thousands of years because nobody was around to take such childish steps&lt;/p&gt;&#xA;&lt;p&gt;— Grothendieck, in a 1982 letter to Ronald Brown&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Computer science is the study of precisely-specified discrete&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; processes, their capabilities and limits. Such processes are called algorithms.&lt;/p&gt;&#xA;&lt;p&gt;Algorithms can be implemented on the devices we call computers, but the conclusions of computer science are equally applicable to Euclid’s constructions on wax tablets. The basic model for what constitutes an ”algorithm” is a mathematical object called a “Turing machine”, although there are many extensions of the basic object that give them additional powers: the ability to use randomness, parallelism, embeddedness in space (cellular automata), quantum resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brief critique on the species of utilitarianism found in Bay Area &#34;rationalists&#34;</title>
      <link>https://parametricity.com/posts/2024-07-29-utilitarianism/</link>
      <pubDate>Mon, 29 Jul 2024 12:37:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-07-29-utilitarianism/</guid>
      <description>&lt;p&gt;There is an intellectual movement called &amp;ldquo;rationality&amp;rdquo; which, if one has any connection&#xA;to the tech world, is difficult to avoid in the Bay Area. Closely related is &amp;ldquo;effective&#xA;altruism&amp;rdquo;, which is the rationalist philosophy applied to ethics and the question of what&#xA;is to be done.&lt;/p&gt;&#xA;&lt;p&gt;From an intellectual perspective, there is nothing very interesting here. It is a fresh coat&#xA;of paint on a 400 year-old metaphysics, a 250 year-old epistemology, and a 300 year-old&#xA;moral philosophy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prints! 2023–2024</title>
      <link>https://parametricity.com/posts/2024-07-01-prints/</link>
      <pubDate>Mon, 01 Jul 2024 14:35:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-07-01-prints/</guid>
      <description>&lt;p&gt;Here are some Risograph prints I made in 2023 and the first half of 2024. Apologies for the photos being a bit dim.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/00_all.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/01_neighbors.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  This is a riff on a NIMBY slogan.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/02_territory.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/03_bubble.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/04_tree.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  This is a tree in Warsaw.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/05_iamnot.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/06_cubatanc.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For the TANC trip to Cuba.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/07_hasta.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  To raise money for the TANC trip to Cuba.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/08_point.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  Booklet for an unfinished art project (currently being resurrected).&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/09_freetime.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For a protest against APEC.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/10_throwout.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For a protest against Berkeley landlords&#39; celebration of the eviction moratorium&#39;s end. &lt;a href=&#39;https://nypost.com/2023/09/14/upset-berkeley-renters-crash-vicious-landlords-party-celebrating-end-of-3-year-eviction-ban/&#39;&gt;As seen in the New York Post.&lt;/a&gt;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/11_aerial.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  An unedited photograph taken from an airplane somewhere in the west.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/12_lighthouse.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  A reproduction of an old soviet print.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/13_redseder.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  My Haggadah.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/14_coops.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  A &lt;a href=&#39;https://dusksomewhere.com/cscb.pdf&#39;&gt;pamphlet&lt;/a&gt; on coops as an instrument in class-struggle&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/15_mcm.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  The exponential accumulation of capital.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/16_eyes.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For &lt;a href=&#39;https://www.instagram.com/seeingredevents/&#39;&gt;Seeing Red&lt;/a&gt;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/17_vibes.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For &lt;a href=&#39;https://www.instagram.com/seeingredevents/&#39;&gt;Seeing Red&lt;/a&gt;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/18_blurry.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For &lt;a href=&#39;https://www.instagram.com/seeingredevents/&#39;&gt;Seeing Red&lt;/a&gt;&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/19_learning.jpeg&#39;&gt;&#xA;  &lt;figcaption&gt;&#xA;  For the EBDSA library.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/20_mommy.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/21_eggbars.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/22_eggalfresco.jpeg&#39;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/prints/23_broadsheet.jpeg&#39;&gt;&#xA;&lt;/figure&gt;</description>
    </item>
    <item>
      <title>A vision for bathing in the Bay</title>
      <link>https://parametricity.com/posts/2024-07-01-bathing/</link>
      <pubDate>Mon, 01 Jul 2024 12:37:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-07-01-bathing/</guid>
      <description>&lt;h2 id=&#34;bathing-is-fun&#34;&gt;Bathing is fun&lt;/h2&gt;&#xA;&lt;p&gt;Bathing is already a popular pastime in the bay: from Archimedes Banya to Good Hot to the (sadly gone) Essex tub.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s a good time and people know it!&lt;/p&gt;&#xA;&lt;p&gt;Bathing provides us with a slice of the good life. At its best it is spiritual, sensual, social, and an immense aesthetic pleasure.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img style=&#39;width:48%; display:inline-block&#39; src=&#39;https://parametricity.com/img/sauna-exterior.jpg&#39;/&gt;&#xA;  &lt;img style=&#39;width:48%; display: inline-block&#39; src=&#39;https://parametricity.com/img/sauna-interior.jpg&#39;/&gt;&#xA;  &lt;figcaption&gt;&#xA;  The sauna I designed and had built for me and my neighbors.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;h2 id=&#34;bathing-is-also-cheap&#34;&gt;Bathing is also cheap&lt;/h2&gt;&#xA;&lt;p&gt;Ignoring land costs for a moment, it can also be quite cheap. As an example, building a top-of-the-line 6-person sauna can be done for about \$20,000, and at current electricity costs of about \$0.468 / kWh costs \$3.75 to run for one hour. The ongoing labor requirements are minimal: let&amp;rsquo;s say about 1 hour of cleaning every two weeks (assuming it&amp;rsquo;s getting very heavy use) which can be performed by the users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Projects we could work on</title>
      <link>https://parametricity.com/projects/</link>
      <pubDate>Mon, 01 Jul 2024 21:37:58 +0530</pubDate>
      <guid>https://parametricity.com/projects/</guid>
      <description>&lt;p&gt;This is a list of projects I am seeking collaborators on.&#xA;Please get in touch if you are interested in collaborating on any of them. Email or text me if you know how, otherwise leave a comment.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://parametricity.com/posts/2024-07-01-bathing/&#34;&gt;Proletarian user-run saunas throughout the East Bay&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Modern mathematical foundations of Marxism. This is a project with 2 main goals: (1) distilling Marxism to its logical essentials to &lt;a href=&#34;https://parametricity.com/posts/2022-mathematical-writing/&#34;&gt;make its communication and use by communists more effective&lt;/a&gt;, and (2) to provide the basis for research into alternative modes of organization to complement real-world experimentation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://parametricity.com/cscb.pdf&#34;&gt;Class-struggle cooperatives&lt;/a&gt; or much more speculatively &amp;ldquo;&lt;a href=&#34;https://parametricity.com/posts/2023-01-12-new-organizational-forms/&#34;&gt;virtual communes&lt;/a&gt;&amp;rdquo;. If you&amp;rsquo;re interested in starting a project that relates to either idea, please let me know.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://parametricity.com/posts/2024-05-06-red-seder/&#34;&gt;A &amp;ldquo;red&amp;rdquo; haggadah&lt;/a&gt;. Let me know if you are interested in expanding this, helping to publish, or promulgate it.&lt;/li&gt;&#xA;&lt;li&gt;Forming a klezmer band. I play violin.&lt;/li&gt;&#xA;&lt;li&gt;Anything related to Yiddish (conversation group, podcasting, translating, etc.)&lt;/li&gt;&#xA;&lt;li&gt;Making risograph prints&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Imperfect abstractions: On &#34;Software in the natural world&#34;</title>
      <link>https://parametricity.com/posts/2024-06-25-emergence-paper/</link>
      <pubDate>Tue, 25 Jun 2024 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-06-25-emergence-paper/</guid>
      <description>&lt;p&gt;There is an interesting paper from earlier this month called&#xA;&amp;ldquo;&lt;a href=&#34;https://arxiv.org/abs/2402.09090&#34;&gt;Software in the natural world: A computational approach to hierarchical emergence&lt;/a&gt;&amp;rdquo;&#xA;by Rosas, Geiger, Luppi, Seth, Polani, Gastapar, and Mediano.&lt;/p&gt;&#xA;&lt;p&gt;They are attempting to formalize the phenomenon of processes which possess their&#xA;own logic, despite being &amp;ldquo;actually&amp;rdquo; implemented in terms of a more fundamental micro-scale&#xA;logic.&lt;/p&gt;&#xA;&lt;p&gt;For example, computers can be understood as behaving as if they are driven by the programs they&#xA;run rather than the physics of the atoms that make them up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Read a book with me</title>
      <link>https://parametricity.com/posts/2024-05-29-read/</link>
      <pubDate>Wed, 29 May 2024 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-05-29-read/</guid>
      <description>&lt;p&gt;I added &lt;a href=&#34;https://parametricity.com/read&#34;&gt;a page&lt;/a&gt; to the site of books I am reading, have read, or want to read.&#xA;If you&amp;rsquo;re interested in reading or discussing any of them with me please get in touch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Seeing Red&#34; intro speech</title>
      <link>https://parametricity.com/posts/2024-05-06-seeing-red/</link>
      <pubDate>Mon, 06 May 2024 09:01:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-05-06-seeing-red/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This past Saturday (May 4th) we held the &lt;a href=&#34;https://www.instagram.com/p/C5rP_HIy08K/&#34;&gt;first event&lt;/a&gt; in a new&#xA;series called &amp;ldquo;Seeing Red&amp;rdquo;. I opened the event with a speech describing&#xA;the aim of the series. This speech is reproduced below, unfortunately absent all the&#xA;ad-libbed comments and jokes I made in person.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Seeing Red is a new lecture series for building towards a non-denominational small c communist public culture in the bay: We will be bringing in thinkers that we think our movements can learn from, and who we think have something to learn from us.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Red Seder Haggadah</title>
      <link>https://parametricity.com/posts/2024-05-06-red-seder/</link>
      <pubDate>Mon, 06 May 2024 08:01:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2024-05-06-red-seder/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This Pesach, I helped organize a Seder for lefty Jews.&#xA;For this we wrote a haggadah, which focuses on the actual history of&#xA;the Jews with an eye toward understanding the phenomenon of Zionism.&lt;/p&gt;&#xA;&lt;p&gt;You can find the whole haggadah &lt;a href=&#34;https://parametricity.com/redseder.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Below I have reproduced the short history which appears in the passover story section of the haggadah.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;where-did-we-come-from&#34;&gt;Where did we come from?&lt;/h2&gt;&#xA;&lt;p&gt;Judaism originated as the religion of a group of people ruled by the Kingdom of Judah in 1200 BCE, a little over 3000 years ago. At that time, it was mainly focused on worship led by a class of priests at the temple in Jerusalem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Read a book with me</title>
      <link>https://parametricity.com/read/</link>
      <pubDate>Tue, 19 Mar 2024 21:37:58 +0530</pubDate>
      <guid>https://parametricity.com/read/</guid>
      <description>&lt;p&gt;Please let me know if you are interested in reading or discussing any of these books with me. Bold ones I am currently reading. Italic ones I have read but am still interested in discussing.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/13591811-the-entropy-of-capitalism&#34;&gt;&lt;strong&gt;The Entropy of Capitalism&lt;/strong&gt;&lt;/a&gt; (Biel)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/196930.Brecht_on_Theatre&#34;&gt;Brecht on Theatre&lt;/a&gt; (Brecht)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/127963.What_Is_Art_&#34;&gt;What is Art?&lt;/a&gt; (Tolstoy)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/349614.The_Aesthetic_Dimension&#34;&gt;&lt;strong&gt;The Aesthetic Dimension&lt;/strong&gt;&lt;/a&gt; (Marcuse)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/399136.Imagined_Communities&#34;&gt;&lt;em&gt;Imagined Communities&lt;/em&gt;&lt;/a&gt; (Anderson)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/56397218-mute-compulsion-a-theory-of-the-economic-power-of-capital&#34;&gt;&lt;em&gt;Mute Compulsion&lt;/em&gt;&lt;/a&gt; (Mau)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/195898273-bolivia-beyond-the-impasse&#34;&gt;&lt;strong&gt;Bolivia Beyond the Impasse&lt;/strong&gt;&lt;/a&gt; (Hardt and Mezzadra)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/85812.Dialectic_of_Enlightenment&#34;&gt;Dialectic of Enlightenment&lt;/a&gt; (Adorno and Horkheimer)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/710232.Sheaves_in_Geometry_and_Logic&#34;&gt;&lt;strong&gt;Sheaves in Geometry and Logic&lt;/strong&gt;&lt;/a&gt; (Mac Lane and Moerdijk)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Concise definitions of dialectical &amp; historical materialsm</title>
      <link>https://parametricity.com/posts/2024-03-01-dialectical-and-historical-materialism/</link>
      <pubDate>Fri, 01 Mar 2024 11:27:38 -0800</pubDate>
      <guid>https://parametricity.com/posts/2024-03-01-dialectical-and-historical-materialism/</guid>
      <description>&lt;p&gt;Dialectical materialism is the philosophical foundation of Marxism, and historical materialism is its scientific foundation. Both concepts are thus very important for communists&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; to understand. Their claims are relatively uncontroversial in isolation, but they have radical implications.&lt;/p&gt;&#xA;&lt;h2 id=&#34;dialectical-materialism&#34;&gt;Dialectical materialism&lt;/h2&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s start with dialectical materialism. Dialectical materialism consists of the following claims about reality and how we should talk about it:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Realism&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Time-dependence&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Materialism&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Temporariness&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s define each of these in turn.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mondragón 1: More an island of kinder capitalism, than an aircraft carrier for communism</title>
      <link>https://parametricity.com/posts/2024-02-16-mondragon-1/</link>
      <pubDate>Wed, 14 Feb 2024 03:27:38 -0800</pubDate>
      <guid>https://parametricity.com/posts/2024-02-16-mondragon-1/</guid>
      <description>&lt;p&gt;Mondragón is a famous complex of cooperatives, primarily based in the Basque country. It has been widely acclaimed for providing stable employment to tens of thousands, a degree of internal democracy, and maintaining growth better than the national average for decades.&lt;/p&gt;&#xA;&lt;p&gt;Mondragón is, so far, sui generis in the capitalist world. For a communist, the key question in evaluating this odd duck is: how can we understand Mondragón from the point of view of the class struggle and the movement toward communism?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Poem: Blenders</title>
      <link>https://parametricity.com/posts/2023-11-23-blender/</link>
      <pubDate>Tue, 28 Nov 2023 15:12:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-11-23-blender/</guid>
      <description>&lt;p&gt;Poetry flows from the fingertips like threads of silk&lt;br&gt;&#xA;Birds have nests and spiders webs&lt;br&gt;&#xA;And humans friendships.&lt;br&gt;&#xA;But webs too. And nests come to think of it.&lt;/p&gt;&#xA;&lt;p&gt;Looking a little closer we see a big blender of some sort.&lt;/p&gt;&#xA;&lt;p&gt;In goes our friends;&lt;br&gt;&#xA;Dead generations;&lt;br&gt;&#xA;Our parents;&lt;br&gt;&#xA;The leaves in a bright cellophane jumble;&lt;br&gt;&#xA;The raindrops on the gardenside window;&lt;br&gt;&#xA;Airplanes and cars and baths;&lt;br&gt;&#xA;The lumpy mess of mediated words and images and buttons and sliders,&lt;br&gt;&#xA;Which we in our gracious way find a place for sometimes in the attic, and sometimes right up front.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Specifying communism: autonomous access to the means of subsistence</title>
      <link>https://parametricity.com/posts/2023-09-29-free-mos/</link>
      <pubDate>Fri, 29 Sep 2023 10:26:58 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-09-29-free-mos/</guid>
      <description>&lt;p&gt;Soren Mau&amp;rsquo;s &amp;lsquo;Mute Compulsion&amp;rsquo; does an excellent job of calling attention to the ways that our environment &amp;ndash; physical, social, technological &amp;ndash; mutely compels us to act in certain ways. If a communist social order is to be robust, it must take advantage of that fact, and etch its social relations into the environment.&lt;/p&gt;&#xA;&lt;p&gt;One pillar of any communist social order would be permanent and free access to the means of subsistence (MOS): food, water, housing, clothing, at the very least. Such access makes it impossible for one person to be completely dominated. If there is always the option of surviving independently, one cannot be made to do degrading work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Everybody Knows, but should they?</title>
      <link>https://parametricity.com/posts/2023-09-25-everybody-knows/</link>
      <pubDate>Mon, 25 Sep 2023 08:26:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-09-25-everybody-knows/</guid>
      <description>&lt;p&gt;To start, two quotes:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Everybody knows that the dice are loaded&lt;br&gt;&#xA;Everybody rolls with their fingers crossed&lt;br&gt;&#xA;Everybody knows the war is over&lt;br&gt;&#xA;Everybody knows the good guys lost&lt;br&gt;&#xA;Everybody knows the fight was fixed&lt;br&gt;&#xA;The poor stay poor, the rich get rich&lt;br&gt;&#xA;That&amp;rsquo;s how it goes&lt;br&gt;&#xA;Everybody knows&lt;/p&gt;&#xA;&lt;p&gt;Everybody knows that the boat is leaking&lt;br&gt;&#xA;Everybody knows that the captain lied&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; Leonard Cohen&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;and one more:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;teachers’ capacity to struggle involves their capacity to&#xA;challenge their students, from an early to a more adult&#xA;age, through games, stories, and reading so that students&#xA;understand the need to create coherence between dis-&#xA;course and practice: a discourse about the defense of the&#xA;weak, of the poor, of the homeless, and a practice that&#xA;favors the haves against the have-nots; a discourse that&#xA;denies the existence of social classes, their conflicts, and&#xA;a political practice entirely in favor of the powerful.&#xA;It does not seem right to me to defend or to simply accept as normal the profound difference that sometimes&#xA;exists between a candidate’s preelection and postelection&#xA;positions. It does not seem ethical to me to live this way&#xA;or to defend this contradiction as acceptable behavior. It&#xA;is not with these kinds of practices that we foster a vigilant citizenry, which is indispensable to the development&#xA;of democracy&lt;/p&gt;</description>
    </item>
    <item>
      <title>On the human mode of history (001)</title>
      <link>https://parametricity.com/posts/2023-08-30-hmh001/</link>
      <pubDate>Wed, 30 Aug 2023 09:26:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-08-30-hmh001/</guid>
      <description>&lt;p&gt;Several interesting properties of the human mode of history:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Humanity has the capacity for surplus labor. I.e., in $N$ hours, a group of humans can act on its environment to procure sufficient material resources to sustain the lives of that group for more than $N$ hours. The surplus labor time is radically unconstrained relative to the non-human environment. Its direction is entirely and solely subject to human decisions.&lt;/li&gt;&#xA;&lt;li&gt;Some amount of human labor time (whether it is part of the necessary or surplus time may not be exactly clear) is dedicated to the manipulation of the physical environment in ways which constrain future human behavior. Some examples include the construction of roads, schools and media technologies which teach certain patterns of behavior, etc. We may call such accumulation of changes in the environment through labor &lt;strong&gt;external technology&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Given that the allocation of surplus labor is directed by the social relations of the given society, it is likely that at least some part of the surplus will be dedicated towards bolstering the durability of those social relations by encoding them materially in the environment. Every known society has done this to some extent. This is what David Graeber and Wengrow cal “getting stuck” in their book &lt;em&gt;The Dawn of Everything&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The accumulation of external technology is completely inevitable historically given the human capacity for surplus labor. This fact on its own completely undermines a simplistic primitivism which argues against technology as such. The technological encoding of social relations Is likewise more or less inevitable, to some degree.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Time After Time</title>
      <link>https://parametricity.com/posts/2023-08-30-time-after-time/</link>
      <pubDate>Wed, 30 Aug 2023 08:26:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-08-30-time-after-time/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The history of all hitherto existing society is the history of class struggles.&lt;br&gt;&#xA;&amp;ndash; Marx and Engels, &lt;em&gt;Communist Manifesto&lt;/em&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Communism is the riddle of history solved.&lt;br&gt;&#xA;&amp;ndash; Karl Marx, &lt;em&gt;Economic and Philosophic Manuscripts of 1844&lt;/em&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Lying in my bed, I hear the clock tick and think of you &lt;br&gt;&#xA;Caught up in circles &lt;br&gt;&#xA;Confusion is nothing new…&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m walking too far ahead  &lt;br&gt;&#xA;You&amp;rsquo;re calling to me, I can&amp;rsquo;t hear  &lt;br&gt;&#xA;What you&amp;rsquo;ve said  &lt;br&gt;&#xA;Then you say, &amp;ldquo;go slow&amp;rdquo;  &lt;br&gt;&#xA;And I fall behind  &lt;br&gt;&#xA;The second hand unwinds&lt;br&gt;&#xA;&amp;ndash; Cyndi Lauper, &lt;em&gt;“Time After Time&amp;quot;&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Book release: &#34;The Elementary Concepts of Historical Materialism&#34;</title>
      <link>https://parametricity.com/posts/2023-08-29-ecohm/</link>
      <pubDate>Tue, 29 Aug 2023 08:26:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-08-29-ecohm/</guid>
      <description>&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/harnecker-cover.png&#39;/&gt;&#xA;  &lt;figcaption&gt;&#xA;  The cover&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;Announcing a release of an English translation of Marta Harnecker’s &lt;em&gt;Los conceptos fundamentales del materialismo histórico&lt;/em&gt;, or &lt;em&gt;The Elementary Concepts of Historical Materialism&lt;/em&gt; in English. This book has a history as a very important part of the education of Marxists in Latin America.&lt;/p&gt;&#xA;&lt;p&gt;This is a project I’ve been working on for some months for political education in East Bay DSA, and is now in a &amp;ldquo;done enough&amp;rdquo; state to share more broadly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Parametricity&#34; is now &#34;It&#39;s Dusk Somewhere&#34;</title>
      <link>https://parametricity.com/posts/2023-08-27-renaming/</link>
      <pubDate>Sun, 27 Aug 2023 02:00:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2023-08-27-renaming/</guid>
      <description>&lt;p&gt;For many years this blog was called Parametricity.&#xA;I am no longer that interested in type theory, so I am renaming the blog to&#xA;reflect its new content, which is mostly Marxism. Still it is just the personal&#xA;blog of me (Izzy Meckler).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Walking Past the Apocalypse: The Material Roots of Anti-Human Philosophy in 2020s San Francisco</title>
      <link>https://parametricity.com/posts/2023-08-10-walking-past-the-apocalypse/</link>
      <pubDate>Thu, 10 Aug 2023 08:01:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-08-10-walking-past-the-apocalypse/</guid>
      <description>&lt;p&gt;Most of us are familiar with the potential discomfort of passing a person begging on the street. Some stop and give some money or food, some stop to say they don&amp;rsquo;t have cash, most try to avoid eye-contact and walk past.&lt;/p&gt;&#xA;&lt;p&gt;Such an experience &amp;ndash; being confronted with deep suffering and forced to make a choice of if one will help and how &amp;ndash; is bound to leave a psychic mark. For the wealthy tech entrepreneurs of San Francisco (and their exploited workers who believe they may one day ascend to the entrepreneur class), the problem is how to square such an experience with one&amp;rsquo;s own comfort and even more, the utopian, messianic beliefs they have about their own work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Poem for eternity and the social nature of the human</title>
      <link>https://parametricity.com/posts/2023-08-04-poem-for-eternity/</link>
      <pubDate>Fri, 04 Aug 2023 08:01:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-08-04-poem-for-eternity/</guid>
      <description>&lt;p&gt;My words are not mine and yours are not yours&lt;br&gt;&#xA;And neither were Shakespeare’s so don’t worry&lt;br&gt;&#xA;Echos&lt;br&gt;&#xA;Or reverberations&lt;br&gt;&#xA;My organ receiving/transforming/transmitting&lt;/p&gt;&#xA;&lt;p&gt;Who does that beautiful sound belong to?&lt;br&gt;&#xA;Me?&lt;br&gt;&#xA;Was it the string, or the wooden body of the violin?&lt;br&gt;&#xA;Does it belong to Shostakovich?&lt;br&gt;&#xA;Or to Jay Haide?&lt;br&gt;&#xA;Or mother nature who gave him the wood?&lt;br&gt;&#xA;Or was it the worker at the store?&lt;br&gt;&#xA;Or Lila?&lt;br&gt;&#xA;Or Shostakovich’s mother?&lt;/p&gt;</description>
    </item>
    <item>
      <title>First thoughts on &#39;Mute Compulsion&#39;</title>
      <link>https://parametricity.com/posts/2023-07-26-mute-compulsion/</link>
      <pubDate>Wed, 26 Jul 2023 11:01:58 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-07-26-mute-compulsion/</guid>
      <description>&lt;p&gt;Mute compulsion is a very nice book. So far I’ve read the first few chapters and found it to have one the most accurate and sophisticated description of Marxism I’ve seen written in a single place. It is an understanding of Marxism that many have come to, but only through reading many works. Here it is all in one place.&lt;/p&gt;&#xA;&lt;p&gt;I have not gotten to the main argument of the book yet, but I’m guessing it will go like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Social-mediafication of Working Class Organizing</title>
      <link>https://parametricity.com/posts/2023-06-07-social-mediafication/</link>
      <pubDate>Wed, 07 Jun 2023 17:29:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-06-07-social-mediafication/</guid>
      <description>&lt;p&gt;Last month, flying over the Atlantic in the throes of an existential crisis brought on by too strong an edible (which I had taken to try to sleep through the flight), I had the following disturbing self-insight, which while stonerish is also true:&lt;/p&gt;&#xA;&lt;p&gt;Much of the communication for socialist and working class organizing in my context occurs on WhatsApp groups. WhatsApp has an emoji react feature, and I noticed that I had been expectantly checking WhatsApp for &amp;ldquo;hearts&amp;rdquo; on my own messages, just as on a typical social-media application.&lt;/p&gt;</description>
    </item>
    <item>
      <title>To face the coming climate crisis, a new vision and a new spirituality</title>
      <link>https://parametricity.com/posts/2023-06-01-ecologia/</link>
      <pubDate>Thu, 01 Jun 2023 19:09:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-06-01-ecologia/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The following is a translation of an article from &lt;strong&gt;Caminos&lt;/strong&gt; (&lt;em&gt;A Cuban journal of socio-theological thought&lt;/em&gt;). It was written by José María Vigil, Spanish-Nicaraguan liberation-theologian.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;seeing-the-climate-catastrophe-is-approaching-and-its-cause-is-human-in-origin&#34;&gt;Seeing: The climate catastrophe is approaching, and its cause is human in origin&lt;/h2&gt;&#xA;&lt;p&gt;That we are walking toward a climate catastrophe is, in the context of the current ecological and human crisis, the most scientifically supported opinion.&lt;/p&gt;&#xA;&lt;p&gt;No one doubts it any longer: climate change has begun, and at a steady pace. Just 10 years ago, the greater part of society denied this reality. Since then, the UN has called together the IPCC, an independent authority, formed by more than 200 scientists from all over the world to study the subject.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cuba’s Struggle for the Full Dignity of the Human Being</title>
      <link>https://parametricity.com/posts/2023-05-30-cuba-dignity/</link>
      <pubDate>Tue, 30 May 2023 16:49:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-05-30-cuba-dignity/</guid>
      <description>&lt;h2 id=&#34;housing-and-the-cuban-revolution&#34;&gt;Housing and the Cuban Revolution&lt;/h2&gt;&#xA;&lt;p&gt;&amp;ldquo;In the first three years of the revolution, 1959-61, all measures were taken to disarticulate the capitalist system at its base.&amp;rdquo; This is how Zuleica Romay Guerra &amp;ndash; Director of Afroamerican Studies at Casa de las Américas &amp;ndash; began her explanation of the Cuban housing system. It was the first full day of activities for the brigade to Cuba attended by myself and four other TANC comrades, along with about 150 other tenant organizers, labor organizers, and left activists from all over the US. The aim of the brigade was to educate and inspire action against the US government’s homicidal sanctions regime against Cuba (known as “the blockade”), which has cost the country over $1 trillion and an unknown number of deaths due to denial of access to medicine and other needed supplies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jewishness Abstractly and Concretely</title>
      <link>https://parametricity.com/posts/2023-05-18-jews-abstractly/</link>
      <pubDate>Thu, 18 May 2023 15:10:00 +0200</pubDate>
      <guid>https://parametricity.com/posts/2023-05-18-jews-abstractly/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This is a follow-up to the post &lt;a href=&#34;https://parametricity.com/posts/2023-05-18-class-race-abstraction/&#34;&gt;&amp;ldquo;Class and Race&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This post gives an example of the way ethnic groups can serve as particular instantiations of historical roles which occur abstractly.&lt;/p&gt;&#xA;&lt;p&gt;Because I am Jewish, I will take the case of Jewishness and antisemitism. From a certain level of abstraction, we can say Jews are not just Jews in their specificity (with the specific Torah, halachas, shabbos, pesach, Yom Kippur and all the rest of it), but are a specific manifestation of a general historical phenomenon which tends to arise in class societies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Will Socialism End Racism?</title>
      <link>https://parametricity.com/posts/2023-05-18-will-socialism-end-racism/</link>
      <pubDate>Thu, 18 May 2023 15:10:00 +0200</pubDate>
      <guid>https://parametricity.com/posts/2023-05-18-will-socialism-end-racism/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This is a follow-up to the post &lt;a href=&#34;https://parametricity.com/posts/2023-05-18-class-race-abstraction/&#34;&gt;&amp;ldquo;Class and Race&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;There is a common, overly-simplistic argument sometimes put forward by Marxists that &amp;ldquo;socialism&amp;rdquo; will necessarily entail the elimination of racism.&#xA;This is sort of true in the sense that &lt;em&gt;eventually&lt;/em&gt; a socialist process that ends with the construction of communism (the elimination of all durable privileges) implies that at some point racism will be eliminated.&#xA;This argument is usually based on the understanding that &amp;ldquo;race&amp;rdquo; is just something invented by Capitalists to divide workers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Class and Race</title>
      <link>https://parametricity.com/posts/2023-05-18-class-race-abstraction/</link>
      <pubDate>Thu, 18 May 2023 15:09:00 +0200</pubDate>
      <guid>https://parametricity.com/posts/2023-05-18-class-race-abstraction/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;This post has two follow-up posts: &lt;a href=&#34;https://parametricity.com/2023-05-18-will-socialism-end-racism/&#34;&gt;&amp;ldquo;Will Socialism End Racism?&amp;rdquo;&lt;/a&gt; and&#xA;&lt;a href=&#34;https://parametricity.com/posts/2023-05-18-jews-abstractly/&#34;&gt;&amp;ldquo;Jewishness Abstractly and Concretely&amp;rdquo;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;A friend asked me the others if I believe in the Marxist idea of class above all else. I.e., a class struggle to the exclusion of a women&amp;rsquo;s struggle, struggle against racism, etc.&lt;/p&gt;&#xA;&lt;p&gt;This is an answer to that question. My disagreement with the question is that class is not of the same kind as gender, race, etc. That is not to say that one of these things is &amp;ldquo;better&amp;rdquo; than the other, they just do not exist at the same level of abstraction. Class is an extreme abstraction of people&amp;rsquo;s realities &amp;ndash; it is a category in a very simple abstract model of society. A class is a position in a schematic description of economic processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skipping past the nasty part</title>
      <link>https://parametricity.com/posts/2023-04-15-skipping-the-pain-of-natural-selection/</link>
      <pubDate>Sat, 15 Apr 2023 13:04:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-04-15-skipping-the-pain-of-natural-selection/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;&#34;&gt;Per Marx and Engels&lt;/a&gt;, every closed social order is doomed to one of two fates:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Self-annihilation due to its own internal contradictions.&lt;/li&gt;&#xA;&lt;li&gt;A change from within which changes the mode of production and thus the class structure.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Change in mode of production is not just something we can decide to do arbitrarily. It is a response of the human organism to changing &amp;ldquo;enviromental&amp;rdquo; conditions&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;,&#xA;similar to what occurs in the biological evolution of species.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Breakdown as a law of physics</title>
      <link>https://parametricity.com/posts/2023-04-10-breakdown/</link>
      <pubDate>Mon, 10 Apr 2023 10:48:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2023-04-10-breakdown/</guid>
      <description>&lt;p&gt;Crisis is endemic to capitalism, but in fact it is endemic to all organisms (i.e., patterns of matter apparently being driven through time by a logic other than that of matter itself).&lt;/p&gt;&#xA;&lt;p&gt;This is a fundamental physical principle. The principle is this: every strict subsystem of the universe (given by a state transition logic) eventually decoheres. Let&amp;rsquo;s call this the &lt;strong&gt;breakdown principle&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This applies to systems of all different sorts. From this we conclude:&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is nature?</title>
      <link>https://parametricity.com/posts/2023-03-09-nature/</link>
      <pubDate>Thu, 09 Mar 2023 02:51:00 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-03-09-nature/</guid>
      <description>&lt;p&gt;On one level, there is no real separation between humanity and the rest of the natural world. We are animals, we interact with and exchange energy with other species, etc.&#xA;Actually, even further, on some level there is no separation between anything at all. Everything is just a local variation in the fields that constitute reality.&lt;/p&gt;&#xA;&lt;p&gt;But on a practical level, we help us draw distinctions so that we can create understandings of the world that help us act.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Punting on the core contradictions</title>
      <link>https://parametricity.com/posts/2023-03-08-punting/</link>
      <pubDate>Wed, 08 Mar 2023 10:51:00 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-03-08-punting/</guid>
      <description>&lt;p&gt;Capital has two core contradictions, or incompatibilities, with the world it exists within:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;The contradiction with human nature:&lt;/strong&gt; the class divide which sees some exploited, made to suffer, deprived materially and spiritually of their natural human right to autonomy; others drowning in spoils but experiencing (consciously as guilt, or subconsciously as rage or self-righteousness) the cruelty which their comfort is built upon. Moreover, across all classes, the 24/7 logic of market imperative creates a pervasive feeling of precarity and anxiety. We can call this human pain generated by capitalism, &lt;strong&gt;alienation&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;The contradiction with non-human nature:&lt;/strong&gt; the exponential growth pattern of capital results in a commensurate exponentially growing extraction from nature, or dumping of waste into nature. In either case, an exponentially increasing divergence from our biosphere&amp;rsquo;s expected condition.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Another way of putting it is that Capital (as a model of reality) has a large &amp;ldquo;error term&amp;rdquo; with real reality, and this error term can be decomposed as the combination of the above two terms.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Life on the Virtual Commune</title>
      <link>https://parametricity.com/posts/2023-01-12-commune-story/</link>
      <pubDate>Thu, 12 Jan 2023 18:51:00 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-01-12-commune-story/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The following is written as a sort of near future sci-fi short story, to illustrate life in a virtual commune.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Today marks my one year anniversary as a member of PUNCH (“People’s Union for Networked Communism in the Here-and-Now”, aka “Unión Popular Hipervinculada para Oberismo Realizado” or UPHORea — the org is bilingual).&lt;/p&gt;&#xA;&lt;p&gt;I’ve already passed my Poli Ed and cyber-literacy tests&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;, so I finally have full rights as a member of the Commune.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Class Struggle Voltron: Let&#39;s invent new organizational forms</title>
      <link>https://parametricity.com/posts/2023-01-12-new-organizational-forms/</link>
      <pubDate>Thu, 12 Jan 2023 10:51:00 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-01-12-new-organizational-forms/</guid>
      <description>&lt;p&gt;This post proposes a new organizational form called a &amp;ldquo;virtual commune&amp;rdquo;. If you want to jump right into what that form could look like in practice, &lt;a href=&#34;https://parametricity.com/posts/2023-01-12-commune-story/&#34;&gt;check out this post&lt;/a&gt;. The following is an analysis that leads to that form and explains it generally.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;&amp;ldquo;Power comes only from the organized masses.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&amp;ndash; &lt;strong&gt;Kwame Ture&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Volton is a robot made up of smaller robots, each of which is piloted by a person.&#xA;The fleshy bodies of the Voltron pilots are weak, but once they encase themselves in technological exoskeletons, which then fit together into a single robot body, they are capable of amazing things (I assume &amp;ndash; I have never seen Voltron).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Theorem on co-option</title>
      <link>https://parametricity.com/posts/2023-01-12-superstructure/</link>
      <pubDate>Thu, 12 Jan 2023 10:26:58 -0800</pubDate>
      <guid>https://parametricity.com/posts/2023-01-12-superstructure/</guid>
      <description>&lt;p&gt;This is just a short note on the idea of &amp;ldquo;base vs superstructure&amp;rdquo;. The distinction is often made in Marxism between the economic base and the &amp;ldquo;superstructure&amp;rdquo;, which are the &amp;ldquo;non-economic&amp;rdquo; forms of life. Now personally I find this model overly simplistic, and prefer the &lt;a href=&#34;https://parametricity.com/posts/2022-03-24-historical-manifold/&#34;&gt;7 coordinates model&lt;/a&gt; where we can talk about the ways that different aspects of society are in relation with each other.&lt;/p&gt;&#xA;&lt;p&gt;But I think what people usually actually use the model for is an important conclusion, which is valid also in the 7 coordinates perspective. The conclusion is this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Communist Hypothesis (poem)</title>
      <link>https://parametricity.com/posts/2022-11-21-stream-poem/</link>
      <pubDate>Mon, 21 Nov 2022 21:08:00 -0800</pubDate>
      <guid>https://parametricity.com/posts/2022-11-21-stream-poem/</guid>
      <description>&lt;p&gt;I threw a leaf in the stream.&lt;br&gt;&#xA;After smoothly travelling downstream a little,&lt;br&gt;&#xA;It gets stuck against a rock.&lt;br&gt;&#xA;I stood watching that leaf, and then:&lt;br&gt;&#xA;Another one, smaller, on a slightly different trajectory,&lt;br&gt;&#xA;Flew right by it.&lt;/p&gt;&#xA;&lt;p&gt;Did the new leaf fall in on its own?&lt;br&gt;&#xA;Or maybe someone else threw it in upstream&lt;br&gt;&#xA;Further back and out of sight.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Towards making correct decisions: Against moralism</title>
      <link>https://parametricity.com/posts/2022-10-27-moralism/</link>
      <pubDate>Thu, 27 Oct 2022 10:01:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2022-10-27-moralism/</guid>
      <description>&lt;p&gt;&lt;em&gt;Moralism&lt;/em&gt; is a certain pattern of thinking (and an accompanying rhetoric) which many comrades use, sometimes unknowingly. The purpose of this note is to clarify what this pattern is and to explain why it does not always lead to the correct decisions.&lt;/p&gt;&#xA;&lt;p&gt;In practice, it means grounding one’s opinions in the following information:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Feelings of guilt&lt;/li&gt;&#xA;&lt;li&gt;Beliefs about how other comrades will judge you&lt;/li&gt;&#xA;&lt;li&gt;Consulting a “hierarchy of oppression”, in which decisions that feel like they most immediately benefit those lower on the hierarchy are deemed to be correct&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is a very small amount of information.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is fascism, and what does it have to do with capitalism?</title>
      <link>https://parametricity.com/posts/2022-10-17-fascism/</link>
      <pubDate>Mon, 17 Oct 2022 02:14:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2022-10-17-fascism/</guid>
      <description>&lt;p&gt;The purpose of this post is to clarify the relationship between the following things&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Fascism&lt;/li&gt;&#xA;&lt;li&gt;Capitalism&lt;/li&gt;&#xA;&lt;li&gt;Democracy&lt;/li&gt;&#xA;&lt;li&gt;Liberalism&lt;/li&gt;&#xA;&lt;li&gt;Socialism&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;what-is-fascism&#34;&gt;What is fascism&lt;/h2&gt;&#xA;&lt;p&gt;Fascism is part of how capitalism defends itself in times of extreme crisis.&lt;/p&gt;&#xA;&lt;p&gt;Capitalism as a system is prone to crisis. It occasionally goes into periods of severe social dislocation, where there may be droughts, food shortages, and immiseration of all kinds.&lt;/p&gt;&#xA;&lt;p&gt;As Marxists, we know this and seek to express this pain politically toward the correct action of overthrowing capitalism.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Magic is indistinguishable from sufficiently advanced technology: Rain dances of the future</title>
      <link>https://parametricity.com/posts/2022-10-09-raindance/</link>
      <pubDate>Sun, 09 Oct 2022 02:14:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2022-10-09-raindance/</guid>
      <description>&lt;meta property=&#34;og:image&#34; itemprop=&#34;image&#34; content=&#34;/img/viggo-ecstasy.jpeg&#34;&gt;&#xA;&lt;figure&gt;&#xA;  &lt;img src=&#39;https://parametricity.com/img/rainforest.jpg&#39;/&gt;&#xA;  &lt;figcaption&gt;&#xA;  A nice forest. Photo: Jody Amiet/AFP/Getty Images.&#xA;  &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;When it’s dry, and trees are thirsty, the forest emits large amounts of nice-smelling, piney chemicals called terpenes. This is a magical ritual performed by the trees, a prayer for water expressed as a symphony of smells.&lt;/p&gt;&#xA;&lt;p&gt;Miraculously, this prayer is reliably answered. The airborne terpenes react with other chemicals in the atmosphere to form cloud condensation nuclei, seeding the formation of new clouds. Eventually, these clouds produce rain&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Burritos and Distributed Domination in the App Era</title>
      <link>https://parametricity.com/posts/2022-09-16-burritos/</link>
      <pubDate>Fri, 16 Sep 2022 10:11:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2022-09-16-burritos/</guid>
      <description>&lt;p&gt;I went to try the veggie burrito at &lt;a href=&#34;https://www.yelp.com/biz/aliberto-s-jr-mexican-food-berkeley&#34;&gt;Aliberto&amp;rsquo;s&lt;/a&gt;.&#xA;It&amp;rsquo;s very good.&lt;/p&gt;&#xA;&lt;p&gt;While I was eating, a woman&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; came in, went to the counter, and gave the details of the order she was picking up to the man behind the counter (Latin-American, native Spanish speaker).&lt;/p&gt;&#xA;&lt;p&gt;The man at the counter started talking (in Spanish) to his coworker in the kitchen, didn&amp;rsquo;t catch what about.&lt;/p&gt;&#xA;&lt;p&gt;Evidently the woman was an delivery-app worker because she said, &amp;ldquo;Excuse me, I&amp;rsquo;m being timed.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>An honest techno-Utopianism</title>
      <link>https://parametricity.com/posts/2022-09-15-techno-utopianism/</link>
      <pubDate>Thu, 15 Sep 2022 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2022-09-15-techno-utopianism/</guid>
      <description>&lt;p&gt;I just watched some of the videos of the talks from the “Schelling Point Conference”. These talks give a clear display of a current within the crypto/web3 space: techno-utopianism. Techno-Utopianism is an ideology which says that technological developments will result in improvements in human well-being. Usually, it is not a general faith in technological change, but specific to a certain kind of &lt;strong&gt;emerging&lt;/strong&gt; technologies: the internet, blockchain, DAOs, AI, etc. I don’t know but I’m sure it predates computer technology as well, probably you can find people saying utopian things about cars and labor-saving domestic devices (washing machines, vaccums) after WWII.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why &#34;Socially Responsible Investing&#34;, divestment campaings, and other schemes are doomed to fail</title>
      <link>https://parametricity.com/posts/2022-07-16-against-esg/</link>
      <pubDate>Sat, 16 Jul 2022 09:31:58 +0800</pubDate>
      <guid>https://parametricity.com/posts/2022-07-16-against-esg/</guid>
      <description>&lt;p&gt;I recently read a &lt;a href=&#34;https://ebuchman.github.io/posts/socially-responsible-investing/&#34;&gt;blog post&lt;/a&gt; analyzing various purported &amp;ldquo;socially responsible investing&amp;rdquo; (SRI) products and showing how they were anything but.&lt;/p&gt;&#xA;&lt;p&gt;This kind of analysis is valuable for learning and empirical confirmation, but it can be predicted from certain general principles.&lt;/p&gt;&#xA;&lt;p&gt;In this post, we will lay out some basic arguments explaining why advocating for capital to be reallocated to projects which are beneficial to human and non-human nature will not work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The 7 coordinates of human society</title>
      <link>https://parametricity.com/posts/2022-03-24-historical-manifold/</link>
      <pubDate>Thu, 24 Mar 2022 02:14:00 -0700</pubDate>
      <guid>https://parametricity.com/posts/2022-03-24-historical-manifold/</guid>
      <description>&lt;p&gt;There is a nice idea &amp;ndash; which I learned from the work of &lt;a href=&#34;https://repurposingmachines.wordpress.com/2020/08/02/harvey-on-the-seven-moments/&#34;&gt;David Harvey&lt;/a&gt; (or in &lt;a href=&#34;https://anticapitalistchronicles.libsyn.com/totality-and-capital&#34;&gt;podcast form&lt;/a&gt;) &amp;ndash; of analyzing society in terms of a number of &amp;ldquo;moments&amp;rdquo;, or aspects of society at a given moment in time. Harvey chooses 7:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Technology&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Relation to nature&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Mental conceptions of the world&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Social relations&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Institutional arrangements&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The patterns and activities of daily life&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Labor and production processes&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I prefer to think of these as 7 &amp;ldquo;coordinates&amp;rdquo; on the state of society. In other words, the actual state of society is very high dimensional, but we can approximately represent it using the above 7 coordinates each giving some information about society.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://parametricity.com/about/</link>
      <pubDate>Sat, 19 Mar 2022 21:37:58 +0530</pubDate>
      <guid>https://parametricity.com/about/</guid>
      <description>&lt;p&gt;This is my (Izzy Meckler&amp;rsquo;s) blog, about&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Marxism&lt;/li&gt;&#xA;&lt;li&gt;art&lt;/li&gt;&#xA;&lt;li&gt;poetry&lt;/li&gt;&#xA;&lt;li&gt;math&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>The capitalist class is not the primary enemy</title>
      <link>https://parametricity.com/posts/2022-the-capitalist-class/</link>
      <pubDate>Tue, 08 Feb 2022 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2022-the-capitalist-class/</guid>
      <description>&lt;p&gt;A lot of socialist rhetoric focuses on framing the capitalist class as the primary enemy of socialists and of the working class. However, the capitalist class itself is not the primary enemy of socialism.&lt;/p&gt;&#xA;&lt;p&gt;The real enemy is the self-replicating, expanding process called &lt;strong&gt;Capital&lt;/strong&gt;.&#xA;This is an algorithm which operates in the real world by being encoded in various social relations, institutions, and technologies. You can think of it as an evil AI that is encoded in&#xA;a complicated, diffuse way in our social-relations, institutions, and technologies, and which has enslaved most of humanity (capitalists and workers alike).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using mathematical language to strengthen the movement towards communism</title>
      <link>https://parametricity.com/posts/2022-mathematical-writing/</link>
      <pubDate>Sat, 01 Jan 2022 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2022-mathematical-writing/</guid>
      <description>&lt;p&gt;In a series of blog posts I have written, and probably in more that I will write in the future, I explain my understanding of Marxist ideas in partially mathematical terms.&lt;/p&gt;&#xA;&lt;p&gt;There are a few reasons I am doing this, and there are also a few reasons I am aware of for why this might not be a good ideas.&lt;/p&gt;&#xA;&lt;p&gt;Speaking mathematically means restricting one&amp;rsquo;s language to a subset of the full range. As a result, the meanings and associations present in ordinary language are not available when writing mathematically. This has upsides and downsides.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Words and ideas **are** material</title>
      <link>https://parametricity.com/posts/2022-ideas-are-material/</link>
      <pubDate>Sat, 01 Jan 2022 02:00:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2022-ideas-are-material/</guid>
      <description>&lt;p&gt;During the most recent DSA meeting, a comrade argued against expelling Jamaal Bowman by stating that the resolution to expel him was &amp;ldquo;resolutionary socialism&amp;rdquo; &amp;ndash; that is, that those who proposed it were just doing a lot of huffing and puffing, and not seriously engaging in the task of building real power.&lt;/p&gt;&#xA;&lt;p&gt;In fact, this position against &amp;ldquo;resolutionary socialism&amp;rdquo;, despite having a cute punny name, is totally incoherent. Made more explicit, its claim is that public commitments made by an organization have 0 impact, and perhaps is even resting on a deeper belief that words and ideas in general have 0 impact.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Marx and Engel&#39;s theorem on the inevitability of revolution</title>
      <link>https://parametricity.com/posts/2021-teleology/</link>
      <pubDate>Wed, 29 Dec 2021 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2021-teleology/</guid>
      <description>&lt;p&gt;A lot of people think that Marx saw proletarian revolution as inevitable. In fact, it is not. But it is inevitable given certain assumptions that Marx probably believed (owing to arguments he made throughout his writing).&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s try to understand what these assumptions are, why Marx thought they were true, and why they might not be.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-theorem&#34;&gt;The theorem&lt;/h2&gt;&#xA;&lt;p&gt;In the Communist Manifesto, Marx writes that class struggle ends &amp;ldquo;either in a revolutionary reconstitution of society at large, or in the common ruin of the contending classes.&amp;rdquo; &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>NFTNFTNFT: Nice For Traders, Non-Functional Technology for Nurturing Fertile Talent</title>
      <link>https://parametricity.com/posts/2021-08-28-nftnftnft/</link>
      <pubDate>Sat, 28 Aug 2021 01:39:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2021-08-28-nftnftnft/</guid>
      <description>&lt;p&gt;Proponents of the use of NFTs for establishing ownership of creative works have a correct diagnosis but an incorrect prescription. They correctly observe that the status quo for creative production does not work well for creators. I.e.,, given the current economics, it is difficult for artists who are not already rich to sustain themselves.&lt;/p&gt;&#xA;&lt;p&gt;However, the proposed solution — bringing production of creative works more comfortably into the commodity fold through representation as NFTs — misses the mark. This is for a few reasons.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Coinbase post was 100% right. Here&#39;s what you can do about it</title>
      <link>https://parametricity.com/posts/2020-power/</link>
      <pubDate>Tue, 29 Sep 2020 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2020-power/</guid>
      <description>&lt;p&gt;Recently there was a minor controversy over a blogpost from Coinbase&amp;rsquo;s &lt;a href=&#34;https://blog.coinbase.com/coinbase-is-a-mission-focused-company-af882df8804&#34;&gt;CEO&lt;/a&gt;&#xA;discouraging employees from thinking about politics, and encouraging them to focus on profit-making.&#xA;I really appreciated this post, because I think it can be very clarifying for those employees who think their&#xA;company can be a pure force for good. The Coinbase blogpost gives the honest truth that in the final calculus,&#xA;corporations whose primary goal is profit-maximization can only incidentally and in small ways advance any other&#xA;aim.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The political economy of platforms</title>
      <link>https://parametricity.com/posts/2020-platforms/</link>
      <pubDate>Sun, 03 May 2020 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2020-platforms/</guid>
      <description>&lt;div class=&#39;video-wrapper&#39;&gt;&#xA;  &lt;video autoplay loop muted playsinline src=https://parametricity.com/img/platform.mp4&gt;&lt;/video&gt;&#xA;  &lt;span class=&#34;caption&#34;&gt;A platform for hamburgers. Think GrubHub.&lt;/span&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;In this note, we’ll try to understand what is a platform, and whether they can be improved with a &amp;ldquo;coop&amp;rdquo; structure.&lt;/p&gt;&#xA;&lt;p&gt;In particular, we’ll try to understand:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;What are the tensions inherent in platforms as an organizational form, and how can they be resolved?&lt;/li&gt;&#xA;&lt;li&gt;What are the prospects for substantive impact of platform cooperatives in the presence of competing capitalist-run platforms?&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;what-is-a-platform&#34;&gt;What is a platform?&lt;/h2&gt;&#xA;&lt;p&gt;Before really understanding platform coops, it is necessary to define &amp;ldquo;platform&amp;rdquo; and examine the various types of people interacting with it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dubious Arguments</title>
      <link>https://parametricity.com/posts/2016-05-25-dubious-arguments/</link>
      <pubDate>Wed, 25 May 2016 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2016-05-25-dubious-arguments/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a famous dubious argument that &amp;ldquo;proves&amp;rdquo; the set of&#xA;$\mathrm{Tree}$ of (planar, rooted) binary trees is in bijection&#xA;with the set of $7$-tuples of trees $\mathrm{Tree}^6$.&lt;/p&gt;&#xA;&lt;p&gt;The argument goes as follows. A binary tree is either empty or&#xA;a non-empty tree with two children which are binary trees. Thus we&#xA;have an isomorphism $\mathrm{Tree} \cong 1 + \mathrm{Tree}^2$.&#xA;Pretending that $\mathrm{Tree}$ is a complex number and using the quadratic&#xA;formula we obtain&#xA;$$&#xA;\mathrm{Tree} = \frac{1\pm 3 i}{2} = e^{\frac{2\pi i}{3}}&#xA;$$&#xA;so that $\mathrm{Tree}$ satisfies $\mathrm{Tree}^6 = 1$. Multiplying both&#xA;sides by $\mathrm{Tree}$ yields $\mathrm{Tree}^7 = \mathrm{Tree}$ and so&#xA;we conclude that the set of $7$-tuples of trees is in bijection with the&#xA;set of trees.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notes on *Social Ecology* (1)</title>
      <link>https://parametricity.com/posts/2024-04-04-social-ecology-1/</link>
      <pubDate>Mon, 18 Jan 2016 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2024-04-04-social-ecology-1/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;The ideas, knowledge, beliefs, laws and regulations, etc. contained in a culture would be the genetic&#xA;instructions ordering the use of &lt;em&gt;exosomatic&lt;/em&gt; energy.&#xA;&amp;ndash; p. 262&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This is a good point and a nice way of characterizing the socio-technological layer of the world:&#xA;it is the part of the human world concerned with mediation of energy through non-bodily structures.&lt;/p&gt;&#xA;&lt;p&gt;Of course this layer interacts with the biological layer on large time scales.&lt;/p&gt;</description>
    </item>
    <item>
      <title>One reason why the interaction between addition and multiplication is the interesting part of number theory</title>
      <link>https://parametricity.com/posts/2016-01-18-number-theory/</link>
      <pubDate>Mon, 18 Jan 2016 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2016-01-18-number-theory/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve often heard people say that the interesting part of number theory is&#xA;the interaction between addition and multiplication, but I only yesterday&#xA;realized one reason why that is, triggered by convincing myself that&#xA;$a b = \mathrm{lcm}(a,b)\mathrm{gcd}(a,b)$ (a train of thought triggered&#xA;by seeing the letters &amp;ldquo;GCD&amp;rdquo; graffitied on a wall in Chicago).&lt;/p&gt;&#xA;&lt;p&gt;The reason is essentially that the multiplicative and additive structures&#xA;of a ring of &amp;ldquo;numbers&amp;rdquo; are individually very well understood. Let&amp;rsquo;s say &amp;ldquo;number theory&amp;rdquo; is&#xA;about studying unique factorization domains which are finitely&#xA;generated as an abelian group under addition. Then the additive part is&#xA;well understood by the classification of finitely generated abelian groups,&#xA;and the multiplicative part (considered as a monoid) is just isomorphic to&#xA;the multiplicative monoid on the positive integers (given by adding the&#xA;exponents in the unique factorization) times the group of units in our UFD.&#xA;So that&amp;rsquo;s easy to understand as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Infinite Games in Hyperbolic Groups</title>
      <link>https://parametricity.com/posts/2014-7-9-games/</link>
      <pubDate>Wed, 09 Jul 2014 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2014-7-9-games/</guid>
      <description>&lt;p&gt;The other day I was sitting in The Coop in Cambridge, reading a book on combinatorial&#xA;games, and so naturally I started wondering about games played in groups, or on their&#xA;Cayley graphs at least. After a short T ride home, I discussed the idea with my roommate&#xA;and I settled on the following game:&lt;/p&gt;&#xA;&lt;p&gt;Let $G$ be a group with a specified presentation $\langle a_1, \dots, a_m \mid R \rangle$ and let&#xA;$\Gamma$ be the corresponding Cayley graph. Fix some $k : \mathbb{N}, k \geq 1$.&#xA;Then the game $E_{\Gamma, k}$ is played as follows:&lt;/p&gt;</description>
    </item>
    <item>
      <title>2001 Frames: Markov model movie</title>
      <link>https://parametricity.com/posts/2013-1-21-2001-frames/</link>
      <pubDate>Mon, 21 Jan 2013 02:01:58 +0530</pubDate>
      <guid>https://parametricity.com/posts/2013-1-21-2001-frames/</guid>
      <description>&lt;p&gt;If I say the word &amp;ldquo;swimming&amp;rdquo; to you, you&amp;rsquo;ve got a fair bit of information about what word I&amp;rsquo;m going to say next. Most likely I&amp;rsquo;ll say &amp;ldquo;pool&amp;rdquo;, but I might say &amp;ldquo;is&amp;rdquo; or any other verb, or something else. Conversely I&amp;rsquo;m probably not going to say &amp;ldquo;banana&amp;rdquo; or &amp;ldquo;golf&amp;rdquo; after &amp;ldquo;swimming&amp;rdquo;. By examining a large chunk of text, for any word w in the text, we can produce a probability distribution on what a random word following w will be. With all these distributions in hand, we can build a new text as follows: Randomly choose some word. From the distribution on words that follow this word, randomly select the next word. Now with the distribution on words that follow this new word, randomly select another word, and continue in this manner for as long as you like. The object underlying this technique is called a &lt;a href=&#34;http://en.wikipedia.org/wiki/Markov_chain&#34;&gt;Markov chain&lt;/a&gt;, here&amp;rsquo;s a good intuitive explanation:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
