<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Be the signal &#187; Personal</title>
	<atom:link href="http://bethesignal.org/blog/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethesignal.org</link>
	<description>where we're going, we don't need roads...</description>
	<pubDate>Fri, 25 Jul 2008 04:07:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>inbox zero status: ZERO</title>
		<link>http://bethesignal.org/blog/2008/07/23/inbox-zero-status-zero/</link>
		<comments>http://bethesignal.org/blog/2008/07/23/inbox-zero-status-zero/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 21:26:25 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[FLOSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[email]]></category>

		<category><![CDATA[identi.ca]]></category>

		<category><![CDATA[inbox zero]]></category>

		<category><![CDATA[laconi.ca]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1097</guid>
		<description><![CDATA[After declaring inbox bankruptcy, changing the way I collect and manage my email, and tweeting a few times about my attempt to embrace the zen of Inbox Zero, I decided to automate the process, removing any potential editorialising between email client and reporting of the project status.  I&#8217;ve set it up to post at [...]]]></description>
			<content:encoded><![CDATA[<p>After declaring inbox bankruptcy, changing the way I collect and manage my email, and tweeting a few times about my attempt to embrace the zen of Inbox Zero, I decided to automate the process, removing any potential editorialising between email client and <a href="http://twitter.com/jdub/statuses/865495855" onclick="javascript:pageTracker._trackPageview ('/outbound/twitter.com');">reporting</a> of the project status. <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' width='16' height='16' /> I&#8217;ve set it up to post at 22:00 every&nbsp;night.</p>
<p>Here&#8217;s the script if anyone else wants to play (it also demonstrates how to post to twitter with wget, which may be handy for other automation&nbsp;projects):</p>
<pre>#!/bin/sh
MB_POST="http://identi.ca/api/statuses/update.xml
  http://twitter.com/statuses/update.xml"

MB_USER=<span style="color: #800000;">state your username</span>
MB_PASS=<span style="color: #800000;">state your password</span>

<span class="caps">IZ</span>="$(find Maildir/cur/ Maildir/new/ -type f | wc -l)"
if [ $<span class="caps">IZ</span> -gt 0 ]; then
  <span class="caps">IZ</span>="$<span class="caps">IZ</span>"
else
  <span class="caps">IZ</span>="<span class="caps">ZERO</span>"
fi
<span class="caps">IZ</span>="inbox zero status: $<span class="caps">IZ</span>"

for MB_HTTP in $MB_POST; do
  wget -qO- --delete-after 
    --user="$MB_USER" --password="$MB_PASS" 
    --post-data "status=$<span class="caps">IZ</span>" $MB_HTTP &gt; /dev/null
done</pre>
<p><strong>Update:</strong> Fixed script to use any Twitter-style microblog <span class="caps">API</span>, and included example <span class="caps">URL</span> from <a href="http://identi.ca/" onclick="javascript:pageTracker._trackPageview ('/outbound/identi.ca');">identi.ca</a>. Go&nbsp;freedom!</p>
<p><strong>Update:</strong> Even better, just post to all of them at once! Also fixed anchor&#8230; Despite switching to the visual editor weeks ago, I&#8217;m still not 100% used to the convenience of it. <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' width='16' height='16' /></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/07/23/inbox-zero-status-zero/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Egg Pants</title>
		<link>http://bethesignal.org/blog/2008/07/10/egg-pants/</link>
		<comments>http://bethesignal.org/blog/2008/07/10/egg-pants/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 14:56:10 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[alice boxhall]]></category>

		<category><![CDATA[crockery]]></category>

		<category><![CDATA[egg]]></category>

		<category><![CDATA[egg cup]]></category>

		<category><![CDATA[moma]]></category>

		<category><![CDATA[new york]]></category>

		<category><![CDATA[pants]]></category>

		<category><![CDATA[trousers]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1066</guid>
		<description><![CDATA[The surprisingly web-mysterious Alice recently found a lovely present for me during her visit to MoMA in New York (swoon!). She discovered this delightful combination of two of my favourite things: Trousers and novelty crockery. Thank you,&#160;Alice!

]]></description>
			<content:encoded><![CDATA[<p>The surprisingly web-mysterious Alice recently found a lovely present for me during her visit to MoMA in New York (swoon!). She discovered this delightful combination of two of my favourite things: Trousers and novelty crockery. Thank you,&nbsp;Alice!</p>
<p class="center" align="center"><img src="http://bethesignal.org/wp-content/uploads/2008/07/egg-pants.jpg" alt="" title="Egg Pants" width="350" height="378" class="aligncenter size-full wp-image-1065" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/07/10/egg-pants/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Example spanners for today</title>
		<link>http://bethesignal.org/blog/2008/04/01/example-spanners-for-today/</link>
		<comments>http://bethesignal.org/blog/2008/04/01/example-spanners-for-today/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 13:11:31 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[hospital]]></category>

		<category><![CDATA[irony]]></category>

		<category><![CDATA[luis villa]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[murphy's law]]></category>

		<category><![CDATA[ooxml]]></category>

		<category><![CDATA[pia waugh]]></category>

		<category><![CDATA[planning]]></category>

		<guid isPermaLink="false">http://bethesignal.org/blog/2008/04/01/example-spanners-for-today/</guid>
		<description><![CDATA[Ridiculous, amusing, inconvenient and even plain worrying things tend to happen in the lead-up to Important Events For Which You Have Planned. Sometimes a certain amount of irony is involved, sometimes it&#8217;s Murphy&#8217;s&#160;law.
I have selected four examples of these sorts of events from today. There were many more, of course, but here are&#160;four:

Pia goes to [...]]]></description>
			<content:encoded><![CDATA[<p>Ridiculous, amusing, inconvenient and even plain worrying things tend to happen in the lead-up to Important Events For Which You Have Planned. Sometimes a certain amount of irony is involved, sometimes it&#8217;s Murphy&#8217;s&nbsp;law.</p>
<p>I have selected four examples of these sorts of events from today. There were many more, of course, but here are&nbsp;four:</p>
<ol>
<li><a href="http://pipka.org/blog/2008/03/31/things-not-to-do-when-busy-1-go-to-hospital/" onclick="javascript:pageTracker._trackPageview ('/outbound/pipka.org');">Pia goes to hospital</a>, thankfully returning this evening. Still in pain, but&nbsp;better.</li>
<li>The caterers realise they&#8217;ve double-booked, and somehow manage to re-book us with their competitor on the day before our (thus far 70 person)&nbsp;event.</li>
<li><a href="http://bethesignal.org/blog/2008/03/31/australia-fails-to-take-a-position-on-ooxml/">Standards Australia announce their <span class="caps">OOXML</span> decision</a>, prompting discussion, phone calls from journalists,&nbsp;etc.</li>
<li>The batteries in my keyboard and mouse die at exactly the same time. During the Microsoft Technology Summit last year, <a href="http://tieguy.org/blog/2008/03/29/microsoft-technology-summit-mts08/" onclick="javascript:pageTracker._trackPageview ('/outbound/tieguy.org');">like Luis</a>, I bought one of the only things worth buying at the Redmond campus employee shop: A Microsoft keyboard (and&nbsp;mouse).</li>
</ol>
<p>Today, we push pixels. Tomorrow, we move mountains! <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' width='16' height='16' /></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/04/01/example-spanners-for-today/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happiness is a warm cache</title>
		<link>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/</link>
		<comments>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 13:56:27 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[FLOSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[desktop]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[nye2007]]></category>

		<category><![CDATA[sydney]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2008/01/01/happiness-is-a-warm-cache/</guid>
		<description><![CDATA[If you haven&#8217;t celebrated New Year&#8217;s in Sydney, you haven&#8217;t celebrated New Year&#8217;s&#8230; and remember, kids, 2008 is the year of Linux on the des&#8201;&#8212;&#8201;kidding! Happy new&#160;year!
Photo courtesy SMH. Click the image for&#160;more.
]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t celebrated New Year&#8217;s in Sydney, you haven&#8217;t celebrated New Year&#8217;s&#8230; and remember, kids, 2008 is the year of Linux on the des&thinsp;&#8212;&thinsp;<em>kidding!</em> <strong>Happy new&nbsp;year!</strong></p>
<p align="center" class="center"><a href="http://www.smh.com.au/photogallery/2007/12/31/1198949743102.html" href="http://www.smh.com.au/" title='Sydney 2008 Fireworks' onclick="javascript:pageTracker._trackPageview ('/outbound/www.smh.com.au');"><img src='http://perkypants.org/blog/wp-content/uploads/2008/01/sydney2008fireworks.jpg' alt='Sydney 2008 Fireworks' /></a><br />Photo courtesy <a onclick="javascript:pageTracker._trackPageview ('/outbound/www.smh.com.au');"><span class="caps">SMH</span></a>. Click the image for&nbsp;more.</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/01/01/happiness-is-a-warm-cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A response to the cacophony</title>
		<link>http://bethesignal.org/blog/2007/11/27/a-response-to-the-cacophony/</link>
		<comments>http://bethesignal.org/blog/2007/11/27/a-response-to-the-cacophony/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 21:58:48 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[FLOSS]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[community]]></category>

		<category><![CDATA[depression]]></category>

		<category><![CDATA[gnome]]></category>

		<category><![CDATA[voltaire]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2007/11/27/a-response-to-the-cacophony/</guid>
		<description><![CDATA[There&#8217;s a layer of truth to some of what Murray has said, but his shockingly exaggerated, hateful message is not intended to resolve or heal. Murray does not accept or credit my commitment or contributions to the project, and he has sought to denigrate, disenfranchise and discredit me consistently over the years&#8230; though this is [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a layer of truth to some of what Murray has said, but his shockingly exaggerated, hateful message is not intended to resolve or heal. Murray does not accept or credit my commitment or contributions to the project, and he has sought to denigrate, disenfranchise and discredit me consistently over the years&#8230; though this is obviously the loudest and most hurtful&nbsp;attempt.</p>
<p>I am totally comfortable admitting my flaws and mistakes. I have made plenty. There are some issues raised in Murray&#8217;s post that have been noted before and that I&#8217;ve accepted. I will seek to resolve these soon, because they are important to me and the project I love. Of course, resolving these issues did not require such hatefulness, but that is a property of the dysfunctional relationship on&nbsp;display.</p>
<p>Despite that relationship, I have great respect and appreciation for Murray&#8217;s contributions to <span class="caps">GNOME</span>, and have tried to reach out an olive branch to him on numerous occasions. It has never been received kindly. I thought that after the issues we faced earlier this year, we could settle into a quiet detente, and not bother each other. But the armistice was broken, and it was not to&nbsp;be.</p>
<p>It is clear that neither of us are in a position to productively work&nbsp;together.</p>
<p>I am unlikely to make any further comment on Murray&#8217;s attacks. I just don&#8217;t think there&#8217;s a positive resolution to aim for&nbsp;here.</p>
<p>Thanks to those who have voiced support, it means a lot to&nbsp;me.</p>
<p><b>Retractions?</b></p>
<p>Some folks have suggested that Murray should retract his comments. He shouldn&#8217;t. That is what he feels, that is how he chose to express it, and he is old enough to be accountable and responsible for his freedom of expression. It&#8217;s his blog. They&#8217;re his words. I created Planet <span class="caps">GNOME</span> as a public arena, for the community to share, and this is an entirely valid expression for it. Voltaire would be rolling in his&nbsp;grave!</p>
<p><b>Mental&nbsp;Health</b></p>
<p>Meanwhile, I don&#8217;t want to bring on the violins or anything, but I&#8217;ve written earlier in the year about <a href="http://perkypants.org/blog/2007/06/15/quiet-lately-an-explanation/" onclick="javascript:pageTracker._trackPageview ('/outbound/perkypants.org');">my depression</a>. Although it&#8217;s impossible to pin down any one thing that leads to an episode, contributing factors can be&nbsp;identified.</p>
<p>Sadly, in this case, Murray&#8217;s attacks on me around that time <em>were</em> a contributing factor to my mental stress and state of mind, and had an impact on my work in <span class="caps">GNOME</span>, not to mention my relationships, business,&nbsp;etc.</p>
<p>I raise this because there is a very important point to be made: Despite ongoing stigma in some communities, <b>depression is not at all like &#8220;psychosis&#8221;</b>. This is a very nasty association. As a school counsellor once told me, &#8220;it&#8217;s not bad, it&#8217;s just sad&#8221;. Cutesy, but you get the&nbsp;idea.</p>
<p>So if you&#8217;re reading this, and you are feeling ongoing sadness, despair, a lack motivation or satisfaction in your everyday life, ignore any stigma and <em>please</em> see someone about&nbsp;it.</p>
<p>I&#8217;ve been going through a very rough patch over the last few weeks&thinsp;&#8212;&thinsp;thanks again to Pia, who weathers through my storms and sleet&thinsp;&#8212;&thinsp;and I need to do the same thing, probably more so after&nbsp;this.</p>
<p>It&#8217;s the only way to help yourself, and the saddest things happen when people don&#8217;t get&nbsp;help.</p>
<p><b>Finally</b></p>
<p>Read the post, make up your own mind, and vote accordingly. <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' width='16' height='16' /> </p>
<p>(Oh, and happy&nbsp;<a href="http://www.movember.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.movember.com');">Movember</a>!)</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2007/11/27/a-response-to-the-cacophony/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Love in a time of Facebook</title>
		<link>http://bethesignal.org/blog/2007/11/08/love-in-a-time-of-facebook/</link>
		<comments>http://bethesignal.org/blog/2007/11/08/love-in-a-time-of-facebook/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 07:57:57 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[friends]]></category>

		<category><![CDATA[love]]></category>

		<category><![CDATA[relationships]]></category>

		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2007/11/08/love-in-a-time-of-facebook/</guid>
		<description><![CDATA[
 &#8230; updated her profile. She is now looking for friendship and&#160;networking.
 &#8230; went from being &#8220;single&#8221; to &#8220;in a&#160;relationship&#8221;.

If I hadn&#8217;t already known offline, let alone been waiting for it to blossom in excruciating pain for months, this would have been one of those &#8220;$TECHNOLOGY is changing the way we view the world&#8221;&#160;posts.
Instead, here [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p><img src='http://perkypants.org/blog/wp-content/uploads/2007/11/facebook-edit-profile.png' alt='Facebook Edit Profile' /> <b>&#8230;</b> updated her profile. She is now looking for friendship and&nbsp;networking.</p>
<p><img src='http://perkypants.org/blog/wp-content/uploads/2007/11/facebook-relationship.png' alt='Facebook Relationship' /> <b>&#8230;</b> went from being &#8220;single&#8221; to &#8220;in a&nbsp;relationship&#8221;.</p>
</blockquote>
<p>If I hadn&#8217;t already known offline, let alone been waiting for it to blossom in excruciating pain for months, this would have been one of those &#8220;<tt>$<span class="caps">TECHNOLOGY</span></tt> is changing the way we view the world&#8221;&nbsp;posts.</p>
<p>Instead, here is a picture of&nbsp;Pia:</p>
<p align="center" class="center"><a href="http://www.flickr.com/photos/jdubflickr/1794907406/" class="tt-flickr" onclick="javascript:pageTracker._trackPageview ('/outbound/www.flickr.com');"><img src="http://farm3.static.flickr.com/2356/1794907406_eacd5ca95d_m.jpg" alt="Fear of Fours" width="240" height="160" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2007/11/08/love-in-a-time-of-facebook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>apt-get install vmware-player</title>
		<link>http://bethesignal.org/blog/2006/06/01/apt-get-install-vmware-player/</link>
		<comments>http://bethesignal.org/blog/2006/06/01/apt-get-install-vmware-player/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 01:12:28 +0000</pubDate>
		<dc:creator>jdub</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://perkypants.org/blog/2006/06/01/apt-get-install-vmware-player/</guid>
		<description><![CDATA[What-hey! That&#8217;s right, thanks to the efforts of Ubuntu All-Stars such as Michael Vogt and Adam Conrad, and VMware sharpshooters like Ben Gertzfield, you can suck down some of that VMware Player sweetness for your Ubuntu 6.06 LTS system right&#160;now.
No tarballs, no compiling kernel modules, no banging rocks&#160;together.
It&#8217;s as easy as: sudo apt-get install&#160;vmware-player
I SHIT [...]]]></description>
			<content:encoded><![CDATA[<p>What-hey! That&#8217;s right, thanks to the efforts of Ubuntu All-Stars such as Michael Vogt and Adam Conrad, and <a href="http://www.vmware.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">VMware</a> sharpshooters like Ben Gertzfield, you can suck down some of that <a href="http://www.vmware.com/products/player/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.vmware.com');">VMware Player</a> sweetness for your Ubuntu 6.06 <span class="caps">LTS</span> system <em>right&nbsp;now</em>.</p>
<p>No tarballs, no compiling kernel modules, no banging rocks&nbsp;together.</p>
<p>It&#8217;s as easy as: <tt>sudo apt-get install&nbsp;vmware-player</tt></p>
<p><b>I <span class="caps">SHIT</span> <span class="caps">YOU</span>&nbsp;<span class="caps">NOT</span>.</b></p>
<p>(That ought to get the kiddie-filters&nbsp;going.)</p>
<p><b>Update:</b> This appears to be a very popular post, so if you&#8217;re looking for more information about VMware of any variety on Ubuntu, make sure you check out the <a href="https://help.ubuntu.com/community/VMware" onclick="javascript:pageTracker._trackPageview ('/outbound/help.ubuntu.com');">Ubuntu community&#8217;s VMware documentation</a> page. Have&nbsp;fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2006/06/01/apt-get-install-vmware-player/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
