<?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>Curiouser and curiouser!</title>
	<atom:link href="http://divyad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://divyad.wordpress.com</link>
	<description>Divya Dinakar's blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 21:05:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='divyad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Curiouser and curiouser!</title>
		<link>http://divyad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://divyad.wordpress.com/osd.xml" title="Curiouser and curiouser!" />
	<atom:link rel='hub' href='http://divyad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>(Solved) vnc4server on Ubuntu 11.10 (Oneiric Ocelot)</title>
		<link>http://divyad.wordpress.com/2012/01/27/solved-vnc4server-on-ubuntu-11-1-oneiric-ocelot/</link>
		<comments>http://divyad.wordpress.com/2012/01/27/solved-vnc4server-on-ubuntu-11-1-oneiric-ocelot/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 18:16:16 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips n tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/2012/01/27/solved-vnc4server-on-ubuntu-11-1-oneiric-ocelot/</guid>
		<description><![CDATA[Im posting this because I spent a lot of time trying multiple things to get vnc4server up and going on the Ubuntu 11.1 system. Most people suggest using x11vnc, which does work out of the box but does not support &#8230; <a href="http://divyad.wordpress.com/2012/01/27/solved-vnc4server-on-ubuntu-11-1-oneiric-ocelot/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=288&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Im posting this because I spent a lot of time trying multiple things to get vnc4server up and going on the Ubuntu 11.1 system. Most people suggest using x11vnc, which does work out of the box but does not support multiple users.</p>
<p>vnc4server is great, and up and running finally!</p>
<p>Here are the steps:</p>
<ul type="disc">
<li>Install vnc4server
<ul type="circle">
<li>
<pre>sudo apt-get install vnc4server</pre>
</li>
</ul>
</li>
</ul>
<ul type="disc">
<li>Install gdm
<ul type="circle">
<li>
<pre>sudo apt-get install gdm
sudo apt-get install gnome-panel</pre>
<ul type="disc">
<li>When asked to choose the default session manager, choose<em><strong> lightdm</strong></em></li>
</ul>
</li>
</ul>
</li>
</ul>
<ul type="disc">
<li>When you launch vnc4server for the first time, you will be asked to set a password and a <strong>/home/&lt;user&gt;/.vnc/xstartup</strong> will be created for you.</li>
<li>We need to change the contents of xstartup to get things working properly.</li>
</ul>
<ul type="disc">
<li>Contents should look like this:</li>
</ul>
<pre>#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
#exec /etc/X11/xinit/xinitrc
#. /etc/X11/xinit/xinitrc
gnome-session  --session=gnome-classic &amp;
[ -x /etc/vnc/xstartup ] &amp;&amp; exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] &amp;&amp; xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &amp;
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;
#x-window-manager &amp;</pre>
<p>What&#8217;s changed and is important is this:</p>
<ul type="disc">
<li>unset SESSION_MANAGER : Gets rid of any errors like <em><strong>&#8220;Coud not acquire name on session bus &#8220;</strong></em></li>
<li>/usr/share/gnome-session/sessions will have a bunch of .session files. You may use any of these  in your xstartup file.  For example:
<ul type="circle">
<li>gnome-session &#8211;session=gnome-classic &amp; gives your classic gnome</li>
<li>gnome-session &#8211;session=ubuntu-2d &amp; gives you Unity</li>
<li>gnome-session &#8211;session=ubuntu &amp; does not work!</li>
<li>gnome-session &amp; will not work because the default session is &#8220;ubuntu&#8221;</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=288&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2012/01/27/solved-vnc4server-on-ubuntu-11-1-oneiric-ocelot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>Crossroads</title>
		<link>http://divyad.wordpress.com/2011/12/16/crossroads/</link>
		<comments>http://divyad.wordpress.com/2011/12/16/crossroads/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 15:00:09 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[literature]]></category>
		<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=216</guid>
		<description><![CDATA[Standing at life&#8217;s crossroads, A triad of directions to stare The right, the wrong, and the duty A dilemma of choices unfair? Paths cross, roads meet&#8230; While a dawdling thought trickles How did I land here? I wonder, I was &#8230; <a href="http://divyad.wordpress.com/2011/12/16/crossroads/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=216&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Standing at life&#8217;s crossroads,<br />
A triad of directions to stare<br />
The right, the wrong, and the duty<br />
A dilemma of choices unfair?<br />
Paths cross, roads meet&#8230;<br />
While a dawdling thought trickles<br />
How did I land here? I wonder,<br />
I was only running in circles.</p>
<p>A mind defeated and conquered?<br />
A mind that fails to see?<br />
A mind simply blindfolded,<br />
By the heart&#8217;s own joy and glee?<br />
Adorned in shimmer a starry sky,<br />
Calls out with its brightest star,<br />
One moment I soar to reach for it,<br />
One moment it seems so far.</p>
<p>Juniper, rose, lavender and pine,<br />
Life&#8217;s potpourri in a crystal bowl,<br />
Blues, greens, with thoughts and dreams,<br />
Graffiti on an empty wall.<br />
Countless questions that linger<br />
From the heart to the mind to the soul;<br />
The excuse, the account, the answer,<br />
Crossroads demand it all.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=216&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2011/12/16/crossroads/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>A Romantic Confabulation</title>
		<link>http://divyad.wordpress.com/2010/05/04/a-romantic-confabulation/</link>
		<comments>http://divyad.wordpress.com/2010/05/04/a-romantic-confabulation/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:17:34 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=198</guid>
		<description><![CDATA[This is what happens when two poets chat, yes this was a chat conversation between me and a friend! Im naming the characters as Christine and Raoul after &#8220;Phantom of the Opera&#8221; and saving this amazingly poetic conversation that sounds &#8230; <a href="http://divyad.wordpress.com/2010/05/04/a-romantic-confabulation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=198&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">This is what happens when two poets chat, yes this was a chat conversation between me and a friend! Im naming the characters as Christine and Raoul after &#8220;Phantom of the Opera&#8221; and saving this amazingly poetic conversation that sounds so much like its straight of the play.</p>
<p style="text-align:center;"><strong>Raoul:</strong> how have you been my love</p>
<p style="text-align:center;"><strong>Christine:</strong> <em>very good,  and how have you been my lovely love</em></p>
<p style="text-align:center;"><strong>Raoul:</strong> i&#8217;ve been happy, but I&#8217;ve missed you sorely</p>
<p style="text-align:center;"><strong>Christine:</strong> <em>why so?</em></p>
<p style="text-align:center;"><strong>Raoul:</strong> but now that you&#8217;re here, my heart is full of cheer,</p>
<p style="text-align:center;">and I don&#8217;t need to fear, all that&#8217;s new to me</p>
<p style="text-align:center;">cos you&#8221;ll be by my side, and i&#8217;ll be by yours too</p>
<p style="text-align:center;">one step at a time, loving naturally</p>
<p style="text-align:center;"><strong>Christine:</strong> <em>Oh my darling, you&#8217;re so dear,</em></p>
<p style="text-align:center;"><em>So far away, yet so near&#8230;</em></p>
<p style="text-align:center;"><em>Your love to me  is crystal clear&#8230;</em></p>
<p style="text-align:center;"><em>In a special way, my life you steer&#8230;</em></p>
<p style="text-align:center;"><strong>Raoul:</strong> i&#8217;m glad I&#8217;ve been your guide, in the special way you know..</p>
<p style="text-align:center;">but in guiding you i&#8217;ve fallen, for you&#8217;re loving tender glow&#8230;</p>
<p style="text-align:center;">I try to touch your face, when you come into my dreams,</p>
<p style="text-align:center;">but all I hear is your whisper, telling me you love me&#8230;</p>
<p style="text-align:center;">i wish you were here, oh how i madly wish you were here!</p>
<p style="text-align:center;"><strong>Christine:</strong> <em>To listen to this, my ears have longed&#8230;</em></p>
<p style="text-align:center;"><em>Your love so gentle, yet so strong&#8230;</em></p>
<p style="text-align:center;"><em>I can hear you whisper silently,</em></p>
<p style="text-align:center;"><em>And you visit me in most special dreams&#8230;</em></p>
<p style="text-align:center;"><em>Your touch can spin my life around,</em></p>
<p style="text-align:center;"><em>your voice fills my life with musical sounds..</em></p>
<p style="text-align:center;"><em>Come to me and forever stay..</em></p>
<p style="text-align:center;"><em>In every breath Ill sweep you away&#8230;</em></p>
<p style="text-align:center;"><strong>Raoul:</strong> swept away, im swept away,</p>
<p style="text-align:center;">and I cannot bear the burden no more,</p>
<p style="text-align:center;">i&#8217;m coming, i&#8217;m on my way and when I reach,i&#8217;ll forever stay..</p>
<p style="text-align:center;">and in your loving embrace , live or die, a beautiful promise of a wonderful life&#8230;</p>
<p style="text-align:center;">i&#8217;ll hold you close and closer still&#8230;and only my heart beating hear you will..</p>
<p style="text-align:center;">to tenderly reassure and keep you safe..close to me..forever, now..and forever more&#8230;</p>
<p style="text-align:center;"><strong>Christine:</strong> <em>Oh my life has blossomed now..</em></p>
<p style="text-align:center;"><em>Like roses and tulips I smile away&#8230;</em></p>
<p style="text-align:center;"><em>As you enter my life like a shiny beam,</em></p>
<p style="text-align:center;"><em>I pinch myself to make sure its not a dream&#8230;</em></p>
<p style="text-align:center;"><em>Its not a dream, I say to myself&#8230;</em></p>
<p style="text-align:center;"><em>And from today, life&#8217;s going to go so swell&#8230;</em></p>
<p style="text-align:center;"><em>A knight has come to rescue me,</em></p>
<p style="text-align:center;"><em>With a shining armor and a sword so keen..</em></p>
<p style="text-align:center;"><em>As I ride along with him by me..</em></p>
<p style="text-align:center;"><em>Into heavenly bliss I break free&#8230;</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=198&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2010/05/04/a-romantic-confabulation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>Revelation</title>
		<link>http://divyad.wordpress.com/2010/03/08/revelation/</link>
		<comments>http://divyad.wordpress.com/2010/03/08/revelation/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 18:47:01 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[dive in!]]></category>
		<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=170</guid>
		<description><![CDATA[A dream unfolds, of stories untold Brightness, that golden luster. For a moment I am blinded Freezing my thoughts, calming my soul. Slowly, gently &#8211; the luminosity unfolds the mystic world in its nutshell, Of a choir of golden voices, &#8230; <a href="http://divyad.wordpress.com/2010/03/08/revelation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=170&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><em>A dream unfolds, of stories untold</em></p>
<p style="text-align:center;"><em>Brightness, that golden luster.</em></p>
<p style="text-align:center;"><em>For a moment I am blinded</em></p>
<p style="text-align:center;"><em>Freezing my thoughts, calming my soul.</em></p>
<p style="text-align:center;"><em><br />
</em></p>
<p style="text-align:center;">
<p style="text-align:center;"><em>Slowly, gently &#8211; the luminosity unfolds</em></p>
<p style="text-align:center;"><em>the mystic world in its nutshell,</em></p>
<p style="text-align:center;"><em>Of a choir of golden voices,</em></p>
<p style="text-align:center;"><em>Of webbed patterns in neon brights,</em></p>
<p style="text-align:center;"><em>Of angels guided in musical bliss,</em></p>
<p style="text-align:center;"><em>An epitome of synchronicity.</em></p>
<p style="text-align:center;"><em><br />
</em></p>
<p style="text-align:center;">
<p style="text-align:center;"><em>The brilliance spreads out in ripples</em></p>
<p style="text-align:center;"><em>As I make my first contact</em></p>
<p style="text-align:center;"><em>With this world I dreamed of</em></p>
<p style="text-align:center;"><em>My mind is pure and peaceful</em></p>
<p style="text-align:center;"><em>As I break contact from the outside</em></p>
<p style="text-align:center;"><em>To reconnect with myself</em></p>
<p style="text-align:center;"><em>In a sway and a trip and a twirl and a whirl</em></p>
<p style="text-align:center;"><em>I dance my heart out</em></p>
<p style="text-align:center;"><em>While my body and soul unite</em></p>
<p style="text-align:center;"><em>To become what really is <strong>me</strong></em><em>.</em></p>
<div style="text-align:center;"><span style="font-family:Monaco, 'Times New Roman', 'Bitstream Charter', Times, serif;"><br />
</span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=170&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2010/03/08/revelation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>Solitary circumstances</title>
		<link>http://divyad.wordpress.com/2009/09/19/solitary-circumstances/</link>
		<comments>http://divyad.wordpress.com/2009/09/19/solitary-circumstances/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 18:50:36 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[dive in!]]></category>
		<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=166</guid>
		<description><![CDATA[Solitary circumstances, Gushing into a stream. Sedate fading chances, Mutations of the dream. Sanguine once, ripe cherry red Turning rusty and brittle.. Thickened by emotion my zestful blood Stays still, strained into a trickle. Countless questions ringing again A pandemonium &#8230; <a href="http://divyad.wordpress.com/2009/09/19/solitary-circumstances/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=166&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Solitary circumstances,</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Gushing into a stream.</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Sedate fading chances,</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Mutations of the dream.</em></p>
<p style="font:normal normal normal 13px/normal Monaco;min-height:17px;text-align:center;margin:0;"><em> </em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Sanguine once, ripe cherry red</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Turning rusty and brittle..</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Thickened by emotion my zestful blood</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Stays still, strained into a trickle.</em></p>
<p style="font:normal normal normal 13px/normal Monaco;min-height:17px;text-align:center;margin:0;"><em> </em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Countless questions ringing again</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>A pandemonium of sorts..</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Rage, doubt, jolts and the rain</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>A rhapsody in parts.</em></p>
<p style="font:normal normal normal 13px/normal Monaco;min-height:17px;text-align:center;margin:0;"><em> </em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Starry eyed, crystal clear,</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Once inviting and enticing</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Starry eyed, crystal clear,</em></p>
<p style="font:normal normal normal 13px/normal Monaco;text-align:center;margin:0;"><em>Departing and deserting.</em></p>
<p style="font:normal normal normal 13px/normal Monaco;min-height:17px;text-align:center;margin:0;"><em> </em></p>
<p style="font:normal normal normal 13px/normal Monaco;min-height:17px;text-align:center;margin:0;"><em> </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=166&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2009/09/19/solitary-circumstances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>A daily dose of ecstasy</title>
		<link>http://divyad.wordpress.com/2009/02/22/a-daily-dose-of-ecstasy/</link>
		<comments>http://divyad.wordpress.com/2009/02/22/a-daily-dose-of-ecstasy/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 08:04:00 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[dive in!]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=154</guid>
		<description><![CDATA[Life&#8217;s strange People come and people go some stay. Making their place in every corner Unforgettable Blending in your life, They become your defining color Absorbed in your veins Dictating a flow Slowly seeping A subtle feeling Bit by bit &#8230; <a href="http://divyad.wordpress.com/2009/02/22/a-daily-dose-of-ecstasy/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=154&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">Life&#8217;s strange<br />
People come and people go<br />
some stay.<br />
Making their place in every corner<br />
<em>Unforgettable</em><br />
Blending in your life,<br />
They become your defining color<br />
Absorbed in your veins<br />
Dictating a flow<br />
Slowly seeping<br />
A subtle feeling<br />
Bit by bit<br />
Changing you.<br />
Like a dose of nicotine<br />
making a place in that stream<br />
Like the smell of fresh coffee<br />
for a good day&#8217;s beginning<br />
Like the breeze against your face<br />
reviving a lost smile<br />
Like the tune of your best song<br />
to put your day to an end<br />
When the mask strains<br />
and the world drains<br />
All you need is<br />
<em>that daily dose of ecstasy.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=154&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2009/02/22/a-daily-dose-of-ecstasy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Directory &#8211; Redefining search</title>
		<link>http://divyad.wordpress.com/2009/01/30/google-directory-redefining-search/</link>
		<comments>http://divyad.wordpress.com/2009/01/30/google-directory-redefining-search/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:22:51 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[cool web]]></category>
		<category><![CDATA[world wide web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google directory]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=149</guid>
		<description><![CDATA[Internet has changed the course of things drastically in the 21st century. With all the information explosion that has occurred due the booming of the internet, there is just so much out there to know and learn. In a way &#8230; <a href="http://divyad.wordpress.com/2009/01/30/google-directory-redefining-search/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=149&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Internet has changed the course of things drastically in the 21st century. With all the information explosion that has occurred due the booming of the internet, there is just so much out there to know and learn. In a way libraries of yesterday have lost importance in today&#8217;s world. The internet has successfully replaced all prior sources of information to human beings and established a monopoly of sorts. While there are many aspects in which the internet has affected our lives, we will concentrate on the &#8220;information&#8221; part for now. There is so much information and data out there, but how does one find it?</p>
<p><em>Enter <a href="http://google.com">Google</a></em>.</p>
<p>It&#8217;s alright to say that internet without <a href="http://google.com">Google</a> wouldn&#8217;t be that big a deal after all. We have this powerful search engine at our disposal and &#8220;searching&#8221; about anything just is a matter of seconds. Again when it comes to <a href="http://google.com">Google</a>, there are numerous ways in which it has become an unavoidable part of our lives with <a href="http://www.google.com/maps">maps</a>, <a href="http://youtube.com">youtube</a> etc. But again, lets not deviate and stick to &#8220;Search&#8221;. There are two parts to searching. The first part is played by <a href="http://google.com">Google</a> and they are doing a good job by indexing all this wealth of information so that we search it quickly. The second part is where the ball is in our court. Its a fact that not all people know how to use Google to its best. <em>They just don&#8217;t know how to search for information in the right way.</em> Knowing that Google is capable of indexing only 3-4% of the information lying out there in spite of being so good, it just makes the scene petty if we can&#8217;t find the best links about what we are looking for.</p>
<p>Enter Google. <em>Again.</em></p>
<p>This time its &#8220;Google Directory&#8221;. <a href="http://directory.google.com/">http://directory.google.com/</a> is the best thing on the web that I recently came across. This was what we needed. A yellow pages for the web. Now a  novice doesn&#8217;t need to know all the flashy google tricks find data. Google Directory categorizes data in a very clean manner with subcategories and finally the page that displays results &#8211; <strong>sorted by pagerank</strong>. Now that&#8217;s something eh! Since I am into computer science, <a href="http://directory.google.com/Top/Computers/Algorithms/">this</a> link blew me off. Then I played around with it and browsed through other categories and it was perfect. <em>Google is just not finding, but finding the right things</em>.</p>
<p>Technology is advancing, though I&#8217;m not sure if it is inversely affecting our grey matter!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=149&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2009/01/30/google-directory-redefining-search/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>Eye-Candy for your Ubuntu installation</title>
		<link>http://divyad.wordpress.com/2008/12/09/eye-candy-for-your-ubuntu-installation/</link>
		<comments>http://divyad.wordpress.com/2008/12/09/eye-candy-for-your-ubuntu-installation/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 06:53:29 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips n tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[intrepid Ibex]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=122</guid>
		<description><![CDATA[With a little bit of time and effort, you can make your Ubuntu installation look jazzier than any operating system installation. The new look is a refreshing change over the boring brown wallapapers that Ubuntu ships by default. So lets &#8230; <a href="http://divyad.wordpress.com/2008/12/09/eye-candy-for-your-ubuntu-installation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=122&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With a little bit of time and effort, you can make your Ubuntu installation look jazzier than any operating system installation. The new look is a refreshing change over the boring brown wallapapers that Ubuntu ships by default.</p>
<p>So lets start with a default Ubuntu installation&#8230; Lets call him Insipid Ibex</p>
<div class="wp-caption aligncenter" style="width: 330px"><img title="Insipid Ibex" src="http://img114.imageshack.us/img114/406/insipidgv1.png" alt="Insipid Ibex" width="320" height="200" /><p class="wp-caption-text">Insipid Ibex</p></div>
<p>Step 1&#8230; Open a terminal and run</p>
<blockquote><p><code>sudo apt-get install ubuntustudio-look<br />
</code></p></blockquote>
<p>Once done, click on System-&gt;Preferences-&gt;Appearance and select the UbuntuStudio theme. Also change the wallpaper to the UbuntuStudio wallpaper&#8230; and here you go&#8230; Haikarrramba!</p>
<div class="wp-caption aligncenter" style="width: 330px"><img title="Interesting Ibex" src="http://img114.imageshack.us/img114/228/step1lx4.png" alt="Interesting Ibex!" width="320" height="200" /><p class="wp-caption-text">Interesting Ibex!</p></div>
<p>Much better eh?</p>
<p>Step 2&#8230; Now lets get a MAC like dock for it. Open a terminal and run</p>
<blockquote><p><code>sudo apt-get install avant-window-navigator<br />
</code></p></blockquote>
<p>Step 3&#8230; As if this is not overwhelming enough for such little effort lets add more to the show&#8230;<br />
Pick out an icon set for yourself by visiting this <a href="http://www.junauza.com/2008/08/10-really-cool-icon-sets-for.html">link</a>. My personal favorite is &#8220;Black White 2 Gloss&#8221;</p>
<div class="wp-caption aligncenter" style="width: 330px"><img src="http://2.bp.blogspot.com/_UqUwVPikChs/SLWRbF_2zxI/AAAAAAAAE6w/5rLhEK66Gfg/s320/black-white2-gloss.jpg" alt="Black White 2 Gloss Iconset" width="320" height="240" /><p class="wp-caption-text">Black White 2 Gloss Iconset</p></div>
<p>Here&#8217;s how Ubuntu will look once you install them.. Killer aye?</p>
<div class="wp-caption aligncenter" style="width: 330px"><img title="Interesting Ibex" src="http://img355.imageshack.us/img355/543/step4ki4.png" alt="Interesting Ibex - New icons" width="320" height="200" /><p class="wp-caption-text">Interesting Ibex - New icons</p></div>
<p>Step 4&#8230; Time to spice up the terminal. Open a terminal and goto Edit-&gt;Profiles. Edit the Default profile or create a new profile. Change the text and background colors. I prefer the text to be blue to match the Studio look and the background to be black. Now make the background transparent and set the level of transparency to what you wish and watch the terminal turn into a rockstar!</p>
<div class="wp-caption aligncenter" style="width: 330px"><img title="terminal" src="http://img210.imageshack.us/img210/8835/terminalcx3.png" alt="Rockstar terminal" width="320" height="200" /><p class="wp-caption-text">Rockstar terminal</p></div>
<p>Step 5&#8230; Improve usability by installing the <a href="http://code.google.com/p/gnome-menu-file-browser-applet/">Google Gnome Menu File Browser Applet</a> . With this applet you can browser the home folder right from your menubar. This saves a lotta time!</p>
<div class="wp-caption aligncenter" style="width: 330px"><img title="menu" src="http://img408.imageshack.us/img408/8043/menupj2.png" alt="Menu File Browser Applet" width="320" height="200" /><p class="wp-caption-text">Menu File Browser Applet</p></div>
<p>If this is not enough go ahead and install compiz fusion and you can do a lot more fun stuff. If you&#8217;re a geek, it&#8217;ll irritate you in 48 hours&#8230; If you&#8217;re not you&#8217;ll hang on to it for a while. But it doesn&#8217;t hurt to try it out!</p>
<p>So here a few simple things we did to give Ubuntu a fresh look! Wow.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=122&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2008/12/09/eye-candy-for-your-ubuntu-installation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>

		<media:content url="http://img114.imageshack.us/img114/406/insipidgv1.png" medium="image">
			<media:title type="html">Insipid Ibex</media:title>
		</media:content>

		<media:content url="http://img114.imageshack.us/img114/228/step1lx4.png" medium="image">
			<media:title type="html">Interesting Ibex</media:title>
		</media:content>

		<media:content url="http://2.bp.blogspot.com/_UqUwVPikChs/SLWRbF_2zxI/AAAAAAAAE6w/5rLhEK66Gfg/s320/black-white2-gloss.jpg" medium="image">
			<media:title type="html">Black White 2 Gloss Iconset</media:title>
		</media:content>

		<media:content url="http://img355.imageshack.us/img355/543/step4ki4.png" medium="image">
			<media:title type="html">Interesting Ibex</media:title>
		</media:content>

		<media:content url="http://img210.imageshack.us/img210/8835/terminalcx3.png" medium="image">
			<media:title type="html">terminal</media:title>
		</media:content>

		<media:content url="http://img408.imageshack.us/img408/8043/menupj2.png" medium="image">
			<media:title type="html">menu</media:title>
		</media:content>
	</item>
		<item>
		<title>Alternate forms of happiness</title>
		<link>http://divyad.wordpress.com/2008/10/28/alternate-forms-of-happiness/</link>
		<comments>http://divyad.wordpress.com/2008/10/28/alternate-forms-of-happiness/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 05:32:03 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[dive in!]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[poems]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[rhyme-personify-alliterate]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[weird poems]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=118</guid>
		<description><![CDATA[Alternate forms of happiness In the winter chill In nature&#8217;s ultimate skill In a free fall thrill And a dollar bill Alternate forms of happiness In the mad house in town In the pretty new black gown When you&#8217;re up &#8230; <a href="http://divyad.wordpress.com/2008/10/28/alternate-forms-of-happiness/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=118&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">Alternate forms of happiness<br />
In the winter chill<br />
In nature&#8217;s ultimate skill<br />
In a free fall thrill<br />
And a dollar bill</p>
<p style="text-align:center;">Alternate forms of happiness<br />
In the mad house in town<br />
In the pretty new black gown<br />
When you&#8217;re up and down<br />
With a shiny broken crown</p>
<p style="text-align:center;">Alternate forms of happiness<br />
In the chirpy talk talk talk<br />
And the fluttery dancy walk<br />
Behold the slender stalk<br />
Right now, Cease the squawk</p>
<p style="text-align:center;">Alternate forms of happiness<br />
In dreams and the nightly tale<br />
Under the soft silk veil<br />
And the tunnel on the trail<br />
And a pink glass of ale</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=118&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2008/10/28/alternate-forms-of-happiness/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>
	</item>
		<item>
		<title>The new macbook</title>
		<link>http://divyad.wordpress.com/2008/10/14/the-new-macbook/</link>
		<comments>http://divyad.wordpress.com/2008/10/14/the-new-macbook/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 22:14:51 +0000</pubDate>
		<dc:creator>divya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://divyad.wordpress.com/?p=111</guid>
		<description><![CDATA[Owning a Macbook is just a lot of fun. Its this amazing thing that you can flaunt away! But today I am jealous because Apple just went ahead and released the new Macbook which I must say is the best &#8230; <a href="http://divyad.wordpress.com/2008/10/14/the-new-macbook/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=111&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Owning a <a href="http://www.apple.com/macbook/">Macbook</a> is just a lot of fun. Its this amazing thing that you can flaunt away! But today I am jealous because <a href="http://www.apple.com/">Apple</a> just went ahead and released the new Macbook which I must say is the best piece of engineering I have ever seen. So lets go over the features&#8230;</p>
<p><img class="aligncenter" title="macbook" src="http://images.apple.com/macbook/images/overview-hero20081014.jpg" alt="" width="490" height="252" /></p>
<p>First, this time the entire body, which Apple calls &#8220;Unibody&#8221; has been made from a single block of Aluminium. Much lighter and classy.</p>
<p>Second, the screen this time is LCD and it looks exactly like the iphone display. Totally rocks!</p>
<p>Now the best part is that they got rid of the mousepad buttons and the mousepad itself is a button&#8230;Also, the macbook now has NVidia integrated graphics to for graphic rendering.</p>
<p>Watch the video <a href="http://www.apple.com/macbook/">here</a> and be amazed. And I want to buy one of those soon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/divyad.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/divyad.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/divyad.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=divyad.wordpress.com&amp;blog=732706&amp;post=111&amp;subd=divyad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://divyad.wordpress.com/2008/10/14/the-new-macbook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce0718f5c2e6942d1d239452c5dc309f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">divya</media:title>
		</media:content>

		<media:content url="http://images.apple.com/macbook/images/overview-hero20081014.jpg" medium="image">
			<media:title type="html">macbook</media:title>
		</media:content>
	</item>
	</channel>
</rss>
