<?xml version="1.0" encoding="us-ascii"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html">Brennen&#39;s tilde.club page</title><link href="http://tilde.club/~brennen/"/><link href="http://tilde.club/~brennen/feed.xml" rel="self"/><author><name>Brennen Bearnes</name></author><id>http://tilde.club/~brennen/</id><generator>XML::Atom::SimpleFeed</generator><updated>2015-12-18T07:27:19Z</updated><entry><title>temporarily un-stack</title><link href="http://tilde.club/~brennen/"/><id>7b77000c46775fd267451be621be151c811e501d</id><content type="html">&lt;pre&gt;commit 7b77000c46775fd267451be621be151c811e501d
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Fri Dec 18 00:27:09 2015 -0700

    temporarily un-stack

diff --git a/index.html b/index.html
index ba2a49a..a94830a 100644
--- a/index.html
+++ b/index.html
@@ -58,10 +58,21 @@
     &#38;lt;section&#38;gt;
 
     &#38;lt;article&#38;gt;
+      &#38;lt;h2&#38;gt;December 2015&#38;lt;/h2&#38;gt;
+
+      &#38;lt;p&#38;gt;Ok maybe I will rethink the slidy-tile interface to this page.&#38;lt;/p&#38;gt;
+
+      &#38;lt;p&#38;gt;Also I put the lights back up.&#38;lt;/p&#38;gt;
+    &#38;lt;/article&#38;gt;
+
+    &#38;lt;article&#38;gt;
+      &#38;lt;h2&#38;gt;A Sunrise&#38;lt;/h2&#38;gt;
+
       &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#159;&#38;#140;&#38;#132;&#38;lt;/p&#38;gt;
     &#38;lt;/article&#38;gt;
 
     &#38;lt;article&#38;gt;
+      &#38;lt;h2&#38;gt;A Crawly&#38;lt;/h2&#38;gt;
       &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#147;&#38;#134;&#38;uml;&#38;lt;/p&#38;gt;
     &#38;lt;/article&#38;gt;
 
@@ -1306,6 +1317,8 @@ sub slurp {
            myp5.setup();
          });
 
+         /*
+
          // STACK STARTS HERE
 
          // get all the &#38;quot;cards&#38;quot;, hide them
@@ -1405,6 +1418,8 @@ sub slurp {
            }
          };
 
+       */
+
        });
      &#38;lt;/script&#38;gt;
 
&lt;/pre&gt;</content><updated>2015-12-18 00:27:09 -0700</updated></entry><entry><title>put the christmas lights up again</title><link href="http://tilde.club/~brennen/"/><id>bcf0a69e58b73f6179155d4f4e531ac105ec1c97</id><content type="html">&lt;pre&gt;commit bcf0a69e58b73f6179155d4f4e531ac105ec1c97
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Fri Dec 18 00:04:42 2015 -0700

    put the christmas lights up again

diff --git a/index.html b/index.html
index e03eb4c..ba2a49a 100644
--- a/index.html
+++ b/index.html
@@ -8,11 +8,10 @@
     &#38;lt;link rel=stylesheet href=&#38;quot;tildebrennen.css?update_for_xmas_lights=yesplease&#38;quot; /&#38;gt;
 
     &#38;lt;!-- the following are all available for general use from squiggle.city/js/ --&#38;gt;
-    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;//squiggle.city/js/jquery.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
-    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;//squiggle.city/js/shjs/sh_main.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
-    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;//squiggle.city/js/shjs/lang/sh_perl.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
-    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;//squiggle.city/js/p5/p5.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
-    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;js/lights.p5.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
+    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://squiggle.city/js/jquery.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
+    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://squiggle.city/js/shjs/sh_main.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
+    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://squiggle.city/js/shjs/lang/sh_perl.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
+    &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://squiggle.city/js/p5/p5.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
     &#38;lt;link type=&#38;quot;text/css&#38;quot; rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;//squiggle.city/js/shjs/css/sh_darkness.css&#38;quot;&#38;gt;
   &#38;lt;/head&#38;gt;
 
