<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>sisyphean.org - Home</title>
  <id>tag:sisyphean.org,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://sisyphean.org/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://sisyphean.org/" rel="alternate" type="text/html"/>
  <updated>2008-06-27T22:28:55Z</updated>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-06-27:9</id>
    <published>2008-06-27T18:36:00Z</published>
    <updated>2008-06-27T22:28:55Z</updated>
    <link href="http://sisyphean.org/2008/6/27/only-to-me-flagging-in-mail-app" rel="alternate" type="text/html"/>
    <title>Only-to-me flagging in Mail.app</title>
<content type="html">
            &lt;p&gt;Listening to yesterday&#8217;s MacBreak Weekly, I couldn&#8217;t agree more with Merlin Mann&#8217;s comments on the &#8220;Only to Me&#8221; Outlook feature missing from Mail.app (and everything else).&lt;/p&gt;

&lt;p&gt;Below is my little hack to make Mail filterable on this. I&#8217;m an architect, and the current construction management practice is to send one line notes from your Blackberry of whatever&#8217;s currently on your mind and forget it, assuming that that makes the problem &#8220;dealt with&#8221; along with the other 60 one-liners from today. People will tend to cluster-bomb everyone on the project with the note, &lt;em&gt;except&lt;/em&gt; when it&#8217;s genuinely important, when they for some reason send it only to one person. That person is, of course, conditioned to think that there&#8217;s no need to forward information on anymore, except in this one case. A week later someone notices that the game of information tennis stopped with that recipient (who is more often than not me).&lt;/p&gt;

&lt;p&gt;The script sort of works&#8230; stick it in ~/Library/Scripts/Applications/Mail and it will show up in Mail.app rules. I&#8217;ve got it setting the flag, marking it red and attaching a MailTags keyword. Suggestions welcome.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;using terms from application &quot;Mail&quot;
  on perform mail action with messages theMessages for rule theRule
    tell app &quot;Mail&quot;
      set myAddresses to {&quot;my_address@domain.com&quot;,&quot;my_other_address@domain.com&quot;}
      repeat with eachMessage in theMessages
        set theFlag to true
        set theCCs to cc recipients of eachMessage
        if (length of theCCs) &amp;gt; 0 then
          set theFlag to false -- TODO: fix false positive when I'm BCC'd
        end if
        repeat with eachRecipient in recipients of eachMessage
          if address of eachRecipient is not in myAddresses then
            set theFlag to false
          end if
        end repeat
        -- TODO fix for when people To: me but CC: themselves, which gives a false negative
        if theFlag is true then
            -- the message was in fact only to me
            set background color of eachMessage to red
            set flagged status of eachMessage to true
          using terms from application &quot;MailTagsScriptingSupport&quot;
            set keywords of eachMessage to {&quot;me&quot;}
          end using terms from
        else
          set background color of eachMessage to none
          set flagged status of eachMessage to false
        end if
      end repeat
    end tell
  end perform mail action with messages
end using terms from
&lt;/code&gt;&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-04-16:8</id>
    <published>2008-04-16T17:57:00Z</published>
    <updated>2008-04-16T18:04:52Z</updated>
    <link href="http://sisyphean.org/2008/4/16/gitting-started" rel="alternate" type="text/html"/>
    <title>Gitting started</title>
<content type="html">
            &lt;p&gt;There&#8217;s a great list of how to get going with Git over at &lt;a href=&quot;http://www.rubyinside.com/git-and-ruby-git-tutorials-articles-and-links-for-rubyists-860.html&quot;&gt;Ruby Inside&lt;/a&gt;. Git is going to be the model for my blue-sky 2d architectural drawing application with proper version control, working title &#8220;Cad Nauseum.&#8221; The big design issue will be figuring out how to make the flow of branching and merging visible enough to be understandable to non-command line folk.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-02-23:7</id>
    <published>2008-02-23T21:53:00Z</published>
    <updated>2008-02-23T21:56:52Z</updated>
    <link href="http://sisyphean.org/2008/2/23/we-the-robots" rel="alternate" type="text/html"/>
    <title>We the Robots</title>
<content type="html">
            &lt;p&gt;&lt;a href=&quot;http://www.wetherobots.com/2007/10/01/intro-ch-001/&quot;&gt;We the Robots&lt;/a&gt; is just brilliant.&lt;/p&gt;

&lt;p&gt;Well, that&#8217;s assuming you like humour that is less funny than deep in a shake-your-head, man-I-can&#8217;t-break-free-from-being-just-like-everyone-else-so-I-might-as-well-just-enjoy-life sort of tragically amusing way.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-02-02:6</id>
    <published>2008-02-02T01:56:00Z</published>
    <updated>2008-02-02T01:58:29Z</updated>
    <link href="http://sisyphean.org/2008/2/2/job-performance" rel="alternate" type="text/html"/>
    <title>Job performance</title>
