<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lars Wander</title>
    <link>https://larswander.com/</link>
    <description>Recent content on Lars Wander</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 11 Apr 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://larswander.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Graphs, Embeddings, and LLM-Generated Jokes</title>
      <link>https://larswander.com/writing/graphs-embeddings-and-llm-generated-jokes/</link>
      <pubDate>Fri, 11 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/graphs-embeddings-and-llm-generated-jokes/</guid>
      <description>I started Recurse Center last week as a part of the Spring 2 2025 batch and am having a blast so far. This was my first mini project of the batch.&#xA;Ever since GPT-2 was announced, I&amp;rsquo;ve been curious whether or not LLMs can be funny. Somewhat surprisingly, the latest reasoning models are outclassing the majority of humans at mathematical problem solving, but at least anecdotally, they struggle with writing jokes and assessing humor.</description>
    </item>
    <item>
      <title>Observation and Interaction</title>
      <link>https://larswander.com/art/observation-and-interaction/</link>
      <pubDate>Wed, 13 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/observation-and-interaction/</guid>
      <description>A study in the intersection between light, matter, and perception. Where is the line that separates observation from interaction?</description>
    </item>
    <item>
      <title>Spectral Ray Tracing</title>
      <link>https://larswander.com/writing/spectral-ray-tracing/</link>
      <pubDate>Sat, 13 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/spectral-ray-tracing/</guid>
      <description>I&amp;rsquo;m sharing this to give some background on my recent artworks exploring light, color, and perception through spectral ray tracing. This ray tracer that I&amp;rsquo;ve written has shown up in a few of my series, and I wanted to explain what &amp;ldquo;spectral ray tracing&amp;rdquo; even is. I have shared some outputs at the end of this writeup.&#xA;In computer art, the artist builds both a scene and a camera to capture it out of code.</description>
    </item>
    <item>
      <title>Archiving Generative Art</title>
      <link>https://larswander.com/writing/archiving-generative-work/</link>
      <pubDate>Fri, 05 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/archiving-generative-work/</guid>
      <description>Recently I was given the opportunity to display some of my older works in a large, printed coffee-table book. The publishers were eager to see some of the drafts leading up to these pieces and even wanted to include prints of them as well. Unfortunately I had only rendered these at roughly 2,000px per side, which at the requested 400dpi would print at a measly 5 × 5 inches.&#xA;Despite keeping my source code in version control, I had not been creating a commit (saving a snapshot of all the code) for each image I rendered.</description>
    </item>
    <item>
      <title>Rhythm &amp; The Machine</title>
      <link>https://larswander.com/art/rhythm-and-the-machine/</link>
      <pubDate>Thu, 24 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/rhythm-and-the-machine/</guid>
      <description>Exploring the threshold where repetition meets randomness, revealing the universe&amp;rsquo;s penchant for both design and disarray.</description>
    </item>
    <item>
      <title>FULL_SPECTRUM</title>
      <link>https://larswander.com/art/full-spectrum/</link>
      <pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/full-spectrum/</guid>
      <description>Generative light and color. Physics re-imagined through the lense of the computer.</description>
    </item>
    <item>
      <title>7 Factorial</title>
      <link>https://larswander.com/art/7-factorial/</link>
      <pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/7-factorial/</guid>
      <description>All 5040 ways to sort 7 items. An exploration in enumerative art, or, what is randomness in generative artwork?</description>
    </item>
    <item>
      <title>Generating Spectral Paint Curves With ML</title>
      <link>https://larswander.com/writing/spectral-paint-curves/</link>
      <pubDate>Mon, 03 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/spectral-paint-curves/</guid>
      <description>Kubelka-Munk (KM) Theory models the color of a mixture of paints by using their spectral properties. As a computer artist, this is really interesting to me because it allows one to mix colors in a way that appears &amp;ldquo;natural&amp;rdquo;. For example, mixing blue and yellow paint produces green, but mixing blue and yellow RGB colors produces grey.&#xA;However, applying KM requires knowing the absorption (K) and scattering (S) curves along the visible frequency spectrum for each paint involved.</description>
    </item>
    <item>
      <title>Light Doesn&#39;t Bend That Way</title>
      <link>https://larswander.com/art/light-doesnt-bend-that-way/</link>
      <pubDate>Wed, 01 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/light-doesnt-bend-that-way/</guid>
      <description>Using simulated light and physics to explore the surreal, in a way only possible with a computer.</description>
    </item>
    <item>
      <title>Centering and Scaling</title>
      <link>https://larswander.com/writing/centering-and-scaling/</link>
      <pubDate>Tue, 27 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/centering-and-scaling/</guid>
      <description>The function I&amp;rsquo;m sharing here is probably my most used piece of code when it comes to making generative art. It shows up in practically every project I&amp;rsquo;ve worked on, and originated from my plotter practice. Most of the time, I use it to center and set margins for a piece after it&amp;rsquo;s generated during rendering (but there are many other scenarios where it&amp;rsquo;s useful as well that I&amp;rsquo;ll show below).</description>
    </item>
    <item>
      <title>Perry, Mary, and Lars</title>
      <link>https://larswander.com/art/perry-merry-and-lars/</link>
      <pubDate>Thu, 18 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/perry-merry-and-lars/</guid>
      <description>Debut Solo Show focusing on my plotted works from 2020-2022. Exhibited by Verse and curated by ARTXCODE.</description>
    </item>
    <item>
      <title>&#34;how you see me&#34;</title>
      <link>https://larswander.com/art/how-you-see-me/</link>
      <pubDate>Sat, 23 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/how-you-see-me/</guid>
      <description>Computer-generated, human-curated series of 19 generative gestural works.</description>
    </item>
    <item>
      <title>Lines Walking</title>
      <link>https://larswander.com/art/lines-walking/</link>
      <pubDate>Wed, 09 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/lines-walking/</guid>
      <description>First long-form plotter series. Each edition plotted and shipped once free. Released on Plottables.</description>
    </item>
    <item>
      <title>Geode</title>
      <link>https://larswander.com/art/geode/</link>
      <pubDate>Fri, 14 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/geode/</guid>
      <description>Packing shapes edge-to-edge, and exploring the patterns they create. Released on fx(hash).</description>
    </item>
    <item>
      <title>Unfolded</title>
      <link>https://larswander.com/art/unfolded/</link>
      <pubDate>Sun, 12 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/unfolded/</guid>
      <description>Patterns made by folding, and then unfolding a sheet of paper. Released on fx(hash).</description>
    </item>
    <item>
      <title>Gossamer</title>
      <link>https://larswander.com/art/gossamer/</link>
      <pubDate>Sun, 28 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/gossamer/</guid>
      <description>First long-form generative series. Released on fx(hash).</description>
    </item>
    <item>
      <title>Rubber Band Folds</title>
      <link>https://larswander.com/art/rubber-band-folds/</link>
      <pubDate>Wed, 24 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/rubber-band-folds/</guid>
      <description>How many ways can you fold a rubber band with N bends?</description>
    </item>
    <item>
      <title>Watercolor (Pen) Plots</title>
      <link>https://larswander.com/writing/watercolor-plots/</link>
      <pubDate>Fri, 12 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/watercolor-plots/</guid>
      <description>Pen plotter artwork has gained a lot of traction these past few years, with many, great, resources published on how to get started. Personally, having been fortunate to WFH during the pandemic, I found pen plotting to be a great distraction from the rest of 2020. In the process, I discovered Licia He&amp;rsquo;s work, and process writeup using watercolor with her plotter. Immediately inspired, and wanting to try this myself, I dove right in.</description>
    </item>
    <item>
      <title>Annotated Pen Plots</title>
      <link>https://larswander.com/writing/annotated-pen-plots/</link>
      <pubDate>Thu, 04 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/annotated-pen-plots/</guid>
      <description>I&amp;rsquo;ve posted pictures of my plotter-annotated pieces before, and have gotten some questions about what is being written to the back of each piece. I&amp;rsquo;ll use this post to describe what&amp;rsquo;s being annotated in a little more detail. Hopefully you can incorporate some of these tips into your own work!&#xA;Organizing physical media After several months of pen plotting I&amp;rsquo;ve managed to accumulate quite a thick stack of plots:&#xA;There&#39;s a few hundred plots here; maybe every 1 in 20 or so is actually worth sharing, but they&#39;re all a part of the process.</description>
    </item>
    <item>
      <title>Pen Plotter Heatmaps</title>
      <link>https://larswander.com/writing/plotter-heatmaps/</link>
      <pubDate>Mon, 15 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/plotter-heatmaps/</guid>
      <description>Pen plots can fail for a variety of reasons: a pen can run out of ink, paper can be misaligned, the servo lifting the pen can break&amp;hellip; but the most nailbiting is watching the plotter repeatedly cover the same spot in ink until the page tears!&#xA;Circled in red you can see where the paper tore while plotting this pattern. Bits of ink-laden paper trail the pen&#39;s path leaving the tear; the result is an ugly plot!</description>
    </item>
    <item>
      <title>Ribbons</title>
      <link>https://larswander.com/art/ribbons/</link>
      <pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/art/ribbons/</guid>
      <description>Pen-plots of virtual &amp;ldquo;ribbons&amp;rdquo;.</description>
    </item>
    <item>
      <title>Guitar Voicings</title>
      <link>https://larswander.com/writing/guitar-voicings/</link>
      <pubDate>Sun, 10 May 2020 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/guitar-voicings/</guid>
      <description>As I was working my way through Melbay&amp;rsquo;s Complete Book of Harmony, Theory &amp;amp; Voicing, I realized that I had no way to verify solutions to the exercises the book prescribes. So I built a tool to help.&#xA;Usage:&#xA;$ ./gchrd --help usage: gchrd.py [-h] [--chord_name CHORD_NAME] [--chord_voicing CHORD_VOICING [CHORD_VOICING ...]] --root ROOT [--drop DROP] [--invert INVERT] Guitar voicing finder optional arguments: -h, --help show this help message and exit --chord_name CHORD_NAME Chord name (no root), e.</description>
    </item>
    <item>
      <title>Infinite Macaroni</title>
      <link>https://larswander.com/writing/infinite-macaroni/</link>
      <pubDate>Sat, 12 Aug 2017 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/writing/infinite-macaroni/</guid>
      <description>Browsing /r/perfectloops I came across this fun animation:&#xA;Not only is it fun to watch, but you quickly start to wonder what it looks like on the inside after a few loops. It&amp;rsquo;s constantly being distended, so whatever the walls of this infinite macaroni are made of keep getting thinner. Does the cross section change? If so, what&amp;rsquo;s the pattern?&#xA;Let&amp;rsquo;s assume that when the animation starts, the macaroni ring we see is completely solid.</description>
    </item>
    <item>
      <title>About</title>
      <link>https://larswander.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://larswander.com/about/</guid>
      <description>I&amp;rsquo;m a programmer and computer artist. My practice focuses on the intersection between computation and perception. I write code to explore ideas that are best handled computers.&#xA;You can find me on twitter, and sometimes instagram.&#xA;Some of my work is hosted on lars.computer.&#xA;Contact I&amp;rsquo;m represented by ARTXCODE. Please reach out to toni [at] artxcode.io for commissions, shows &amp;amp; bookings. I occasionally check lars.wander.art [at] gmail.com as well.</description>
    </item>
  </channel>
</rss>
