<?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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Unstructured Scribbles</title>
	
	<link>http://www.akshayp.com</link>
	<description>Something about Everything</description>
	<lastBuildDate>Tue, 31 Jan 2012 07:35:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/akshayp" /><feedburner:info uri="akshayp" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>The Waking Life</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/aWsYgARoRuE/</link>
		<comments>http://www.akshayp.com/the-waking-life/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 07:28:05 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1705</guid>
		<description><![CDATA[Excellent thought provocative movie. The trick is to combine your waking rational abilities with the infinite possibilities of your dreams. Because, if you can do that, you can do anything. via IMDB]]></description>
			<content:encoded><![CDATA[<p>Excellent thought provocative movie.</p>
<blockquote><p>
<img class="alignleft" title="Waking Life" src="http://www.akshayp.com/wp-content/uploads/2012/01/MV5BMjExMzA0MTUxOF5BMl5BanBnXkFtZTcwMDk3MjMyMQ@@._V1.jpeg" alt="Waking Life" height="375" /></p>
<p>The trick is to combine your waking rational abilities with the infinite possibilities of your dreams. Because, if you can do that, you can do anything.</p>
</blockquote>
<p><a class="external" href="http://www.imdb.com/title/tt0243017/">via IMDB</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/aWsYgARoRuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/the-waking-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/the-waking-life/</feedburner:origLink></item>
		<item>
		<title>Make Terminal look good</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/8xTfk3fZYnI/</link>
		<comments>http://www.akshayp.com/make-terminal-look-good/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 05:32:55 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1678</guid>
		<description><![CDATA[The IR theme is one of the cleanest themes out there for terminal. Grab it from Todd&#8217;s detailed blog linked below. I also use some of the colors from the theme to pretty up the shell a bit and make it look like: Put these settings in your .bashrc or .bash_profile export COLOR_NC='\033[0m' # No [...]]]></description>
			<content:encoded><![CDATA[<p>The IR theme is one of the cleanest themes out there for terminal. Grab it from Todd&#8217;s detailed blog linked below. I also use some of the colors from the theme to pretty up the shell a bit and make it look like:<br />
<br />
<img src="http://img.skitch.com/20111017-jdqcdfnp7mymbta83423x6wp2.png" alt="Terminal Window" /></p>
<p><strong>Put these settings in your .bashrc or .bash_profile</strong></p>
<pre class="prettyprint lang-bash linenums">
export COLOR_NC='\033[0m' # No Color
export COLOR_WHITE='\033[1;37m'
export COLOR_BLACK='\033[0;30m'
export COLOR_BLUE='\033[0;34m'
export COLOR_LIGHT_BLUE='\033[1;34m'
export COLOR_GREEN='\033[0;32m'
export COLOR_LIGHT_GREEN='\033[1;32m'
export COLOR_CYAN='\033[0;36m'
export COLOR_LIGHT_CYAN='\033[1;36m'
export COLOR_RED='\033[0;31m'
export COLOR_LIGHT_RED='\033[1;31m'
export COLOR_PURPLE='\033[0;35m'
export COLOR_LIGHT_PURPLE='\033[1;35m'
export COLOR_BROWN='\033[0;33m'
export COLOR_YELLOW='\033[1;33m'
export COLOR_GRAY='\033[1;30m'
export COLOR_LIGHT_GRAY='\033[0;37m'
</pre>
<p><strong>Specify your shell to display time and current folder with home abbreviated as ~</strong></p>
<pre class="prettyprint lang-bash linenums">
export PS1="[\[${COLOR_LIGHT_RED}\]\T\[${COLOR_NC}\]][ \[${COLOR_LIGHT_BLUE}\]\w \[${COLOR_NC}\]] \[${COLOR_PURPLE}\]&gt; \[${COLOR_NC}\]"</pre>
<p><a class="external" href="http://blog.toddwerth.com/entries/13">via Todd Werth</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/8xTfk3fZYnI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/make-terminal-look-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/make-terminal-look-good/</feedburner:origLink></item>
		<item>
		<title>LA Light</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/vej1leedi3o/</link>
		<comments>http://www.akshayp.com/la-light/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:30:50 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1652</guid>
		<description><![CDATA[via Colin Rich on Vimeo]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/27235856?byline=0&amp;portrait=0" width="480" height="216" title="LA Light"></iframe></p>
<p><a class="external" href="http://vimeo.com/deerdog"> via Colin Rich on Vimeo</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/vej1leedi3o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/la-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/la-light/</feedburner:origLink></item>
		<item>
		<title>People and Culture</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/zZabnS0dTew/</link>
		<comments>http://www.akshayp.com/people-culture/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 22:11:13 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1645</guid>
		<description><![CDATA[In our culture we’ve been trained for individual differences to stand out so you look at each person and the immediate thought is brighter, dumber, richer older, younger, poorer and we make all these dimensional distinctions and put them into categories and treat them that way. We get so that we only see others as [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
In our culture we’ve been trained for individual differences to stand out so you look at each person and the immediate thought is brighter, dumber, richer older, younger, poorer and we make all these dimensional distinctions and put them into categories and treat them that way. We get so that we only see others as separate from ourselves as just separate. One of the dramatic characteristics of experience is being with another person and suddenly seeing the ways in which they are like you and not different from you and experiencing the fact that which is essence in you and which is essence in me is indeed one and that there is no other. It is all one.<br />
<cite> Zeitgeist </cite>
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/zZabnS0dTew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/people-culture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/people-culture/</feedburner:origLink></item>
		<item>
		<title>The Mountain</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/H9OF5uQ1R5I/</link>
		<comments>http://www.akshayp.com/the-mountain/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 19:15:03 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Nature]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1596</guid>
		<description><![CDATA[via TSO Photography]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/22439234" width="480" height="270" title="The Mountain"></iframe></p>
<p><a class="external" href="http://vimeo.com/22439234">via TSO Photography</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/H9OF5uQ1R5I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/the-mountain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/the-mountain/</feedburner:origLink></item>
		<item>
		<title>Chrome Release Cycle</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/36nFmcBjsto/</link>
		<comments>http://www.akshayp.com/chrome-release-cycle/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 09:08:30 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1571</guid>
		<description><![CDATA[Google has essentially mastered the release process for it&#8217;s Chrome Browser and made version numbers for their software essentially obsolete. The release often strategy is an excellent approach to client software. It&#8217;s good to see Mozilla following the same path. Think of any major website, even the fancy Web 2.HTML5 ones&#8230; do they have version [...]]]></description>
			<content:encoded><![CDATA[<p>Google has essentially mastered the release process for it&#8217;s Chrome Browser and made version numbers for their software essentially obsolete. The release often strategy is an excellent approach to client software. It&#8217;s good to see Mozilla following the same path.</p>
<blockquote><p>
Think of any major website, even the fancy Web 2.HTML5 ones&#8230; do they have version numbers? We took the same approach to our client software as an online web service. That is&#8230; we treat releases as a means of getting features out to users and not goals in and of themselves. <strong>It&#8217;s about flow</strong>
</p></blockquote>
<p><a class="external" target="_blank" href="https://docs.google.com/present/view?id=dg63dpc6_4d7vkk6ch&#038;pli=1">via Chrome Blog</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/36nFmcBjsto" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/chrome-release-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/chrome-release-cycle/</feedburner:origLink></item>
		<item>
		<title>One Man’s Ceiling</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/iQQ1qbyBGRE/</link>
		<comments>http://www.akshayp.com/one-man%e2%80%99s-ceiling/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 17:00:36 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1568</guid>
		<description><![CDATA[Excellent Article! What’s true for low-interest disposable consumer goods is even more true for websites and web applications. As creators, it’s our job to fashion experiences that gently tug at the heart or lightly tickle the pleasure centers, lingering in the mind and quietly demanding reengagement. Good enough is not good enough, unless we want [...]]]></description>
			<content:encoded><![CDATA[<p>Excellent Article!</p>
<blockquote><p>
What’s true for low-interest disposable consumer goods is even more true for websites and web applications. As creators, it’s our job to fashion experiences that gently tug at the heart or lightly tickle the pleasure centers, lingering in the mind and quietly demanding reengagement. Good enough is not good enough, unless we want our web products to sit on the cyber-shelf, gathering digital dust.<br />
<cite>Jeffrey Zeldman</cite>
</p></blockquote>
<p><a target="_blank" href="http://cognition.happycog.com/article/one-mans-ceiling" class="external">via Cognition</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/iQQ1qbyBGRE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/one-man%e2%80%99s-ceiling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/one-man%e2%80%99s-ceiling/</feedburner:origLink></item>
		<item>
		<title>Why Can’t Developers Estimate Time?</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/cOweElRsxl0/</link>
		<comments>http://www.akshayp.com/why-cant-developers-estimate-time/#comments</comments>
		<pubDate>Thu, 19 May 2011 08:44:41 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1565</guid>
		<description><![CDATA[It&#8217;s not just developers that are bad with estimates either. Everyone at some point is just winging it because it&#8217;s something they&#8217;ve never done before and won&#8217;t be able to successfully make a judgement until they have. Via PatchSpace]]></description>
			<content:encoded><![CDATA[<blockquote><p>
It&#8217;s not just developers that are bad with estimates either. Everyone at some point is just winging it because it&#8217;s something they&#8217;ve never done before and won&#8217;t be able to successfully make a judgement until they have.
</p></blockquote>
<p><a class="external" target="_blank" href="http://blog.patchspace.co.uk/why-cant-developers-estimate-time">Via PatchSpace</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/cOweElRsxl0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/why-cant-developers-estimate-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/why-cant-developers-estimate-time/</feedburner:origLink></item>
		<item>
		<title>Working with the Chaos Monkey</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/fRI9QzVWp7g/</link>
		<comments>http://www.akshayp.com/working-with-chaos-monkey/#comments</comments>
		<pubDate>Thu, 05 May 2011 08:41:02 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1558</guid>
		<description><![CDATA[When you work with the Chaos Monkey, you quickly learn that everything happens for a reason. Except for those things which happen completely randomly. And that&#8217;s why, even though it sounds crazy, even though it sounds crazy, the best way to avoid failure is to fail constantly. via CodingHorror]]></description>
			<content:encoded><![CDATA[<blockquote><p>When you work with the Chaos Monkey, you quickly learn that everything happens for a reason. Except for those things which happen completely randomly. And that&#8217;s why, even though it sounds crazy, <strong>even though it sounds crazy, the best way to avoid failure is to fail constantly.</strong></p></blockquote>
<p><a class="external" target="_blank" href="http://www.codinghorror.com/blog/2011/04/working-with-the-chaos-monkey.html">via CodingHorror</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/fRI9QzVWp7g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/working-with-chaos-monkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/working-with-chaos-monkey/</feedburner:origLink></item>
		<item>
		<title>Dark Side of the Lens</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/I9VjmL2fkn8/</link>
		<comments>http://www.akshayp.com/dark-side-of-the-lens/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 20:13:45 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1541</guid>
		<description><![CDATA[Cameras help me translate interpret and understand what I see. It&#8217;s a simple act that keeps me grinning via Astray Films on Vimeo]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/14074949?title=0&amp;byline=0&amp;portrait=0" width="400" height="225"></iframe></p>
<blockquote><p>Cameras help me translate interpret and understand what I see. It&#8217;s a simple act that keeps me grinning via <a href="http://vimeo.com/astrayfilms">Astray Films</a> on <a href="http://vimeo.com">Vimeo</a></p></blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/I9VjmL2fkn8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/dark-side-of-the-lens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/dark-side-of-the-lens/</feedburner:origLink></item>
		<item>
		<title>Science of Human Nature</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/i0Ii1L4e4Uw/</link>
		<comments>http://www.akshayp.com/science-human-nature/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 05:04:18 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1538</guid>
		<description><![CDATA[The conscious mind gives us one way of making sense of our environment. But the unconscious mind gives us other, more supple ways. The cognitive revolution of the past thirty years provides a different perspective on our lives, one that emphasizes the relative importance of emotion over pure reason, social connections over individual choice, moral [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The conscious mind gives us one way of making sense of our environment. But the unconscious mind gives us other, more supple ways. The cognitive revolution of the past thirty years provides a different perspective on our lives, one that emphasizes the relative importance of emotion over pure reason, social connections over individual choice, moral intuition over abstract logic, perceptiveness over I.Q. It allows us to tell a different sort of success story, an inner story to go along with the conventional surface one
</p></blockquote>
<p><a class="external" target="_blank" href="http://www.newyorker.com/reporting/2011/01/17/110117fa_fact_brooks?currentPage=all">via The NewYorker</a> </p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/i0Ii1L4e4Uw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/science-human-nature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/science-human-nature/</feedburner:origLink></item>
		<item>
		<title>Celery Chutney</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/mWjd9isgbiE/</link>
		<comments>http://www.akshayp.com/celery-chutney/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 05:08:33 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1614</guid>
		<description><![CDATA[4 cups celery, chopped 8 tbsps garlic, crushed 1 cup oil 3 tbsp soy sauce 1 tbsp salt 1 tbsp Ajinomoto Heat the oil on medium Add garlic and let it brown for 2 minutes Add the Celery and the salts Cook until it reduces for 7-10 mins Add the soy sauce and let it cook for 2-3 mins]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>4</strong> cups celery, chopped</li>
<li><strong>8</strong> tbsps garlic, crushed</li>
<li><strong>1</strong> cup oil</li>
<li><strong>3</strong> tbsp soy sauce</li>
<li><strong>1</strong> tbsp salt</li>
<li><strong>1</strong> tbsp Ajinomoto</li>
</ul>
<p>Heat the oil on medium<br />
Add garlic and let it brown for 2 minutes<br />
Add the Celery and the salts<br />
Cook until it reduces for 7-10 mins<br />
Add the soy sauce and let it cook for 2-3 mins</p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/mWjd9isgbiE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/celery-chutney/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/celery-chutney/</feedburner:origLink></item>
		<item>
		<title>On Groundbreaking Design</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/P4ZvSuXIfXc/</link>
		<comments>http://www.akshayp.com/on-groundbreaking-design/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 00:19:22 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1535</guid>
		<description><![CDATA[Groundbreaking design doesn’t come through statistical regression testing, metrics, and causality. It comes from the richness of a biased perspective on the world. John Kolko via Fast Code Design]]></description>
			<content:encoded><![CDATA[<blockquote><p>
Groundbreaking design doesn’t come through statistical regression testing, metrics, and causality. It comes from the richness of a biased perspective on the world.<br />
<cite>John Kolko</cite>
</p></blockquote>
<p><a href="http://www.fastcodesign.com/1663079/when-looking-to-invent-being-objective-can-cripple-your-process" class="external" target="_blank">via Fast Code Design</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/P4ZvSuXIfXc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/on-groundbreaking-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/on-groundbreaking-design/</feedburner:origLink></item>
		<item>
		<title>The Facebook hype</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/blEYr8aJwSk/</link>
		<comments>http://www.akshayp.com/the-facebook-hype/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:13:53 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1529</guid>
		<description><![CDATA[Don&#8217;t get me wrong, I use social networks and media heavily. It&#8217;s painfully obvious that all internet fads die eventually. Staying relevant is hard, because the internet has a serious attention disorder. It&#8217;s a matter of time until the current concept of a social network will be replaced by the next myspace or facebook. Check [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t get me wrong, I use social networks and media heavily. It&#8217;s painfully obvious that all internet fads die eventually. Staying relevant is hard, because the internet has a serious attention disorder. It&#8217;s a matter of time until the current concept of a social network will be replaced by the next myspace or facebook. Check out the article linked below for a well argued opinion.</p>
<blockquote><p>So it&#8217;s not that MySpace lost and Facebook won. It&#8217;s that MySpace won first, and Facebook won next. They&#8217;ll go down in the same order.<br />
<cite>Douglas Rushkoff</cite>
</p></blockquote>
<p><a class="external" target="_blank" href="http://www.cnn.com/2011/OPINION/01/07/rushkoff.facebook.myspace/index.html?hpt=C2">via CNN</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/blEYr8aJwSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/the-facebook-hype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/the-facebook-hype/</feedburner:origLink></item>
		<item>
		<title>Designers vs Engineers – Interesting Read</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/VizSh0jQSGc/</link>
		<comments>http://www.akshayp.com/designers-vs-engineers-interesting-read/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 05:50:23 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1526</guid>
		<description><![CDATA[A well worded response to the following statement: If you want to design table lamps and dribbly teapots, keep churning out this hogwash. If you want to change the world, start designing with your brain, not your felt tip pens. The world is full of vital, urgent, life-or-death design problems, but they need substance, not [...]]]></description>
			<content:encoded><![CDATA[<p>A well worded response to the following statement: </p>
<blockquote><p>
If you want to design table lamps and dribbly teapots, keep churning out this hogwash. If you want to change the world, start designing with your brain, not your felt tip pens. The world is full of vital, urgent, life-or-death design problems, but they need substance, not style.
</p></blockquote>
<p><a href="http://tumble.unwieldy.net/post/2581395544/designers-vs-engineers" class="external" target="_blank">Via tumble.unwieldy</a></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/VizSh0jQSGc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/designers-vs-engineers-interesting-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/designers-vs-engineers-interesting-read/</feedburner:origLink></item>
		<item>
		<title>iOS vs Android App Development</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/w1rF63A7Lvg/</link>
		<comments>http://www.akshayp.com/ios-vs-android-app-development/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 12:20:08 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1522</guid>
		<description><![CDATA[Never has there been a truer statement made about either ecosystem Fragmentation on the device side is not a huge problem, but Steve is absolutely right when he says that there are more challenges for developers when working with Android. But that’s fine, developers will figure out how to work any given ecosystem and as [...]]]></description>
			<content:encoded><![CDATA[<p>Never has there been a truer statement made about either ecosystem</p>
<blockquote><p>
Fragmentation on the device side is not a huge problem, but Steve is absolutely right when he says that there are more challenges for developers when working with Android. But that’s fine, developers will figure out how to work any given ecosystem and as long as it doesn’t cause physical pain, it’s ok;-) Nobody else will be able to build what Apple has built, there just isn’t that kind of market power out there.</p>
<p>That doesn’t mean that model is superior, it’s just important to understand that Apple is Apple and Google is Google. Different. And developers need to understand that. Different business models for different ecosystems. And wouldn’t forget about Nokia and MeeGo either, new leadership always tends to shake things up and create opportunity. And HP-Palm. And RIM. And even Microsoft. It’s a fragmented world.</p>
<p><cite> &#8211; Peter Vesterbacka (Rovio) </cite>
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/w1rF63A7Lvg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/ios-vs-android-app-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/ios-vs-android-app-development/</feedburner:origLink></item>
		<item>
		<title>Bad Day Today</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/s1F--hzY-Do/</link>
		<comments>http://www.akshayp.com/bad-day-today/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 09:54:27 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1487</guid>
		<description><![CDATA[Bad luck, I guess. It floats around. It’s got to land on somebody. It was my turn, that’s all. I was in the path of the tornado. I just didn’t expect the storm would last as long as it has. Shawshank Redemption]]></description>
			<content:encoded><![CDATA[<blockquote><p>
Bad luck, I guess. It floats around. It’s got to land on somebody. It was my turn, that’s all. I was in the path of the tornado. I just didn’t expect the storm would last as long as it has.<br />
<cite>Shawshank Redemption</cite>
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/s1F--hzY-Do" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/bad-day-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/bad-day-today/</feedburner:origLink></item>
		<item>
		<title>Webkit Scrollbar CSS</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/zLCZ5DYNiNQ/</link>
		<comments>http://www.akshayp.com/webkit-scrollbar-css/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 11:31:44 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1483</guid>
		<description><![CDATA[If you find yourself developing a Chrome App or want to enhance an experience from the default browser behavior, webkit lets you define a skin to override the OS stylesheet. You can use any css attribute to style the scrollbars including CSS3 gradients ::-webkit-scrollbar { background: #303030; border: 1px solid #292929; height: 8px; width: 8px; } Via [...]]]></description>
			<content:encoded><![CDATA[<p>If you find yourself developing a Chrome App or want to enhance an experience from the default browser behavior, webkit lets you define a skin to override the OS stylesheet. You can use any css attribute to style the scrollbars including CSS3 gradients</p>
<pre class="prettyprint lang-css linenums">
::-webkit-scrollbar {
  background: #303030;
  border: 1px solid #292929;
  height: 8px;
  width: 8px;
}
</pre>
<p><cite><a href="http://webkit.org/blog/363/styling-scrollbars/" class="external">Via : Webkit Blog</a></cite></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/zLCZ5DYNiNQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/webkit-scrollbar-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/webkit-scrollbar-css/</feedburner:origLink></item>
		<item>
		<title>Ls Treeview</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/k-H6e1sTr-0/</link>
		<comments>http://www.akshayp.com/ls-treeview/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 03:02:27 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1480</guid>
		<description><![CDATA[On Unix based operating systems if you would like see a treeview of your directory structure, try running the following command in your fav shell ls -R &#124; grep ":$" &#124; sed -e 's/:$//' -e 's/[^-][^\/]*\//–/g' -e 's/^/ /' -e 's/-/&#124;/']]></description>
			<content:encoded><![CDATA[<p>On Unix based operating systems if you would like see a treeview of your directory structure, try running the following command in your fav shell</p>
<pre class="prettyprint lang-bash linenums">
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//–/g' -e 's/^/ /' -e 's/-/|/'
</pre>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/k-H6e1sTr-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/ls-treeview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/ls-treeview/</feedburner:origLink></item>
		<item>
		<title>On Optimization</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/KDop-OXNuOI/</link>
		<comments>http://www.akshayp.com/on-optimization/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 03:34:06 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1474</guid>
		<description><![CDATA[There is no doubt that the grail of efficiency leads to abuse. Programmers waste enormous amounts of time thinking about, or worrying about, the speed of noncritical parts of their programs, and these attempts at efficiency actually have a strong negative impact when debugging and maintenance are considered. We should forget about small efficiencies, say [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>There is no doubt that the grail of efficiency leads to abuse. Programmers waste enormous amounts of time thinking about, or worrying about, the speed of noncritical parts of their programs, and these attempts at efficiency actually have a strong negative impact when debugging and maintenance are considered. We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.</p>
<p>Yet we should not pass up our opportunities in that critical 3%. A good programmer will not be lulled into complacency by such reasoning, he will be wise to look carefully at the critical code; but only after that code has been identified. It is often a mistake to make a priori judgments about what parts of a program are really critical, since the universal experience of programmers who have been using measurement tools has been that their intuitive guesses fail<br />
<cite>- Donald Knuth</cite>
</p></blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/KDop-OXNuOI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/on-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/on-optimization/</feedburner:origLink></item>
		<item>
		<title>On Software Programming</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/2I2J-hEbcm4/</link>
		<comments>http://www.akshayp.com/on-software-programming/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 10:09:35 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1461</guid>
		<description><![CDATA[The Two Things about Computer Programming Writing the code is the easy part. Writing it so someone else can understand it later is the important part. Make it work, then make it elegant, then make it fast. Via The Fishbowl]]></description>
			<content:encoded><![CDATA[<h4>The Two Things about Computer Programming</h4>
<blockquote>
<ol>
<li>Writing the code is the easy part. Writing it so someone else can understand it later is the important part.</li>
<li>Make it work, then make it elegant, then make it fast.</li>
</ol>
</blockquote>
<p><cite>Via <a href="http://fishbowl.pastiche.org/2007/04/15/the_two_things_about_computer_programming/">The Fishbowl</a></cite></p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/2I2J-hEbcm4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/on-software-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/on-software-programming/</feedburner:origLink></item>
		<item>
		<title>Node.js on OSX</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/Kvpf2pvzQQo/</link>
		<comments>http://www.akshayp.com/node-js-on-osx/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 10:24:54 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1458</guid>
		<description><![CDATA[Node.js is a fun new technology. If you are looking to experiment with it, here is a quick start guide on how to install it for people using OSX Macports is so 1995 Install Homebrew, a much better alternative to macports ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" Install Node.js and NPM npm (Node Package Manager) is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nodejs.org/">Node.js</a> is a fun new technology. If you are looking to experiment with it, here is a quick start guide on how to install it for people using OSX</p>
<p><strong>Macports is so 1995</strong></p>
<p><strong> </strong>Install <a title="Homebrew Guide" href="http://mxcl.github.com/homebrew/" target="_blank">Homebrew</a>, a much better alternative to macports</p>
<pre class="prettyprint lang-bash linenums">

ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
</pre>
<p><strong>Install Node.js and NPM</strong></p>
<p><a title="npm" href="https://github.com/isaacs/npm">npm</a> (Node Package Manager) is a nifty little tool to manage node <a title="Node Package Repo" href="http://npm.mape.me/" target="_blank">packages</a></p>
<pre class="prettyprint lang-bash linenums">
brew install node
brew install npm
export NODE_PATH="/usr/local/lib/node"
</pre>
<p>That&#8217;ll do it&#8217;s thing and voila!, you now have node installed. To quickly test if this is working create a file called test.js. In the file paste the following contents</p>
<pre class="prettyprint lang-js linenums">
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello World\n');
}).listen(8124, "127.0.0.1");
console.log('Server running at http://127.0.0.1:8124/');
</pre>
<p>Now run and you should be able to hit<br />
http://127.0.0.1:8124/ to view the results</p>
<pre class="prettyprint lang-bash linenums">
node test.js
</pre>
<p>A few more packages to play with while you experiment:</p>
<pre class="prettyprint lang-bash linenums">
npm install expressjs

npm install jsdom

npm install yui3

npm install yql
</pre>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/Kvpf2pvzQQo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/node-js-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/node-js-on-osx/</feedburner:origLink></item>
		<item>
		<title>Handy .bashrc Aliases</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/757pWUOSQ5Y/</link>
		<comments>http://www.akshayp.com/handy-bashrc-aliases/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 20:29:10 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1455</guid>
		<description><![CDATA[By no means a complete list. I find this useful in my day to day. Feel free to comment and add some more]]></description>
			<content:encoded><![CDATA[<p>By no means a complete list. I find this useful in my day to day. Feel free to comment and add some more</p>
<div id="gist-631235" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="c"># Interactive/Safe Shell</span></div><div class='line' id='LC2'><span class="nb">alias </span><span class="nv">rm</span><span class="o">=</span><span class="s2">&quot;rm -i&quot;</span></div><div class='line' id='LC3'><span class="nb">alias </span><span class="nv">mv</span><span class="o">=</span><span class="s2">&quot;mv -i&quot;</span></div><div class='line' id='LC4'><span class="nb">alias </span><span class="nv">cp</span><span class="o">=</span><span class="s2">&quot;cp -i&quot;</span></div><div class='line' id='LC5'><span class="nb">alias </span><span class="nv">mkdir</span><span class="o">=</span><span class="s1">&#39;mkdir -p&#39;</span></div><div class='line' id='LC6'><br/></div><div class='line' id='LC7'><span class="c"># Old DOS habits</span></div><div class='line' id='LC8'><span class="nb">alias </span>cd..<span class="o">=</span><span class="s2">&quot;cd ..&quot;</span></div><div class='line' id='LC9'><span class="nb">alias</span> ..<span class="o">=</span><span class="s2">&quot;cd ..&quot;</span></div><div class='line' id='LC10'><span class="nb">alias </span><span class="nv">cls</span><span class="o">=</span><span class="s2">&quot;clear&quot;</span></div><div class='line' id='LC11'><span class="nb">alias </span><span class="nv">clc</span><span class="o">=</span><span class="s2">&quot;clear&quot;</span></div><div class='line' id='LC12'><br/></div><div class='line' id='LC13'><span class="c"># Directory Listing</span></div><div class='line' id='LC14'><span class="nb">alias </span><span class="nv">ll</span><span class="o">=</span><span class="s2">&quot;ls -lF&quot;</span></div><div class='line' id='LC15'><span class="nb">alias </span><span class="nv">la</span><span class="o">=</span><span class="s2">&quot;ls -alF&quot;</span></div><div class='line' id='LC16'><span class="nb">alias </span><span class="nv">ls</span><span class="o">=</span><span class="s2">&quot;ls -F&quot;</span></div><div class='line' id='LC17'><br/></div><div class='line' id='LC18'><span class="c"># Grep</span></div><div class='line' id='LC19'><br/></div><div class='line' id='LC20'><span class="nb">alias </span><span class="nv">grep</span><span class="o">=</span><span class="s2">&quot;grep -rn --color=auto&quot;</span></div><div class='line' id='LC21'><br/></div><div class='line' id='LC22'><span class="c"># Shortcuts </span></div><div class='line' id='LC23'><br/></div><div class='line' id='LC24'><span class="nb">alias </span><span class="nv">h</span><span class="o">=</span><span class="s2">&quot;history&quot;</span></div><div class='line' id='LC25'><span class="nb">alias </span><span class="nv">home</span><span class="o">=</span><span class="s2">&quot;cd ~&quot;</span></div><div class='line' id='LC26'><span class="nb">alias </span><span class="nv">desktop</span><span class="o">=</span><span class="s2">&quot;cd ~/Desktop&quot;</span></div><div class='line' id='LC27'><span class="nb">alias </span><span class="nv">download</span><span class="o">=</span><span class="s2">&quot;cd ~/Downloads&quot;</span></div><div class='line' id='LC28'><span class="nb">alias </span><span class="nv">edit</span><span class="o">=</span><span class="s2">&quot;mate&quot;</span></div><div class='line' id='LC29'><br/></div><div class='line' id='LC30'><span class="c"># System Stats</span></div><div class='line' id='LC31'><br/></div><div class='line' id='LC32'><span class="nb">alias </span><span class="nv">up</span><span class="o">=</span><span class="s2">&quot;uptime&quot;</span></div><div class='line' id='LC33'><span class="nb">alias </span><span class="nv">sup</span><span class="o">=</span><span class="s2">&quot;ps auxwww&quot;</span></div><div class='line' id='LC34'><span class="nb">alias </span><span class="nv">df</span><span class="o">=</span><span class="s2">&quot;df -h&quot;</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/631235/644b7d67fa62665d12c3bcaf1ad575c8aba28a39/bash_aliases.sh" style="float:right;">view raw</a>
            <a href="https://gist.github.com/631235#file_bash_aliases.sh" style="float:right;margin-right:10px;color:#666">bash_aliases.sh</a>
            <a href="https://gist.github.com/631235">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>

<img src="http://feeds.feedburner.com/~r/akshayp/~4/757pWUOSQ5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/handy-bashrc-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/handy-bashrc-aliases/</feedburner:origLink></item>
		<item>
		<title>CSS Tap Highlight Color</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/yMeNeEUOXlM/</link>
		<comments>http://www.akshayp.com/css-tap-highlight-color/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 07:26:32 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.akshayp.com/?p=1422</guid>
		<description><![CDATA[Saw this on YUI Blog. Very cool and useful for mobile apps]]></description>
			<content:encoded><![CDATA[<p>Saw this on <a href="http://www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/">YUI Blog</a>. Very cool and useful for mobile apps<br />
<div id="gist-627770" class="gist">

        <div class="gist-file">
          <div class="gist-data gist-syntax">
              <div class="highlight"><pre><div class='line' id='LC1'><span class="nf">#container</span> <span class="p">{</span></div><div class='line' id='LC2'>&nbsp;&nbsp;<span class="o">-</span><span class="n">webkit</span><span class="o">-</span><span class="n">tap</span><span class="o">-</span><span class="n">highlight</span><span class="o">-</span><span class="k">color</span><span class="o">:</span> <span class="n">rgba</span><span class="p">(</span><span class="m">0</span><span class="o">,</span><span class="m">0</span><span class="o">,</span><span class="m">0</span><span class="o">,</span><span class="m">0</span><span class="p">);</span></div><div class='line' id='LC3'><span class="p">}</span></div></pre></div>
          </div>

          <div class="gist-meta">
            <a href="https://gist.github.com/raw/627770/34fe3ffd689e010238f3e9ee50b9998f36f19a89/tap-highlight.css" style="float:right;">view raw</a>
            <a href="https://gist.github.com/627770#file_tap_highlight.css" style="float:right;margin-right:10px;color:#666">tap-highlight.css</a>
            <a href="https://gist.github.com/627770">This Gist</a> brought to you by <a href="http://github.com">GitHub</a>.
          </div>
        </div>
</div>
</p>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/yMeNeEUOXlM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/css-tap-highlight-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/css-tap-highlight-color/</feedburner:origLink></item>
		<item>
		<title>Volcanic Magic</title>
		<link>http://feedproxy.google.com/~r/akshayp/~3/nsB6aM3SyuE/</link>
		<comments>http://www.akshayp.com/volcanic-magic/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 00:04:47 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Nature]]></category>

		<guid isPermaLink="false">http://akshayp.tumblr.com/post/416875227</guid>
		<description><![CDATA[buddhabrot: “Magma from the mantle intruded the deep crust and cooled slowly. Pyroxene and olivine started to crystallize from the magma. Since these where heavier than the surrounding magma, they sank to the bottom of the magma chamber where they became layered. Later, the remaining melt intruded higher levels of the continental crust, where it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://akshayp.tumblr.com/photo/1280/416875227/1/tumblr_kygjbnknDe1qa2x4y" alt=""/><br/><br/>
<p><a href="http://buddhabrot.tumblr.com/post/413487204/magma-from-the-mantle-intruded-the-deep-crust-and">buddhabrot</a>:</p>
<blockquote>
<p>“Magma from the mantle intruded the deep crust and cooled slowly. Pyroxene and olivine started to crystallize from the magma. Since these where heavier than the surrounding magma, they sank to the bottom of the magma chamber where they became layered. Later, the remaining melt intruded higher levels of the continental crust, where it cooled and crystallised as tønsbergite, larvikite or lardalite. Some million years later the rock was carved and polished by glaciers during the ice age.” <a href="http://www.flickr.com/photos/htjems/2708007227/">via</a></p>
</blockquote>
<img src="http://feeds.feedburner.com/~r/akshayp/~4/nsB6aM3SyuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.akshayp.com/volcanic-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.akshayp.com/volcanic-magic/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 4.633 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-01-31 11:54:04 -->