<content type="html">
            &lt;p&gt;A woman walked into the aquatic centre the other day with a seeing-eye dog. The dog somehow managed to clunk himself into the turnstile on the way to the locker rooms.&lt;/p&gt;

&lt;p&gt;&#8220;Oh, watch where you&#8217;re going,&#8221; the blind woman says.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-01-13:5</id>
    <published>2008-01-13T21:36:00Z</published>
    <updated>2008-01-13T21:39:25Z</updated>
    <link href="http://sisyphean.org/2008/1/13/metablogging" rel="alternate" type="text/html"/>
    <title>Metablogging</title>
<content type="html">
            &lt;p&gt;Ok, we&#8217;ve got the virtual private server running (somewhere in the world), all blog code seems to be holding together, DNS entries are propagating and I&#8217;m back from the dark side of the MX record moon as far as email goes. Hopefully I can now shut off the server that&#8217;s been sitting in my living room for the last month or two and get some quiet.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-01-08:4</id>
    <published>2008-01-08T15:32:00Z</published>
    <updated>2008-01-08T15:36:44Z</updated>
    <link href="http://sisyphean.org/2008/1/8/west-wing" rel="alternate" type="text/html"/>
    <title>West Wing Season 8</title>
<content type="html">
            &lt;p&gt;So strange. I feel like I&#8217;ve seen the New Hampshire primaries already. Substitute Jimmy Smits for Barack Obama, Alan Alda for John McCain, Gary Cole for Hillary Clinton and you&#8217;re there. &lt;a href=&quot;http://llib.tumblr.com&quot;&gt;Bill&lt;/a&gt; and I wouldn&#8217;t be surprised if Obama makes McCain his Secretary of State.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-01-04:3</id>
    <published>2008-01-04T05:56:00Z</published>
    <updated>2008-01-04T06:10:46Z</updated>
    <link href="http://sisyphean.org/2008/1/4/how-to-game-leed" rel="alternate" type="text/html"/>
    <title>How to game LEED</title>
<content type="html">
            &lt;p&gt;Slate has an article today about how to &lt;a href=&quot;http://www.slate.com/id/2180862/&quot;&gt;game the LEED environmental accreditation for buildings&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It&#8217;s better to have a world with the LEED system than a world without, and we simply don&#8217;t have time to do nothing while we wait for a perfect system to come along (like Kyoto around 2003, before we ignored it until became ridiculously unachievable). I suppose it&#8217;s a valid point that the dominance of LEED might crowd out embryonic alternative rating systems.&lt;/p&gt;

&lt;p&gt;One problem not mentioned in the article is that the original intent of the system was to be a voluntary performance &#8220;floor,&#8221; and that builders were encouraged to exceed it. By making LEED mandatory, it becomes psychologically more like the building code and becomes the hard ceiling to all performance, ie. the maximum that anyone &lt;em&gt;will&lt;/em&gt; do. For some reason no one treats legislated measures as the absolute bare minimum that you can do without &lt;em&gt;breaking the law.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Still, better a mandatory minimum than nothing&#8230;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-01-03:2</id>
    <published>2008-01-03T15:12:00Z</published>
    <updated>2008-01-03T15:17:15Z</updated>
    <link href="http://sisyphean.org/2008/1/3/public-service-announcement" rel="alternate" type="text/html"/>
    <title>Public service announcement</title>
<content type="html">
            &lt;p&gt;Go see &lt;a href=&quot;http://www.rottentomatoes.com/m/juno/&quot;&gt;Juno&lt;/a&gt; if you want to see what it&#8217;s like when absolutely everyone in a project&#8211;from the screenwriter through to the marketers&#8211;is flying in formation.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://sisyphean.org/">
    <author>
      <name>Ryan</name>
    </author>
    <id>tag:sisyphean.org,2008-01-01:1</id>
    <published>2008-01-01T23:36:00Z</published>
    <updated>2008-01-02T00:45:22Z</updated>
    <category term="general"/>
    <link href="http://sisyphean.org/2008/1/1/happy-new-year" rel="alternate" type="text/html"/>
    <title>Happy new year</title>
<content type="html">
            &lt;p&gt;I&#8217;ve decided to revive the blog for 2008.&lt;/p&gt;

&lt;p&gt;2006 and 2007 were lean years as far as semi-deep thought and ideas were concerned. I&#8217;m chalking some part of it up to my low output of non-memorandumese written English lately.&lt;/p&gt;

&lt;p&gt;Thus, you see before you two, count &#8216;em two, resolutions in action:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;write more,&lt;/li&gt;
&lt;li&gt;resist all urges to dick about with formatting until there&#8217;s something to format.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Good thing this &#8220;Stepping Stone&#8221; theme is giving me an improbably wonderful leg up in re-creating my &lt;a href=&quot;http://web.archive.org/web/20030620234141/blog.sisyphean.org/&quot;&gt;old blog&#8217;s look&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
</feed>
