<?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>aashiks&#039;in</title>
	<atom:link href="http://aashiks.in/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://aashiks.in/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 04:03:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Arch FTW !</title>
		<link>http://aashiks.in/blog/?p=173</link>
		<comments>http://aashiks.in/blog/?p=173#comments</comments>
		<pubDate>Tue, 24 Aug 2010 04:02:58 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Gnu/Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[Google Talk]]></category>
		<category><![CDATA[google talk video]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=173</guid>
		<description><![CDATA[So finally Google got their act together and released a googletalk plugin for GNU/Linux systems &#8211; they released it for Ubuntu. A sensible option since a large number of desktop GNU/Linux users use Ubuntu. They might make an RPM available. So what about the Arch people ? Aah. Thats the point cpcgm goes ahead and [...]]]></description>
			<content:encoded><![CDATA[<p>So finally Google got their act together and released a googletalk plugin for GNU/Linux systems &#8211; they released it for Ubuntu. A sensible option since a large number of desktop GNU/Linux users use Ubuntu. They might make an RPM available. So what about the Arch people ?
</p>
<p>
Aah. Thats the point <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://aur.archlinux.org/account.php?Action=AccountInfo&#038;ID=13965">cpcgm</a> goes ahead and creates a PKGBUILD and puts it on AUR. You can look at it <a href="http://aur.archlinux.org/packages.php?ID=40056">here</a> and install it (if you have <a href="http://aur.archlinux.org/packages.php?ID=5863">yaourt</a> ) using </p>
<pre> yaourt -S google-talkplugin</pre>
<p> This &#8211;  the self dependence and readiness to understand and fix the systems &#8211; is why Arch has the best documentation around , and at the same time a small,close community. I love being a part of it <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A brief encounter with HTML 5</title>
		<link>http://aashiks.in/blog/?p=162</link>
		<comments>http://aashiks.in/blog/?p=162#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:01:08 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=162</guid>
		<description><![CDATA[This is not a how to. This is not meant to help you through anything. This is just me writing down stuff One fine evening, I got fed up with what I was fdoing at office and decided to read about something. As it turned out, HTML5 was mentioned on HackerNews that day. So I [...]]]></description>
			<content:encoded><![CDATA[<h6>This is not a how to. This is not meant to help you through anything. This is just me writing down stuff</h6>
<p>One fine evening, I got fed up with what I was fdoing at office and decided to read about something. As it turned out, HTML5 was mentioned on HackerNews that day. So I thought &#8220;what the hell, I should look at this.&#8221;. I googled around, and ended up at the beautifully written <a href="http://diveintohtml5.org/">Dive Into HTML 5</a> website. SO I am reading, its very interesting and all. Suddenly I get this email from my colleague asking me to &#8220;do something about that defect&#8221;. And I alt-tab to ToDo.txt and add my one liner there. Now since this is my blog and I am going to say what I like, I am going to talk about my ToDo.txt a bit.</p>
<p>The ToDo.txt has lived on all my work PCs&#8217; desktops. The way I get work done at office is, whenever I am assigned a task (or figure out one for myself) I add a one liner to the ToDo.txt, along with the deadline datetime if specified. My ultimate goal is to have an empty list so I can go back to reading stuff on internet. Well this ToDo.txt remains open in a text editor from the time I boot my PC to the time I shut it down at the end of the day. Its no big deal. Over the years, it has morphed from a numbered list to simply a list of things. I found out that numbers on the list somehow make me want to organize it more and then make it complex. So now everytime I have a task, I add it to the list. When I am done with it, I comment it out using a #, python style <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . I thought I would write a python script that will print out my current and past items accodring to the commandline arguments I give it &#8211; never got around to doing it. Ooo digression digression !!
</p>
<p>So when I read about HTML5&#8242;s offline storage, I thought I would try and do something to replace the todo. I have found that writing a program just for the sake of it is different from writing one with a proper goal. Its like &#8220;I am going to write a hello world&#8221; and &#8220;shit I need this to do some stuff for me&#8221;. So I read about offline storage in HTML5, and put together a rather sloppy <a href="http://aashiks.in/ToDoList.html">Todolist.html</a>. I also lifted teh CSS for the ToDo from Dive into html 5. </p>
<p>Things I learned: I know jack about Javascript and DOM now &#8211; so I headed over to w3schools and read some javascript and DOM stuff.  HTML5 is sane- it was made by people who thought that things should get as simple as possible.
</p>
<p>
Now for some random things I need to write down because I claimed to have read about HTML5. HTML5 offline storage at its simplest is a hashmap that persists between sessions &#8211; its called &#8216;localStorage&#8217;.
</p>
<pre>
localStorage["hello"]="world"; // "hello" is the key and "world" is the value.
/*
 * pops up an alert window that says "world"
 */
alert(localStorage["hello"]);
localStorage.length //gives you the number of items in it.
localStorage.clear(); // Clears the localStorage.
localStorage.key(i); // retrieves the i'th value stored.
</pre>
<p>
Now mind you, this hashmap can store only strings. If you want to store numbers you have to store them as strings and then do a parseInt when you retrieve them.
</p>
<p>
Well now I have a ToDoList.html instead of a Todo.txt, and it lives inside the browser. I close my browser window when I shutdown the PC and when I start the browser next day, its still there.
</p>
<p>HTML5 is not just some additions to HTML standard or &#8220;fancy&#8221; stuff like localStorage. It is about HTML, CSS, javascript and there is a lot of it to learn. It _is_ worthwhile reading through it and adopting it whenever you can. Most browsers support it already &#8211; even on mobile phones. If you look at the <a href="http://aashiks.in/ToDoList.html">Todolist.html</a> source, you can see some HTML5 tags in it <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Its strongly recommended even if you are not a web developer. Refer:</p>
<ul>
<li><a href="http://diveintohtml5.org/">Dive Into Html5 </a></li>
<li><a href="http://www.whatwg.org/">Whatwg.org</a></li>
<li><a href="http://www.html5rocks.com/">html5rocks.com</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Much ranting about some bull crap.</title>
		<link>http://aashiks.in/blog/?p=150</link>
		<comments>http://aashiks.in/blog/?p=150#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:53:33 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Enterprise IT]]></category>
		<category><![CDATA[Enterprise Programming]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=150</guid>
		<description><![CDATA[Warning:  This is a rant post, triggered by an email forward. That should pretty much say &#8220;skip it&#8221;. If you read this, you are welcome to comment on it, but you should realize that this post is here because I wanted to push it off my mind. I got this email that Narayan Murthy supposedly [...]]]></description>
			<content:encoded><![CDATA[<p>Warning:  This is a rant post, triggered by an email forward. That should pretty much say &#8220;skip it&#8221;. If you read this, you are welcome to comment on it, but you should realize that this post is here because I wanted to push it off my mind.</p>
<p>I got this email that Narayan Murthy supposedly sent to all Infosys people. This is something that has been going around as a forward for quiet a while. I really do not know if he sent it, but I am slightly pissed off &#8211; at getting this forwarded for the Nth time as well as for making it look like people are taking advantage of the company facilities.</p>
<p>The email is <a href="http://aashiks.in/blog/wp-content/uploads/2010/08/NMoorthyEmail.txt">here</a>.</p>
<p>It sort of angered me when I read it.</p>
<p>I do not believe that Narayana Moorthy wrote it.The picture it projects is far from truth. And I don&#8217;t think he is a liar.</p>
<p>Nobody works straight 8 hours in an office. Not with all the useless chatter, meetings etc. And even without all the interruptions, working 8 hours straight off actually requires that someone stay in the office for at least 9 and a half to 10 hours. Why ? Its because programming is _usually_  an intellectual activity. If you are a programmer or an architect, you solve problems. You get tired even though you are sitting still in your seat and you _need_ breaks. Of course, all this is assuming that the task assigned to the programmer is properly estimated. Let me explain.</p>
<p>Estimating programming time is still a black art &#8211; You get it right sometimes &#8211; but usually its underestimation. Its like Hofstadter&#8217;s Law: It always takes longer than you expect, even when you take into account Hofstadter&#8217;s Law. The primary reason is, when you estimate time, the guy doing it doesn&#8217;t have a clue about how long solving the programming problem itself is going to take. Its because the enterprise manager/team lead type are not usually educated enough to realize that some problems might actually be unsolvable. They break down the problem into smaller bit and assume that things can be implemented easily. There are two things at work here &#8211; Specifications that are as slippery as eels and the actual lack of knowledge of whoever is assigning the task. Smart designers and architects realize this. They usually try to mitigate and solve the problem in the design phase and _then_ estimate time for expressing it as a program. Their estimates tend to be correct. But who gives a shit !</p>
<p>The particular fact, that the time for implementing a solution to a problem cannot be estimated really well unless you already know the solution, is always overlooked and never given priority when a big company like say, Infosys solicits and builds software solutions for a large client. It is always about delivering fast. In tight deadlines. Since its easier to break promises and apologize later, the programmers are usually put under pressure by the managers/whoever is involved. They first promise the client that things will be fixed in an incredibly short time line, and tell the programmer to do it. The poor guy tries to fix, and fails usually, and by that time the manager plays the situation a bit, pacifies the client and buys the programmer more time. The programmer is happy that he got more time to fix, the manager and the client are happy that situation is fixed (in spite of the delay).</p>
<p>This is how things happen usually. The case stated in that mail, that of the programmers staying back in office to enjoy net and food, its absolute crap. A few might do it. But the majority doesn&#8217;t &#8211; they are there because of bad estimation and false promises made to the client. They want to get out of office fast. So they finish up stuff and just fucking leave. Of course there are people who use the company resources to download things, they do happen. But that case is rare, and the company usually has a firewall and proxy in place to prevent such things. A big enterprise like Infy has a locked down access &#8211; so much so that sometimes looking for legitimate solutions in a webstie will lead to &#8220;policy violations&#8221; because the site is incorrectly classified as entertainment/personal storage/porn (wtf?)</p>
<p>Programmers do spend a lot of time on the internet reading up on stuff. They read Slashdot/DrDobbs/Arstechnica/HackerNews/YourFavoriteTechSite. And they do check their personal emails. But those usually happen when the poor guys take a break from the work. The company should let them read up on those stuff because a) This is sort of a stress buster/relief for the programmer b) Programmers read these to improve themselves and keep themselves abreast of new developments in their interest areas. If the programmer improves, wo is going to benefit ? Its a disproportionately small price to pay.<br />
I think that email was cooked up by some sad HR people and is still maintained in circulation by the non IT crowd who think that the programming crowd has it better. The real programmers shake their head sadly at the email and go back to their code editors.</p>
<p>On the other hand, these sadass companies insist on silly shit like &#8220;dress code&#8221;, &#8220;signing in on time&#8221;, &#8220;putting in 8 hours&#8221;, &#8220;responsible usage of internet&#8221;. What a load of bull crap !! Programmers program &#8211; they are supposed to be dressed for comfort so that they can sit and code. They will finish a task on time, just dont insist on working the normal hours &#8211; some are nightowls, some are early-birds. Its not some mindless repetitive task &#8211; it actually requires them to think.  Let them choose their hours.  And these sadasses who make a ruckus about working 8 hours never bat an eyelid when the guys sit and pull of things in an incredibly tight deadline.</p>
<p>People who think that that email is absolutely spot on about something, you guys must be the non it professionals. That email is a fucking joke. Please do not waste your time forwarding it.</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Malayalam fonts package update in AUR</title>
		<link>http://aashiks.in/blog/?p=141</link>
		<comments>http://aashiks.in/blog/?p=141#comments</comments>
		<pubDate>Fri, 30 Jul 2010 08:47:31 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Malayalam]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arch Linux Malayalam Font]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=141</guid>
		<description><![CDATA[This is old news, but still : Swathanthra Malayalam Computing had brought out a newer release of the fonts they maintain on July 15 &#8211; release announcement is here . I maintain an AUR script that can be used to install the fonts. I updated in on July 16 , but never did post it [...]]]></description>
			<content:encoded><![CDATA[<p>This is old news, but still :</p>
<p>Swathanthra Malayalam Computing had brought out a newer release of the fonts they maintain on July 15  &#8211; release announcement is <a href="https://groups.google.com/group/smc-discuss/browse_thread/thread/e23b77e71d59e95f#">here </a>.</p>
<p>I maintain an <a href="http://aur.archlinux.org/packages.php?ID=23145">AUR script</a> that can be used to install the fonts. I updated in on July 16 , but never did post it anywhere else except on the SMC mailinglist. I am putting this post up here for users who are looking for ways to install Malayalam fonts on their Arch Linux powered computers</p>
<p>I assume that you have installed <a href="http://wiki.archlinux.org/index.php/Yaourt">yaourt</a>. If you have not yet, please do install it. <a href="http://wiki.archlinux.org/index.php/AUR">AUR </a> is the install script repository for packages maintained by other Arch users, and yaourt is one of the best tools to install and manage packages from AUR.</p>
<p>To install the latest version of the malayalam fonts, issue the following command from a terminal.</p>
<pre><span style="font-family: Georgia, 'Bitstream Charter', serif; color: #444444;"><span style="line-height: 22px;">yaourt -S ttf-malayalam-fonts</span></span></pre>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An interesting discussion</title>
		<link>http://aashiks.in/blog/?p=133</link>
		<comments>http://aashiks.in/blog/?p=133#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:47:45 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=133</guid>
		<description><![CDATA[I am just repeating what Praseed Pai blogged. An interesting discussion is going on at the Independent Programmers Group of Kerala  mailing list.  The link : http://groups.google.com/group/ipgofkerala/browse_thread/thread/2968bb0b0934f46 Independent Programmers Group of Kerala (ipgofkerala) is an attempt to form a   community which is not tied to any particular software vendor. The group targets developers from [...]]]></description>
			<content:encoded><![CDATA[<p>I am just repeating what Praseed Pai <a href="http://praseedp.blogspot.com/2010/07/nice-article-and-its-followup.html">blogged</a>. An interesting discussion is going on at the Independent Programmers Group of Kerala  mailing list.  The link :</p>
<p><a href="http://groups.google.com/group/ipgofkerala/browse_thread/thread/2968bb0b0934f46">http://groups.google.com/group/ipgofkerala/browse_thread/thread/2968bb0b0934f46</a></p>
<p>Independent Programmers Group of Kerala (ipgofkerala) is an attempt to form a   community which is not tied to any particular software vendor. The group targets developers from Kerala,India (Others are also welcome ) and is planning to focus on Computer Programming !.</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>രൂപായും എപ്പിക്കും ചില വിവരമില്ലായ്കകളും</title>
		<link>http://aashiks.in/blog/?p=131</link>
		<comments>http://aashiks.in/blog/?p=131#comments</comments>
		<pubDate>Tue, 20 Jul 2010 04:54:32 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=131</guid>
		<description><![CDATA[ബെര്‍ളിയുടെ പോസ്റ്റ് രാവിലെ വായിച്ചപ്പോ ചെറുതായി വാളു വെക്കാന്‍ തോന്നി &#8211; ഏതാണ്ട് അളിഞ്ഞ ഭക്ഷണം കഴിച്ച പോലെ. പുള്ളിക്ക് പ്രത്യേകിച്ച് വിവരം ഇല്ല എന്ന് ഉറപ്പായി. കാരണം 1 : പണ്ട് പ്രസ്സുകള്‍ കാണിച്ച കൂതറത്തരം കാരണം ഇന്നും ആസ്കി ഫോണ്ടുകള്‍ ജീവിക്കുകയും യൂണിക്കോഡ് ഫോണ്ടുകളെ നാക്കു നീട്ടി കാണിച്ച് ഒരുമാതിരി ഉ ആക്കുകയും ചെയ്യുന്നു. മനോരമയുടേത് പോലെയുള്ള കൂറ ഐ ടി പോളിസി കാരണം ഇന്നും മിക്കവരും ആസ്കി ലോകത്ത് തന്നെയാണ്. ശരിക്കും anachronism. [...]]]></description>
			<content:encoded><![CDATA[<p>ബെര്‍ളിയുടെ <a title="ബെര്‍ളിത്തരങ്ങള്‍" href="http://berlytharangal.com/?p=4855">പോസ്റ്റ് </a>രാവിലെ വായിച്ചപ്പോ ചെറുതായി വാളു വെക്കാന്‍ തോന്നി &#8211; ഏതാണ്ട് അളിഞ്ഞ ഭക്ഷണം കഴിച്ച പോലെ. പുള്ളിക്ക് പ്രത്യേകിച്ച് വിവരം ഇല്ല എന്ന് ഉറപ്പായി.</p>
<p>കാരണം 1 : പണ്ട് പ്രസ്സുകള്‍ കാണിച്ച കൂതറത്തരം കാരണം ഇന്നും ആസ്കി ഫോണ്ടുകള്‍ ജീവിക്കുകയും യൂണിക്കോഡ് ഫോണ്ടുകളെ നാക്കു നീട്ടി കാണിച്ച് ഒരുമാതിരി ഉ ആക്കുകയും ചെയ്യുന്നു. മനോരമയുടേത് പോലെയുള്ള കൂറ ഐ ടി പോളിസി കാരണം ഇന്നും മിക്കവരും ആസ്കി ലോകത്ത് തന്നെയാണ്. ശരിക്കും anachronism. ഇതിന്റെ കുഴപ്പം ( അതറിയില്ലെങ്കി <a title="Praveen Arimbrathodiyil blogs here." href="http://pravi.livejournal.com/29283.html ">ഇവിടെ </a>പോയി വായിച്ചാല്‍ ഒരു ഏകദേശ രൂപം പിടി കിട്ടും ) അറിയാതെയാണ് ഫൊറാഡിയന്റെ ചെയ്ത്ത് വളരെ വലിയ ഒരു സംഭവമാണ് എന്ന് വാദിക്കുന്നത്. അവന്മാര്‍ പണ്ട് പ്രസ്സുകള്‍ കാണിച്ച അതേ കൂറത്തരമാണ് കാണിച്ചത്. അതായത് ശരിയായ യൂണിക്കോഡ് പോയിന്റില്‍ ആ സിംബല്‍ അസ്സൈന്‍ ചെയ്ത് ഇപ്പോ ഉള്ള ഇന്പുട്ട് മെത്തേഡുകളില്‍ ആ കോഡ്പോയിന്റ് ജെനെറേറ്റ് ചെയ്യാനുള്ള കീ മാപ്പിങ്ങ് ചേര്‍ക്കണം ഇതാണ് ചെയ്യേണ്ടിയിരുന്നത്. ബെര്‍ളിക്ക് മനസ്സിലാവാന്‍ ഒന്നു കൂടെ ലളിതമാക്കാം ( ഇത് ബെര്‍ളി മണ്ടനായോണ്ടല്ല. മടിയനായോണ്ടാ &#8211; കാര്യങ്ങള്‍ എന്താണെന്ന് വായിച്ച് മനസ്സിലാക്കാനുള്ള മടി.) വരമൊഴി/സ്വനലേഖ പോലെയുള്ള ഒരു പ്രോഗ്രാമില്‍ &#8220;ആ രൂപായുടെ ചിഹ്നം വരണേല്‍ ഈ കീ ഒക്കെ ഞെക്കണം&#8221; എന്ന ലോജിക്ക് ചേര്‍ക്കണം. എന്നിട്ട് അവന്മാരുടെ ഫോണ്ട് ഫയലില്‍ ആ ചിഹ്നം അതിനായി നീക്കി വെച്ചിട്ടുള്ള സ്ഥലത്ത് കൊണ്ട് പ്രതിഷ്ഠിക്കണം. എന്നിട്ട് ഇത് രണ്ടും കൂടെ വിതരണം ചെയ്യണം. അല്ലാതെ ഒരു മാതിരി ഏച്ച് കെട്ടി ഉള്ള ആ പരിപാടി കൂടുതല്‍ കലിപ്പ് ഉണ്ടാക്കേ ഉള്ളു. ഇത് അറിയില്ലെങ്കില്‍ &#8220;രൂപായുടെ ചിഹ്നം ഉള്ള ഫോണ്ട്&#8221; ഒരു വല്യ ആന ആണെന്ന് തോന്നും.</p>
<p>കാരണം 2: കുറച്ച് സാങ്കേതികപശ്ചാത്തലം വേണ്ടത് കൊണ്ടാവാം, മലയാളം കമ്പ്യൂട്ടിങ്ങിനെ പറ്റി അധികം പത്രക്കാര്‍ എഴുതിക്കണ്ടിട്ടില്ല &#8211; അതില്‍ കുറച്ച് താല്‍പര്യമുള്ള, ന്യൂസ് എന്നതിലുമപ്പുറം അതിന്റെ വില മനസ്സിലാക്കുന്ന ഒരാള്‍ക്കേ അതിനോട് പൂര്‍ണ്ണമായും നീതി പുലര്ത്തിക്കൊണ്ട് ഒരു റിപ്പോര്‍ട്ട് എഴുതാനാകൂ. പക്ഷെ ഇങ്ങനത്തെ മറ്റേ പരിപാടികള്‍ റിപ്പോര്‍ട്ട് ചെയ്ത് കയ്യടി വാങ്ങുന്ന പത്രധര്‍മ്മം &#8220;മാര്‍ക്കറ്റ് ചെയ്തില്ല കയ്യടി വാങ്ങിയില്ല&#8221; എന്നേ പറയൂ. ഒരുമാതിരി സെന്‍സേഷന്‍ ഉണ്ടാകുമോ ഇല്ലേ എന്ന് നോക്കി വില നിശ്ചയിക്കുന്ന കൂതറകള്‍. സന്തോഷിനെ പോലെ കാര്യമായ സംഭാവനകള്‍ നല്കിയ, ഇന്ത്യന്‍ പ്രോഗ്രാമര്‍മാരുടെ ലോകത്ത് ബഹുമാനം പിടിച്ചു പറ്റിയ ഒരു മനുഷ്യനെക്കുറിച്ച് അറിയാത്തത് വിവരമില്ലായ്മയാണ് &#8211; any tech news reporter worth his/her salt will know this man and his contribution to indic language computing. അതിന്റെ വില മനസ്സിലാക്കാനും സായിപ്പ് വേണ്ടി വന്നു എന്നുള്ളത് ഒരു മറ്റൊരു രസം. ന്യൂസ് റിപ്പോര്‍ട്ടിങ്ങ് എന്ന പണി ശരിക്ക് ചെയ്യാത്തതിന് കൊട്ട് മേടിച്ചിട്ട് മറ്റുള്ളവരുടെ തലയ്ക്ക് കല്ലെറിഞ്ഞിട്ട് ഒരു കാര്യോമില്ല.</p>
<p>എപ്പിക് ബ്രൌസറിനെ കുറിച്ച് ഞാന്‍ പറയുന്നില്ല. അതിനെ കുറിച്ച് ഘോരഘോരം എഴുതിയവന്മാര്‍ തന്നെ അത് ഉപയോഗിക്കട്ടെ. &#8220;എന്റെ മെയില്‍ ആരോ ഹാക്ക് ചെയ്തു. ഇന്ത്യയില്‍ ഹാക്കര്മാരുടെ എണ്ണം കൂടി&#8221; എന്ന് പിന്നീട് എഴുതാമല്ലോ.</p>
<p>മണ്ടന്‍ റിപ്പോര്‍ട്ടിങ്ങിനെയാണ് സെബിന്‍ തെറിവിളിച്ചത്. അത് മനസ്സിലാക്കി തിരുത്താനല്ല <a href="http://berlytharangal.com/?p=4855">ഇവിടെ</a> നോക്കുന്നത്. അത് ന്യായീകരിക്കാനാണ്. മലയാളം വിക്കിപ്പീഡീയ പോലെയുള്ള ഒരു പ്രോജക്റ്റിന്റെ പ്രാധാന്യത്തെക്കുറിച്ചും വിക്കി ലോകത്ത് അടുത്തിടെ അത് നേടിയ കയ്യടിയെക്കുറിച്ചും ഒരു ചുക്കും എഴുതാത്തവന്‍ വിവരമില്ലാത്ത ടെക്ക് റീപ്പോര്‍ട്ടര്‍ തന്നെ ആണ്. അതിനി ഏത് ശിരോമണി ആയാലും.</p>
<p>( At the bare minimum, read slashdot if someone wants to report IT news around the world &#8211; it widens perspective. Of course it is my opinion <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=131</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Email is up !</title>
		<link>http://aashiks.in/blog/?p=124</link>
		<comments>http://aashiks.in/blog/?p=124#comments</comments>
		<pubDate>Tue, 29 Jun 2010 05:08:51 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=124</guid>
		<description><![CDATA[Now you can reach me at aashiks at aashiks.in too.]]></description>
			<content:encoded><![CDATA[<p>Now you can reach me at aashiks at aashiks.in too. <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back online.</title>
		<link>http://aashiks.in/blog/?p=125</link>
		<comments>http://aashiks.in/blog/?p=125#comments</comments>
		<pubDate>Sun, 20 Jun 2010 07:38:20 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=125</guid>
		<description><![CDATA[aashiks.in is back online after a long time. I migrated to my own hosting. Zyxware was hosting my site earlier. I decided I needed more webspace and bought some from Anivar. I lost all my posts after Nov 2009, due to my sadass backup policy Quiet a lot has changed in the meantime &#8211; I [...]]]></description>
			<content:encoded><![CDATA[<p>aashiks.in is back online after a long time. I migrated to my own hosting. <a href="http://zyxware.com">Zyxware</a> was hosting my site earlier. I decided I needed more webspace and bought some from <a href="http://identi.ca/anivar">Anivar</a>. I lost all my posts after Nov 2009, due to my sadass backup policy <img src='http://aashiks.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Quiet a lot has changed in the meantime &#8211; I am now a Java developer, and out o country for a while.</p>
<p>I am planning to move the blog and site to a django based solution &#8211; no clear timelines yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=125</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SRWare Iron</title>
		<link>http://aashiks.in/blog/?p=121</link>
		<comments>http://aashiks.in/blog/?p=121#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:26:59 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromium]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=121</guid>
		<description><![CDATA[I have been using Chromium web browser on my Arch Linux, on which Google Chrome is based. It was a pleasent experience. It loads fast, hogs less memory and loads tabs very fast. On the whole, I liked it so much that I use it for most of my browsing except for online banking. I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using <a title="Wikipedia entry for Chromium " href="http://en.wikipedia.org/wiki/Chromium_(web_browser)" target="_blank">Chromium web browser </a>on my Arch Linux, on which Google Chrome is based. It was a pleasent experience. It loads fast, hogs less memory and loads tabs very fast. On the whole, I liked it so much that I use it for most of my browsing except for online banking. I do miss the extensions , but the speed and responsivness makes up for it.</p>
<p>Since it was a wee bit older ( it didnt have the extensions feature ), I thought I would update it via Arch User Repository. I had forgotten the exact name of the package so I did a search for Chromium and the following entry popped up on my screen.</p>
<p>&#8220;aur/iron 4.0.227-1 (125)<br />
A web browser based on chromium without Google&#8217;s tracking &#8216;features&#8217;&#8221;</p>
<p>It was then that I realized that even chromium has phone back home features built into it. But it was then that another facet of FOSS world showed itself . SRWare took the source code, removed those tracking features and added  features ( like ad blocking and and a later version of webkit ). I uninstalled Chromium right away and replaced it with <a title="SRWare Iron" href="http://www.srware.net/en/software_srware_iron.php">Iron</a>. I must say that its sweeter than Chromium. I think people should give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>India&#8217;s UID plans on wikileaks !</title>
		<link>http://aashiks.in/blog/?p=119</link>
		<comments>http://aashiks.in/blog/?p=119#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:40:56 +0000</pubDate>
		<dc:creator>aashiks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aashiks.in/blog/?p=119</guid>
		<description><![CDATA[I just noticed this on wikileaks tweet feed. A can of worms is in the sights .. Link: http://bit.ly/4mOrx4 From wikileaks : &#8220;Confidential plans for 1.2 billion ID cards: Creating a Unique ID for every resident in India, Nov 2009 This confidential working paper (49 pp) presents the current plan for India&#8217;s Unique ID Databse Project. [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed this on wikileaks tweet feed. A can of worms is in the sights ..</p>
<p>Link: http://bit.ly/4mOrx4</p>
<p>From wikileaks :</p>
<p>&#8220;Confidential plans for 1.2 billion ID cards: Creating a Unique ID for every resident in India, Nov 2009</p>
<p>This confidential working paper (49 pp) presents the current plan for India&#8217;s Unique ID Databse Project. Numerous RTI (Right to Information ) petitions failed to obtain this document about the world&#8217;s biggest citizen identification scheme.<br />
Because the project will likely become a model for many countries the document is of global interest.<br />
Jounalists can contact Nandan Nilekani, Chairman of UIDA, the Unique Identification Authority.<br />
This confidential working paper (49 pp) presents the current plan for India&#8217;s Unique ID Databse Project. Numerous RTI (Right to Information ) petitions failed to obtain this document about the world&#8217;s biggest citizen identification scheme.<br />
Because the project will likely become a model for many countries the document is of global interest.<br />
Jounalists can contact Nandan Nilekani, Chairman of UIDA, the Unique Identification Authority.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://aashiks.in/blog/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
