<?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 for Fazal Majid&#039;s low intensity weblog</title>
	<atom:link href="http://majid.info/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://majid.info/blog</link>
	<description>Sporadic pontification</description>
	<lastBuildDate>Sat, 06 Mar 2010 04:38:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mastheads by majid</title>
		<link>http://majid.info/blog/mastheads/comment-page-1/#comment-1042</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Sat, 06 Mar 2010 04:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?page_id=464#comment-1042</guid>
		<description>You&#039;d be surprised how few photos &quot;work&quot; in a 1280x100 aspect ratio, even ultra-wide panoramics.</description>
		<content:encoded><![CDATA[<p>You&#8217;d be surprised how few photos &#8220;work&#8221; in a 1280&#215;100 aspect ratio, even ultra-wide panoramics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastheads by Doug in SF</title>
		<link>http://majid.info/blog/mastheads/comment-page-1/#comment-1020</link>
		<dc:creator>Doug in SF</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?page_id=464#comment-1020</guid>
		<description>That&#039;s OK, Fazal; I realize that the point of these is the photo, and I like some of them (blimp, chikatetsu, sf_alamo, towerbridge) very much.  I also like the way they reflect the content of your posts.  The one I singled out, however, was for the inscription.</description>
		<content:encoded><![CDATA[<p>That&#8217;s OK, Fazal; I realize that the point of these is the photo, and I like some of them (blimp, chikatetsu, sf_alamo, towerbridge) very much.  I also like the way they reflect the content of your posts.  The one I singled out, however, was for the inscription.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastheads by majid</title>
		<link>http://majid.info/blog/mastheads/comment-page-1/#comment-1013</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?page_id=464#comment-1013</guid>
		<description>Unfortunately, it is a fairly poor quality image taken with my first digicam, a Fuji MX700 with a whopping 1.5 megapixels and 16MB SmartMedia cards.</description>
		<content:encoded><![CDATA[<p>Unfortunately, it is a fairly poor quality image taken with my first digicam, a Fuji MX700 with a whopping 1.5 megapixels and 16MB SmartMedia cards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mastheads by Doug in SF</title>
		<link>http://majid.info/blog/mastheads/comment-page-1/#comment-1012</link>
		<dc:creator>Doug in SF</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?page_id=464#comment-1012</guid>
		<description>These are very nice.  Leidseplein (&quot;Homo Sapiens non Urinat in Ventum&quot;) is my favorite.</description>
		<content:encoded><![CDATA[<p>These are very nice.  Leidseplein (&#8220;Homo Sapiens non Urinat in Ventum&#8221;) is my favorite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just enough Weave by majid</title>
		<link>http://majid.info/blog/just-enough-weave/comment-page-1/#comment-918</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.majid.info/mylos/weblog/2009/09/09-1.html#comment-918</guid>
		<description>Well, I posted my nginx config above. The Python weave server has issues with the final Weave release, and I don&#039;t have the time right now to figure it out. The Mozilla Weave servers are much more stable nowadays, so that&#039;s what I use at the present.</description>
		<content:encoded><![CDATA[<p>Well, I posted my nginx config above. The Python weave server has issues with the final Weave release, and I don&#8217;t have the time right now to figure it out. The Mozilla Weave servers are much more stable nowadays, so that&#8217;s what I use at the present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just enough Weave by Hasse Johansen</title>
		<link>http://majid.info/blog/just-enough-weave/comment-page-1/#comment-917</link>
		<dc:creator>Hasse Johansen</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.majid.info/mylos/weblog/2009/09/09-1.html#comment-917</guid>
		<description>Hey :-)

I have troubles configuring nginx for use with the minimal wevae server from mozilla(the php one) As far as I saw on http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/ you got it working a sometime. Can you give me some pointer as how to configure nginx correctly. I think I have tried everything using some thing like this(which doesn&#039;t work):

server {
        listen                  443;
        server_name             weave.1mx.dk;
        root                    /var/www/weave.1mx.dk;
        access_log  /var/log/nginx/weave.access.log;
        error_log  /var/log/nginx/weave.error.log;
        keepalive_timeout       70;
        ssl                     on;
        ssl_certificate         /etc/nginx/server.pem;
        ssl_certificate_key     /etc/nginx/server.pem;
        ssl_protocols           SSLv3 TLSv1;
        ssl_ciphers             HIGH:!ADH:!MD5;
        location /weave {
                        alias /var/www/weave.1mx.dk/index.php;
                        include /etc/nginx//fastcgi_params;
                        fastcgi_pass   localhost:8000;  # port where FastCGI processes were spawned
                        fastcgi_index  index.php;
                        fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;
               }
}</description>
		<content:encoded><![CDATA[<p>Hey <img src='http://majid.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have troubles configuring nginx for use with the minimal wevae server from mozilla(the php one) As far as I saw on <a href="http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/" rel="nofollow">http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/</a> you got it working a sometime. Can you give me some pointer as how to configure nginx correctly. I think I have tried everything using some thing like this(which doesn&#8217;t work):</p>
<p>server {<br />
        listen                  443;<br />
        server_name             weave.1mx.dk;<br />
        root                    /var/www/weave.1mx.dk;<br />
        access_log  /var/log/nginx/weave.access.log;<br />
        error_log  /var/log/nginx/weave.error.log;<br />
        keepalive_timeout       70;<br />
        ssl                     on;<br />
        ssl_certificate         /etc/nginx/server.pem;<br />
        ssl_certificate_key     /etc/nginx/server.pem;<br />
        ssl_protocols           SSLv3 TLSv1;<br />
        ssl_ciphers             HIGH:!ADH:!MD5;<br />
        location /weave {<br />
                        alias /var/www/weave.1mx.dk/index.php;<br />
                        include /etc/nginx//fastcgi_params;<br />
                        fastcgi_pass   localhost:8000;  # port where FastCGI processes were spawned<br />
                        fastcgi_index  index.php;<br />
                        fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;<br />
               }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do voters put up with bad politicians? by Lynn</title>
		<link>http://majid.info/blog/why-do-voters-put-up-with-bad-politicians/comment-page-1/#comment-886</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Mon, 22 Feb 2010 00:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?p=141242072#comment-886</guid>
		<description>Fazal:  Bonjour!  Well said - I could not agree more.  Wishing you well!  Lynn</description>
		<content:encoded><![CDATA[<p>Fazal:  Bonjour!  Well said &#8211; I could not agree more.  Wishing you well!  Lynn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Python driver for the Symbol CS 1504 bar code scanner by Nick</title>
		<link>http://majid.info/blog/a-python-driver-for-the-symbol-cs-1504-bar-code-scanner/comment-page-1/#comment-875</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.majid.info/mylos/weblog/2006/03/27-1.html#comment-875</guid>
		<description>Hi Majid,

Thanks for your response about the USB cable. I now have the CS1504 working with some library software, and would like to explore using the scanner to import into excel. I have read your post, and watched the video. I installed Python 2.6 and downloaded the windows py script. Also, the &quot;virtual&quot; (USB to Serial) is COM9.   However, when I run the script I do not get anything in Excel (2007).  Any suggestions?   I am using Windows Vista 64bit.</description>
		<content:encoded><![CDATA[<p>Hi Majid,</p>
<p>Thanks for your response about the USB cable. I now have the CS1504 working with some library software, and would like to explore using the scanner to import into excel. I have read your post, and watched the video. I installed Python 2.6 and downloaded the windows py script. Also, the &#8220;virtual&#8221; (USB to Serial) is COM9.   However, when I run the script I do not get anything in Excel (2007).  Any suggestions?   I am using Windows Vista 64bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do voters put up with bad politicians? by Doug in SF</title>
		<link>http://majid.info/blog/why-do-voters-put-up-with-bad-politicians/comment-page-1/#comment-767</link>
		<dc:creator>Doug in SF</dc:creator>
		<pubDate>Wed, 10 Feb 2010 08:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?p=141242072#comment-767</guid>
		<description>Loss aversion was, in my view, key to the &quot;good German,&quot; and thus we can see the strong German cultural influence - or at any rate what looks like it - coming to the fore in U.S. society.  Contrast this with the ass kicking, somewhat bourgeois-averse American circa 1945, and you do have to wonder just what happened.  My vote, if we&#039;re still voting, goes for a significant measure of social engineering as the primary culprit, coupled with the influence of mass media.</description>
		<content:encoded><![CDATA[<p>Loss aversion was, in my view, key to the &#8220;good German,&#8221; and thus we can see the strong German cultural influence &#8211; or at any rate what looks like it &#8211; coming to the fore in U.S. society.  Contrast this with the ass kicking, somewhat bourgeois-averse American circa 1945, and you do have to wonder just what happened.  My vote, if we&#8217;re still voting, goes for a significant measure of social engineering as the primary culprit, coupled with the influence of mass media.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I will never buy a Kindle by majid</title>
		<link>http://majid.info/blog/why-i-will-never-buy-a-kindle/comment-page-1/#comment-742</link>
		<dc:creator>majid</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://majid.info/blog/?p=141242021#comment-742</guid>
		<description>Well, places like Fictionwise sell unencumbered PDFs, ePubs and the like, as do Baen. I just purchased an iPhone programming manual from Apress, which is just a password-protected PDF. The big publishers will likely dig in, but there are alternatives, including good old paperbacks (intuitive user interface, excellent battery life)...</description>
		<content:encoded><![CDATA[<p>Well, places like Fictionwise sell unencumbered PDFs, ePubs and the like, as do Baen. I just purchased an iPhone programming manual from Apress, which is just a password-protected PDF. The big publishers will likely dig in, but there are alternatives, including good old paperbacks (intuitive user interface, excellent battery life)&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
