<?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/"
	>

<channel>
	<title>Rants!</title>
	<atom:link href="http://www.ariyam.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ariyam.com</link>
	<description>and babblings!</description>
	<lastBuildDate>Sat, 31 Dec 2011 21:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The CFP List: www.cfplist.com</title>
		<link>http://www.ariyam.com/2011/11/09/the-cfp-list-www-cfplist-com/</link>
		<comments>http://www.ariyam.com/2011/11/09/the-cfp-list-www-cfplist-com/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 03:50:14 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=378</guid>
		<description><![CDATA[As a professional in literature, you are constantly on the prowl to present at conferences. So, as you can imagine, grad students are strongly encouraged to attend and submit papers to conferences whenever possible. &#8220;Real&#8221; conferences, to me, are super &#8230; <a href="http://www.ariyam.com/2011/11/09/the-cfp-list-www-cfplist-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a professional in literature, you are constantly on the prowl to present at conferences. So, as you can imagine, grad students are strongly encouraged to attend and submit papers to conferences whenever possible. &#8220;Real&#8221; conferences, to me, are super intimidating still. I can&#8217;t help but have nightmares that someone is going to ask me a question that I can&#8217;t answer. Or worse, a question to which I can&#8217;t even figure out the question. </p>
<p>Lately I&#8217;ve been scouring the web for friendly graduate student conferences which I think I may be able to handle. Unfortunately, there are very few sites that have a nice rich repository of CFPs (Call for Papers). Sorry, &#8220;CFPs&#8221;, the acronym I had to learn lately, is basically a beacon call for academics to submit a proposal to present. So a fellow English Grad student and I created our own CFP database called <a href="http://www.cfplist.com/" title="www.cfplist.com">cfplist.com</a>. The goal is to warehouse all CFPs floating out there. Well, we&#8217;ll see if it takes off! </p>
<p>Make sure to check it out: <a href="http://www.cfplist.com/" title="www.cfplist.com">http://www.cfplist.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2011/11/09/the-cfp-list-www-cfplist-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS7 and non-www prefix on domain</title>
		<link>http://www.ariyam.com/2011/10/18/iis7-and-non-www-prefix-on-domain/</link>
		<comments>http://www.ariyam.com/2011/10/18/iis7-and-non-www-prefix-on-domain/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:29:59 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=364</guid>
		<description><![CDATA[Be warned, this is a somewhat technical post. It took me a while today to figure why my webserver running IIS7 was not loading up my website whenever the &#8220;www&#8221; prefix was not included. So for instance, &#8220;ariyam.com&#8221; was sending &#8230; <a href="http://www.ariyam.com/2011/10/18/iis7-and-non-www-prefix-on-domain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Be warned, this is a somewhat technical post. It took me a while today to figure why my webserver running IIS7 was not loading up my website whenever the &#8220;www&#8221; prefix was not included. So for instance, &#8220;ariyam.com&#8221; was sending out a 404 error, while &#8220;www.ariyam.com&#8221; was working correctly. After spending a lot of time Googling my way to a solution I actually ended up in a dead-end and had to figure this out on my own. Others had suggested adding &#8220;redirect&#8221; rules, but that didn&#8217;t seem to work for me. Turns out the problem is incredibly easy to fix on IIS7. Here&#8217;s how you do it:</p>
<ol>
<li>Firstly, open up a command prompt and make sure &#8220;www.domain.com&#8221; and &#8220;domain.com&#8221; are pointing to the same IP. You can either run &#8220;ping www.domain.com&#8221; or use &#8220;nslookup www.domain.com&#8221; to do this. If the IPs don&#8217;t match, you have a DNS issue which you need to resolve first (don&#8217;t ask me how).</li>
<li>Assuming the IPs match for the non-www domain and the regular domain, you can then proceed to your web server and launch the IIS7 management (inetmgr).</li>
<li>The issue is something called &#8220;binding&#8221;. All you have to do as add another &#8220;binding&#8221; entry on IIS for your website. It takes about 10 seconds. Once you have IIS7 open, click on your website and click the Binding link on the right, click add, then put in the domain name minus the &#8220;www&#8221; prefix. See the screen shots below.
</li>
<li>And that&#8217;s it! </li>
</ol>
<p><a href="http://www.ariyam.com/wp-content/uploads/2011/10/IIS7_1.png"><img src="http://www.ariyam.com/wp-content/uploads/2011/10/IIS7_1-300x208.png" alt="" title="IIS7_1" width="300" height="208" class="alignleft size-medium wp-image-365" /></a><br />
<a href="http://www.ariyam.com/wp-content/uploads/2011/10/IIS7_2.png"><img src="http://www.ariyam.com/wp-content/uploads/2011/10/IIS7_2-300x140.png" alt="" title="IIS7_2" width="300" height="140" class="alignleft size-medium wp-image-366" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2011/10/18/iis7-and-non-www-prefix-on-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(Un)Comfortable Reading Positions or &#8220;Norton Neck-Cramps&#8221;</title>
		<link>http://www.ariyam.com/2011/09/19/uncomfortable-reading-positions-or-norton-neck-cramps/</link>
		<comments>http://www.ariyam.com/2011/09/19/uncomfortable-reading-positions-or-norton-neck-cramps/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:26:09 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[lit]]></category>
		<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=319</guid>
		<description><![CDATA[There&#8217;s a common problem plaguing english grad students — in fact, it may have spread to all students generally. It is a problem oft dismissed as irrelevant; never talked about; never addressed, and students suffer alone when confronting it. I &#8230; <a href="http://www.ariyam.com/2011/09/19/uncomfortable-reading-positions-or-norton-neck-cramps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a common problem plaguing english grad students — in fact, it may have spread to all students generally. It is a problem oft dismissed as irrelevant; never talked about; never addressed, and students suffer alone when confronting it. I of course refer to this:</p>
<p><a href="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0082.jpg"><img src="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0082-300x225.jpg" alt="" title="Norton Anthology" width="300" height="225" class="alignleft size-medium wp-image-320" /></a></p>
<p>The 3,000 page neck-aching Norton Anthologies: textbooks that work your mind as well as your forearms. Pictured here is my <em>Norton Anthology of Theory and Criticism</em>. Just look at it! It laughs at your futile attempts to read it comfortably. The first 500 pages or so are by far the worst of the experience — the book constantly shutting from the stress on its binding. Sometimes I look forward to mid-semester only because the book balances better on a table. Word of caution: do not attempt to read this book in bed, unless you have two spotters (very few people do). If you read it in a chair with your lap (which sounds reasonable) you will find your eyes cannot make out the micro-print typeface. The book must be 10-12 inches from the eyes, and the only way to accomplish this is on a flat table, with your neck precariously hinged, taking frequent breaks to relieve the stressors on said neck.</p>
<p>Fortunately, that has all changed. I&#8217;ve finally discovered a more comfortable way to read this book! I never thought I&#8217;d see this day, but alas: Behold, the book holder!<br />
<a href="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0076.jpg"><img src="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0076-300x225.jpg" alt="" title="Book Holder" width="300" height="225" class="alignleft size-medium wp-image-324" /></a> </p>
<p>This ingenious device props books upright allowing it to be read easily at eye-level, relieving neck stress, minimizing head movements, and overall providing a more comfortable and healthy reading posture for uber-large textbooks. </p>
<p><a href="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0079.jpg"><img src="http://www.ariyam.com/wp-content/uploads/2011/09/IMG_0079-300x225.jpg" alt="" title="Book Holder2" width="300" height="225" class="alignleft size-medium wp-image-322" /></a></p>
<p>In my mind, this is a revolutionary find (though, apparently a hushed secret among law students who have known about it for years: damn lawyers and their secret clubs!). I bought mine from Amazon for about 8$ and love it. It has already dramatically improved my reading experience, and as result, no doubt will seep into better grades.  Simply search for &#8220;book holder&#8221; on Amazon and always remember who showed you the way <img src='http://www.ariyam.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2011/09/19/uncomfortable-reading-positions-or-norton-neck-cramps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statement of Purpose Writing Tips</title>
		<link>http://www.ariyam.com/2011/09/10/statement-of-purpose-writing-tips/</link>
		<comments>http://www.ariyam.com/2011/09/10/statement-of-purpose-writing-tips/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 03:25:49 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[lit]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=276</guid>
		<description><![CDATA[Statement of Purpose essays are incredibly difficult to write. This past April, I began the application process anew for my PhD. Of course among the items required was a statement of purpose. Worse, I read it&#8217;s often considered the most &#8230; <a href="http://www.ariyam.com/2011/09/10/statement-of-purpose-writing-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Statement of Purpose essays are incredibly difficult to write. This past April, I began the application process anew for my PhD. Of course among the items required was a statement of purpose. Worse, I read it&#8217;s often considered the most important component of the application. The doctoral degree emphasizes specialization, focus and (gulp) &#8220;purpose.&#8221; Add to that, if you&#8217;re applying to a program where &#8220;writing&#8221; is central to success (English for instance) a Statement of Purpose holds evermore weight.</p>
<p>But after tips from friends, professors, and after studying several samples, I discovered advice to help craft a decent Statement of Purpose.</p>
<p>The following are 10 tips for anyone needing to write a Statement of Purpose for graduate school. </p>
<ol>
<li> Be humble. Don&#8217;t be a know-it-all <del>who writes-out advice in lists of ten simple and fairly obvious statements</del>.</li>
<li>Leave the lofty goals and ambitions to Miss America pageants: Be real and be yourself. The world will not be a better place if you&#8217;re accepted to graduate school. True, you are special and unique; however, there are billions of people who are also special and unique. So, act accordingly after weighing in that proportion. A &#8220;real&#8221; person is much more refreshing and interesting then someone effusively optimistic/naive.</li>
<li>Your opening sentence and/or opening paragraph are the most important parts. Spend time with them. Don&#8217;t make them generic and don&#8217;t take over-the-top risks to stand out; like opening with a haiku or some unnecessarily provocative statement.</li>
<li>Stand out with specificity.</li>
<li>Avoid all and every sort of cliche.</li>
<li>Demonstrate focus and drive indirectly through illustration. Don&#8217;t explicitly say something about yourself that cannot be corroborated.</li>
<li>Keep a common thread running through the essay. </li>
<li>While you may not know exactly what you want to focus on in graduate school, it helps to highlight a focus area. There must be at least one thing you&#8217;re interested in. Find out what that is and talk about it. Allow your own natural interest to color your enthusiasm (don&#8217;t feign excitement when it&#8217;s not there).</li>
<li>Have different people read your essay to offer their feedback. </li>
<li>Re-read the first paragraph of your essay and honestly ask yourself &#8220;If I were a random stranger, would I want to read on?&#8221; If not, don&#8217;t feel afraid to scrap that entire paragraph. It&#8217;s not about length, it&#8217;s about quality of content. Sentences should be painfully crafted, revisited, rewritten — polished to death as it were. If your statement of purpose doesn&#8217;t take you over a week to write, or if it doesn&#8217;t look drastically different than the first rough draft, it&#8217;s probably not ready for submission.</li>
</ol>
<p>Explore yourself through the essay. You may come to discover that you have a clearer idea of yourself and your own purpose for pursuing graduate work by the very act of writing about it. In some respect, it can be an exercise for yourself. </p>
<p>Okay now, here&#8217;s a test: look at the paragraph you just read right before this. If any part of your essay reads like that, delete it! While it contains a modicum of truth, it&#8217;s wrapped in corny, lofty, non-specific, language that reads a bit like pablum — which has no place in your essay! </p>
<p><a href="http://www.ariyam.com/essays/sample-statement-of-purpose/" title="Sample Statement of Purpose">A Sample Statement of Purpose Essay</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2011/09/10/statement-of-purpose-writing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Melodie Professional Edition</title>
		<link>http://www.ariyam.com/2011/09/01/melodie-professional-edition/</link>
		<comments>http://www.ariyam.com/2011/09/01/melodie-professional-edition/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 20:07:48 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=256</guid>
		<description><![CDATA[Once upon a time, churches used overhead projectors to display song lyrics on screen for people to follow. This was not bad for its time, but it did require a lot of work on the operator. It was tedious (and &#8230; <a href="http://www.ariyam.com/2011/09/01/melodie-professional-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ariyam.com/wp-content/uploads/2011/09/MelodiePro.png"><img src="http://www.ariyam.com/wp-content/uploads/2011/09/MelodiePro.png" alt="Melodie Pro" title="MelodiePro" width="128" height="128" class="alignleft size-full wp-image-266" /></a>Once upon a time, churches used overhead projectors to display song lyrics on screen for people to follow. This was not bad for its time, but it did require a lot of work on the operator. It was tedious (and stressful) to search for songs fast under pressure; one needed nimble fingers to jump to different stanzas quickly, and strange cardboard-contraptions to obscure certain lines. And apart from rolling back the projector and re-focusing, adjusting the size and resolution or the background was difficult if not impossible. But thankfully, in this era such contraptions are a thing of the past.</p>
<p>After many long months of programming, I&#8217;m happy to introduce our latest software creation: Melodie. With Melodie, you can store your entire library of songs on a computer, and then quickly retrieve them, and have lyrics scroll down at a certain pace, and/or quickly queue up the next song or stanza at the direction of a song leader. The idea is distraction-free worship.</p>
<p>But if you need to add a little color or make a more dynamic song/bible presentation (for a youth choir, or Sunday School graduation for example) you can still do that with Melodie!</p>
<p>With the new Professional Edition of Melodie you can set dynamic backgrounds (picture clouds moving) via videos. The text, fonts, margins etc. are all customizable. In fact, Melodie Professional has a whole suite of neat features, such as:</p>
<ul>
<li>Dual-Screen Output</li>
<li>Direct X-based text scrolling for enhanced smoothness and control</li>
<li>Jump quickly to individual song lines as well as stanzas</li>
<li>Supports wide screen output aspect ratios</li>
<li>Easy to use (cliché-sounding, but it really is easy)</li>
<li>Bulk import your song data from a spreadsheet</li>
<li>Songs can be &#8220;tagged&#8221; by keywords to aid in searching.</li>
<li>Video loop and gradient background options</li>
<li>Advanced full-text song searching algorithm</li>
<li>Quick Bible passage look-ups (comes with the KJV and ASV bible)</li>
<li>Shortcut / Function keys make operation a cinch</li>
<li>Melodie keeps itself up-to-date automatically</li>
</ul>
<p>Check out <a href="http://www.melodiepro.com" target="_blank">The Melodie Professional Edition website</a> to download and learn more!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2011/09/01/melodie-professional-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mission Window Seat</title>
		<link>http://www.ariyam.com/2010/12/14/closed-for-the-season/</link>
		<comments>http://www.ariyam.com/2010/12/14/closed-for-the-season/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 23:34:30 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=247</guid>
		<description><![CDATA[It&#8217;s getting colder out, so I&#8217;ve hustled to finish my final woodworking project for the year. I put the last coat of poly last night. It&#8217;s called: The Mission Window Seat. It&#8217;s made entirely of Red Oak (my first time &#8230; <a href="http://www.ariyam.com/2010/12/14/closed-for-the-season/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s getting colder out, so I&#8217;ve hustled to finish my final woodworking project for the year. I put the last coat of poly last night. It&#8217;s called: The Mission Window Seat. It&#8217;s made entirely of Red Oak (my first time working with oak).<br />

<a href='http://www.ariyam.com/2010/12/14/closed-for-the-season/img_2342/' title='IMG_2342'><img width="150" height="150" src="http://www.ariyam.com/wp-content/uploads/2010/12/IMG_2342-150x150.jpg" class="attachment-thumbnail" alt="IMG_2342" title="IMG_2342" /></a>
<a href='http://www.ariyam.com/2010/12/14/closed-for-the-season/img_2343/' title='IMG_2343'><img width="150" height="150" src="http://www.ariyam.com/wp-content/uploads/2010/12/IMG_2343-150x150.jpg" class="attachment-thumbnail" alt="IMG_2343" title="IMG_2343" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2010/12/14/closed-for-the-season/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twenty Months Later</title>
		<link>http://www.ariyam.com/2010/12/09/twenty-months-later/</link>
		<comments>http://www.ariyam.com/2010/12/09/twenty-months-later/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 21:27:33 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=240</guid>
		<description><![CDATA[Twenty months. Imagine that. It&#8217;s been that long since I wrote anything on this site. It&#8217;s amazing to think I started this blog a little over 6 years ago, and almost two of those years was left without writing a &#8230; <a href="http://www.ariyam.com/2010/12/09/twenty-months-later/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Twenty months. Imagine that. It&#8217;s been <em>that </em>long since I wrote anything on this site. It&#8217;s amazing to think I started this blog a little over 6 years ago, and almost two of those years was left without writing a single thing (at least on here). I&#8217;ve since upgraded my wordpress version to the latest one &#8212; the update to end all updates apparently. The new versions can automatically upgrade themselves without the need to FTP anything across, backup a database, and/or delete files manually. (At least that&#8217;s what I think I read.)</p>
<p>In the last two years, I&#8217;ve since discovered woodworking and how awesome it is. Most of my evenings are spent in the garage (which is now a balmy 1.6 C or 29 F) and is my new safe-haven. I can spend hours on hours in there getting lost in my work, forgetting to eat, and only stopping when I&#8217;m physically and mentally so tired I end up making costly mistakes. So far, none of those costly mistakes have resulted in amputation — thank God!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2010/12/09/twenty-months-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Color to Hex Code</title>
		<link>http://www.ariyam.com/2009/03/10/net-color-to-hex-code/</link>
		<comments>http://www.ariyam.com/2009/03/10/net-color-to-hex-code/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:21:12 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=236</guid>
		<description><![CDATA[There are times (many) that a .NET developer needs to use the web-iversal Hex code for a color as opposed to the pretty-named Microsoft palette. I can&#8217;t begin to count the times I&#8217;ve needed a simple Hex code for LightSteelBlue, &#8230; <a href="http://www.ariyam.com/2009/03/10/net-color-to-hex-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are times (many) that a .NET developer needs to use the web-iversal Hex code for a color as opposed to the pretty-named Microsoft palette. I can&#8217;t begin to count the times I&#8217;ve needed a simple Hex code for LightSteelBlue, or LemonChiffon, or one of my favorites, Gainsboro. Hence, provided below, I&#8217;ve made a little table of all the .NET colors alongside a reference to the web Hex code equivalent. It&#8217;s ordered alphabetically. Hope it&#8217;s useful! It sure makes for a colorful post.</p>
<table>
<tbody>
<tr>
<td><b>AliceBlue</b></td>
<td style="background-color:#F0F8FF;" width="250"><b><br />
      </b></td>
<td>#F0F8FF</td>
</tr>
<tr>
<td><b>AntiqueWhite</b></td>
<td style="background-color:#FAEBD7;"></td>
<td>#FAEBD7</td>
</tr>
<tr>
<td><b>Aqua</b></td>
<td style="background-color:#00FFFF;"></td>
<td>#00FFFF</td>
</tr>
<tr>
<td><b>Aquamarine</b></td>
<td style="background-color:#7FFFD4;"></td>
<td>#7FFFD4</td>
</tr>
<tr>
<td><b>Azure</b></td>
<td style="background-color:#F0FFFF;"></td>
<td>#F0FFFF</td>
</tr>
<tr>
<td><b>Beige</b></td>
<td style="background-color:#F5F5DC;"></td>
<td>#F5F5DC</td>
</tr>
<tr>
<td><b>Bisque</b></td>
<td style="background-color:#FFE4C4;"></td>
<td>#FFE4C4</td>
</tr>
<tr>
<td><b>Black</b></td>
<td style="background-color:#000000;"></td>
<td>#000000</td>
</tr>
<tr>
<td><b>BlanchedAlmond</b></td>
<td style="background-color:#FFEBCD;"></td>
<td>#FFEBCD</td>
</tr>
<tr>
<td><b>Blue</b></td>
<td style="background-color:#0000FF;"></td>
<td>#0000FF</td>
</tr>
<tr>
<td><b>BlueViolet</b></td>
<td style="background-color:#8A2BE2;"></td>
<td>#8A2BE2</td>
</tr>
<tr>
<td><b>Brown</b></td>
<td style="background-color:#A52A2A;"></td>
<td>#A52A2A</td>
</tr>
<tr>
<td><b>BurlyWood</b></td>
<td style="background-color:#DEB887;"></td>
<td>#DEB887</td>
</tr>
<tr>
<td><b>CadetBlue</b></td>
<td style="background-color:#5F9EA0;"></td>
<td>#5F9EA0</td>
</tr>
<tr>
<td><b>Chartreuse</b></td>
<td style="background-color:#7FFF00;"></td>
<td>#7FFF00</td>
</tr>
<tr>
<td><b>Chocolate</b></td>
<td style="background-color:#D2691E;"></td>
<td>#D2691E</td>
</tr>
<tr>
<td><b>Coral</b></td>
<td style="background-color:#FF7F50;"></td>
<td>#FF7F50</td>
</tr>
<tr>
<td><b>CornflowerBlue</b></td>
<td style="background-color:#6495ED;"></td>
<td>#6495ED</td>
</tr>
<tr>
<td><b>Cornsilk</b></td>
<td style="background-color:#FFF8DC;"></td>
<td>#FFF8DC</td>
</tr>
<tr>
<td><b>Crimson</b></td>
<td style="background-color:#DC143C;"></td>
<td>#DC143C</td>
</tr>
<tr>
<td><b>Cyan</b></td>
<td style="background-color:#00FFFF;"></td>
<td>#00FFFF</td>
</tr>
<tr>
<td><b>DarkBlue</b></td>
<td style="background-color:#00008B;"></td>
<td>#00008B</td>
</tr>
<tr>
<td><b>DarkCyan</b></td>
<td style="background-color:#008B8B;"></td>
<td>#008B8B</td>
</tr>
<tr>
<td><b>DarkGoldenrod</b></td>
<td style="background-color:#B8860B;"></td>
<td>#B8860B</td>
</tr>
<tr>
<td><b>DarkGray</b></td>
<td style="background-color:#A9A9A9;"></td>
<td>#A9A9A9</td>
</tr>
<tr>
<td><b>DarkGreen</b></td>
<td style="background-color:#006400;"></td>
<td>#006400</td>
</tr>
<tr>
<td><b>DarkKhaki</b></td>
<td style="background-color:#BDB76B;"></td>
<td>#BDB76B</td>
</tr>
<tr>
<td><b>DarkMagenta</b></td>
<td style="background-color:#8B008B;"></td>
<td>#8B008B</td>
</tr>
<tr>
<td><b>DarkOliveGreen</b></td>
<td style="background-color:#556B2F;"></td>
<td>#556B2F</td>
</tr>
<tr>
<td><b>DarkOrange</b></td>
<td style="background-color:#FF8C00;"></td>
<td>#FF8C00</td>
</tr>
<tr>
<td><b>DarkOrchid</b></td>
<td style="background-color:#9932CC;"></td>
<td>#9932CC</td>
</tr>
<tr>
<td><b>DarkRed</b></td>
<td style="background-color:#8B0000;"></td>
<td>#8B0000</td>
</tr>
<tr>
<td><b>DarkSalmon</b></td>
<td style="background-color:#E9967A;"></td>
<td>#E9967A</td>
</tr>
<tr>
<td><b>DarkSeaGreen</b></td>
<td style="background-color:#8FBC8B;"></td>
<td>#8FBC8B</td>
</tr>
<tr>
<td><b>DarkSlateBlue</b></td>
<td style="background-color:#483D8B;"></td>
<td>#483D8B</td>
</tr>
<tr>
<td><b>DarkSlateGray</b></td>
<td style="background-color:#2F4F4F;"></td>
<td>#2F4F4F</td>
</tr>
<tr>
<td><b>DarkTurquoise</b></td>
<td style="background-color:#00CED1;"></td>
<td>#00CED1</td>
</tr>
<tr>
<td><b>DarkViolet</b></td>
<td style="background-color:#9400D3;"></td>
<td>#9400D3</td>
</tr>
<tr>
<td><b>DeepPink</b></td>
<td style="background-color:#FF1493;"></td>
<td>#FF1493</td>
</tr>
<tr>
<td><b>DeepSkyBlue</b></td>
<td style="background-color:#00BFFF;"></td>
<td>#00BFFF</td>
</tr>
<tr>
<td><b>DimGray</b></td>
<td style="background-color:#696969;"></td>
<td>#696969</td>
</tr>
<tr>
<td><b>DodgerBlue</b></td>
<td style="background-color:#1E90FF;"></td>
<td>#1E90FF</td>
</tr>
<tr>
<td><b>Firebrick</b></td>
<td style="background-color:#B22222;"></td>
<td>#B22222</td>
</tr>
<tr>
<td><b>FloralWhite</b></td>
<td style="background-color:#FFFAF0;"></td>
<td>#FFFAF0</td>
</tr>
<tr>
<td><b>ForestGreen</b></td>
<td style="background-color:#228B22;"></td>
<td>#228B22</td>
</tr>
<tr>
<td><b>Fuchsia</b></td>
<td style="background-color:#FF00FF;"></td>
<td>#FF00FF</td>
</tr>
<tr>
<td><b>Gainsboro</b></td>
<td style="background-color:#DCDCDC;"></td>
<td>#DCDCDC</td>
</tr>
<tr>
<td><b>GhostWhite</b></td>
<td style="background-color:#F8F8FF;"></td>
<td>#F8F8FF</td>
</tr>
<tr>
<td><b>Gold</b></td>
<td style="background-color:#FFD700;"></td>
<td>#FFD700</td>
</tr>
<tr>
<td><b>Goldenrod</b></td>
<td style="background-color:#DAA520;"></td>
<td>#DAA520</td>
</tr>
<tr>
<td><b>Gray</b></td>
<td style="background-color:#808080;"></td>
<td>#808080</td>
</tr>
<tr>
<td><b>Green</b></td>
<td style="background-color:#008000;"></td>
<td>#008000</td>
</tr>
<tr>
<td><b>GreenYellow</b></td>
<td style="background-color:#ADFF2F;"></td>
<td>#ADFF2F</td>
</tr>
<tr>
<td><b>Honeydew</b></td>
<td style="background-color:#F0FFF0;"></td>
<td>#F0FFF0</td>
</tr>
<tr>
<td><b>HotPink</b></td>
<td style="background-color:#FF69B4;"></td>
<td>#FF69B4</td>
</tr>
<tr>
<td><b>IndianRed</b></td>
<td style="background-color:#CD5C5C;"></td>
<td>#CD5C5C</td>
</tr>
<tr>
<td><b>Indigo</b></td>
<td style="background-color:#4B0082;"></td>
<td>#4B0082</td>
</tr>
<tr>
<td><b>Ivory</b></td>
<td style="background-color:#FFFFF0;"></td>
<td>#FFFFF0</td>
</tr>
<tr>
<td><b>Khaki</b></td>
<td style="background-color:#F0E68C;"></td>
<td>#F0E68C</td>
</tr>
<tr>
<td><b>Lavender</b></td>
<td style="background-color:#E6E6FA;"></td>
<td>#E6E6FA</td>
</tr>
<tr>
<td><b>LavenderBlush</b></td>
<td style="background-color:#FFF0F5;"></td>
<td>#FFF0F5</td>
</tr>
<tr>
<td><b>LawnGreen</b></td>
<td style="background-color:#7CFC00;"></td>
<td>#7CFC00</td>
</tr>
<tr>
<td><b>LemonChiffon</b></td>
<td style="background-color:#FFFACD;"></td>
<td>#FFFACD</td>
</tr>
<tr>
<td><b>LightBlue</b></td>
<td style="background-color:#ADD8E6;"></td>
<td>#ADD8E6</td>
</tr>
<tr>
<td><b>LightCoral</b></td>
<td style="background-color:#F08080;"></td>
<td>#F08080</td>
</tr>
<tr>
<td><b>LightCyan</b></td>
<td style="background-color:#E0FFFF;"></td>
<td>#E0FFFF</td>
</tr>
<tr>
<td><b>LightGoldenrodYellow</b></td>
<td style="background-color:#FAFAD2;"></td>
<td>#FAFAD2</td>
</tr>
<tr>
<td><b>LightGray</b></td>
<td style="background-color:#D3D3D3;"></td>
<td>#D3D3D3</td>
</tr>
<tr>
<td><b>LightGreen</b></td>
<td style="background-color:#90EE90;"></td>
<td>#90EE90</td>
</tr>
<tr>
<td><b>LightPink</b></td>
<td style="background-color:#FFB6C1;"></td>
<td>#FFB6C1</td>
</tr>
<tr>
<td><b>LightSalmon</b></td>
<td style="background-color:#FFA07A;"></td>
<td>#FFA07A</td>
</tr>
<tr>
<td><b>LightSeaGreen</b></td>
<td style="background-color:#20B2AA;"></td>
<td>#20B2AA</td>
</tr>
<tr>
<td><b>LightSkyBlue</b></td>
<td style="background-color:#87CEFA;"></td>
<td>#87CEFA</td>
</tr>
<tr>
<td><b>LightSlateGray</b></td>
<td style="background-color:#778899;"></td>
<td>#778899</td>
</tr>
<tr>
<td><b>LightSteelBlue</b></td>
<td style="background-color:#B0C4DE;"></td>
<td>#B0C4DE</td>
</tr>
<tr>
<td><b>LightYellow</b></td>
<td style="background-color:#FFFFE0;"></td>
<td>#FFFFE0</td>
</tr>
<tr>
<td><b>Lime</b></td>
<td style="background-color:#00FF00;"></td>
<td>#00FF00</td>
</tr>
<tr>
<td><b>LimeGreen</b></td>
<td style="background-color:#32CD32;"></td>
<td>#32CD32</td>
</tr>
<tr>
<td><b>Linen</b></td>
<td style="background-color:#FAF0E6;"></td>
<td>#FAF0E6</td>
</tr>
<tr>
<td><b>Magenta</b></td>
<td style="background-color:#FF00FF;"></td>
<td>#FF00FF</td>
</tr>
<tr>
<td><b>Maroon</b></td>
<td style="background-color:#800000;"></td>
<td>#800000</td>
</tr>
<tr>
<td><b>MediumAquamarine</b></td>
<td style="background-color:#66CDAA;"></td>
<td>#66CDAA</td>
</tr>
<tr>
<td><b>MediumBlue</b></td>
<td style="background-color:#0000CD;"></td>
<td>#0000CD</td>
</tr>
<tr>
<td><b>MediumOrchid</b></td>
<td style="background-color:#BA55D3;"></td>
<td>#BA55D3</td>
</tr>
<tr>
<td><b>MediumPurple</b></td>
<td style="background-color:#9370DB;"></td>
<td>#9370DB</td>
</tr>
<tr>
<td><b>MediumSeaGreen</b></td>
<td style="background-color:#3CB371;"></td>
<td>#3CB371</td>
</tr>
<tr>
<td><b>MediumSlateBlue</b></td>
<td style="background-color:#7B68EE;"></td>
<td>#7B68EE</td>
</tr>
<tr>
<td><b>MediumSpringGreen</b></td>
<td style="background-color:#00FA9A;"></td>
<td>#00FA9A</td>
</tr>
<tr>
<td><b>MediumTurquoise</b></td>
<td style="background-color:#48D1CC;"></td>
<td>#48D1CC</td>
</tr>
<tr>
<td><b>MediumVioletRed</b></td>
<td style="background-color:#C71585;"></td>
<td>#C71585</td>
</tr>
<tr>
<td><b>MidnightBlue</b></td>
<td style="background-color:#191970;"></td>
<td>#191970</td>
</tr>
<tr>
<td><b>MintCream</b></td>
<td style="background-color:#F5FFFA;"></td>
<td>#F5FFFA</td>
</tr>
<tr>
<td><b>MistyRose</b></td>
<td style="background-color:#FFE4E1;"></td>
<td>#FFE4E1</td>
</tr>
<tr>
<td><b>Moccasin</b></td>
<td style="background-color:#FFE4B5;"></td>
<td>#FFE4B5</td>
</tr>
<tr>
<td><b>NavajoWhite</b></td>
<td style="background-color:#FFDEAD;"></td>
<td>#FFDEAD</td>
</tr>
<tr>
<td><b>Navy</b></td>
<td style="background-color:#000080;"></td>
<td>#000080</td>
</tr>
<tr>
<td><b>OldLace</b></td>
<td style="background-color:#FDF5E6;"></td>
<td>#FDF5E6</td>
</tr>
<tr>
<td><b>Olive</b></td>
<td style="background-color:#808000;"></td>
<td>#808000</td>
</tr>
<tr>
<td><b>OliveDrab</b></td>
<td style="background-color:#6B8E23;"></td>
<td>#6B8E23</td>
</tr>
<tr>
<td><b>Orange</b></td>
<td style="background-color:#FFA500;"></td>
<td>#FFA500</td>
</tr>
<tr>
<td><b>OrangeRed</b></td>
<td style="background-color:#FF4500;"></td>
<td>#FF4500</td>
</tr>
<tr>
<td><b>Orchid</b></td>
<td style="background-color:#DA70D6;"></td>
<td>#DA70D6</td>
</tr>
<tr>
<td><b>PaleGoldenrod</b></td>
<td style="background-color:#EEE8AA;"></td>
<td>#EEE8AA</td>
</tr>
<tr>
<td><b>PaleGreen</b></td>
<td style="background-color:#98FB98;"></td>
<td>#98FB98</td>
</tr>
<tr>
<td><b>PaleTurquoise</b></td>
<td style="background-color:#AFEEEE;"></td>
<td>#AFEEEE</td>
</tr>
<tr>
<td><b>PaleVioletRed</b></td>
<td style="background-color:#DB7093;"></td>
<td>#DB7093</td>
</tr>
<tr>
<td><b>PapayaWhip</b></td>
<td style="background-color:#FFEFD5;"></td>
<td>#FFEFD5</td>
</tr>
<tr>
<td><b>PeachPuff</b></td>
<td style="background-color:#FFDAB9;"></td>
<td>#FFDAB9</td>
</tr>
<tr>
<td><b>Peru</b></td>
<td style="background-color:#CD853F;"></td>
<td>#CD853F</td>
</tr>
<tr>
<td><b>Pink</b></td>
<td style="background-color:#FFC0CB;"></td>
<td>#FFC0CB</td>
</tr>
<tr>
<td><b>Plum</b></td>
<td style="background-color:#DDA0DD;"></td>
<td>#DDA0DD</td>
</tr>
<tr>
<td><b>PowderBlue</b></td>
<td style="background-color:#B0E0E6;"></td>
<td>#B0E0E6</td>
</tr>
<tr>
<td><b>Purple</b></td>
<td style="background-color:#800080;"></td>
<td>#800080</td>
</tr>
<tr>
<td><b>Red</b></td>
<td style="background-color:#FF0000;"></td>
<td>#FF0000</td>
</tr>
<tr>
<td><b>RosyBrown</b></td>
<td style="background-color:#BC8F8F;"></td>
<td>#BC8F8F</td>
</tr>
<tr>
<td><b>RoyalBlue</b></td>
<td style="background-color:#4169E1;"></td>
<td>#4169E1</td>
</tr>
<tr>
<td><b>SaddleBrown</b></td>
<td style="background-color:#8B4513;"></td>
<td>#8B4513</td>
</tr>
<tr>
<td><b>Salmon</b></td>
<td style="background-color:#FA8072;"></td>
<td>#FA8072</td>
</tr>
<tr>
<td><b>SandyBrown</b></td>
<td style="background-color:#F4A460;"></td>
<td>#F4A460</td>
</tr>
<tr>
<td><b>SeaGreen</b></td>
<td style="background-color:#2E8B57;"></td>
<td>#2E8B57</td>
</tr>
<tr>
<td><b>SeaShell</b></td>
<td style="background-color:#FFF5EE;"></td>
<td>#FFF5EE</td>
</tr>
<tr>
<td><b>Sienna</b></td>
<td style="background-color:#A0522D;"></td>
<td>#A0522D</td>
</tr>
<tr>
<td><b>Silver</b></td>
<td style="background-color:#C0C0C0;"></td>
<td>#C0C0C0</td>
</tr>
<tr>
<td><b>SkyBlue</b></td>
<td style="background-color:#87CEEB;"></td>
<td>#87CEEB</td>
</tr>
<tr>
<td><b>SlateBlue</b></td>
<td style="background-color:#6A5ACD;"></td>
<td>#6A5ACD</td>
</tr>
<tr>
<td><b>SlateGray</b></td>
<td style="background-color:#708090;"></td>
<td>#708090</td>
</tr>
<tr>
<td><b>Snow</b></td>
<td style="background-color:#FFFAFA;"></td>
<td>#FFFAFA</td>
</tr>
<tr>
<td><b>SpringGreen</b></td>
<td style="background-color:#00FF7F;"></td>
<td>#00FF7F</td>
</tr>
<tr>
<td><b>SteelBlue</b></td>
<td style="background-color:#4682B4;"></td>
<td>#4682B4</td>
</tr>
<tr>
<td><b>Tan</b></td>
<td style="background-color:#D2B48C;"></td>
<td>#D2B48C</td>
</tr>
<tr>
<td><b>Teal</b></td>
<td style="background-color:#008080;"></td>
<td>#008080</td>
</tr>
<tr>
<td><b>Thistle</b></td>
<td style="background-color:#D8BFD8;"></td>
<td>#D8BFD8</td>
</tr>
<tr>
<td><b>Tomato</b></td>
<td style="background-color:#FF6347;"></td>
<td>#FF6347</td>
</tr>
<tr>
<td><b>Transparent</b></td>
<td style="background-color:#FFFFFF;"></td>
<td>#FFFFFF</td>
</tr>
<tr>
<td><b>Turquoise</b></td>
<td style="background-color:#40E0D0;"></td>
<td>#40E0D0</td>
</tr>
<tr>
<td><b>Violet</b></td>
<td style="background-color:#EE82EE;"></td>
<td>#EE82EE</td>
</tr>
<tr>
<td><b>Wheat</b></td>
<td style="background-color:#F5DEB3;"></td>
<td>#F5DEB3</td>
</tr>
<tr>
<td><b>White</b></td>
<td style="background-color:#FFFFFF;"></td>
<td>#FFFFFF</td>
</tr>
<tr>
<td><b>WhiteSmoke</b></td>
<td style="background-color:#F5F5F5;"></td>
<td>#F5F5F5</td>
</tr>
<tr>
<td><b>Yellow</b></td>
<td style="background-color:#FFFF00;"></td>
<td>#FFFF00</td>
</tr>
<tr>
<td><b>YellowGreen</b></td>
<td style="background-color:#9ACD32;"></td>
<td>#9ACD32</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2009/03/10/net-color-to-hex-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shakespeare Reader</title>
		<link>http://www.ariyam.com/2009/02/24/free-shakespeare-reader/</link>
		<comments>http://www.ariyam.com/2009/02/24/free-shakespeare-reader/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:38:07 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=233</guid>
		<description><![CDATA[I&#8217;d like to introduce my latest software creation: The Free Shakespeare Reader. What is it exactly? Does it read Shakespeare plays for you? No. I suppose if you take the title literally, it&#8217;s a total misnomer. But, it&#8217;s too late &#8230; <a href="http://www.ariyam.com/2009/02/24/free-shakespeare-reader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to introduce my latest software creation: <strong>The Free Shakespeare Reader</strong>. What is it exactly? Does it read Shakespeare plays for you? No. </p>
<p>I suppose if you take the title literally, it&#8217;s a total misnomer. But, it&#8217;s too late to change it!</p>
<p>What my new application does, is it provides the user with all 38 of Shakespeare’s plays in a single application, with study aids like a play-notebook, word/paragraph counts, full-text searching, etc. All the plays are packaged into the application, so you don’t need an internet connection on your computer to access or search through any one of the plays. This is a handy and invaluable application for students and Shakespeare fans everywhere. </p>
<p>Best of all, it&#8217;s free. Just download it to any computer running Windows, execute the installer, and voila, you&#8217;re done! (To uninstall, go to your control panel/add-or-remove programs, and select &#8220;shakespeareReaderInstaller&#8221;.) </p>
<p>For more info and some screen shots, visit <a href="http://shakespeare.ariyam.com">this</a> page. Hope you like it! </p>
<p>Download Link : <a href="http://www.ariyam.com/docs/lit/shakespeare/ShakespeareReaderInstaller.msi">Mirror 1</a> (ShakespeareReaderInstaller.msi)</p>
<p><img src='http://www.ariyam.com/docs/lit/shakespeare/screenshot.png' alt='Shakespeare Reader Screenshot' class='alignnone' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2009/02/24/free-shakespeare-reader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Obama, History</title>
		<link>http://www.ariyam.com/2008/11/05/obama-history/</link>
		<comments>http://www.ariyam.com/2008/11/05/obama-history/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:19:35 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=231</guid>
		<description><![CDATA[This doesn&#8217;t feel real. An African American president? I&#8217;m at home, sick with a cold, alone in bed with my laptop, and the road outside my window is all quiet. There are no cars going by. There are no children &#8230; <a href="http://www.ariyam.com/2008/11/05/obama-history/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This doesn&#8217;t feel real. An African American president? </p>
<p>I&#8217;m at home, sick with a cold, alone in bed with my laptop, and the road outside my window is all quiet. There are no cars going by. There are no children outside running around cat-calling. The television is off. But I can feel my own pulse beating off of my pillow. </p>
<p>What was it like when Martin Luther King Jr was shot? Or, when JFK gave his speech; or when <em>he</em> was shot? Watching those moments of history in archive footage, I often wonder what it would be like living in one. I sometimes think the moment must have been loud, and rattled the globe like an earthquake. And I always wonder what <em>I</em> would have done, or felt, in those giant moments in history.</p>
<p>Well, I feel like I just witnessed one of those moments last night on television. I kept pausing my mind, looking at myself listening, trying to snap-shot the moment in my head; believing I was actually listening live to a sound byte that will be heard over and over again for generations to come. </p>
<p>What a day, the next morning. It&#8217;s all quiet. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/11/05/obama-history/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paper can be folded to make things</title>
		<link>http://www.ariyam.com/2008/08/04/paper-can-be-folded-to-make-things/</link>
		<comments>http://www.ariyam.com/2008/08/04/paper-can-be-folded-to-make-things/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:24:35 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=225</guid>
		<description><![CDATA[One might assume that after, what, 7 years of college and with a majority of those classes involving a bit of writing, that one would finally grasp the idea that waiting to the last minute to write a paper is &#8230; <a href="http://www.ariyam.com/2008/08/04/paper-can-be-folded-to-make-things/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One might assume that after, what, 7 years of college and with a majority of those classes involving a bit of writing, that one would finally grasp the idea that waiting to the last minute to write a paper is generally not a pleasant experience. Furthermore, one might assume that if this person did have a long paper to write, his/her free time would perhaps be better spent working on the paper rather than: sleeping 10 hours, checking email impetuously every 10 minutes, writing a post on a worn-out blog about said procrastination, considering purchasing the Firefly DVD set on Amazon.com that has since dropped in price, checking the status of 401K plan for future retirement in the summer of 2048, aimlessly following silly links of people doing silly things on Digg, and &#8230;</p>
<p>Alright, I suppose I should buckle-down and do some work; also, need to not think about presentation to class about said non-written paper for tomorrow. Will figure something out on ride over: thinking, magic trick, or &#8220;man trapped in invisible box&#8221; routine may be sufficient. </p>
<p>(Need also to remember to slap self on face for sounding too much like Bridget Jones on blog post.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/08/04/paper-can-be-folded-to-make-things/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pistachio Binge</title>
		<link>http://www.ariyam.com/2008/07/30/pistachio-binge/</link>
		<comments>http://www.ariyam.com/2008/07/30/pistachio-binge/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 02:36:14 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=223</guid>
		<description><![CDATA[Alright, that was stupid. I just came back from a long day of work and class; it was 9pm; and there was no food in the house except for a plastic bucket-like thing filled with pistachios. I think it&#8217;s easy &#8230; <a href="http://www.ariyam.com/2008/07/30/pistachio-binge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Alright, that was stupid. I just came back from a long day of work and class; it was 9pm; and there was no food in the house except for a plastic bucket-like thing filled with pistachios. I think it&#8217;s easy to see where this is going. Yeah, I just ate about 5 pounds of pistachios in one sitting. I tell ya, it&#8217;s breaking apart the shells that gets me. Since you have to work a little to get to that tasty center, it all seems like a healthy cycle of toil and reward, toil and reward. </p>
<p>Not helping; Ugh, I think I&#8217;m going to be sick. Cancel all my appointments!</p>
<p>(What do you mean I don&#8217;t have any?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/30/pistachio-binge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cuil, and its Lukewarm Debut</title>
		<link>http://www.ariyam.com/2008/07/29/cuil-kul-its-lukewarm-debut/</link>
		<comments>http://www.ariyam.com/2008/07/29/cuil-kul-its-lukewarm-debut/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 17:46:30 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[currently eventing]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=220</guid>
		<description><![CDATA[Someone had forwarded me a link today to a new search engine called cuil.com. This new search engine was developed by three ex-Google senior engineers and claims to offer a new more updated approach for scouring the web. Apart from &#8230; <a href="http://www.ariyam.com/2008/07/29/cuil-kul-its-lukewarm-debut/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Someone had forwarded me a link today to a new search engine called <a href="http://www.cuil.com">cuil.com</a>. This new search engine was  developed by three ex-Google senior engineers and claims to offer a new more updated approach for scouring the web. Apart from my initial frustration with the name which I struggled to pronounce phonetically&#8212;quill? queal? swill?&#8212;I was even more loath and blushed to discover that the correct pronunciation is in fact &#8220;cool&#8221;: as in, &#8220;cool.&#8221;com. This really bothered me. What people are not getting nowadays is that originality runs out after the first implementation. The whole spell-something-wrong-but-pronounce-it-different thing is completely old hat (much like that phrase). When &#8220;flickr&#8221; came out with their domain name back in 2004, it was interesting and different. The same goes for, &#8220;<a href="http://del.icio.us">del.icio.us</a>,&#8221; even &#8220;<a href="http://www.scribd.com">scribd</a>.&#8221; So initially, Cuil.com already started at &#8220;1.0&#8243; for me before I even went to the site. And no offense to engineers (since I am one myself) but I have this feeling (call it a hunch) that it was most certainly one of the engineers who came up with that last season name; either that, or it was this <a href="http://www.ariyam.com/wp-content/uploads/2008/07/indianguy.jpg">guy</a>.</p>
<p>But, taking aside the crappy name, I talked myself into a calm of openmindedness (which was tough) and attempted to honestly appraise this new search engine on its own functional merits. When I first went to the site, it was exactly as I would of expected it. One simple textbox and an Ajax-powered search &#8220;suggest,&#8221; that as you start typing  will predict what you are going to say by querying other popular results. The suggest engine certainly needs some work, though, this is again not exactly a novel idea: this was something that Google had first developed&#8212;to better effect&#8212;and that you could <a href="http://www.google.com/webhp?complete=1&#038;hl=en">use if you so elect</a>. I don&#8217;t know about you, but I love Google&#8217;s &#8220;I&#8217;m feeling Lucky&#8221; button and use it as often as I remember it&#8217;s there. It&#8217;s a great way to save a click during quick web searches and more often than not will land you in the place you had hoped to be. Cuil, to my dismay, did not have one. In addition, I use Google all the time to convert things for me. You know, pounds to feet, inches to currency, George Bushisms to English, and Cuil can not currently do this (seemingly easy thing). It can perform basic math, but anything beyond that, it assumes you were looking for a website: I typed in &#8220;31 inches in feet&#8221; in both Google and Cuil, and only Google gave me what I expected. </p>
<p>When you finally do click the blue search button to perform your query, unlike most search engines that display your result in an easy-to-read horizontal manner that is sorted according to rank, Cuil will instead take the liberty of showing you all your results in a nice confusing all-in-your-face manner, along with some pictures that don&#8217;t always align with the results. Call me old fashioned, but there was something off-putting about the results I got back. I don&#8217;t like too many things on a screen, and I like to read like I&#8217;m reading a book, straight down. And when I&#8217;m comfortable with the process, and feel like I&#8217;ve mastered it to my own satisfaction, I don&#8217;t want to have to readjust to a new format. This is perhaps why Google has kept up its classic look. It might also be the reason that electronic books like Kindle don&#8217;t fly off a shelf, or why we don&#8217;t use metal sporks at dinner table. </p>
<p>On a positive note, I will admit that the color scheme and overall interface looked rather clean and pretty. But, I&#8217;m not sure I want &#8220;pretty&#8221; in a search engine. I want fast results. I want utility. It should be like a Jeep, not a Mini Cooper. I was a bit hurt that my own website wasn&#8217;t indexed on cuil, despite their claim on the about page that states &#8220;Cuil searches more pages on the Web than anyone else.&#8221; All I could helping saying in my head was, &#8220;Really, is that so?&#8221;</p>
<p>Overall, when you consider everything else that Google has to offer, it is clear that to compete against such a behemoth would require you to compete on many other fronts aside from the search engine: I&#8217;m thinking, Gmail, Reader, blogspot, Maps, Documents, YouTube, et al. But since all these things which are already top-quality products are tightly woven into there flagship product, the Search Engine, it would certainly require more than just pretty colors and a different presentation to outdo them, or even to get enough people to switch over. No, it would require something a lot cuiler.</p>
<p>(see also: A <a href="http://blog.killfly.com/index.php/2008/08/02/cuil-another-look/">counter-argument</a> by friend and roommate Andrew.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/29/cuil-kul-its-lukewarm-debut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snake Oil Salesman of the Modern Era</title>
		<link>http://www.ariyam.com/2008/07/28/snake-oil-salesman-of-the-modern-era/</link>
		<comments>http://www.ariyam.com/2008/07/28/snake-oil-salesman-of-the-modern-era/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 01:29:50 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[work related]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=216</guid>
		<description><![CDATA[I was reminded this evening of a particular day at work in a job I once had. It was myself and two of my colleagues (all programmers) on the phone with two other guys, two other &#8220;programmers&#8221; (only this time &#8230; <a href="http://www.ariyam.com/2008/07/28/snake-oil-salesman-of-the-modern-era/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.ariyam.com/wp-content/uploads/2008/07/snake_oil_sale.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/snake_oil_sale.jpg" alt="" title="snake_oil_sale" width="199" height="209" class="alignright size-small wp-image-217" /></a>I was reminded this evening of a particular day at work in a job I once had. It was myself and two of my colleagues (all programmers) on the phone with two other guys, two other &#8220;programmers&#8221; (only this time with quotes). It took years for me to fully realize this, but there are people in life, especially in the corporate world, that can offer no useful products or services, apart from a real dexterous skill at the art of talking. While myself and my two other colleagues gathered these vendors together for a little chat to discuss some major design flaws in the product they delivered, the receiving party seemed to deftly avoid and turn on its head everything being said; they somehow turned an hour conversation into an hour signifying nothing: a brilliant art, a legerdemain of the mouth, a slight of tongue. </p>
<p>It started off innocently enough. There was a bland comment about weather, or more precisely, a comparison of the temperature of where we were, to where they were (a mere 200 miles away in Maryland, nothing to reign in National Geographic about). Then a bad, often sexist, joke is dropped. You might fake laugh because, at the time, it seems only the polite thing to do. And then, just like that, they have you. In a drunken haze of innuendo and frivolity, you hang up the phone, satiated, and bemused. Moments later you realize that in one whole hour, nothing had really been accomplished, and that that phone call just cost you 200$. The snake oil salesman of today wears a stripped J Crew tie, carries a laptop, and is glued to his cell phone&#8212;but is no less insidious, and no less unctuous. They distract their prey with flashy graphics, complex diagrams, and woo you with fanciful unrealistic promises. And before you know it, they are on your payroll permanently, a fixture on your budget. You may have first thought you were purchasing a temporary piece of plastic PVC piping to fix a leaky system, but in the end, they are that costly plumber with the low hanging size 42 jeans, but who decides to move into your home.</p>
<p>What you never realize is that this plumber knows just as much about plumbing as you &#8212; that is, nothing at all. But, he sells his ignorance much better, and towards a more lucrative&#8212;more invidious&#8212;profit. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/28/snake-oil-salesman-of-the-modern-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Cut a Mango</title>
		<link>http://www.ariyam.com/2008/07/27/how-to-cut-a-mango/</link>
		<comments>http://www.ariyam.com/2008/07/27/how-to-cut-a-mango/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 02:09:35 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[marginally useful]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=199</guid>
		<description><![CDATA[You may have thought I was talking metaphorically. However, I am not. Cutting a mango is a serious art, that involves some very deft skill. There are even mango martial art dojos out there that explore this ancient technique, in &#8230; <a href="http://www.ariyam.com/2008/07/27/how-to-cut-a-mango/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may have thought I was talking metaphorically. However, I am not. Cutting a mango is a serious art, that involves some very deft skill. There are even mango martial art dojos out there that explore this ancient technique, in a mind-body spiritual context, and combine it together in self defense. It is of course, similar to Tai Chi, but the Chi&#8217;s been replaced by a mango. Don&#8217;t believe me? Look it up in Wikipedia for yourself (in a few weeks or so&#8211;assuming they don&#8217;t take it down). Anyway, I unlock some of this mystery below in a few easy steps:</p>
<p>With your favorite samurai sword or kitchen knife cut the Mango; but do not slice down the center; slice it slightly off.<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango001.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango001-300x225.jpg" alt="" title="mango001" width="300" height="225" class="alignnone size-medium wp-image-200" /></a></p>
<p>If you did it correctly, it should look like this:<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango002.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango002-300x225.jpg" alt="" title="mango002" width="300" height="225" class="alignnone size-medium wp-image-201" /></a></p>
<p>Cut again, the larger half, like so:<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango003.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango003-300x225.jpg" alt="" title="mango003" width="300" height="225" class="alignnone size-medium wp-image-202" /></a></p>
<p>Trim away the the large seed portion<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango004.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango004-300x225.jpg" alt="" title="mango004" width="300" height="225" class="alignnone size-medium wp-image-203" /></a></p>
<p>repeat in like fashion (clearly, I don&#8217;t know what&#8217;s going in this picture)<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango005.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango005-300x225.jpg" alt="" title="mango005" width="300" height="225" class="alignnone size-medium wp-image-204" /></a></p>
<p>Voila! Final cutting board should look like this. Doesn&#8217;t it look delicious? Now, you might imagine that the seed slip is the least favorite piece, but you would be wrong! It is the most coveted (at least by Sri Lankans).<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango006.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango006-300x225.jpg" alt="" title="mango006" width="300" height="225" class="alignnone size-medium wp-image-205" /></a></p>
<p>And usually, Dad runs off with it unabashedly, as you can see here.<br />
<a href='http://www.ariyam.com/wp-content/uploads/2008/07/mango008.jpg'><img src="http://www.ariyam.com/wp-content/uploads/2008/07/mango008-300x225.jpg" alt="" title="mango008" width="300" height="225" class="alignnone size-medium wp-image-207" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/27/how-to-cut-a-mango/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Review: “We The Living,” by Ayn Rand</title>
		<link>http://www.ariyam.com/2008/07/26/review-%e2%80%9cwe-the-living%e2%80%9d-by-ayn-rand/</link>
		<comments>http://www.ariyam.com/2008/07/26/review-%e2%80%9cwe-the-living%e2%80%9d-by-ayn-rand/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 17:30:11 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[crap no one cares about]]></category>
		<category><![CDATA[lit]]></category>
		<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=196</guid>
		<description><![CDATA[Review: “We The Living,” Ayn Rand (Book 34 of 100) WE THE LIVING is a great and interesting novel—though to be frank, I wouldn’t necessarily place it on the all-time top 100 book list. My suspicion is that it landed &#8230; <a href="http://www.ariyam.com/2008/07/26/review-%e2%80%9cwe-the-living%e2%80%9d-by-ayn-rand/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Review: “We The Living,” Ayn Rand  (Book 34 of 100)</p>
<p>WE THE LIVING is a great and interesting novel—though to be frank, I wouldn’t necessarily place it on the all-time top 100 book list. My suspicion is that it landed on this list much the same way that 12 Charles de Lint novels did, or 4 L. Ron Hubbards: in a word, “obsession.” There is such a cult-following surrounding the works of Ayn Rand that label anything she’s ever produced as worthy of unquestioned acclaim. Admittedly, I have <em>immensely</em> enjoyed a few of her other works, particularly &#8220;The Fountainhead,&#8221; a book I read in High School—though not for any class. </p>
<p>How did it happen&#8212;my reading that novel? (What&#8217;s that? You didn&#8217;t ask? Pardon the rhetorical, it serves as a segue for my sharing.) Maybe 10 years ago, in a physics class, a girl named Jessica had said something to a group of people that I happened to overhear. She and a few of her dorky friends that were all in the same “AP English” class were commiserating together&#8212;and out loud of course. To be sure, they were a tedious pretentious posse of privileged, pretty girls: sometimes obsequious, sometimes sycophantic, but always hard to ignore. Jessica, the more gregarious alpha-prig of the group had dropped the mention of this novel to my ears for the first time, “The Fountainhead.” Of course, this wasn’t nearly enough persuasion to pick up the strange book for myself, but I remember to this day something she had said soon after that motivated me toward it. What she said was that her older sister had read the book before, and had claimed, “It changed her life.” What an assertion! My interest was immediately piqued. How a fiction novel can change someone’s life, this I had to see for myself. I immediately purloined a copy and dug right in.</p>
<p>After reading, &#8220;The Fountainhead,&#8221; I actually had to admit it: I think the book did change my life. It is a silly story, with frankly a dull plot, and often very unrealistic dialogue and circumstances, however, there is something laced within the pulp that may adjust your view on certain things. What those certain things are, I haven&#8217;t the slightest idea—which I realize is very unhelpful. But, that book, for certain, I really do recommend. Although, I suspect that that same profound effect the book had on me then, was probably augmented by my having still been in High School. Whether it would have a similar affect now—assuming I had never read it—I cannot say for certain, but I’m very willing to doubt it.</p>
<p>Having said that, and now realizing that I’ve said very little about my topic book, “We The Living,” I hope I’ve at least set the background to the extratextual associations surrounding the works of Ayn Rand in many lives, as well as my own, and also in large part to why her books are so sanctimoniously revered—regardless of their literary merit. </p>
<p>“We The Living” was Ayn Rand’s first novel, and like her later works, contains a layer on top of the narrative—best described only as spiritual—that is less substantial and often unrealistic—or perhaps, just Russian. The characters bleed emotion, and are incredibly complex. They engage in philosophical transcendental musings and acts that truly take place nowhere aside from the closed sphere of printed matter. One thing for certain, the book does offer an excellent first-person glimpse into the specifics of communist Russia during the 1920s. You can hear the shouts at the picket rallies, the windy dogmatic speeches bellowing in repetitive ideology to a receptive, though desperately starving, and utterly impoverished proletariat. But, and more closer-to-home, you can see what it’s like to not have a ration card, and try in earnest to support an ailing family. To see your wife cough-out blood and die on a bed, after being refused at a hospital for less-than-perfect party alliances. It is often, a very sad story. If I say more, I would risk ruining it for any that might want to read it. </p>
<p>To describe in brief the general plot, it is about a woman,&#8211; a young girl at first&#8211;Kira Argnovask-too-long-to-remember, as she grows up in an environment that is completely changing, mostly, if not all, for the worse. But instead of becoming consumed by the exerternalities outside of her control, and falling-in, capitulating, she does what she can to keep her sense of self from being conquered. </p>
<p>As you can see, it is hard for me to describe this book without wading into the metaphysical. In short, I will say that I enjoyed “We The Living.” It wasn’t as fast moving as some other books that I’ve read, and as such, was a bit harder to get into. However, the novel is incredibly complex—one can probably develop an entire course around the book. And I&#8217;m sure, I haven&#8217;t given this book nearly the credit it deserves. It would probably take me a few more gray hairs, and years under my eyes, and certainly a few more readings, to begin to approach that. But, if you are looking for something deep; if Anna Karenina is your favorite novel; if you have Ayn Rand posters in your bedroom, and an &#8220;I&#8217;m with Ayn&#8221; bumper-sticker on your &#8217;87 Bug, then this book is certainly for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/26/review-%e2%80%9cwe-the-living%e2%80%9d-by-ayn-rand/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iPod Touch. tap&#8230;tap&#8230;tap</title>
		<link>http://www.ariyam.com/2008/07/25/ipod-touch-taptaptap/</link>
		<comments>http://www.ariyam.com/2008/07/25/ipod-touch-taptaptap/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 02:09:12 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[derick related]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/2008/07/25/ipod-touch-taptaptap/</guid>
		<description><![CDATA[Alright, I caved. I bought a new iPod touch. Now I&#8217;m sitting next to my laptop (but I&#8217;m not on my laptop), tethered by a stylish white USB cable, and tapping away at a 2 inch keyboard with my right &#8230; <a href="http://www.ariyam.com/2008/07/25/ipod-touch-taptaptap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Alright, I caved. I bought a new iPod touch. Now I&#8217;m sitting next to my laptop (but I&#8217;m not on my laptop), tethered by a stylish white USB cable, and tapping away at a 2 inch keyboard with my right index figure and writing a post. I imagine I most look something like Sloth from the Goonies over here, straining over this tiny dainty device, trying with marginal sucess at limiting my large simian, awkward fingers, from not mashing more than one key at once. It may take me 8 minutes or so to tap-out a complete sentence, but I will have to admit, I feel rather suave and 2.0 doing it. I just need a pair of black frame glasses, a cup of starbucks nonfat soy milk latte, and a black ribbed crew shirt to make the transformation official.</p>
<p>More literally speaking, I actually did purchase the 2.0 software upgrade which enables the installing of little 3rd party apps. I got the WordPress one (which is one of the few free ones) and so far it&#8217;s working great! </p>
<p>Well, Sloth is starting to get a little ancy doing all this finger taping, so I&#8217;m just going to turn in, for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/25/ipod-touch-taptaptap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Update: 100 Book New Year’s Resolution (goal)</title>
		<link>http://www.ariyam.com/2008/07/24/update-100-book-new-year%e2%80%99s-resolution-goal/</link>
		<comments>http://www.ariyam.com/2008/07/24/update-100-book-new-year%e2%80%99s-resolution-goal/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 18:31:06 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=195</guid>
		<description><![CDATA[We’re almost two-thirds of the way through the year 2008, and it’s about that time to look back at how well we’ve kept up with our New Year’s resolutions. I only made one this year: to read the top 100 &#8230; <a href="http://www.ariyam.com/2008/07/24/update-100-book-new-year%e2%80%99s-resolution-goal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We’re almost two-thirds of the way through the year 2008, and it’s about that time to look back at how well we’ve kept up with our New Year’s resolutions. I only made <a href="http://www.ariyam.com/2008/01/16/100-book-new-year-goal/">one this year</a>: to read the top 100 books from the <a href="http://www.randomhouse.com/modernlibrary/100bestnovels.html">Modern Library’s Reader’s List</a>. So far, I’m not doing as well as I hoped. But all is not lost, at least not yet. I’ve got about <a href="http://www.ariyam.com/book-list/">34 books down with 66 more to go</a>. Two books I’m dreading are &#8220;Ulysses&#8221; and &#8220;Gravity’s Rainbow,&#8221; which are lying on my bookshelf and seemingly weighing it down. </p>
<p>I will admit that I’ve made some modifications to the original list. A keen observer had noticed&#8211;and wrote a <a href="http://www.ariyam.com/2008/01/16/100-book-new-year-goal/">comment</a>&#8211;that the list was excessively biased to a few authors, particularly L Ron Hubbard (founder of Scientology as you know) and Charles de Lint, an author of whom I’ve never in my life have heard of before. Since there were about a dozen novels by Lint on the list, I replaced a few of them with some of Jane Austen’s works. L. Ron Hubbard books on the other hand have been completely expunged and replaced by others works including Gilman’s &#8220;Herland,&#8221; Octavia Butler’s &#8220;Patternmaster,&#8221; and Zamyatin’s dystopian novel &#8220;We.&#8221; I haven’t quite completed my “modifications.” More Lint books are sure to get the axe soon, and be replaced by some suggested Latin American titles, that is, once I’ve acquired them.</p>
<p>I’m also taking another suggestion, and I&#8217;m going to start writing brief reviews on each book as I finish (something I wish I had thought of doing sooner). </p>
<p>Well, I hope your doing better at your own New Year&#8217;s Resolutions. Or maybe your one of the smart ones that didn&#8217;t make one at all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/07/24/update-100-book-new-year%e2%80%99s-resolution-goal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Misogynist Woman</title>
		<link>http://www.ariyam.com/2008/06/27/a-misogynist-woman/</link>
		<comments>http://www.ariyam.com/2008/06/27/a-misogynist-woman/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:00:40 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/?p=194</guid>
		<description><![CDATA[My friend Anja (I&#8217;m just going to use her name and hope she doesn&#8217;t mind) said something that kind of threw me off-balance the other day. She began by relating how &#8220;surprised she is that there isn&#8217;t more general misogyny &#8230; <a href="http://www.ariyam.com/2008/06/27/a-misogynist-woman/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My friend Anja (I&#8217;m just going to use her name and hope she doesn&#8217;t mind) said something that kind of threw me off-balance the other day. She began by relating how &#8220;surprised she is that there isn&#8217;t more general misogyny in the world.&#8221; Apparently, she has this sort of antipathy towards her own sex, a hatred towards women, which I don&#8217;t quite fully understand yet. I suppose she can get away with making such an assertion, because, well, she&#8217;s a girl. To this, she started to elaborate some, and I was bit shocked at what she said. The general assertion she was making wasn&#8217;t by itself groundbreaking, or pertaining to thoughts I hadn&#8217;t perhaps on occasion entertained myself, but it was  the fact that it was being said out-loud, on Westminster Street, with the occasional finger literally pointing at passersby as walking hypotheticals that made me blush. &#8212; And if the melanin in my skin didn&#8217;t abscond manifestations of all shades of &#8220;blush,&#8221; the world might have seen it as well. </p>
<p>Thus, she began her little treatise, speaking out-loud unabashedly, inviting some very nasty looks and head-turns. We continued to walk together down the highly trafficked street, like Morpheus speaking to a Neo in a simulated Matrixed world. Apparently Anja is a bit old-fashioned, and is quite critical of how her sex has evolved within the last couple of decades. To her, she claims women have digressed into something she is  ashamed to call her own. They are (or so she claims) the &#8220;lowest denominator of a Russian nested doll,&#8221; the matroyoshka, suggesting a stripping off of every last bit of modest decency, with nothing remaining but a tiny little caricature of assumed worth. I listened, impressed by her imagery and eloquence (though a little wary of the blanket generalizations), and it wasn&#8217;t long before she pointed to a 35 year-old plastic Corporate Barbie, smoking outside, wearing shapely office-attire, low-cut reveling top, a gray tight skirt-short, with heels comically high, to which she branched into a new [paragraph] on the &#8220;working-woman.&#8221; </p>
<p>In short, to Anja, the full-time woman-professional that strives to be at par with her male contemporaries, filing reports, attending meetings, firing people, is a digression. This is of course ironic since Anja is herself a professional, though she will rub this nuance off as unimportant, &#8212; not germane to the issue, &#8212; and to me, frankly confusing. She takes umbrage not at the women who needs to work to support herself and her family, but the independent woman, the woman that needs &#8220;only herself, a one-bedroom apartment, a man-hating cat, a good wine-bottle opener, and a sufficient enough quantity of ice-cream in the freezer to last through one complete disk of Sex and the City.&#8221; I nervously laughed through most of this: it seemed to be almost borderline &#8220;hate,&#8221; which the Christian side of me tends to abjure like the plague. How can anyone be against &#8220;woman&#8217;s rights&#8221; when it seems so fundamental to the equality of existence. There is no way I could be in support of anything like inequality for women, or support any suggestion towards disenfranchisement &#8212; just seems too unethical. But to hear this from a girl, no less, and girl that is being so vocal and passionate about her ethos, which seemed long-thought and pressurized in her head to finally erupt into such a mountain of vitriol, was too much for my meek and humble self to quietly bare &#8212; in a public venue no less.</p>
<p>I couched my objections for the time, (I mean, where to start?) and then begged first for a little more elaboration. According to Anja, you cannot find a women in the current time &#8212; or a least one worth commitment: your only recourse is to turn to fiction. To her, the model of true feminine grace and modesty are sealed forever in centuries past: the 18th, the 19th, century. The heroines of Jane Austen&#8217;s pen: Elinor Dashwood, Lizzy Bennet, Emma Woodhouse, Catherine Morland, and Anne Eliot. Women today, she claims, have stained that sacred veil of purity that was once their most precious garment. Holding the self-low, in terms of virginity and feminine modesty, have turned Sarah Jessica Parker into the modern day heroine, and &#8220;what kind of life is that really?&#8221; she questioned: women in their mid-to-late thirties, unmarried, going out and glorifying their own promiscuity in the name of female independence; it is a &#8220;rebellion against natural gender roles that have sustained human life for 200,000 years.&#8221; This is when she took an angry and rather vocally harsh turn towards homosexuality, particularly against what she called &#8220;post-&#8221; lesbianism, which I should mention is quite dangerous to do in the middle of Providence and all &#8212; but again, she&#8217;s a girl. While she doesn&#8217;t take aim at homosexuals in general, she objects to the winked approval of lesbianism, and the high-esteem it has attained as a highly sexualized, and desirable practice. This, she claims, the curtain-approval and sealing of homosexuality as a purely normal and natural occurrence, that needs to be embraced and open as such, has attracted many otherwise straight women to lesbianism purely as a surrogate to men &#8212; who are now unneeded as the gender divide collapses. </p>
<p>&#8220;What has equality brought us,&#8221; she asks, rhetorically. &#8220;Voting, equitable wages&#8221; was my immediate response. To my disbelief, she actually attacked &#8220;voting&#8221; as something that has only perpetuated the problem: &#8220;Hillary Clinton&#8221; was her one-name response to it &#8212; which I found a bit weak and unconvincing. I mean, really, how is Hillary Clinton and her large pool of her supporters really perpetuating this new kind of implosive feminism? Anja claims that women have given up too much in exchange for too little: a pawning of their gentle femininity, to gain an illusory promise, that has yet to realized. The chivalry of the past, lasting fulfilling marriages, and a life of motherhood has been traded in for an insatiable appetite for power and independence that gives birth to bastard children, and second-divorces. The once prized domestic skills of the woman cast off like chains of bondage, when in truth, they were the pillars of a noble home. Anja suggests that men look at her, and other women, cheaply: grouping all women into the homogeneous batter of stereotype; that instead of seeing a life-long companion, and a mother, they see a 3-month fling, and a night of off-the-books fun. </p>
<p>After all this, I didn&#8217;t really quite know where to stand, or how to respond. Her plea was doleful, her face in mourning, and the arguments at times were convincing. I hope she&#8217;s wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/06/27/a-misogynist-woman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Candy Aspirin</title>
		<link>http://www.ariyam.com/2008/05/03/the-enigmatic-body/</link>
		<comments>http://www.ariyam.com/2008/05/03/the-enigmatic-body/#comments</comments>
		<pubDate>Sat, 03 May 2008 15:18:13 +0000</pubDate>
		<dc:creator>derick</dc:creator>
				<category><![CDATA[minutiae]]></category>

		<guid isPermaLink="false">http://www.ariyam.com/2008/05/03/the-enigmatic-body/</guid>
		<description><![CDATA[Oh man, if this is what my back feels like at 25, I can’t imagine what it will feel like at 75! Yesterday morning, I woke up in agony grasping my back and making geezer-like guttural squawks of pain—to no &#8230; <a href="http://www.ariyam.com/2008/05/03/the-enigmatic-body/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oh man, if this is what my back feels like at 25, I can’t imagine what it will feel like at 75! Yesterday morning, I woke up in agony grasping my back and making geezer-like guttural squawks of pain—to no one in particular. However, the pain was slight enough to allow me to momentarily hustle with nimble alacrity to my computer where I subsequently emailed myself out of work. And once that submit button depressed, the smile and effusions of steady dopamine that had suddenly lifted my spirits from that successful call-out-sick feeling, was all divested, transmogrified back into sharp-shooting pain.</p>
<p>The next several minutes was spent trying to open the ibuprofen container, and which, after having succeeded, I quickly swallowed, chased with nothing but desperate swallow noises and some fist pounding to the chest. Then, after several hours, the miracle happened. The pain mollified away from those awful pinching sensations, into a quiet and steady annoyance—nothing more. This I could live with; this I could rightly go to work with (I didn’t of course).</p>
<p>I praised the efficacy of the ibuprofen! Wonder drug! How you mitigate all out fears and dumb our nerves into subjection. But then, it hit me. How do I know it was really the ibuprofen, and not just, the natural healing effects of, well, time? And then, seeing how I had all day to do nothing but ponder, I then extrapolated my curiosity into all medicine. For how many years have we displaced credit to our bodies natural healing propensity, and instead in genuflected wonder, worshiped the capsule? I wonder if the pain in my back would have alleviated just the same had I taken a white mint tic-tac. They say (as in the “royal they”) that placebos, inactive sugar pills, have in many instances proved to have the same effect as actual medicine. It is the act of fooling our minds to believe in our own chemical-cocktail and innovation to prompt healing. Fascinating!  It’s like we want to go out of the way to avoid giving credit to the miraculous regenerative capacity of our body. Even Chicken-soup is implicated!</p>
<p>It suppose it’s just easier to believe in what we can understand, our own concoctions, than something we can’t: life, the enigmatic body.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ariyam.com/2008/05/03/the-enigmatic-body/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
