<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Floehopper: Tag osx</title>
    <link>http://blog.floehopper.org/articles/tag/osx?tag=osx</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>thoughts on the bergy bits of life</description>
    <item>
      <title>Remote Pair Programming</title>
      <description>&lt;p&gt;A while ago, &lt;a href="http://blog.seagul.co.uk/"&gt;Chris&lt;/a&gt; mentioned that &lt;a href="http://blog.seagul.co.uk/articles/2007/09/29/monitoring-the-mac-osx-filesystem-with-ruby"&gt;we&amp;#8217;ve been trying out a few ideas&lt;/a&gt; for making remote &lt;a href="http://www.extremeprogramming.org/rules/pair.html"&gt;pair-programming&lt;/a&gt; easier. We&amp;#8217;ve been doing quite a bit more remote pairing recently. Most of the time we just use a combination of &lt;a href="http://en.wikipedia.org/wiki/VNC"&gt;&lt;span class="caps"&gt;VNC&lt;/span&gt;&lt;/a&gt; (I&amp;#8217;ve been using &lt;a href="http://www.redstonesoftware.com/products/vine/server/vineosx/index.html"&gt;Vine Server&lt;/a&gt;) and voice over &lt;a href="http://www.skype.com/"&gt;Skype&lt;/a&gt; (using a headset really helps).&lt;/p&gt;


	&lt;p&gt;But something else we&amp;#8217;ve used successfully is multi-user &lt;a href="http://www.gnu.org/software/screen/"&gt;&lt;span class="caps"&gt;GNU&lt;/span&gt; screen&lt;/a&gt; sessions. The advantage of this technique is that much less bandwidth is required and the terminal is much more responsive. I thought I&amp;#8217;d post the magic incantation we&amp;#8217;ve been using (on &lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X"&gt;&lt;span class="caps"&gt;OSX&lt;/span&gt;&lt;/a&gt;), in case anyone else finds it useful&amp;#8230;&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;  # on the server
  sudo chmod u+s /usr/bin/screen

  # first user connects to server over ssh and runs the following
  screen -S &amp;lt;session_name&amp;gt;
  ctrl-A :multiuser on
  ctrl-A :acladd &amp;lt;client_username&amp;gt;

  # second user connects to server over ssh and runs the following
  screen -x &amp;lt;server_username&amp;gt;/&amp;lt;session_name&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:48:22 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:d04659dc-9918-4e46-8387-35eb394e538f</guid>
      <author>James Mead</author>
      <link>http://blog.floehopper.org/articles/2008/03/13/remote-pair-programming</link>
      <category>pair</category>
      <category>programming</category>
      <category>agile</category>
      <category>xp</category>
      <category>gnu</category>
      <category>screen</category>
      <category>vnc</category>
      <category>skype</category>
      <category>osx</category>
      <category>terminal</category>
    </item>
    <item>
      <title>GMail Notifier - starred messages</title>
      <description>&lt;p&gt;Thanks to a tip from &lt;a href="http://po-ru.com"&gt;Paul&lt;/a&gt; and &lt;a href="http://blog.seagul.co.uk"&gt;Chris&lt;/a&gt;, I&amp;#8217;m using GMail to deal with messages from a number of high traffic mailing lists e.g. &lt;a href="http://www.ruby-lang.org/en/20020104.html"&gt;ruby-talk&lt;/a&gt; and   &lt;a href="http://lists.rubyonrails.org/mailman/listinfo/rails"&gt;ruby on rails&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m using the &lt;a href="http://mail.google.com/mail/help/notifier/"&gt;GMail Notifier&lt;/a&gt; on &lt;span class="caps"&gt;OSX&lt;/span&gt; to notify me of new messages. I have a number of filters set up to automatically &lt;em&gt;star&lt;/em&gt; (&lt;img src="http://mail.google.com/mail/images/star_on_sm_2.gif" alt="" /&gt;) potentially interesting posts and I wanted the Notifier to only tell me when I had new &lt;em&gt;starred&lt;/em&gt; messages.&lt;/p&gt;


	&lt;p&gt;I found &lt;a href="http://mail.google.com/support/bin/answer.py?answer=27663&amp;#38;topic=1543"&gt;how&lt;/a&gt; to do this for labelled messages and tried it with the label name set to &amp;#8220;starred&amp;#8221;. Sure enough it works :-)&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_default "&gt;defaults write com.google.GmailNotifier Label -string &amp;quot;starred&amp;quot;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <pubDate>Fri, 11 Aug 2006 07:03:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:a3cfd12a-ef0d-4c1e-b88b-1d1997cdf6b7</guid>
      <author>James Mead</author>
      <link>http://blog.floehopper.org/articles/2006/08/11/gmail-notifier-starred-messages</link>
      <category>gmail</category>
      <category>notifier</category>
      <category>starred</category>
      <category>mail</category>
      <category>osx</category>
      <category>mac</category>
    </item>
  </channel>
</rss>