@@ -1241,6 +1240,71 @@ sub slurp {
          // nice job, really.
          sh_highlightDocument();
 
+         // A really simple p5.js sketch - google p5.js:
+         var lights_sketch = function(sketch) {
+
+           var x = 0;
+           var y = 12;
+           var world;
+           var red = sketch.color(255, 0, 0);
+           var green = sketch.color(0, 255, 0);
+           var blue = sketch.color(0, 0, 255);
+           var yeller = sketch.color(255, 255, 0);
+           var colors = [red, green, blue, yeller];
+
+           var light_width = 9;
+           var light_height = 18;
+
+           var renderlight = function (x, y, color) {
+             sketch.push();
+               sketch.stroke(color);
+               sketch.fill(color);
+               sketch.ellipse(x, y, light_width, light_height);
+             sketch.pop();
+           };
+
+           sketch.setup = function () {
+             world = {
+               // size of the canvas
+               width: $(window).width(),
+               height: $(window).height(),
+             };
+             sketch.createCanvas(world.width, world.height);
+             sketch.background(0, 0, 0);
+           };
+
+           var waitfor = 1800;
+           var wait_til = sketch.millis() + waitfor;
+           sketch.draw = function () {
+             x = 0;
+
+             if (sketch.millis() &#38;lt; wait_til) {
+               return;
+             }
+
+             sketch.clear();
+
+             var previous_color;
+             var color;
+             while (x &#38;lt; world.width) {
+               while (color === previous_color) {
+                 color = colors[ Math.floor(Math.random()*colors.length) ];
+               }
+               renderlight(x, y, color);
+               x += 50;
+               previous_color = color;
+             }
+
+             wait_til = sketch.millis() + waitfor;
+           };
+         };
+
+         var myp5;
+         myp5 = new p5(lights_sketch, &#38;#39;squiggleCanvas&#38;#39;);
+
+         $(window).resize(function () {
+           myp5.setup();
+         });
 
          // STACK STARTS HERE
 
diff --git a/js/lights.p5.js b/js/lights.p5.js
deleted file mode 100644
index e69de29..0000000
&lt;/pre&gt;</content><updated>2015-12-18 00:04:42 -0700</updated></entry><entry><title>sun take 2</title><link href="http://tilde.club/~brennen/"/><id>40161106f8525878d19f27062f39c9d58d0cd209</id><content type="html">&lt;pre&gt;commit 40161106f8525878d19f27062f39c9d58d0cd209
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Wed Jun 24 21:40:31 2015 -0600

    sun take 2

diff --git a/index.html b/index.html
index b251d9d..e03eb4c 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,9 @@
 
     &#38;lt;section&#38;gt;
 
+    &#38;lt;article&#38;gt;
       &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#159;&#38;#140;&#38;#132;&#38;lt;/p&#38;gt;
+    &#38;lt;/article&#38;gt;
 
     &#38;lt;article&#38;gt;
       &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#147;&#38;#134;&#38;uml;&#38;lt;/p&#38;gt;
&lt;/pre&gt;</content><updated>2015-06-24 21:40:31 -0600</updated></entry><entry><title>sun</title><link href="http://tilde.club/~brennen/"/><id>4e60d0a162b17f2ee686fb03c6d3309b13f8bdd2</id><content type="html">&lt;pre&gt;commit 4e60d0a162b17f2ee686fb03c6d3309b13f8bdd2
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Wed Jun 24 21:38:54 2015 -0600

    sun

diff --git a/index.html b/index.html
index 810b2e3..b251d9d 100644
--- a/index.html
+++ b/index.html
@@ -58,6 +58,8 @@
 
     &#38;lt;section&#38;gt;
 
+      &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#159;&#38;#140;&#38;#132;&#38;lt;/p&#38;gt;
+
     &#38;lt;article&#38;gt;
       &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#147;&#38;#134;&#38;uml;&#38;lt;/p&#38;gt;
     &#38;lt;/article&#38;gt;
&lt;/pre&gt;</content><updated>2015-06-24 21:38:54 -0600</updated></entry><entry><title>-pede</title><link href="http://tilde.club/~brennen/"/><id>c30179501dea1314be581573248143cf283faa61</id><content type="html">&lt;pre&gt;commit c30179501dea1314be581573248143cf283faa61
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Mon Jun 1 17:25:50 2015 -0600

    -pede

diff --git a/index.html b/index.html
index d4051e4..810b2e3 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,10 @@
     &#38;lt;section&#38;gt;
 
     &#38;lt;article&#38;gt;
+      &#38;lt;p class=&#38;quot;huge centerpiece&#38;quot;&#38;gt;&#38;eth;&#38;#147;&#38;#134;&#38;uml;&#38;lt;/p&#38;gt;
+    &#38;lt;/article&#38;gt;
+
+    &#38;lt;article&#38;gt;
       &#38;lt;h2&#38;gt;three things i kind of love&#38;lt;/h2&#38;gt;
 
       &#38;lt;ol&#38;gt;
&lt;/pre&gt;</content><updated>2015-06-01 17:25:50 -0600</updated></entry><entry><title>marvel / toasters / gravy</title><link href="http://tilde.club/~brennen/"/><id>e230ec1e4bd491c8586638e0741ba94aba610603</id><content type="html">&lt;pre&gt;commit e230ec1e4bd491c8586638e0741ba94aba610603
Author: Brennen Bearnes &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Mon May 11 00:22:19 2015 -0600

    marvel / toasters / gravy

diff --git a/index.html b/index.html
index b3ac099..d4051e4 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,45 @@
     &#38;lt;section&#38;gt;
 
     &#38;lt;article&#38;gt;
+      &#38;lt;h2&#38;gt;three things i kind of love&#38;lt;/h2&#38;gt;
+
+      &#38;lt;ol&#38;gt;
+      &#38;lt;li&#38;gt;
+        &#38;lt;p&#38;gt;I actually think the Marvel Cinematic Universe, for all its
+        considerable flaws and shallow CGI flash, has been really great. With
+        few exceptions, even the trivial movies are pleasant enough diversions
+        featuring people I like, while the better ones have real emotional
+        heft. Plus I can watch and talk about them with my 50-something
+        parents, who have them all on DVD and are completely up on who last
+        kicked Loki&#38;#39;s ass etc.&#38;lt;/p&#38;gt;
+
+        &#38;lt;p&#38;gt;In the end, will its narrative metaproject succeed? Maybe it&#38;#39;s not
+        likely. A longform story project on this scale with no clear endgame is
+        likely enough to collapse under its own considerable weight. But who
+        knows. So far they&#38;#39;re pulling it off. They&#38;#39;ve managed to make me care
+        about a character literally named Captain America.&#38;lt;/p&#38;gt;
+
+        &#38;lt;p&#38;gt;(Parenthetical to Marvel: I think you have enough dumptrucks full of
+        money by now to give Black Widow a movie already. Hell, why not a
+        &#38;lt;em&#38;gt;series of movies&#38;lt;/em&#38;gt;? Remember, I&#38;#39;m pulling for ya. We&#38;#39;re all in
+        this together.)&#38;lt;/p&#38;gt;
+      &#38;lt;/li&#38;gt;
+
+      &#38;lt;li&#38;gt;&#38;lt;p&#38;gt;Two-slice toasters from the 1950s-70s having at most two controls.&#38;lt;/p&#38;gt;&#38;lt;/li&#38;gt;
+
+      &#38;lt;li&#38;gt;Dishes consisting of a gravy on rice.&#38;lt;/li&#38;gt;
+      &#38;lt;/ol&#38;gt;
+
+    &#38;lt;/article&#38;gt;
+
+    &#38;lt;article&#38;gt;
+      &#38;lt;p&#38;gt;[ a dry, cold wind whistles through the streets of tilde.club ]&#38;lt;/p&#38;gt;
+      &#38;lt;p&#38;gt;[ a tumbleweed skitters into the big pile under the mercantile&#38;#39;s front window ]&#38;lt;/p&#38;gt;
+      &#38;lt;p&#38;gt;[ a single flake falls from the slate-gray sky and drifts into the black water pooled in the old stock tank by the windmill ]&#38;lt;/p&#38;gt;
+      &#38;lt;p&#38;gt;[ creaking noises ]&#38;lt;/p&#38;gt;
+    &#38;lt;/article&#38;gt;
+
+    &#38;lt;article&#38;gt;
 
       &#38;lt;p&#38;gt;&#38;lt;img src=&#38;quot;images/frog.gif&#38;quot;&#38;gt;&#38;lt;/p&#38;gt;
 
&lt;/pre&gt;</content><updated>2015-05-11 00:22:19 -0600</updated></entry><entry><title>that was not a frog</title><link href="http://tilde.club/~brennen/"/><id>8f1245ab40b868ff6464a243a173d56d9ca60bde</id><content type="html">&lt;pre&gt;commit 8f1245ab40b868ff6464a243a173d56d9ca60bde
Author: Brennen &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Fri Feb 6 00:49:28 2015 -0700

    that was not a frog

diff --git a/images/frog.gif b/images/frog.gif
index 848b08b..2c87656 100644
Binary files a/images/frog.gif and b/images/frog.gif differ
&lt;/pre&gt;</content><updated>2015-02-06 00:49:28 -0700</updated></entry><entry><title>froooooog</title><link href="http://tilde.club/~brennen/"/><id>bb7fb8a0a42fd6d1fce28bcaa5cb1cbbaee5c462</id><content type="html">&lt;pre&gt;commit bb7fb8a0a42fd6d1fce28bcaa5cb1cbbaee5c462
Author: Brennen &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Fri Feb 6 00:47:05 2015 -0700

    froooooog

diff --git a/index.html b/index.html
index 6573ded..b3ac099 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,12 @@
     &#38;lt;section&#38;gt;
 
     &#38;lt;article&#38;gt;
+
+      &#38;lt;p&#38;gt;&#38;lt;img src=&#38;quot;images/frog.gif&#38;quot;&#38;gt;&#38;lt;/p&#38;gt;
+
+    &#38;lt;/article&#38;gt;
+
+    &#38;lt;article&#38;gt;
       &#38;lt;h2&#38;gt;some textfiles&#38;lt;/h2&#38;gt;
 
       &#38;lt;ul&#38;gt;
&lt;/pre&gt;</content><updated>2015-02-06 00:47:05 -0700</updated></entry><entry><title>frog image</title><link href="http://tilde.club/~brennen/"/><id>f5035f23c34f4e8cb748ad5432071b3f05a9f79a</id><content type="html">&lt;pre&gt;commit f5035f23c34f4e8cb748ad5432071b3f05a9f79a
Author: Brennen &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Fri Feb 6 00:45:14 2015 -0700

    frog image

diff --git a/images/frog.gif b/images/frog.gif
new file mode 100644
index 0000000..848b08b
Binary files /dev/null and b/images/frog.gif differ
&lt;/pre&gt;</content><updated>2015-02-06 00:45:14 -0700</updated></entry><entry><title>take out an e-mail address</title><link href="http://tilde.club/~brennen/"/><id>34b0ada06cf9bd1deafbbf6804e7e6d3496a1e56</id><content type="html">&lt;pre&gt;commit 34b0ada06cf9bd1deafbbf6804e7e6d3496a1e56
Author: Brennen &#38;lt;bbearnes@gmail.com&#38;gt;
Date:   Tue Feb 3 01:22:36 2015 -0700

    take out an e-mail address

diff --git a/textfiles/vimpoems.txt b/textfiles/vimpoems.txt
index a540b5e..0a5b3ec 100644
--- a/textfiles/vimpoems.txt
+++ b/textfiles/vimpoems.txt
@@ -1,4 +1,4 @@
-On Fri, Jan 30, 2015 at 12:57 PM, Eric Weir &#38;lt;eeweir@bellsouth.net&#38;gt; wrote:
+On Fri, Jan 30, 2015 at 12:57 PM, Eric Weir wrote:
 
 &#38;gt; Wondering if there are any poets here who use vim in writing
 &#38;gt; poetry, either in the messy creative phase or the later
&lt;/pre&gt;</content><updated>2015-02-03 01:22:36 -0700</updated></entry></feed>