<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: bigbrother</title>
	<atom:link href="http://snarfed.org/bigbrother/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Fri, 18 May 2012 05:50:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/bigbrother#comment-327</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-327</guid>
		<description>&lt;p&gt;I&#039;ve just discovered Erik Benson&#039;s
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://morale.erikbenson.com/&quot; rel=&quot;nofollow&quot;&gt;Morale-O-Meter&lt;/a&gt;&lt;/span&gt;.
It&#039;s similar to bigbrother in some ways, but different and better in many others. It&#039;s also much easier to try out.
&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;http://morale.erikbenson.com/&quot; rel=&quot;nofollow&quot;&gt;Give it a spin!&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;&lt;a href=&quot;http://morale.erikbenson.com/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;/space/morale-o-meter.png&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just discovered Erik Benson&#8217;s
<span class="nobr"><a href="http://morale.erikbenson.com/" rel="nofollow">Morale-O-Meter</a></span>.
It&#8217;s similar to bigbrother in some ways, but different and better in many others. It&#8217;s also much easier to try out.
<span class="nobr"><a href="http://morale.erikbenson.com/" rel="nofollow">Give it a spin!</a></span></p>

<p class="paragraph"/>

<p><a href="http://morale.erikbenson.com/" rel="nofollow"><img src="/space/morale-o-meter.png" border="0"/></a></p>

<p class="paragraph"/>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turkeyphant</title>
		<link>http://snarfed.org/bigbrother#comment-328</link>
		<dc:creator>Turkeyphant</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-328</guid>
		<description>&lt;p&gt;Love the idea of this tool, but I&#039;m having difficulties getting it to work.&#160; On Windows XP (sorry) and running Python 2.5.1 I get the following error message when attempting to analyse your sample log file:&lt;br /&gt;
&lt;br /&gt;
turkeyphant@rowla bigbrother-0.5.1&gt;&lt;br /&gt;
$ bigbrother.py away.log&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&#160; File &quot;bigbrother.py&quot;, line 60, in &lt;module&gt;&lt;br /&gt;
&#160; import graph&lt;br /&gt;
&#160; File &quot;graph.py&quot;, line 29, in &lt;module&gt;&lt;br /&gt;
&#160; import gdchart&lt;br /&gt;
ImportError: No module named gdchart&lt;br /&gt;
&lt;br /&gt;
Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love the idea of this tool, but I&#8217;m having difficulties getting it to work.&nbsp; On Windows XP (sorry) and running Python 2.5.1 I get the following error message when attempting to analyse your sample log file:<br />
<br />
turkeyphant@rowla bigbrother-0.5.1&gt;<br />
$ bigbrother.py away.log<br />
Traceback (most recent call last):<br />
&nbsp; File &#8220;bigbrother.py&#8221;, line 60, in &lt;module&gt;<br />
&nbsp; import graph<br />
&nbsp; File &#8220;graph.py&#8221;, line 29, in &lt;module&gt;<br />
&nbsp; import gdchart<br />
ImportError: No module named gdchart<br />
<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://snarfed.org/bigbrother#comment-329</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-329</guid>
		<description>&lt;p&gt;glad you&#039;re interested! the problem is that bigbrother uses &lt;a href=&quot;http://www.nullcube.com/software/pygdchart.html&quot; rel=&quot;nofollow&quot;&gt;PyGDChart&lt;/a&gt;, which is a thin wrapper around &lt;a href=&quot;http://www.fred.net/brv/chart/&quot; rel=&quot;nofollow&quot;&gt;gdchart&lt;/a&gt;, a C library. i include a prebuilt gdchart binary in the tarball, but it&#039;s a linux shared library. you need a windows build.&lt;br /&gt;
