<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:amunix</id>
  <title>calm_before_the_storm_</title>
  <subtitle>#include &lt;std$disclaimer.h&gt;</subtitle>
  <author>
    <name>Amarendra Godbole</name>
  </author>
  <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom"/>
  <updated>2008-04-14T10:37:55Z</updated>
  <lj:journal username="amunix" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://amunix.livejournal.com/data/atom" title="calm_before_the_storm_"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:112692</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/112692.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=112692"/>
    <title>New car!</title>
    <published>2008-04-14T10:37:55Z</published>
    <updated>2008-04-14T10:37:55Z</updated>
    <category term="palio stile"/>
    <category term="palio"/>
    <category term="car"/>
    <category term="fiat"/>
    <content type="html">We got a &lt;a href="http://www.fiat-india.com/fiat_showroom/stile/Design.aspx?ModelId=1"&gt;FIAT Palio Stile 1.1 SLX&lt;/a&gt; (furnace red color) from B.U.Bhandari in Pune. The reasons for going for a FIAT were good engine, and ample cabin space. Diesel was ruled out, as the premium above petrol was way too high. Photos &lt;a href="http://www.obscure.org/~amunix/photos/car/p1.jpg"&gt;here&lt;/a&gt;, &lt;a href="http://www.obscure.org/~amunix/photos/car/p2.jpg"&gt;here&lt;/a&gt; and &lt;a href="http://www.obscure.org/~amunix/photos/car/p3.jpg"&gt;here&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:112506</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/112506.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=112506"/>
    <title>Updated photos of Anushree</title>
    <published>2008-01-31T10:45:54Z</published>
    <updated>2008-01-31T10:45:54Z</updated>
    <category term="kidunix"/>
    <category term="anushree"/>
    <category term="baalobaa"/>
    <content type="html">Anushree turned one on 3rd January, and I wanted to update her latest photos. Finally, they are. &lt;a href="http://www.obscure.org/~amunix/photos/baalobaa/"&gt;Here&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:111934</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/111934.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=111934"/>
    <title>RMS makes a fool of himself on misc@openbsd</title>
    <published>2008-01-04T06:23:06Z</published>
    <updated>2008-01-04T06:23:06Z</updated>
    <category term="richard stallman"/>
    <category term="rms"/>
    <category term="misc@openbsd"/>
    <category term="openbsd"/>
    <category term="theo"/>
    <content type="html">&lt;a href="http://en.wikipedia.org/wiki/Richard_Stallman"&gt;RMS&lt;/a&gt; (yeah, Richard Stallman) made a fool of himself on misc@openbsd when he made repeated incorrect statements about OpenBSD. And when people indicated this to him, he tried to shrug them away saying that they were "mistakes" on his part. &lt;a href="http://www.theos.com/deraadt/"&gt;Theo&lt;/a&gt; rightly calls him a "liar" and an "hypocrite".&lt;br /&gt;&lt;br /&gt;Whatever respect I had for Richard as a "leader" has rapidly diminished and reached zero. &lt;a href="http://kerneltrap.org/mailarchive/openbsd-misc/2007/12/10/486713"&gt;Read it&lt;/a&gt; and judge for yourself.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:111821</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/111821.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=111821"/>
    <title>Writing an iso image to a CD/DVD in OpenBSD</title>
    <published>2007-11-19T11:55:25Z</published>
    <updated>2007-11-19T11:55:25Z</updated>
    <category term="write dvd"/>
    <category term="openbsd"/>
    <category term="burn cd"/>
    <category term="write cd"/>
    <category term="burn dvd"/>
    <content type="html">&lt;b&gt;Writing CD&lt;/b&gt;&lt;br /&gt;Assuming that your CD device is cd0, and you wish to burn image.iso to the CD, execute the following command "cdio -f cd0c tao image.iso" as superuser.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Writing DVD&lt;/b&gt;&lt;br /&gt;Assuming that your DVD device is cd0, and you wish to burn image.iso to the DVD, do the following (as superuser):&lt;br /&gt;1. Install "sysutils/dvd+rw-tools" from ports&lt;br /&gt;2. growisofs -dvd-compat -Z /dev/rcd0c=image.iso&lt;br /&gt;Note that the raw device is used here (rcd0).&lt;br /&gt;&lt;br /&gt;More details on burning CDs' or DVDs' through OpenBSD are located in the FAQ &lt;a href="http://www.openbsd.org/faq/faq13.html#burnCD"&gt;here&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:111551</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/111551.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=111551"/>
    <title>Pune's "nuisance festival" is back</title>
    <published>2007-09-12T05:12:33Z</published>
    <updated>2007-09-12T05:12:33Z</updated>
    <category term="nuisance"/>
    <category term="ganesh chaturthi"/>
    <category term="pune"/>
    <content type="html">&lt;a href="http://en.wikipedia.org/wiki/Pune"&gt;Pune's&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Ganesh_Chaturthi"&gt;nuisance festival&lt;/a&gt; is back. Welcome(!) to ten days of noise pollution, gambling, liquor, bullying, road blocks, traffic chaos (in an already "infrastructure-challenged" city) and political mileages.&lt;br /&gt;&lt;br /&gt;Unfortunately, worshipping in public, creating purely nuisance value is considered &lt;a href="http://en.wikipedia.org/wiki/Hinduism"&gt;loyalty-to-your-religion&lt;/a&gt; by many.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:111343</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/111343.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=111343"/>
    <title>Bank Of India's website compromised - downloads malware!</title>
    <published>2007-08-31T08:23:13Z</published>
    <updated>2007-08-31T08:27:14Z</updated>
    <category term="security"/>
    <category term="javascript"/>
    <content type="html">Ban'k of India's site has been compromised - a malicious JavaScript downloads an executable, which then downloads other &lt;a href="http://en.wikipedia.org/wiki/Malware"&gt;malware&lt;/a&gt;. As per &lt;a href="http://www.f-secure.com/"&gt;F-Secure labs&lt;/a&gt;, the compromise has not yet been corrected. More &lt;a href="http://www.f-secure.com/weblog/archives/archive-082007.html#00001265"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;b&gt;&lt;font color="red"&gt;You are strongly advised to stay clear of visiting the site, and stop any net-banking activities with Bank of India, until this issue is fixed (hopefully they do it sooner!)&lt;/font&gt;&lt;/b&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:110994</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/110994.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=110994"/>
    <title>I am a FreeBSD ports maintainer now!</title>
    <published>2007-04-27T05:48:29Z</published>
    <updated>2007-04-27T05:55:44Z</updated>
    <category term="ports"/>
    <category term="bsd"/>
    <category term="freebsd"/>
    <category term="tech"/>
    <content type="html">My first port, &lt;a href="http://w-calc.sourceforge.net/"&gt;wcalc&lt;/a&gt; (a powerful arbritrary-precision, command-line calculator), got &lt;a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/math/wcalc/"&gt;committed&lt;/a&gt; today. The PR (problem report) is &lt;a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=112106"&gt;here&lt;/a&gt;. Thanks &lt;a href="mailto:miwi@freebsd.org"&gt;Martin Wilke (miwi)&lt;/a&gt;. I will be maintaining wcalc for &lt;a href="http://www.freebsd.org/"&gt;FreeBSD&lt;/a&gt; henceforth. :-)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:110749</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/110749.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=110749"/>
    <title>kidunix is now Anushree</title>
    <published>2007-04-24T06:10:37Z</published>
    <updated>2007-04-24T06:10:37Z</updated>
    <category term="family"/>
    <content type="html">We finally succeeded in zero'ing on a name for our &lt;a href="http://www.obscure.org/~amunix/photos/baalobaa/"&gt;daughter&lt;/a&gt; - &lt;b&gt;&lt;font color="blue"&gt;Anushree&lt;/font&gt;&lt;/b&gt;, which means pretty, prosperity, and is another name for &lt;a href="http://en.wikipedia.org/wiki/Lakshmi"&gt;Goddess Lakshmi&lt;/a&gt; - Hindu Goddess of Wealth. The name is also in tune with our names, all start with the letter A. :)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:110465</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/110465.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=110465"/>
    <title>Reasonable design of software</title>
    <published>2007-04-24T06:02:12Z</published>
    <updated>2007-04-24T06:02:12Z</updated>
    <category term="software"/>
    <category term="design"/>
    <category term="tech"/>
    <content type="html">The concept of "&lt;font color="blue"&gt;good design&lt;/font&gt;" of software is too abstract to be actually realized. For companies that ship software and are legally accountable for it, the idea of "good design" translates to "&lt;font color="blue"&gt;reasonable design&lt;/font&gt;". Let me explain.&lt;br /&gt;&lt;br /&gt;** What good characteristics do you wish to have in your software?&lt;br /&gt;General answers that you'd get are:&lt;br /&gt;- simple&lt;br /&gt;- easy-to-use&lt;br /&gt;- robust&lt;br /&gt;- available&lt;br /&gt;- secure&lt;br /&gt;- solves the problem (inherent property, generally assumed)&lt;br /&gt;- economical&lt;br /&gt;- maintainable&lt;br /&gt;- etc., etc., etc..&lt;br /&gt;&lt;br /&gt;Given the real life constraints, like go-to-market pressure, revisions, people change, maintainability, it is very difficult (almost impossible) to maximize all the above mentioned properties in finite time. What needs to be done is to strike a balance between all of them, and come up with an optimal solution. For eg., a banking and financial software should be available and secure to the max, but can be okay to be a bit unfriendly, a software game should be user-friendly, but is okay if it is a bit expensive (it is a luxury), and so on.&lt;br /&gt;&lt;br /&gt;This optimal balance is what I call a "&lt;font color="blue"&gt;reasonable design&lt;/font&gt;" choice, where, the software meets the needs of all its stakeholders (designers, developers, marketing folks, end-users, etc.)&lt;br /&gt;&lt;br /&gt;Will try to expand this article as time permits.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:110109</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/110109.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=110109"/>
    <title>Restoring the MBR with FreeBSD boot manager (after Windows eats it!)</title>
    <published>2007-04-12T11:27:25Z</published>
    <updated>2007-04-16T13:26:36Z</updated>
    <category term="mbr"/>
    <category term="boot manager"/>
    <category term="boot"/>
    <category term="freebsd"/>
    <content type="html">I dual-boot with Windows XP and FreeBSD. Now, I had to re-install XP - which meant that my master boot record (MBR) would be overwritten by Windows XP, and I would lose the ability to dual-boot. Does not matter, as we can always restore the MBR back to the one FreeBSD installed, with the following steps:&lt;br /&gt;1. boot the machine through FreeBSD installation CD 1 (the boot CD)&lt;br /&gt;2. through sysinstall (the FreeBSD installer), go to the Fixit mode&lt;br /&gt;3. start the "live" image, which gives you all the commands&lt;br /&gt;4. issue the following command at the shell prompt:&lt;br /&gt;        boot0cfg -B -s [slice_num] [disk]&lt;br /&gt;    In my case, the slice_num was 2 (as 1 was for Windows XP), and the disk was ad0.&lt;br /&gt;    (boot0cfg -B [disk] will suffice if you don't care for the "default boot selection")&lt;br /&gt;5. exit the Fixit mode, and exit the installer. Remember to remove the boot CD.&lt;br /&gt;&lt;br /&gt;You will be again greeted with the famous:&lt;br /&gt;F1  DOS&lt;br /&gt;F2  FreeBSD&lt;br /&gt;&lt;br /&gt;Reading &lt;a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html"&gt;this&lt;/a&gt; will also help.&lt;br /&gt;&lt;br /&gt;Enjoy!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:110022</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/110022.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=110022"/>
    <title>Bye-bye Orkut!</title>
    <published>2007-04-01T03:39:59Z</published>
    <updated>2007-04-01T03:39:59Z</updated>
    <category term="orkut"/>
    <content type="html">I am not longer on &lt;a href="http://www.orkut.com/"&gt;Orkut&lt;/a&gt;. It kills a lot of time, and I am too bored of it.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:109743</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/109743.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=109743"/>
    <title>Motofone F3</title>
    <published>2007-03-22T04:37:20Z</published>
    <updated>2007-03-22T04:41:40Z</updated>
    <category term="motofone f3"/>
    <category term="motorola"/>
    <content type="html">Got the new &lt;a href="http://www.motorola.com/consumer/v/index.jsp?vgnextoid=c243c5327150f010VgnVCM1000008206b00aRCRD&amp;amp;show=productHome"&gt;Motofone F3&lt;/a&gt; sporting the &lt;a href="http://en.wikipedia.org/wiki/Electronic_paper"&gt;e-paper&lt;/a&gt; technology. It is a pretty cool, primitive phone, good for people who just want their phone to do one job, and do it well - duplex talk. :)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:109515</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/109515.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=109515"/>
    <title>Only two remote holes in the default install, in more than 10 years!</title>
    <published>2007-03-15T04:32:33Z</published>
    <updated>2007-03-15T04:32:33Z</updated>
    <category term="openbsd"/>
    <category term="security"/>
    <category term="bsd"/>
    <content type="html">One more remote hole in the default install of &lt;a href="http://www.openbsd.org/"&gt;OpenBSD&lt;/a&gt;. The count now is two. I guess it is the latest &lt;a href="http://www.openbsd.org/errata40.html"&gt;security advisory (Incorrect mbuf handling for ICMP6 packets)&lt;/a&gt; for &lt;a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;amp;sektion=4"&gt;pf(4)&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Though I am a newbie on OpenBSD, I quiet like the OS, for its simplicity (both while installation, and later on), and its &lt;a href="http://www.openbsd.org/security.html"&gt;approach towards security&lt;/a&gt; (I'd rather take a performance hit, than being compromised).</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:109265</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/109265.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=109265"/>
    <title>Welcome to our world...</title>
    <published>2007-01-15T12:37:10Z</published>
    <updated>2007-01-15T12:45:36Z</updated>
    <category term="kidunix"/>
    <category term="baalobaa"/>
    <content type="html">&lt;a href="http://www.obscure.org/~amunix/photos/baalobaa/"&gt;kidunix&lt;/a&gt; landed on 03/Jan/2007. Welcome!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:108845</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/108845.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=108845"/>
    <title>FreeBSD: where are the port configure options?</title>
    <published>2006-12-22T06:33:13Z</published>
    <updated>2006-12-22T06:33:13Z</updated>
    <category term="fbsd"/>
    <category term="freebsd"/>
    <category term="tech"/>
    <content type="html">&lt;b&gt;/var/db/ports/[port_name]/options&lt;/b&gt; is the file which stores configuration options. You can re-configure by doing a "make config" for that particular port.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:108750</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/108750.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=108750"/>
    <title>Pseudo-secularism and religious fanaticism</title>
    <published>2006-11-28T09:59:57Z</published>
    <updated>2006-11-28T10:02:59Z</updated>
    <category term="side-effect"/>
    <category term="religion"/>
    <category term="secularism"/>
    <content type="html">&lt;a href="http://en.wikipedia.org/wiki/Religious_fanaticism"&gt;Religious fanaticism&lt;/a&gt; is a &lt;a href="http://en.wikipedia.org/wiki/Side_effect"&gt;side-effect&lt;/a&gt; of &lt;a href="http://en.wikipedia.org/wiki/Pseudo-secularism"&gt;pseudo&lt;/a&gt;-&lt;a href="http://en.wikipedia.org/wiki/Secularism"&gt;secularism&lt;/a&gt;.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:108508</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/108508.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=108508"/>
    <title>Debian - my favorite Linux distribution</title>
    <published>2006-11-20T05:04:20Z</published>
    <updated>2006-11-20T05:04:20Z</updated>
    <category term="apt"/>
    <category term="linux"/>
    <category term="debian"/>
    <content type="html">I like &lt;a href="http://www.debian.org/"&gt;Debian&lt;/a&gt; for the rock solid stability of the applications. I am yet to hit a segfault and a resultant core dump on any of its apps. It helps especially when I am doing monetary transactions over the net - never ever has &lt;a href="http://www.opera.com"&gt;Opera&lt;/a&gt; blown on my face.&lt;br /&gt;&lt;br /&gt;The Debian release cycles are long (Debian releases when it is time), so if you run the "stable" release, you might have very old apps. Other Linux distros', make a release every now and then - without much thinking about the app stability. IMHO, the latest-and-greatest app, and all its eye candy is futile, if it is not stable. In the open source world, you can't guarantee stability of any app on Linux, simply because you don't make them - you merely integrate them. So Debian does a thorough testing of the apps too, and hence the longer release cycles.&lt;br /&gt;&lt;br /&gt;If you come from the Red Hat world, Debian is a bit difficult to install though - you need to have lot of details about the hardware. But once you are up and running on Debian, there is no looking back. Oh, and its package management system &lt;a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool"&gt;apt&lt;/a&gt;, beats the sh** of other package management systems.&lt;br /&gt;&lt;br /&gt;If you wish to have rock solid stability, but are okay with a bit out-of-date (depends on how you look at it, really) apps., then Debian is for you. I run Debian on my Dell Latitude D400, and am pretty happy with it. I am now eagerly waiting for the next "stable" release - &lt;a href="http://www.debian.org/News/2006/20060724"&gt;Debian GNU/Linux 4.0&lt;/a&gt; - which is just round the corner! :-)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:108127</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/108127.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=108127"/>
    <title>Infosys and number 13</title>
    <published>2006-11-07T06:16:30Z</published>
    <updated>2006-11-07T06:16:30Z</updated>
    <category term="antithesis"/>
    <category term="infosys"/>
    <category term="13"/>
    <content type="html">&lt;a href="http://www.infosys.com/"&gt;Infosys&lt;/a&gt;, &lt;a href="http://www.infosys.com/about/global/pune.asp"&gt;Pune&lt;/a&gt; does not have building number &lt;a href="http://en.wikipedia.org/wiki/13_(number)"&gt;13&lt;/a&gt;! :-O</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:107830</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/107830.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=107830"/>
    <title>Purchasing property and the construction business</title>
    <published>2006-11-01T10:36:55Z</published>
    <updated>2006-11-01T10:36:55Z</updated>
    <category term="builder"/>
    <category term="construction"/>
    <category term="property"/>
    <category term="building"/>
    <content type="html">The entire construction business is a total *fraud*. There are no benchmarks, whatsoever, for prices/sq.ft.. It is totally upto the builder lobby to fix the prices, and the excuse of steel and cememt prices going up is absolute laughable.&lt;br /&gt;&lt;br /&gt;Unfortunately, the builders' are not the only people to be blamed - the consumers' are more responsible for this. Why are we ready to pay any price demanded by the builder? We conveniently forget all the frauds' done by the builder to us, just because we wish to own an stupidly overpriced home? (Actually this has more to do with the Indian mentality of "owning a home in lifetime", which makes us an easy prey).&lt;br /&gt;&lt;br /&gt;Anyways, I don't wish to preach - but I feel saddened when my acquaintance puts money blindly in some stupid building project - just to get royally cheated. It is our hard-earned money! :-|&lt;br /&gt;&lt;br /&gt;There are some simple ideas one can implement while making a decision to purchase a home. Here -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Get your *own* lawyer. Every penny you pay him is worth it.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Don't sign on the agreement "as-is", get changes done in your favor with the help of your lawyer.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Make sure that the builder has *all* the requisite clearance documents before you invest. It is your right to demand those form the builder. Any missing document, or a promise, should ring a warning bell in your mind.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Make sure the electricity connection is transferred on your name by the builder. (This can and should be added in the agreement). This also ensures that the electricity being used is at the "home" rate and not "commercial" rate.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Don't get carried away by once-in-a-lifetime-opportunity - the deal is off if the builder does not wish to comply with your lawyer's demands. Better to be safe, than sorry!&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Tons of safeguards' can be added to the agreement - right from leakages, to construction quality, to anything.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Make sure the REGISTER the agreement. Unless it is registered, it is just a piece of paper.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Think of the hard-earned money, and spend it wisely!&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Have a good home! :-)</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:107621</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/107621.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=107621"/>
    <title>Excellent article on Computer Security</title>
    <published>2006-10-31T08:21:14Z</published>
    <updated>2006-10-31T08:21:14Z</updated>
    <category term="computer security"/>
    <category term="security"/>
    <content type="html">Came across &lt;a href="http://www.kernelthread.com/publications/security/"&gt;A Taste of Computer Security&lt;/a&gt;, by &lt;a href="http://www.kernelthread.com/"&gt;Amit Singh&lt;/a&gt;. An excellent read.</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:107501</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/107501.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=107501"/>
    <title>Bad, bad, TVS</title>
    <published>2006-10-30T09:59:44Z</published>
    <updated>2006-10-30T09:59:44Z</updated>
    <category term="tvs motor company"/>
    <category term="tvs fiero"/>
    <category term="tvs"/>
    <category term="fiero"/>
    <content type="html">&lt;a href="http://www.tvsmotor.in/"&gt;TVS Motor Company&lt;/a&gt; is very notorious to break all backward compatibility for its two wheelers. I own a &lt;a href="http://www.tvsfiero.in/"&gt;TVS Fiero&lt;/a&gt;, first model, which I purchased in 2002, and I hardly get any part for it. Also, the &lt;a href="http://en.wikipedia.org/wiki/Capacitor_discharge_ignition"&gt;CDI unit&lt;/a&gt; for Fiero is fit under the fuel tank, and has no security whatsoever - recently someone stole it from my bike.&lt;br /&gt;&lt;br /&gt;Oh, and did I mention that this part cost me a whopping Rs. 3,700, when all others (bajaj, honda, etc.) charge about Rs. 1000 for it?&lt;br /&gt;&lt;br /&gt;I'd strongly urge you all to think twice before going in for any two wheeler from TVS. Don't get carried away by their ads. of mileage, and coolness - if they don't maintain backward compat, its all rubbish. :-|</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:107106</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/107106.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=107106"/>
    <title>Happy Diwali!</title>
    <published>2006-10-19T07:00:18Z</published>
    <updated>2006-10-19T07:01:59Z</updated>
    <category term="diwali"/>
    <category term="festival"/>
    <content type="html">Wish you all a very happy &lt;a href="http://en.wikipedia.org/wiki/Diwali"&gt;Diwali&lt;/a&gt;. Enjoy the festival of lights!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:106919</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/106919.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=106919"/>
    <title>DNA's take on Bill Gates</title>
    <published>2006-09-01T05:34:26Z</published>
    <updated>2006-09-01T05:34:26Z</updated>
    <category term="douglas adams"/>
    <category term="billg"/>
    <category term="dna"/>
    <category term="bill gates"/>
    <category term="microsoft"/>
    <content type="html">The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he who, by peddling second-rate technology, led them into it in the first place.&lt;br /&gt;&lt;br /&gt;--&lt;a href="http://en.wikipedia.org/wiki/Douglas_Adams"&gt;Douglas Adams&lt;/a&gt;</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:106589</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/106589.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=106589"/>
    <title>We are safe.</title>
    <published>2006-07-12T05:14:47Z</published>
    <updated>2006-07-12T05:22:37Z</updated>
    <category term="bomb blast"/>
    <category term="7/11"/>
    <category term="mumbai"/>
    <content type="html">My family is safe after &lt;a href="http://www.cnn.com/2006/WORLD/asiapcf/07/11/mumbai.blasts/index.html"&gt;this&lt;/a&gt;. Hope everyone else is fine too!</content>
  </entry>
  <entry>
    <id>urn:lj:livejournal.com:atom1:amunix:106356</id>
    <link rel="alternate" type="text/html" href="http://amunix.livejournal.com/106356.html"/>
    <link rel="self" type="text/xml" href="http://amunix.livejournal.com/data/atom/?itemid=106356"/>
    <title>Campaign against the Google-is-God phenomenon.</title>
    <published>2006-06-06T06:05:17Z</published>
    <updated>2006-06-06T07:07:28Z</updated>
    <category term="google"/>
    <category term="campaign"/>
    <category term="innovation"/>
    <category term="god"/>
    <category term="microsoft"/>
    <content type="html">&lt;a href="http://www.google.com/"&gt;Google&lt;/a&gt;, the search engine giant has slowly started assuming God-like proportions, with scores of people worshipping it. Though there is nothing fundamentally wrong with this, there also lurkes the danger of consuming garbage, just because it comes from Google. Also, once someone reaches God-level, the innovative spirit slowly dies. Unfortunately, it takes us a good long time before we realize this too. See what happened to &lt;a href="http://www.microsoft.com/"&gt;Microsoft&lt;/a&gt; - the software juggernaut now has become so comfortable in certain markets' (OS segment), that it hardly innovates.&lt;br /&gt;&lt;br /&gt;No, I am not against Google, or Microsoft, I am against the unnessary-hype surrounding such companies, which might harm not only their creative ability, but also their customers' - with poor products.&lt;br /&gt;&lt;br /&gt;This is my sincere attempt to rationalize our thoughts, so that we allow Google and Microsoft to innovate, and give us good products. Just maintain a level-headed perspective, there is yet a long way to go! :)</content>
  </entry>
</feed>
