<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>I-Stole-ThisonRandom Geekery</title>
    <link>https://randomgeekery.org/tags/i-stole-this/</link>
    <description>
      Recent contentinI-Stole-This on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Wed, 03 Jul 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/tags/i-stole-this/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2019-07-03</title>
  <link>https://randomgeekery.org/note/2019/07/2019-07-03/</link>
  <pubDate>Wed, 03 Jul 2019 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2019/07/2019-07-03/</guid>
  <description>&lt;h2 id=&#34;task-add-admit-a-mistake&#34;&gt;&lt;code&gt;task add &#39;admit a mistake&#39;&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;My &lt;a href=&#34;https://randomgeekery.org/note/2019/06/2019-06-29/&#34;&gt;glance at the Idea Bucket&lt;/a&gt; only worked by luck. The &lt;a href=&#34;https://randomgeekery.org/page/taskwarrior/&#34;&gt;Taskwarrior&lt;/a&gt; &lt;code&gt;&#43;LATEST&lt;/code&gt; virtual tag is for the latest task in the system, not just the latest in the filter. I want the &lt;code&gt;newest&lt;/code&gt; report, which lists tasks by freshness, then &lt;code&gt;limit:&lt;/code&gt; to control the number of tasks reported.&lt;/p&gt;

  &lt;details open&gt;
  &lt;summary&gt;&lt;tt&gt;Code Sample&lt;/tt&gt;
  &lt;/summary&gt;

&lt;figure class=&#34;highlight&#34;&gt;
  &lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;
    &lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ task &lt;span style=&#34;color:#1bc5e0&#34;&gt;&#39;(&#43;idea or &#43;learn)&#39;&lt;/span&gt; newest limit:1
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ID  Created    Age Mod Project Tags     Description
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;180 2019-07-02 19h 19h Site    idea ops automate permalink switches
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;                                          2019-07-02 for when I do a mass change, create aliases of old form
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#960050;background-color:#1e0010&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;54 tasks, 1 shown
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;
  &lt;/pre&gt;
&lt;/figure&gt;&lt;p&gt;Okay right. I threw some new ideas in the last few days. Better set a higher limit.&lt;/p&gt;</description>
   <category>note</category> 
  
   <category>hackers-town</category>  <category>twitter</category>  <category>look</category>  <category>oops</category>  <category>picasso</category>  <category>ts-eliot</category>  <category>i-stole-this</category>  <category>am-i-a-great-artist</category>  <category>don-t-answer-that</category> 
  <content:encoded><![CDATA[<h2 id="task-add-admit-a-mistake"><code>task add 'admit a mistake'</code></h2>
<p>My <a href="/note/2019/06/2019-06-29/">glance at the Idea Bucket</a> only worked by luck. The <a href="/page/taskwarrior/">Taskwarrior</a> <code>+LATEST</code> virtual tag is for the latest task in the system, not just the latest in the filter. I want the <code>newest</code> report, which lists tasks by freshness, then <code>limit:</code> to control the number of tasks reported.</p>

  <details open>
  <summary><tt>Code Sample</tt>
  </summary>

<figure class="highlight">
  <pre tabindex="0" class="chroma">
    <code class="language-console" data-lang="console"><span style="display:flex;"><span>$ task <span style="color:#1bc5e0">&#39;(+idea or +learn)&#39;</span> newest limit:1
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">
</span></span></span><span style="display:flex;"><span>ID  Created    Age Mod Project Tags     Description
</span></span><span style="display:flex;"><span>180 2019-07-02 19h 19h Site    idea ops automate permalink switches
</span></span><span style="display:flex;"><span>                                          2019-07-02 for when I do a mass change, create aliases of old form
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">
</span></span></span><span style="display:flex;"><span>54 tasks, 1 shown
</span></span></code>
  </pre>
</figure><p>Okay right. I threw some new ideas in the last few days. Better set a higher limit.</p>

  <details open>
  <summary><tt>Code Sample</tt>
  </summary>

<figure class="highlight">
  <pre tabindex="0" class="chroma">
    <code class="language-console" data-lang="console"><span style="display:flex;"><span>$ task <span style="color:#1bc5e0">&#39;(+idea or +learn)&#39;</span> newest limit:3
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">
</span></span></span><span style="display:flex;"><span>ID  Created    Age Mod Project Tags             Description
</span></span><span style="display:flex;"><span>180 2019-07-02 19h 19h Site    idea ops         automate permalink switches
</span></span><span style="display:flex;"><span>                                                  2019-07-02 for when I do a mass change, create aliases of old form
</span></span><span style="display:flex;"><span>176 2019-06-28 4d  4d          db learn         json1 extension for sqlite
</span></span><span style="display:flex;"><span>175 2019-06-28 4d  4d          javascript learn set up entropic for Node
</span></span></code>
  </pre>
</figure><h2 id="i-stole-a-great-idea">I stole a great idea</h2>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/cover-i-stole-a-great-idea_hu_4fbb462e334d6dcf.webp" alt="Picasso&rsquo;s studio circa 1912"/></figure></p>
<p>via <a href="http://artobserved.com/2011/03/go-see-new-york-picasso-guitars-1912-1914-at-the-moma-through-june-06-2011/">Art Observed</a></p>
<p><a href="https://quoteinvestigator.com/2013/03/06/artists-steal/">probably not Picasso</a>:</p>



  <blockquote>
    <p>Good artists copy; great artists steal.</p>

  </blockquote>

<p>I like this form better &ndash; from the article linked above.</p>
<p>TS Eliot, &ldquo;The Sacred Woord: Essays on Poetry and Criticism&rdquo;:</p>



  <blockquote>
    <p>Immature poets imitate; mature poets steal; bad poets deface what they take,
and good poets make it into something better, or at least something different.</p>

  </blockquote>

<p>All this is besides the point. When <a href="https://jmac.org/">jmac</a> writes a blog post, he shares it <a href="https://twitter.com/jmacdotorg">on his Twitter account</a>. Then he puts the tweet link in the blog post, encouraging folks to share or reply via the tweet.</p>
<p>I stole that for here.</p>
<h2 id="activity-log">Activity Log</h2>
<h3 id="hackerstown-2019-07-03-wed-0111">hackers.town: 2019-07-03 Wed 01:11</h3>
<p><em>#Drawing</em> a seamless tile in <em>#InfinitePainter</em></p>
<p>
    
    <figure>
      <img src="https://randomgeekery.org/img/86dd410abff844e3_hu_6faf47714e916007.webp" alt="86dd410abff844e3.jpg"/></figure></p>
<h3 id="twitter-2019-07-03-wed-1025">Twitter: 2019-07-03 Wed 10:25</h3>
<p>I&rsquo;m making learning experiences!</p>
<p><a href="https://twitter.com/newyant/status/1146468708627492864">https://twitter.com/newyant/status/1146468708627492864</a></p>
]]></content:encoded>
</item>
</channel>
</rss>
