<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>alfredd</title>
	<atom:link href="http://aalfred.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aalfred.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 27 Jun 2011 18:31:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aalfred.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>alfredd</title>
		<link>http://aalfred.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aalfred.wordpress.com/osd.xml" title="alfredd" />
	<atom:link rel='hub' href='http://aalfred.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Building Transmission on Ubuntu 11.04</title>
		<link>http://aalfred.wordpress.com/2011/06/28/building-transmission-on-ubuntu-11-04/</link>
		<comments>http://aalfred.wordpress.com/2011/06/28/building-transmission-on-ubuntu-11-04/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 18:31:53 +0000</pubDate>
		<dc:creator>alfredd</dc:creator>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Transmissionbt]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://aalfred.wordpress.com/?p=114</guid>
		<description><![CDATA[After several days of struggling to build Transmission on Linux(Ubuntu 11.04), I finally have breakthrough. Make sure you download the dependent libraries before attempting to build transmission. After downloading from the svn source: $ svn co svn://svn.transmissionbt.com/Transmission/trunk Transmission $ cd Transmission/ $ ./autogen The autogen script always terminates on: checking for LIBEVENT... configure: error:  Package [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=114&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>After several days of struggling to build Transmission on Linux(Ubuntu 11.04),
I finally have breakthrough.
Make sure you download the <a href="https://trac.transmissionbt.com/wiki/Building">dependent libraries</a> before attempting to build transmission.
After downloading from the svn source:
   $ svn co svn://svn.transmissionbt.com/Transmission/trunk Transmission
   $ cd Transmission/
   $ ./autogen
The autogen script always terminates on:
    checking for LIBEVENT... configure: error: 
          Package requirements (libevent &gt;= 2.0.10) were not met:
    No package 'libevent' found

This is because the 'libevent' library installed is of version 1.4.x,
whereas the required version is 2.0.1x
So, I downloaded the required library from: 

http://monkey.org/~provos/libevent-2.0.12-stable.tar.gz

Extract the archive,
then(go through the README file):
	$ cd Downloads/libevent-2.0.12-stable/
	$ ./configure
	$ make
	$ sudo make install
After installing the libevent library, continue with <a href="https://trac.transmissionbt.com/wiki/Building#Buildingfromatarball">building Transmission</a> 
(Commands Listed here):
        $ cd Transmission
        $ ./autogen.sh &amp;&amp; make -s
        $ sudo make install
Transmission is successfully build and you'd have the following installed

	     transmission-cli     transmission-edit    transmission-show
	     transmission-create  transmission-gtk
	     transmission-daemon  transmission-remote
Check the <a href="http://www.transmissionbt.com/">Transmission Link for more info</a>.</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aalfred.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aalfred.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aalfred.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=114&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aalfred.wordpress.com/2011/06/28/building-transmission-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82074df07c39f2285f6c5f0de1ebea57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alfredd</media:title>
		</media:content>
	</item>
		<item>
		<title>The Infinte Loop</title>
		<link>http://aalfred.wordpress.com/2010/11/26/the-infinte-loop/</link>
		<comments>http://aalfred.wordpress.com/2010/11/26/the-infinte-loop/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 17:52:56 +0000</pubDate>
		<dc:creator>alfredd</dc:creator>
				<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://aalfred.wordpress.com/?p=107</guid>
		<description><![CDATA[I have been wondering for sometime now as to what makes up a Belief System. I don&#8217;t have the luxury to refer to one of my earlier posts on the topic, but i guess its a matter that can be overlooked for a &#8220;fresh&#8221; perspective on the subject. Belief System is a term that renders [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=107&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been wondering for sometime now as to what makes up a Belief System. I don&#8217;t have the luxury to refer to one of my earlier posts on the topic, but i guess its a matter that can be overlooked for a &#8220;fresh&#8221; perspective on the subject.</p>
<p>Belief System is a term that renders &#8220;Truth&#8221; impotent. If one says that one believes &#8220;this&#8221; and another believes &#8220;that&#8221; and if both have no problems with what they believe[ even if they contradict each other], then who&#8217;s to say which person&#8217;s belief is &#8220;True?&#8221; What then then, do we make of statements like these: &#8220;I believe, there exists One Truth. One standard by which all others are measured.&#8221; Who&#8217;s to say whether my belief is True? And if there is someone, then how does he judge the standard by which he judged the statement? And that is where it all becomes cyclic! We&#8217;re stuck in an infinite recursion.</p>
<p>Or are we? Could it be that &#8220;all Truth is a matter of Perception?&#8221; How do we know whether that statement is True? And there are people who are &#8220;in search&#8221; of some Ultimate Truth: something that would transcend it all; that would need no &#8220;Proof.&#8221; Where do we look for such a thing? Firstly, is this even possible? More importantly how would one know if it is &#8220;True.&#8221; Alright we&#8217;re back were we began.</p>
<p>It now seems to me that we&#8217;ll never know. And that its futility to be looking for it. We can never find out the Truth until Truth shows up by itself. Someone really ought to put a Break statement in here!</p>
<p>Coming back to the question of Belief Systems, if there were two who hold contradicting beliefs, how does one know which(if any) is true? A question could be asked as to &#8220;Why are you a Christian and not a Hindu? or Muslim? or Buddhist? or an Atheist?or an Agnostic perhaps?&#8221; How do we know what we believe is True? It does come down to experimentation. But on what basis do we test the standards of the Test which we would use to test our hypotheses? Axioms? Neat shortcut out of a complicated problem. Must not confuse Axioms with Solutions, they are merely breakpoints in this tiresome journey.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aalfred.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aalfred.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aalfred.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=107&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aalfred.wordpress.com/2010/11/26/the-infinte-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82074df07c39f2285f6c5f0de1ebea57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alfredd</media:title>
		</media:content>
	</item>
		<item>
		<title>Ayodhya &#8211; Opinion of an Unknown</title>
		<link>http://aalfred.wordpress.com/2010/10/18/ayodhya-opinion-of-an-unknown/</link>
		<comments>http://aalfred.wordpress.com/2010/10/18/ayodhya-opinion-of-an-unknown/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 18:34:33 +0000</pubDate>
		<dc:creator>alfredd</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Social Structure]]></category>
		<category><![CDATA[Ayodhya_Verdict]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Nation]]></category>
		<category><![CDATA[rationalism]]></category>

		<guid isPermaLink="false">http://aalfred.wordpress.com/?p=89</guid>
		<description><![CDATA[There already has been much said about the Ayodhya Verdict. What is written here will probably not be new but is intended to make my stance clear on the issue. The verdict was based on faith and belief and not on sound logical arguments. This reminds me of Sir Robert Morton, a lawyer in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=89&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There already has been much said about the Ayodhya Verdict. What is written here will probably not be new but is intended to make my stance clear on the issue.</p>
<p>The verdict was based on faith and belief and not on sound logical arguments. This reminds me of Sir Robert Morton, a lawyer in the play The Winslow Boy, a courtroom drama(a play we studied in 10th standard(No i did not study Shakespeare in 10th standard!)):</p>
<blockquote><p>SIR ROBERT :<br />
To fight a case on emotional grounds is the surest way to lose it.<br />
CATHERINE :<br />
Is it?<br />
SIR ROBERT :<br />
Emotions cloud the issue. Cold, clear logic wins the day.<br />
CATHERINE :<br />
Was it cold, clear logic that made you weep today at the verdict?<br />
SIR ROBERT :<br />
I wept today because right had been done.</p></blockquote>
<p>I wonder how Sir Robert would react to the Ayodhya Verdict. But the sad truth is : there was nothing &#8216;cold, clear logic[al]&#8216; about the verdict. For a critique of the ASI Report please do go through this <a href="http://www.hinduonnet.com/fline/fl2022/stories/20031107005801300.htm" target="_blank">very interesting article on the Frontline</a>. To read about the political drama behind Ayodhya please go through another article entitled <a href="http://www.flonnet.com/fl1514/15141100.htm" target="_blank">The &#8220;Ram Temple&#8221; Drama</a>. Yes, I am not very happy about the Ayodhya Verdict. My problems are Threefold.Before i begin let me add that i&#8217;ve no problems with people reconciling with their brethren in good faith and goodwill. The method by which the court sought to end this issue is something worth contemplating but before all this i would like some answers.</p>
<p>1. How does one justify the destruction of a Mosque to build a Temple if (as the Hindus claim) the destruction of an alleged Temple to construct a Mosque is unjust? We must answer this in the light of what we know and what we don&#8217;t: We know that the Babri Mosque was destroyed in 1992; We don&#8217;t know if a Temple existed and if it did who (or if) destroyed it. If any reconciliation is to be done, then it is to be done on the basis of what we know for sure so there can be no denying of facts.</p>
<p>2.    If the Mosque had not been destroyed, what changes would the court make in its verdict? Will any of the changes include destruction of the [yet] un-destroyed Mosque and then split the disputed territory into 3? If not then what would the court do? In other words, has the court not ruled in favour of the party which committed the atrocity of the destruction of the Mosque by handing them a third of the land, knowing full well that there are at least two more of such cases pending(the Krishna-Janmsthan in Mathura and the Kashi Vishwanath Temple in Benaras)? Why was there a portion reserved for the Waqf Board if their title suit was disqualified? By this verdict what sort of precedent does the court want to serve in future cases?</p>
<p>3.    And if this three-way partition was the best solution why was this not done much earlier?</p>
<p>Time and again the people of this country have given approval to Political parties who have a communal agenda whether it be the Congress or the BJP. The people must realise that its time to play a different game. Its time that people demand a complete &#8220;seperation of church and state.&#8221; No political outfit must either support or harrass people based on religion and must not have any communal agendas. Foremost, people must accept justice as it is done by the rule of law. Law itself must not be bent for fear of an uprising, alas! this can only happen if the people abide by my previous suggestion.</p>
<p>I currently reserve my questions to only the ones stated above but i can only hope that i get the answers. Probably &#8220;in the fullness of time.&#8221; Until then i can only quote a friend of mine who said in a text: &#8220;I would like to see this go to the Supreme court just to see how good the legal system is in this country.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aalfred.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aalfred.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aalfred.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aalfred.wordpress.com&amp;blog=4039074&amp;post=89&amp;subd=aalfred&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aalfred.wordpress.com/2010/10/18/ayodhya-opinion-of-an-unknown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82074df07c39f2285f6c5f0de1ebea57?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alfredd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
