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

<channel>
	<title>ckunte.com &#187; DIY</title>
	<atom:link href="http://ckunte.com/archives/category/diy/feed" rel="self" type="application/rss+xml" />
	<link>http://ckunte.com</link>
	<description>Life, dreams, technology, perfection, rhythm and melody.</description>
	<pubDate>Mon, 01 Dec 2008 10:17:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Cleaning Nokia 6021</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcleaning-nokia-6021&amp;seed_title=Cleaning+Nokia+6021</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcleaning-nokia-6021&amp;seed_title=Cleaning+Nokia+6021#comments</comments>
		<pubDate>Tue, 27 May 2008 09:50:36 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/cleaning-nokia-6021</guid>
		<description><![CDATA[For about eighteen months, dust has been gathering over my work phone Nokia 6021&#8217;s screen. I&#8217;ve tried several times earlier, but the front cover refused to budge. This is a company provided unit, and the last thing I&#8217;d want to do was damage it.
Today, the screen looked like I couldn&#8217;t read it anymore. Fed-up with [...]]]></description>
			<content:encoded><![CDATA[<p>For about eighteen months, dust has been gathering over my work phone Nokia 6021&#8217;s screen. I&#8217;ve tried several times earlier, but the front cover refused to budge. This is a company provided unit, and the last thing I&#8217;d want to do was damage it.</p>
<p>Today, the screen looked like I couldn&#8217;t read it anymore. Fed-up with being unable to clean it&#8212;and no mention of howto in the manual, I searched for <a href="http://www.google.com/search?q=6021+dust">6021+dust</a>. Unsurprisingly, it appears I&#8217;m not the only one having this problem.</p>
<p>So, in simple steps, here&#8217;s how you do it.</p>
<p><img class="centered" src="http://ckunte.com/wp-content/uploads/2008/05/dusting-nokia-6021.jpg" width="499" height="172" alt="Opening Nokia 6021's front cover" /></p>
<ul>
<li>Power off, open the back cover, and the battery&#8212;to be safe.</li>
<li>Now, try taking the front cover off by lifting and pushing up&#8212;starting at the bottom of the phone, close to the connector. </li>
<li>The front-cover seems to come off at the bottom, but feels like it&#8217;s stuck in the middle. Using your nails, try easing it out of its sockets.</li>
<li>Clean the screen, and keypad. Then put the front-cover back, load the battery and then close the rear-cover.</li>
</ul>
<p>And you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fcleaning-nokia-6021&amp;seed_title=Cleaning+Nokia+6021/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dumb email filters</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fdumb-email-filters&amp;seed_title=Dumb+email+filters</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fdumb-email-filters&amp;seed_title=Dumb+email+filters#comments</comments>
		<pubDate>Thu, 24 Jan 2008 21:40:07 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/dumb-email-filters</guid>
		<description><![CDATA[It&#8217;s amazing to see stuff that get quarantined from email&#8212;in a corporate environment. A 5MB limit on attachments is ridiculous, and yet, we have no choice but to live with it. Someone sends my colleague a set of files; because it&#8217;s too large to come in&#8212;in one shot. He splits them, and then sends a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing to see stuff that get quarantined from email&#8212;in a corporate environment. A 5MB limit on attachments is ridiculous, and yet, we have no choice but to live with it. Someone sends my colleague a set of files; because it&#8217;s too large to come in&#8212;in one shot. He splits them, and then sends a batch file together with the zipped files. The spanned files come through, but the key batch file&#8212;which can join the file spans&#8212;is quarantined. The mail server filter, it seems, does not like files with <code>.bat</code> extensions. What do you do? </p>
<p>My colleague asks me&#8212;while trying to get hold of the sender whose timezone has crossed office hours. I take a guess; think it&#8217;s a portable document format (PDF) file&#8212;what else can a report be in&#8212;these days? I dump the spanned files (file_1of2 and file_2of2) in a folder, and run the following on a prompt.</p>
<p><code>copy /b file_1of2 + file_2of2 thecompletefile.pdf</code></p>
<p>We now have the complete report. </p>
<p>Of course, there are other ways of beating the dumb system. You could ask the  sender to send the contents of the batch file as plain text; rename the binary file as <code>.txt</code> with an instruction to rename to <code>.pdf</code> after download<sup>1</sup>; or send the binary <a href="http://en.wikipedia.org/wiki/Uuencode">uuencoded</a><sup>2</sup>&#8212;which is in text, but would again exceed the size limit. Or simply what I did above.
<ol class="footnotes">
<li id="footnote_0_1715" class="footnote">Gmail is intelligent though, it can sniff a binary file&#8212;even if it&#8217;s renamed with a .txt extension.</li>
<li id="footnote_1_1715" class="footnote">Works best for small binary files.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fdumb-email-filters&amp;seed_title=Dumb+email+filters/feed</wfw:commentRss>
		</item>
		<item>
		<title>HDD upgrade</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fhdd-upgrade&amp;seed_title=HDD+upgrade</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fhdd-upgrade&amp;seed_title=HDD+upgrade#comments</comments>
		<pubDate>Wed, 08 Aug 2007 18:05:35 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/hdd-upgrade</guid>
		<description><![CDATA[Timeline of my new 500GB hard drive upgrade. 



13.Jul

Realize I am running out of space on my primary 70GB drive.


17.Jul

Place an order for Samsung HD501LJ SATA drive.


19.Jul

The drive arrives a week later; no SATA cables included.


01.Aug

Place another order for SATA cables.


07.Aug
1300
Cables finally arrive.



2145
Open CPU cabinet to install the drive.



2155
Open the front panel for insert. The [...]]]></description>
			<content:encoded><![CDATA[<p>Timeline of my new 500GB hard drive upgrade. <span id="more-1562"></span></p>
<p><a href="http://www.flickr.com/photos/chetan/1052260768/" title="Photo Sharing"><img class="centered" src="http://farm2.static.flickr.com/1310/1052260768_a672ac219d.jpg" width="500" height="375" alt="HDD Upgrade" /></a></p>
<table>
<tr>
<td>13.Jul</td>
<td></td>
<td><a href="http://twitter.com/ckunte/statuses/148142182">Realize</a> I am running out of space on my primary 70GB drive.</td>
</tr>
<tr>
<td>17.Jul</td>
<td></td>
<td>Place an order for Samsung HD501LJ SATA drive.</td>
</tr>
<tr>
<td>19.Jul</td>
<td></td>
<td>The drive arrives a week later; <a href="http://twitter.com/ckunte/statuses/158092802">no SATA cables included</a>.</td>
</tr>
<tr>
<td>01.Aug</td>
<td></td>
<td>Place another order for SATA cables.</td>
</tr>
<tr>
<td>07.Aug</td>
<td>1300</td>
<td>Cables finally arrive.</td>
</tr>
<tr>
<td></td>
<td>2145</td>
<td>Open CPU cabinet to install the drive.</td>
</tr>
<tr>
<td></td>
<td>2155</td>
<td>Open the front panel for insert. The drive can fit in the 3.5&#8243; floppy disk bay.</td>
</tr>
<tr>
<td></td>
<td>2230</td>
<td>The SATA power pins are spaced too short; can only reach any one drive in the final secured position.</td>
</tr>
<tr>
<td></td>
<td>2235</td>
<td>Decide to retain only the bigger drive.</td>
</tr>
<tr>
<td></td>
<td>2240</td>
<td>Unplug power, connect the drive to an available SATA bay on the motherboard, connect data and power cables; turn it on.</td>
</tr>
<tr>
<td></td>
<td>2245</td>
<td>BIOS auto-recognizes the new drive.</td>
</tr>
<tr>
<td></td>
<td>2255</td>
<td>Don&#8217;t see it in Control Panel &rarr; Administrative Tools &rarr; Computer Management &rarr; Storage &rarr; Disk Management. [I'm getting old.]</td>
</tr>
<tr>
<td></td>
<td>2300</td>
<td>Begin formatting 500GB drive.</td>
</tr>
<tr>
<td>08.Aug</td>
<td>0045</td>
<td>Formatting complete.</td>
</tr>
<tr>
<td></td>
<td>0120</td>
<td><a href="http://www.winsupersite.com/showcase/windowsxp_sp2_slipstream.asp">Slip-streamed</a> Windows XP with SP2 installed.</td>
</tr>
<tr>
<td></td>
<td>0125</td>
<td>Reboot and begin data copy from the old to the new drive.</td>
</tr>
<tr>
<td></td>
<td>0200</td>
<td>Dead tired from the day&#8217;s work; to bed.</td>
</tr>
<tr>
<td></td>
<td>0715</td>
<td>Check status; some things not copied. Select resync.</td>
</tr>
<tr>
<td></td>
<td>0815</td>
<td>Copying complete.</td>
</tr>
<tr>
<td></td>
<td>2300</td>
<td>Managed to connect both drives by reversing one drive in the bay.</td>
</tr>
</table>
<p>The new drive barely has any usable software, other than the freshly installed OS. It would probably take me another week to install everything we need&#8212;piece by piece, before it goes live and the old one decommissioned.</p>
<p><img class="alignright" src='http://ckunte.com/wp-content/uploads/2007/08/hdd-facing-front.gif' alt='HDD facing front of the cabinet' /></p>
<p><strong>Update:</strong> Four hours after writing this post, I took another shot at the cables to see if I could retain the older drive. I reversed the drive in the disk bay in such a way that the data and power cables faced the front, instead of the usual back. With a bit of a trapeze, it worked! I managed to connect the drives to SATA power pins&#8212;merely separated by a couple of inches. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fhdd-upgrade&amp;seed_title=HDD+upgrade/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pressure drop</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fpressure-drop&amp;seed_title=Pressure+drop</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fpressure-drop&amp;seed_title=Pressure+drop#comments</comments>
		<pubDate>Mon, 21 May 2007 20:35:03 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<category><![CDATA[Holland]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/pressure-drop</guid>
		<description><![CDATA[It happens about twice a year, we are told. Possibly due to differential temperatures leading to vaporization of water from the sump1. It could as well be due to a leak in the radiator system2, you never know until you run a check. 
Showers and washbasins run cold. Freezing cold. It wakes you up like [...]]]></description>
			<content:encoded><![CDATA[<p>It happens about twice a year, we are told. Possibly due to differential temperatures leading to vaporization of water from the sump<sup>1</sup>. It could as well be due to a leak in the radiator system<sup>2</sup>, you never know until you run a check. <span id="more-1322"></span></p>
<p>Showers and washbasins run cold. Freezing cold. It wakes you up like no alarm has ever managed before, which is what happened when I stepped into the shower this morning. Damn, <em>still</em> freezing even as we approach summer.</p>
<p>I check the boiler (An <a href="http://www.flickr.com/photos/chetan/508262709/">AGPO Ferroli Econoforte HMA32</a> &#8212; a fancy setup that looks like a mini-nuclear reactor). An unfamiliar thing on display. It reads <code>E.01</code>. It&#8217;s an error code and, we have no clue. I search for the manual lying around somewhere in the store. Hallelujah, <a href="http://www.flickr.com/photos/chetan/508262413/">it&#8217;s in Dutch</a>. No time to <a href="http://ckunte.com/archives/no-dutch-in-google-translate">translate</a>. 8.30AM. I&#8217;m running late. Kiddo is going to be late for school too, and she would have to register late again, at the front desk today.</p>
<p>My wife calls the <a href="http://www.agpoferroli.nl/">AGPO</a> hotline. The other end, I&#8217;m told, is friendly, says it&#8217;s simple to fix, but can&#8217;t explain howto very well in English. We decide not to try anything foolish, because the system is a blackbox, unconventional, Dutch labels, manuals and all. Instead, we call our official maintenance. They promise to get somebody to call us for an <em>appointment</em>. Goddamn, this whole country is obsessed with appointments. </p>
<p>Nobody calls. Wife continues to phone the official maintenance. The phone rings and then auto-redirects to voicemail. This is now on a do-loop.</p>
<p>By afternoon, the entire home temperature has dropped two degrees down; this inspite of a bit of sun today. No one calls us up for an appointment, and it is now evening. We are now worried about the drop in temperature at night. Worry that kids may not be able to sleep well at night.</p>
<p>I translate the error code and it says it&#8217;s a water intake error. Not enough pressure. The needle needs to be in the greenzone and above 1 bar.</p>
<p>We mention it to our neighbor. He comes up, looks at the setup and tells me that <a href="http://www.flickr.com/photos/chetan/508262669/">the sump</a> needs water. Adds that it could also be clogged. Together, we unscrew those odd looking closure valves and pump water into the sump (that looks like a Cabsons gas cylinder &#8212; which is the reason, we didn&#8217;t touch it in the first place. Slap on the forehead!).</p>
<p><a href="http://www.flickr.com/photos/chetan/508234362/">The code changes</a> automatically, boiler&#8217;s familiar sound comes back on. We&#8217;re relieved; and thank Eric for saving us. All is well again.
<ol class="footnotes">
<li id="footnote_0_1322" class="footnote">Boilers &#8212; used in room heating systems and for supplying hot water to showers, wash basins and dish washers &#8212; are connected to the sump, which maintains a certain pressure, for water intake.</li>
<li id="footnote_1_1322" class="footnote">It&#8217;s a network of pipes carrying hot and cold water between radiators (for room heating) to the boiler and back.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fpressure-drop&amp;seed_title=Pressure+drop/feed</wfw:commentRss>
		</item>
		<item>
		<title>Folding</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffolding&amp;seed_title=Folding</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffolding&amp;seed_title=Folding#comments</comments>
		<pubDate>Fri, 30 Mar 2007 12:25:39 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/folding</guid>
		<description><![CDATA[I was reading Matt Webb&#8217;s excellent presentation online when I followed his link to the video that follows. Oh my god, I have been an idiot trying to fold my shirt after ironing. Actually this is the part that I really hated, until I saw this video. It&#8217;s amazing!
]]></description>
			<content:encoded><![CDATA[<p>I was reading <a href="http://schulzeandwebb.com/2007/plastic/slides/">Matt Webb&#8217;s excellent presentation online</a> when I followed his link to the video that follows. Oh my god, I have been an idiot trying to fold my shirt after ironing. Actually this is the part that I really hated, until I saw <a href="http://video.google.com/videoplay?docid=-2104370364007518757">this video</a>. It&#8217;s amazing!</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Ffolding&amp;seed_title=Folding/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ikea, my screws just lost their threads</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fikea&amp;seed_title=Ikea%2C+my+screws+just+lost+their+threads</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fikea&amp;seed_title=Ikea%2C+my+screws+just+lost+their+threads#comments</comments>
		<pubDate>Sat, 27 Jan 2007 21:47:18 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<category><![CDATA[Holland]]></category>

		<category><![CDATA[Moods and Blues]]></category>

		<category><![CDATA[Noteworthy]]></category>

		<category><![CDATA[Self]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/ikea</guid>
		<description><![CDATA[This is a rant, beware. DIY fanatics, stay away.]]></description>
			<content:encoded><![CDATA[<p><em>Preface: This is a rant, beware. DIY fanatics, stay away.</em></p>
<p>I have always dreamt of having an <a href="http://en.wikipedia.org/wiki/Ikea">IKEA</a> store in my hometown (there isn&#8217;t one, by the way). I have often picked-up used and dated Ikea magazines from bookstores (yes, <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2006/02/12/MNG41H6PEF1.DTL">they sell, for inspiration</a>, I suppose). My first time shopping in an Ikea store (in Malaysia) was a dream come true. </p>
<p>This is for everyone, who think <a href="http://en.wikipedia.org/wiki/Diy">DIY</a><sup>1</sup> is cool. When you put a couple of screws in a wooden board, make your chair roll over the floor, it&#8217;s cool. It&#8217;s one thing to build a couple of things yourself, but entirely another when it comes to setting the furniture for an entire house.</p>
<p><a href="http://www.flickr.com/photos/chetan/348029455/" title="Shopping at IKEA"><img class="centered" src="http://farm1.static.flickr.com/125/348029455_f3380ee1f7.jpg" width="500" height="309" alt="Shopping at IKEA" /></a> <span class="credits">Sneha working with an IKEA staff in sourcing hardware for her design.</span></p>
<p>It came as a rude shock when we actually <a href="http://www.flickr.com/photos/chetan/371627002/">received</a> our first shopping consignment. Because, it was then that we realized the amount of stuff, we had to put together, to make a livable home. And this was just half the stuff. There were many items unavailable&#8212;some of them still are&#8212;with the most notable being the sofa; my daughter&#8217;s desk; and a couple of matching dining chairs.</p>
<p>Ikea&#8217;s (transport/delivery) service makes me go hmm. We blew &euro;95 for the first shipment, which weighed about a ton. This price is applicable only if it is a ground-floor delivery. (I really like this one.) Add 30% of that cost to every higher floor you want the delivery at. Anyone familiar with Dutch homes will know that this bit of news comes like a well-seasoned hard dried brick aimed right at your skull.</p>
<p>We took our delivery at ground-floor, obviously. We then, dismantled large components into manageable ones before we could haul them up our narrow spiral wooden staircase. Imagine ants at work&#8212;carrying one piece at a time.</p>
<p>That day, Sneha and I spent an entire back-breaking evening setting-up our kids&#8217; bunker bed, in a cycle of couple of do-loops and a couple of if-else, break routines.</p>
<p>I quickly realized that this activity was not worth enjoying, and decided to get help. A senior colleague of mine recommended a local help and offered his contacts. At &euro;14 euros an hour, the man went on to fix most of our stuff in about a week&#8217;s time, 3 hours a day on an average. You can add up the economics, if you like. And believe me, this is a steal-deal, locals would say.</p>
<p>Today, we ordered our consignment number two<sup>2</sup>. It would be delivered sometime in the middle of next week. That&#8217;s when we will start shedding either fresh drops of sweat or those green bills. Tough choice.</p>
<p><a href="http://www.flickr.com/photos/chetan/407738495/" title="Photo Sharing"><img class="centered" src="http://farm1.static.flickr.com/150/407738495_af66bdf46f.jpg" width="500" height="375" alt="Ikea (round 2)" /></a></p>
<p>I am happy that there is no IKEA store in my home country. Our local &#8216;Ramlal&#8217; would happily build anything, that we come up with, as a design.
<ol class="footnotes">
<li id="footnote_0_1136" class="footnote">We were forced to go this road simply because Ikea is the place where you get the stuff you want quickest. If you have lived long enough in Holland, you&#8217;ll know that a typical furniture order takes at least 3-months for delivery. We didn&#8217;t want to sit / sleep on a cheap rug until that happened. The downside, however, was the DIY that came with it.</li>
<li id="footnote_1_1136" class="footnote">After another round of 7-hours shopping, my daughter is sick of it.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fikea&amp;seed_title=Ikea%2C+my+screws+just+lost+their+threads/feed</wfw:commentRss>
		</item>
		<item>
		<title>Kitchen hack</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fkitchen-hack&amp;seed_title=Kitchen+hack</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fkitchen-hack&amp;seed_title=Kitchen+hack#comments</comments>
		<pubDate>Fri, 14 Apr 2006 13:37:55 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/kitchen-hack/</guid>
		<description><![CDATA[How do you clean-up the mess and stickiness when your little one spills cooking oil on the floor? 
Sneha&#8217;s kitchen hack: First, wipe the excess oil off the floor with kitchen tissues, and then to remove floor stickiness, sprinkle some wheat flour over the spilled area. Wheat absorbs the oil and makes your floor completely [...]]]></description>
			<content:encoded><![CDATA[<p>How do you clean-up the mess and stickiness when your little one spills cooking oil on the floor? </p>
<p>Sneha&#8217;s kitchen hack: First, wipe the excess oil off the floor with kitchen tissues, and then to remove floor stickiness, sprinkle some wheat flour over the spilled area. Wheat absorbs the oil and makes your floor completely dry. Collect and trash the oil absorbed wheat flour.</p>
<p>These days, it is becoming something of a routine, with our little one playing the devil.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fkitchen-hack&amp;seed_title=Kitchen+hack/feed</wfw:commentRss>
		</item>
		<item>
		<title>SketchUp</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fsketchup&amp;seed_title=SketchUp</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fsketchup&amp;seed_title=SketchUp#comments</comments>
		<pubDate>Mon, 23 Jan 2006 12:53:55 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[3d]]></category>

		<category><![CDATA[DIY]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/sketchup/</guid>
		<description><![CDATA[Anyone who has tried his hand at 3D design knows how painful it is to produce even just one elevation in perspective. Most architects and engineers are forced to go out of their way to learn and master additional tools in order to put their idea into a visual entity. And believe me, it is [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has tried his hand at 3D design knows how painful it is to produce even just one elevation in perspective. Most architects and engineers are forced to go out of their way to learn and master additional tools in order to put their idea into a visual entity. And believe me, it is tough. And when they do with the likes of heavy end CAD software, it gets more pathetic. Layer control, command line, too many options, scaling not to mention the monotonous look of a CAD drawing that lacks the finesse and the style of an architect&#8217;s distinctive style in sketching. Sometimes, you&#8217;d think you were better off with a pencil. Well, no more.</p>
<p><img id="image992" class="alignleft noborder"  src="http://ckunte.com/wp-content/uploads/2006/06/sketchup-inaction.gif" alt="Sketchup demo" /></p>
<p>While browsing the documents and lecture notes on <a href="http://ocw.mit.edu/OcwWeb/Architecture/">OCW</a>, I came across a list of presentations that&#8212;the page said&#8212;were created using <a href="http://www.sketchup.com/">SketchUp</a>. One look at <a href="http://www.sketchup.com/">SketchUp</a>, their video presentation, the quality of images and I was like oh yeah, <em>oh yeah</em>.</p>
<p>Sneha and I right now are just oggling at the possibilities with a software like this. To sum it up, SketchUp is a software that lets you be yourself, lets you think and execute your ideas with incredible ease and without being in your way. I almost think there&#8217;s no learning curve whatsoever. How incredibly amazing! And, it has a soft touch of  those projection lines that you&#8217;d have as a way of a visual impression of a sketch. While, it&#8217;s not like you&#8217;d do with your hand, it&#8217;s almost, and it&#8217;s great! </p>
<p>If you&#8217;re an architect, dude/babe, you&#8217;re missing the world if you&#8217;re not aware of this software. <a href="http://dhruva.com/">Guys</a>, are you paying attention? This one&#8217;s for you too. Forget Studio Max, <a href="http://www.sketchup.com/">SketchUp</a> [probably] gives amazing possiblities for your game development.</p>
<p>And it gets better, they have <a href="http://www.sketchup.com/?section=downloads">a plugin</a> for <a href="http://earth.google.com/">Google Earth</a>, and wait, it&#8217;s got <a href="http://www.sketchup.com/?sid=79">Ruby API</a> hardwired in! Oh my God!</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fsketchup&amp;seed_title=SketchUp/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading hardware</title>
		<link>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fupgrading-hardware&amp;seed_title=Upgrading+hardware</link>
		<comments>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fupgrading-hardware&amp;seed_title=Upgrading+hardware#comments</comments>
		<pubDate>Sat, 14 Jan 2006 14:12:48 +0000</pubDate>
		<dc:creator>Chyetanya Kunte</dc:creator>
		
		<category><![CDATA[DIY]]></category>

		<category><![CDATA[Malaysia]]></category>

		<guid isPermaLink="false">http://ckunte.com/archives/upgrading-hardware/</guid>
		<description><![CDATA[Today, I opened my computer to upgrade memory and add a DVD burner. While adding memory was not an issue, I was worried that there may not be a spare power connector for my new DVD-burner. This was because it was a branded machine and it came with a CD-RW built-in. In the worst case, I'd have had to take the old CD-RW out to put the new internal drive. Thankfully, I didn't have to.]]></description>
			<content:encoded><![CDATA[<p>Today, I opened my computer to upgrade memory and add a DVD burner. While adding memory was not an issue, I was worried that there may not be a spare power connector for my new DVD-burner. This was because it was a branded machine and it came with a CD-RW built-in. In the worst case, I&#8217;d have had to take the old CD-RW out to put the new internal drive. Thankfully, I didn&#8217;t have to.</p>
<p><a href="http://www.flickr.com/photos/chetan/86390510/" title="Photo Sharing"><img class="centered" src="http://static.flickr.com/41/86390510_4b37e5fff5.jpg" alt="motherboard" /></a></p>
<p>It has been a while since I stuck my head inside a desktop computer. So when I did today, I was pleasantly surprised by the intricate details that manufacturers take care of these days. Among those I noticed were:</p>
<ul>
<li>There were spare connectors for everything.</li>
<li>Extra fan for cooling the air inside the cabinet.</li>
<li>Almost everything comes integrated on a motherboard.</li>
<li>Extra spare Serial ATA connectors.</li>
<li>Vertically mounted hard-disk. How thoughtful! If you&#8217;re aware that you should stack all your CDs vertically, the same analogy holds good for the hard disk as well (if not more aptly). And in this case, whether you place the cabinet vertical or lay it down horizontal, the HDD stays vertical.
</li>
<li>There&#8217;s virtually no clutter as all the cabling is nicely secured. Much easier to clean.</li>
</ul>
<p>The upgrade was clean as a whistle. Open, install, close and load-up.</p>
]]></content:encoded>
			<wfw:commentRss>http://ckunte.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fckunte.com%2Farchives%2Fupgrading-hardware&amp;seed_title=Upgrading+hardware/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