&lt;br /&gt;
luckily, the &lt;a href=&quot;http://www.nullcube.com/software/pygdchart.html&quot; rel=&quot;nofollow&quot;&gt;PyGDChart site&lt;/a&gt; includes a &lt;a href=&quot;http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip&quot; rel=&quot;nofollow&quot;&gt;windows build&lt;/a&gt;. i&#039;ll give it a shot later today and see if it works.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>glad you&#8217;re interested! the problem is that bigbrother uses <a href="http://www.nullcube.com/software/pygdchart.html" rel="nofollow">PyGDChart</a>, which is a thin wrapper around <a href="http://www.fred.net/brv/chart/" rel="nofollow">gdchart</a>, a C library. i include a prebuilt gdchart binary in the tarball, but it&#8217;s a linux shared library. you need a windows build.<br />
<br />
luckily, the <a href="http://www.nullcube.com/software/pygdchart.html" rel="nofollow">PyGDChart site</a> includes a <a href="http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip" rel="nofollow">windows build</a>. i&#8217;ll give it a shot later today and see if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turkeyphant</title>
		<link>http://snarfed.org/bigbrother#comment-330</link>
		<dc:creator>Turkeyphant</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-330</guid>
		<description>&lt;p&gt;Thanks man.&#160; Let me know if installing PyGDChart will sort it for Windows...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks man.&nbsp; Let me know if installing PyGDChart will sort it for Windows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://snarfed.org/bigbrother#comment-331</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-331</guid>
		<description>&lt;p&gt;yup, the &lt;a href=&quot;http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip&quot; rel=&quot;nofollow&quot;&gt;windows build&lt;/a&gt; works, with &lt;a href=&quot;http://python.org/download/releases/2.3.5/&quot; rel=&quot;nofollow&quot;&gt;python 2.3.5&lt;/a&gt; (&lt;i&gt;not&lt;/i&gt; 2.4 or 2.5). unzip it, put gdchart.pyd in the bigbrother directory, and you should be good to go.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yup, the <a href="http://www.nullcube.com/software/pygdchart/pygdchart0.6.1-w32-py23.zip" rel="nofollow">windows build</a> works, with <a href="http://python.org/download/releases/2.3.5/" rel="nofollow">python 2.3.5</a> (<i>not</i> 2.4 or 2.5). unzip it, put gdchart.pyd in the bigbrother directory, and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turkeyphant</title>
		<link>http://snarfed.org/bigbrother#comment-332</link>
		<dc:creator>Turkeyphant</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-332</guid>
		<description>&lt;p&gt;Great - that works perfectly.&#160; Cheers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great &#8211; that works perfectly.&nbsp; Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/bigbrother#comment-333</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/bigbrother#comment-333</guid>
		<description>&lt;p&gt;just noticed another app in the same vein: &lt;a rel=&quot;nofollow&quot; href=&quot;http://my-life.appspot.com/&quot; rel=&quot;nofollow&quot;&gt;Life Log&lt;/a&gt;. from the site:&lt;br /&gt;&lt;/p&gt;

&lt;blockquote&gt;What were you doing ten years ago today? You would know if you used Life Log. Log your life, your work, or take meeting notes. It even works as shared clipboard across computers.&lt;/blockquote&gt;

&lt;p&gt;plus it runs on &lt;a rel=&quot;nofollow&quot; href=&quot;/space/2008-04-07_google_app_engine_launched&quot; rel=&quot;nofollow&quot;&gt;my project&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; href=&quot;http://appengine.google.com/&quot; rel=&quot;nofollow&quot;&gt;app engine&lt;/a&gt;! &lt;a rel=&quot;nofollow&quot; href=&quot;http://my-life.appspot.com/&quot; rel=&quot;nofollow&quot;&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;img src=&quot;/space/lifelog.jpg&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>just noticed another app in the same vein: <a rel="nofollow" href="http://my-life.appspot.com/" rel="nofollow">Life Log</a>. from the site:<br /></p>

<blockquote>What were you doing ten years ago today? You would know if you used Life Log. Log your life, your work, or take meeting notes. It even works as shared clipboard across computers.</blockquote>

<p>plus it runs on <a rel="nofollow" href="/space/2008-04-07_google_app_engine_launched" rel="nofollow">my project</a>, <a rel="nofollow" href="http://appengine.google.com/" rel="nofollow">app engine</a>! <a rel="nofollow" href="http://my-life.appspot.com/" rel="nofollow">
<br /><br />
<img src="/space/lifelog.jpg" border="0"/></a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

