<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Vaguery.com</title>
    <link>http://vaguery.com</link>
    <description>Recent additions to Vaguery.com</description>
    <item>
      <title>Some “simple” number theory benchmark problems for GP</title>
      <link>http://vaguery.com/words/two-simple-GP-benchmarks</link>
      <description>Using the Pell Equation and a handful of weird functions involving digit-fiddling as benchmarks for automated algorithm discovery</description>
      <pubDate>2019-02-03</pubDate>
    </item>
    <item>
      <title>What does a program do? (part 1)</title>
      <link>http://vaguery.com/words/what-does-a-program-do</link>
      <description>It's easy to imagine the programs (and functions) we write can be reduced to the values they return as their "result". Sometimes we allow that there may be "side effects" of an algorithm, but for human-written code we let it disappear. But that hidden work may be crucial to success in GP and software synthesis projects. I look at arithmetic, plus a little something extra, to try to tease apart what I want a "program" to do....</description>
      <pubDate>2019-02-09</pubDate>
    </item>
    <item>
      <title>Notes on higher-order functions in &lt;code&gt;ReQ&lt;/code&gt;</title>
      <link>http://vaguery.com/words/higher-order-functions-in-ReQ</link>
      <description>In which I try to work through some simple abstract rules for functions that apply other functions to things in the new `ReQ` language for GP</description>
      <pubDate>2019-02-11</pubDate>
    </item>
    <item>
      <title>Looking for pattern-avoiding sets of numbers</title>
      <link>http://vaguery.com/words/more-GP-benchmarks</link>
      <description>Another open-ended (no answers here!) puzzle-pile for Number Theory exploration, which I'll be throwing GP at shortly: Given a set of integers, what can we say about the proportion of the numbers, and their pairwise sums, _and their pairwise products_ which do not contain a forbidden digit pattern?</description>
      <pubDate>2019-04-07</pubDate>
    </item>
    <item>
      <title>Notes on exporting &lt;code&gt;quil&lt;/code&gt; sketches</title>
      <link>http://vaguery.com/words/exporting-a-quil-sketch</link>
      <description>I'd like to make it easier for me to make a self-contained `quil` sketch for use in a webpage (and with interactive elements and/or controls) next time</description>
      <pubDate>2019-04-18</pubDate>
    </item>
    <item>
      <title>Notes on rewriting real numbers</title>
      <link>http://vaguery.com/words/rewriting-real-numbers</link>
      <description>In which we fuck around with irrational numbers in an immoderate way, just to see what happens.</description>
      <pubDate>2019-04-27</pubDate>
    </item>
    <item>
      <title>20200206 &lt;code&gt;quil&lt;/code&gt; sketch</title>
      <link>http://vaguery.com/words/quil-for-20200206</link>
      <description>Life events have kept me away from the keyboard for too long. I am starting small, with a relatively simple `quil` sketch.</description>
      <pubDate>2020-02-06</pubDate>
    </item>
    <item>
      <title>20200207 &lt;code&gt;quil&lt;/code&gt; sketch</title>
      <link>http://vaguery.com/words/quil-for-20200207</link>
      <description>A `quil` sketch that looks more like CMY halftone patterns</description>
      <pubDate>2020-02-07</pubDate>
    </item>
    <item>
      <title>20200208 &lt;code&gt;quil&lt;/code&gt; sketch</title>
      <link>http://vaguery.com/words/quil-for-20200208</link>
      <description>Trying to improve rendering speed and randomness.</description>
      <pubDate>2020-02-08</pubDate>
    </item>
    <item>
      <title>20200209 &lt;code&gt;quil&lt;/code&gt; debugging</title>
      <link>http://vaguery.com/words/quil-for-20200209</link>
      <description>Finding a problem with quil's event-handing.</description>
      <pubDate>2020-02-09</pubDate>
    </item>
    <item>
      <title>20200210 &lt;code&gt;quil&lt;/code&gt; sketch: hesitant wobblers</title>
      <link>http://vaguery.com/words/quil-for-20200210</link>
      <description>A small start to an agent-based layout algorithm.</description>
      <pubDate>2020-02-10</pubDate>
    </item>
    <item>
      <title>On dissectable prime numbers</title>
      <link>http://vaguery.com/words/dissectable-numbers</link>
      <description>"On dissectable prime numbers" is hard to describe...</description>
      <pubDate>2021-02-17</pubDate>
    </item>
    <item>
      <title>An improved review of &lt;em&gt;Physiologie Vegetale&lt;/em&gt; (1834)</title>
      <link>http://vaguery.com/words/improved-review</link>
      <description>"An improved review of &lt;em&gt;Physiologie Vegetale&lt;/em&gt; (1834)" is hard to describe...</description>
      <pubDate>2021-02-22</pubDate>
    </item>
    <item>
      <title>Observations and adjustments on a very negative review (1834)</title>
      <link>http://vaguery.com/words/adjusted-review-sleep-and-death</link>
      <description>"Observations and adjustments on a very negative review (1834)" is hard to describe...</description>
      <pubDate>2021-02-23</pubDate>
    </item>
    <item>
      <title>Organic chemistry (1834)</title>
      <link>http://vaguery.com/words/adjusted-organic-chemistry</link>
      <description>"Organic chemistry (1834)" is hard to describe...</description>
      <pubDate>2021-02-26</pubDate>
    </item>
    <item>
      <title>Taps Mike</title>
      <link>http://vaguery.com/words/taps-mike</link>
      <description>"Taps Mike" is hard to describe...</description>
      <pubDate>2023-01-09</pubDate>
    </item>
    <item>
      <title>Self-referential continued fractions</title>
      <link>http://vaguery.com/words/continued-fractions-as-quines</link>
      <description>I wonder about whether a continued fraction can have the same decimal digits when expanded as the concatenation of its terms; apparently, yes?</description>
      <pubDate>2024-08-02</pubDate>
    </item>
    <item>
      <title>Push instructions done lazily</title>
      <link>http://vaguery.com/words/push-instructions-done-lazily</link>
      <description>Prepping for an expansion of the Push language for abstract processes</description>
      <pubDate>2024-08-08</pubDate>
    </item>
    <item>
      <title>The Type Personality of an Advertisement (April, 1904)</title>
      <link>http://vaguery.com/words/type-personality-of-an-advertisement</link>
      <description>Transcript of an article from _Impressions: A Journal of Business Making Ideas_</description>
      <pubDate>2024-08-14</pubDate>
    </item>
    <item>
      <title>Mathematical programming challenges for humans and other processes</title>
      <link>http://vaguery.com/words/mathematical-programming-challenges</link>
      <description>A collection of some miscellaneous genetic programming benchmarks I've jotted recently, which humans can try, too</description>
      <pubDate>2024-10-08</pubDate>
    </item>
  </channel>
</rss>
