<?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>Razee</title>
	<atom:link href="http://razee.marikar.co.in/techblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://razee.marikar.co.in/techblog</link>
	<description>This is my technical vent.</description>
	<lastBuildDate>Thu, 30 Dec 2010 20:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Diffuse an LED</title>
		<link>http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/</link>
		<comments>http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 20:17:54 +0000</pubDate>
		<dc:creator>Razee Marikar</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[correction ink]]></category>
		<category><![CDATA[diffuse]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[liquid paper]]></category>
		<category><![CDATA[sanding]]></category>
		<category><![CDATA[sandpaper]]></category>

		<guid isPermaLink="false">http://razee.marikar.co.in/techblog/?p=14</guid>
		<description><![CDATA[For a recent project I am planning to do, I needed to diffuse some LEDs. I tested out two ways of diffusing LEDs. Sanding with a sand paper Diffusing with correction ink (liquid paper) Sanding takes time, correction ink is a bit too thick. So I diluted the correction ink with acetone (I think &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>For a recent project I am planning to do, I needed to diffuse some LEDs. I tested out two ways of diffusing LEDs.</p>
<ol>
<li>Sanding with a sand paper</li>
<li>Diffusing with correction ink (liquid paper)</li>
</ol>
<p>Sanding takes time, correction ink is a bit too thick. So I diluted the correction ink with acetone (I think &#8212; I actually bought cheap nail polish remover). The results are here for you to see. Let me know what you think of the two methods.</p>
<p>In all of the images, the left LED is diffused with correction ink (liquid paper), the center one by sanding, and the right one is a regular LED.</p>

<a href='http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/led-diffuse-composite/' title='LED Diffuse - composite'><img width="150" height="150" src="http://razee.marikar.co.in/techblog/wp-content/uploads/2010/12/LED-Diffuse-composite-150x150.jpg" class="attachment-thumbnail" alt="LED Diffuse - composite" title="LED Diffuse - composite" /></a>
<a href='http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/led-diffuse-lit-side-view-bright-small/' title='LED Diffuse - lit - side view bright - small'><img width="150" height="150" src="http://razee.marikar.co.in/techblog/wp-content/uploads/2010/12/LED-Diffuse-lit-side-view-bright-small-150x150.jpg" class="attachment-thumbnail" alt="LED Diffuse - lit - side view bright - small" title="LED Diffuse - lit - side view bright - small" /></a>
<a href='http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/led-diffuse-unlit-small/' title='LED Diffuse - unlit - small'><img width="150" height="150" src="http://razee.marikar.co.in/techblog/wp-content/uploads/2010/12/LED-Diffuse-unlit-small-150x150.jpg" class="attachment-thumbnail" alt="LED Diffuse - unlit - small" title="LED Diffuse - unlit - small" /></a>

<p>This gives you a comparison of diffusing an LED with sandpaper vs liquid paper.</p>
<p>For a good, step by step instruction on how to diffuse an LED with a sand paper, see <a title="How to diffuse an LED with sandpaper" href="http://www.instructables.com/id/how-to-defuse-an-LED/">how to diffuse an LED on instructables.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://razee.marikar.co.in/techblog/2010/12/30/diffuse-an-led/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Good Computer Science Engineer</title>
		<link>http://razee.marikar.co.in/techblog/2009/09/11/a-good-computer-science-engineer/</link>
		<comments>http://razee.marikar.co.in/techblog/2009/09/11/a-good-computer-science-engineer/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 20:42:58 +0000</pubDate>
		<dc:creator>Razee Marikar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://razee.marikar.co.in/techblog/?p=7</guid>
		<description><![CDATA[What makes a Computer Science Engineer? Or a Computer Scientist? Language independent Computer Science Engineer. A computer language and compiler are tools for development of a solution. The aim should be to choose the right tool for the right job, and not fit the language you know into the solution. By doing this, enormous efforts [...]]]></description>
			<content:encoded><![CDATA[<p>What makes a Computer Science Engineer? Or a Computer Scientist?</p>
<p>Language independent Computer Science Engineer. A computer language and compiler are tools for development of a solution. The aim should be to choose the right tool for the right job, and not fit the language you know into the solution. By doing this, enormous efforts may be saved and the output will be clearly visible in the quality and performance of the software that is being written.</p>
<p>My motto as a professional is to concentrate on the computing aspect of the problem rather than to just get the job done somehow. This is the key to writing good software.</p>
<p>A good engineer is neither one who sticks to pure theoretical aspects of computing nor one who &#8220;gets things done&#8221; somehow, but is one who identifies the part of theory that needs to go into practise for the problem in hand, and implements the same. I try to be one of those people.</p>
]]></content:encoded>
			<wfw:commentRss>http://razee.marikar.co.in/techblog/2009/09/11/a-good-computer-science-engineer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

