<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Arnab's Universe</title>
	
	<link>http://www.arnab-deka.com/posts</link>
	<description>(and all the parallel ones)</description>
	<lastBuildDate>Tue, 06 Dec 2011 04:10:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/arnab_deka/universe" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="arnab_deka/universe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">arnab_deka/universe</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Quick howto on accessing Rails Properties</title>
		<link>http://www.arnab-deka.com/posts/2011/04/quick-howto-accessing-rails-properties/</link>
		<comments>http://www.arnab-deka.com/posts/2011/04/quick-howto-accessing-rails-properties/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 04:52:15 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=525</guid>
		<description><![CDATA[When you create a new Rails app the default static page (public/index.html) page shows a lot of details about the app. Here&#8217;s a quick how-to show these details (the idea is to probably show these on a /ping route (or a debug parameter on any page maybe) &#8211; so you can quickly monitor your app [...]]]></description>
			<content:encoded><![CDATA[<p>When you create a new Rails app the default static page (public/index.html) page shows a lot of details about the app. Here&#8217;s a quick how-to show these details (the idea is to probably show these on a /ping route (or a debug parameter on any page maybe) &#8211; so you can quickly monitor your app &#8211; it&#8217;s state, active_record state etc.).</p>
<p><strong>Rails 3</strong>: browse the <a href="https://github.com/rails/rails/blob/v3.0.6/railties/lib/rails/info.rb">source-code at railties/lib/rails/info.rb</a></p>
<p>Or see:<br />
<script src="https://gist.github.com/911091.js?file=rails_306_properties.rb"></script></p>
<p><strong>Rails 2</strong>: browse the <a href="https://github.com/rails/rails/blob/v2.0.2/railties/builtin/rails_info/rails/info.rb">source-code at railties/builtin/rails_info/rails/info.rb</a></p>
<p>Or see:<br />
<script src="https://gist.github.com/911091.js?file=rails_202_properties.rb"></script></p>
<p>Till the next time&#8230;</p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/SXhnL45WLdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2011/04/quick-howto-accessing-rails-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on Emacs + CL + Clojure + Slime…</title>
		<link>http://www.arnab-deka.com/posts/2010/12/notes-on-emacs-cl-clojure-slime/</link>
		<comments>http://www.arnab-deka.com/posts/2010/12/notes-on-emacs-cl-clojure-slime/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 08:35:14 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[cl]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[commonlisp]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[slime]]></category>
		<category><![CDATA[swank]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=517</guid>
		<description><![CDATA[How to setup Emacs on a Mac to work with Clojure and CommonLisp, integrating with slime and swank.]]></description>
			<content:encoded><![CDATA[<p>After a day of struggling finally Emacs+CL+Clojure+Slime setup is working. I noted it all in the <a href="http://www.arnab-deka.com/posts/notes/emacs-setup/">notes section</a>.</p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/5NwBZKmvbbY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/12/notes-on-emacs-cl-clojure-slime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1Password for Mac. Free. Really.</title>
		<link>http://www.arnab-deka.com/posts/2010/11/1password-for-mac-free-really/</link>
		<comments>http://www.arnab-deka.com/posts/2010/11/1password-for-mac-free-really/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 18:34:01 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[on life]]></category>
		<category><![CDATA[1password]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[thanksgiving]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=475</guid>
		<description><![CDATA[giving away a free copy of 1Password for Mac]]></description>
			<content:encoded><![CDATA[<p>I use and love <a href="http://agilewebsolutions.com/onepassword">1Password</a> on my Mac every day &#8211; it has become one of those things I can&#8217;t live without, and is easily worth the $40 price.</p>
<p>Yesterday they announced their very generous ThanksGiving offer: <a href="http://agile.ws/ThankYou">Free 1-for-1 license</a>. So I can give away a Free 1Password for Mac license &#8211; and since no one else in my family has started using a Mac full-time yet, I will give it away to you!</p>
<p>Just add a comment here &#8211; saying why I should give it away to you and wait for a few hours. I will pick one person here and send them the license. Make sure you leave some contact so I can get back to you. How will I pick? The most entertaining comment of course. But yeah &#8211; don&#8217;t hold me to it, I might just randomly pick someone.</p>
<p>Thank you for playing!</p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/FGMAlujUnbI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/11/1password-for-mac-free-really/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>On the Coastal Classic Train to Seward. …</title>
		<link>http://www.arnab-deka.com/posts/2010/08/on-the-coastal-classic-train-to-seward/</link>
		<comments>http://www.arnab-deka.com/posts/2010/08/on-the-coastal-classic-train-to-seward/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 14:49:26 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/2010/08/on-the-coastal-classic-train-to-seward/</guid>
		<description><![CDATA[On the Coastal Classic Train to Seward. Look at the route. #Alaska #vacation via Osfoora Posted via email from arnab&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p><img src="http://posterous.com/getfile/files.posterous.com/arnab/nrJwodabpHxsDoxudxwGdGICCFpbecttjjjuIcvrsgzjEqzhyzaJbDcBuHJg/file.jpeg.scaled500.jpg" width="320" height="480"/> </p>
<p>On the Coastal Classic Train to Seward. Look at the route. #Alaska #vacation
<div class="posterous_quote_citation">via <a href="http://www.osfoora.com">Osfoora</a></div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://arnab.posterous.com/on-the-coastal-classic-train-to-seward">arnab&#8217;s posterous</a>  </p>
</p></div>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/dwt-MAkKXCw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/08/on-the-coastal-classic-train-to-seward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick MacBook setup</title>
		<link>http://www.arnab-deka.com/posts/2010/03/quick-macbook-setup/</link>
		<comments>http://www.arnab-deka.com/posts/2010/03/quick-macbook-setup/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 05:33:16 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=463</guid>
		<description><![CDATA[Just put in my notes about setting up a MacBook in the notes section here. I&#8217;ll keep updating &#8211; please add your thoughts in!]]></description>
			<content:encoded><![CDATA[<p>Just put in my notes about setting up a MacBook in <a title="MacBook setup" href="http://www.arnab-deka.com/posts/notes/macbook-setup">the notes section here</a>. I&#8217;ll keep updating &#8211; please add your thoughts in!</p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/cC9K4HtuC1s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/03/quick-macbook-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing GLPK on a Mac</title>
		<link>http://www.arnab-deka.com/posts/2010/02/installing-glpk-on-a-mac/</link>
		<comments>http://www.arnab-deka.com/posts/2010/02/installing-glpk-on-a-mac/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:58:40 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linear-programming]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=435</guid>
		<description><![CDATA[Obsolation note: Thanks to Dave Coleman&#8217;s comment I found out that glpk is available through homebrew now! So you just need these 2 steps to get glpk now: homebrew brew install glpk If you still want to read on, the old way is still here&#8230; So you want copy-paste instructions to install GLPK on your [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<h2> Obsolation note:</h2>
<p> Thanks to <a href="#comment-2787">Dave Coleman&#8217;s comment</a> I found out that glpk is available through homebrew now! So you just need these 2 steps to get glpk now:</p>
<ol>
<li><a href="http://mxcl.github.com/homebrew/" title="homebrew" target="_blank">homebrew</a></li>
<li><code>brew install glpk</code></li>
</ol>
<p>If you still want to read on, the old way is still here&#8230;
</p></blockquote>
<p>So you want copy-paste instructions to install <a href="http://www.gnu.org/software/glpk">GLPK</a> on your Macbook? Here are the steps:</p>
<ol>
<li>Download the latest version of GLPK from <a href="http://www.gnu.org/software/glpk/#downloading">http://www.gnu.org/software/glpk/#downloading</a>
  </li>
<li><em>Optional:</em> Follow the instructions to verify the download (you might need to get GNU Privacy Guard or gpg for this. You can get it at <a href="http://gnupg.org">http://gnupg.org</a>)
  </li>
<li>Say it&#8217;s downloaded to your &#8220;Downloads&#8221; directory, go there and execute the following commands (using the terminal)
<pre class="brush: sh">
cd ~/Downloads
tar -xzf glpk-4.43.tar.gz
./configure --prefix=/usr/local # see note [1]
make
sudo make install
    </pre>
</li>
<li>At this point, you should have GLPK installed. Verify it:
<pre class="brush: sh">
which glpsol
/usr/local/bin/glpsol
    </pre>
</li>
<li>&#8230; and try help:
<pre class="brush: sh">
glpsol --help
    </pre>
</li>
</ol>
<p>Now that you are all set-up, read up this excellent introduction using GLPK: <a href="http://www.ibm.com/developerworks/linux/library/l-glpk1">http://www.ibm.com/developerworks/linux/library/l-glpk1</a></p>
<p>Notes:<br />
  [1]: HiveLogic article on <a href="http://hivelogic.com/articles/using_usr_local">why using /usr/local is better</a><br />
  [2] If you want MySQL support (or something &#8220;extra&#8221;) check out the INSTALL file in the package</p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/1EnZ612gzxA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/02/installing-glpk-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Russian Peasant Multiplication in Ruby</title>
		<link>http://www.arnab-deka.com/posts/2010/02/russian-peasant-multiplication-in-ruby/</link>
		<comments>http://www.arnab-deka.com/posts/2010/02/russian-peasant-multiplication-in-ruby/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:41:50 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=426</guid>
		<description><![CDATA[Simple implementation of Russian Peasant Multiplication in Ruby]]></description>
			<content:encoded><![CDATA[<p>Russian Peasant Multiplication: a very simple and elegant way to multiple.</p>
<p>Read more: <a href="http://mathforum.org/dr.math/faq/faq.peasant.html">School-boy example of how and why it works</a> and about <a href="http://en.wikipedia.org/wiki/Ancient_Egyptian_multiplication">Ancient Egyptian Multiplication on wikipedia</a></p>
<p>So here&#8217;s my simple implementation: (or as a <a href="http://gist.github.com/290219">gist on github</a>)</p>
<pre class="brush: ruby">
module RussianPeasantMultiplication
  def russian_peasant_multiply(b)
    numbers_to_add = []
    a, b = [self, b].sort #So we have the smaller number as the first

    negative_operands = [a, b].select { |n| n &lt; 0 }
    result_should_be_negative = negative_operands.size.odd? # or negative_operands.size == 1

    # Now get the absoultes
    a, b = [a, b].map { |n| n.abs }

    while( a &gt; 1 )
      a = a &gt;&gt; 1 # halv it
      b = b &lt; &lt; 1 # double it
      if a.odd? # or (a % 2 == 0 )
        numbers_to_add &lt;&lt; b
      else
      end
    end
    result = numbers_to_add.inject(0) { |sum, n| sum += n }
    result = result * -1 if result_should_be_negative
    result
  end
end

class Integer
  include RussianPeasantMultiplication
end

# Tests
require &quot;test/unit&quot;

class TestInteger &lt; Test::Unit::TestCase
  def test_russian_peasant_multiply
    assert_equal(22 * 70, 22.russian_peasant_multiply(70))
  end

  def test_russian_peasant_multiply_for_negative_numbers
    assert_equal(-22 * 70, -22.russian_peasant_multiply(70))
  end

  def test_russian_peasant_multiply_for_negative_arguments
    assert_equal(22 * -70, 22.russian_peasant_multiply(-70))
  end

  def test_russian_peasant_multiply_for_negative_numbers_and_arguments
    assert_equal(-22 * -70, -22.russian_peasant_multiply(-70))
  end

  def test_russian_peasant_multiply_for_zero
    assert_equal(0 * -70, 0.russian_peasant_multiply(-70))
  end

  def test_russian_peasant_multiply_for_zero_arguments
    assert_equal(-22 * 0, -22.russian_peasant_multiply(0))
  end

  def test_russian_peasant_multiply_for_zero_numbers_and_arguments
    assert_equal(0 * 0, 0.russian_peasant_multiply(0))
  end
end
</pre>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/bVfcE4LvxvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2010/02/russian-peasant-multiplication-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colorado Pictures (2009 Nov)</title>
		<link>http://www.arnab-deka.com/posts/2009/12/colorado-pictures-2009-nov/</link>
		<comments>http://www.arnab-deka.com/posts/2009/12/colorado-pictures-2009-nov/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 03:28:43 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[travel]]></category>
		<category><![CDATA[national-parks]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[rocky-mountains]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=421</guid>
		<description><![CDATA[Pics from the Colorado trip back in November, 2009 (with Ujwala and Maa). We spent two days in Rocky Mountain National Park and a day over in Colorado Springs and around (Manitou Springs, Pikes Peak &#8211; highest peak in that area). It&#8217;s heavenly &#8211; have to go there again in Spring 2010 )along with the [...]]]></description>
			<content:encoded><![CDATA[<p>Pics from the Colorado trip back in November, 2009 (with Ujwala and Maa). We spent two days in Rocky Mountain National Park and a day over in Colorado Springs and around (Manitou Springs, Pikes Peak &#8211; highest peak in that area).</p>
<p>It&#8217;s heavenly &#8211; have to go there again in Spring 2010 )along with the parks in Wyoming, Montana).</p>
<p>Click on the photo to get to my SmugMug page &#8211; feel free to leave a comment <img src='http://www.arnab-deka.com/posts/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://arnab-o-scope.smugmug.com/Nature/Colorado-Rockies/10315804_3tQLS/1/#712960941_CqpXq-A-LB"><img src="http://arnab-o-scope.smugmug.com/Nature/Colorado-Rockies/IMG9052/712960941_CqpXq-M.jpg"/></a></p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/-P7kvhTeQAo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2009/12/colorado-pictures-2009-nov/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: Table join with specified fields in select</title>
		<link>http://www.arnab-deka.com/posts/2009/11/rails-join-with-select/</link>
		<comments>http://www.arnab-deka.com/posts/2009/11/rails-join-with-select/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 04:15:52 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[active_record]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/?p=417</guid>
		<description><![CDATA[Figured this out after a lot of monkeying-around (I mean script/console). Situation: I have two tables (Revisions has_many Inputs) I can load Revisions and then for each I can find Inputs, but quickly found out that for my situation, it leads to a lot of queries. So I want to load the required fields from [...]]]></description>
			<content:encoded><![CDATA[<p>Figured this out after a lot of monkeying-around (I mean script/console).</p>
<p>Situation:</p>
<ul>
<li>I have two tables (Revisions has_many Inputs)</li>
<li>I can load Revisions and then for each I can find Inputs, but  quickly found out that for my situation, it leads to a lot of queries. So I want to load the required fields from both tables together</li>
</ul>
<p>:joins is the only way to do this, using :includes does NOT respect the select clause. Here is the gist I created:<br />
<script src="http://gist.github.com/223925.js"></script></p>
<p>Admittedly, this is hacky, too hacky for my comfort. Comment/suggest a better/cleaner solution?</p>
<p>Note: Found out that there is a gem to do this: <a href="http://code.google.com/p/ar-select-with-include/">ar-select-with-include</a></p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/y8ACTQ2M3YA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2009/11/rails-join-with-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A beautiful foggy autumn morning</title>
		<link>http://www.arnab-deka.com/posts/2009/10/a-beautiful-foggy-autumn-morning-echo-lake-view-from-my-house-iphonepicb/</link>
		<comments>http://www.arnab-deka.com/posts/2009/10/a-beautiful-foggy-autumn-morning-echo-lake-view-from-my-house-iphonepicb/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 14:44:35 +0000</pubDate>
		<dc:creator>Arnab</dc:creator>
				<category><![CDATA[on life]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[autumn]]></category>
		<category><![CDATA[echo-lake]]></category>
		<category><![CDATA[fall]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lake]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[seattle]]></category>

		<guid isPermaLink="false">http://www.arnab-deka.com/posts/2009/10/a-beautiful-foggy-autumn-morning-echo-lake-view-from-my-house-iphonepicb/</guid>
		<description><![CDATA[Echo lake, view from my house. Taken with my iPhone and enhanced with the free Photoshop.com app&#8230; via tweetie Posted via web from arnab&#8217;s posterous]]></description>
			<content:encoded><![CDATA[<p>Echo lake, view from my house. Taken with my iPhone and enhanced with the free Photoshop.com app&#8230;</p>
<p><a href='http://posterous.com/getfile/files.posterous.com/arnab/FxteHueeFwrqAflpJqfdjFhCGIiqmxehipFhElFobGurIylFdmjChaegDpBm/image.jpg.scaled1000.jpg'><img src="http://posterous.com/getfile/files.posterous.com/arnab/FxteHueeFwrqAflpJqfdjFhCGIiqmxehipFhElFobGurIylFdmjChaegDpBm/image.jpg.scaled500.jpg" width="500" height="667"/></a> </p>
<div class="posterous_quote_citation">via tweetie</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via web</a>   from <a href="http://arnab.posterous.com/a-beautiful-foggy-autumn-morning-echo-lake-vi">arnab&#8217;s posterous</a>  </p>
<img src="http://feeds.feedburner.com/~r/arnab_deka/universe/~4/VCTSZX4bjn0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.arnab-deka.com/posts/2009/10/a-beautiful-foggy-autumn-morning-echo-lake-view-from-my-house-iphonepicb/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

