<?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>{ enygmatic } &#187; Technology</title>
	<atom:link href="http://blog.enygmatic.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enygmatic.com</link>
	<description>mobilis in mobili</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:46:12 +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>Testing Value Investing</title>
		<link>http://blog.enygmatic.com/2011/09/21/testing-value-investing/</link>
		<comments>http://blog.enygmatic.com/2011/09/21/testing-value-investing/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 10:57:52 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Value investing]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=716</guid>
		<description><![CDATA[I’ve been fascinated by the world of algorithmic trading, portfolio selection and the general use of computers and technology to make trading and investment decisions. Of late, I’ve also been dabbling with markets, and while my stock picking has been fairly decent – there have been some huge lemons picked up along the way as [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been fascinated by the world of algorithmic trading, portfolio selection and the general use of computers and technology to make trading and investment decisions. Of late, I’ve also been dabbling with markets, and while my stock picking has been fairly decent – there have been some huge lemons picked up along the way as well. So I wondered if there was a way to systematically invest and diversify away the risk using historical data and trends.</p>
<p>Of course, investing in a  good mutual fund through a Systematic Investment Plan (SIP) is a no-brainer and I believe the corner stone of every portfolio (especially if you do not have the time to micro-manage your portfolio) should start there. However, I also believe it’s possible to augment returns from mutual funds through investing in stocks directly or through derivatives.</p>
<p>Which brings me back to the fundamental question – is there a fairly “sound” system for getting into the stock market and exiting profitably? From the little I know about the field, most academic research has been done in the “value investing” school of thought i.e. investing in stocks that are trading at less than their intrinsic values.</p>
<p>So I decided to investigate this further by building a “paper” portfolio of value stocks. I chose Benjamin Graham’s Net Current Asset Value (NCAV) per share as the criterion to filter stocks.  The NCAV per share is calculated as per the formula below:<br />
<a href="http://enygmatic.com/blog/wp-content/uploads/2011/09/NCAV-form.png"><img class="alignnone size-full wp-image-717" title="NCAV formula" src="http://enygmatic.com/blog/wp-content/uploads/2011/09/NCAV-form.png" alt="NCAV formula" width="376" height="53" /></a><br />
What the NCAV per share effectively indicates, is a “realistic” cash value that may be available to the shareholder once all liabilities have been met.  Graham recommends buying stock that trades at approximately 67% or less of the NCAV per share. A study by the State University of New York has shown that investors could have earned an average return of 29.4% over a 20 year period, by picking stocks by this method and holding them for a year.<br />
Once the filter criterion was decided on, I needed a universe of stocks to choose from. For the universe of stocks to choose from, I restricted myself to the stocks that compose the BSE SMALL CAP index (which also served as my benchmark). I then ran a series of scripts that I wrote in Ruby to pull the data needed to calculate NCAV from Yahoo Finance. Once I had all the data in a spreadsheet, I calculated the NCAV for all the stocks.<br />
While Graham recommends only picking up stocks that trade at values significantly below their NCAV, I chose to go with stocks that were trading at prices that were at the NCAV or below it. Using this filter, I got a portfolio of about 17 stocks. The next step in my opinion should have been either of the following:</p>
<ul>
<li> Use the Markowitz optimum portfolio theory and allocate a fixed amount of capital among the stocks chosen so as to minimize portfolio risk OR</li>
<li>Do further fundamental analysis (which most investment “gurus” recommend) and pick only those that are “fundamentally” strong</li>
</ul>
<p>However, since I was pressed for time – I took the easy way out.</p>
<p>I just created a “paper” portfolio containing 100 shares of each stock. Slightly “unscientific” I know, but bear with me.<br />
So with this small little NCAV portfolio – I began tracking the performance of the portfolio. And the results have been interesting, to say the least.</p>
<div id="attachment_718" class="wp-caption alignnone" style="width: 863px"><a href="http://enygmatic.com/blog/wp-content/uploads/2011/09/NCAV.png"><img class="size-full wp-image-718" title="NCAV Portfolio Performance" src="http://enygmatic.com/blog/wp-content/uploads/2011/09/NCAV.png" alt="NCAV Portfolio Performance" width="853" height="299" /></a><p class="wp-caption-text">NCAV Portfolio Performance</p></div>
<p>The portfolio has significantly outperformed the benchmark over the last month. The returns from the benchmark BSE SMALL CAP index have been about -2.14% while the portfolio has returned about +9.09%.<br />
While I agree that the time period is probably a bit short for significant analysis, I think the results warrant further investigation. Over the next few months, I will actively monitor my little test portfolio and update this blog. Lets see how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2011/09/21/testing-value-investing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running with the Maverick Meerkat</title>
		<link>http://blog.enygmatic.com/2010/11/17/running-with-the-maverick-meerkat/</link>
		<comments>http://blog.enygmatic.com/2010/11/17/running-with-the-maverick-meerkat/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 18:40:50 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[openSuse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=678</guid>
		<description><![CDATA[In 2007, I began my first long time association with Linux when I installed openSuse 10.2 on my Laptop. Since, then Linux has come a long way. Sadly, I didn&#8217;t keep my system updated, and soon found myself back into the familiar jungles of Microsoft Vista. Of late, though hard disk space crunches on my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://enygmatic.com/blog/wp-content/uploads/2010/11/Desktop.png"><img class="size-medium wp-image-679 alignleft" title="Desktop Screenshot" src="http://enygmatic.com/blog/wp-content/uploads/2010/11/Desktop-300x187.png" alt="" width="300" height="187" /></a>In 2007, I began my first long time association with Linux when I installed openSuse 10.2 on my Laptop. Since, then Linux has come a long way. Sadly, I didn&#8217;t keep my system updated, and soon found myself back into the familiar jungles of Microsoft Vista. Of late, though hard disk space crunches on my Windows Partition forced me to think about going back to Linux. This time round I decided to go with Ubuntu.</p>
<p>The last time I had tried Ubuntu, it was a rather bitter experience. My graphics card wasn&#8217;t fully supported and Ubuntu refused to show anything but a blank screen!! This time round though it was delightful experience.</p>
<p><span id="more-678"></span></p>
<p>Like I said earlier, Linux has come a long, long way and I was completely bowled over by the ease of installation. I had thought openSuse represented the zenith of &#8220;easy&#8221; Linux installs. Ubuntu is way up there and even does openSuse one better. The pain free install is further complimented with a beautifully integrated system and some serious gorgeous eyecandy effects !!</p>
<p>Here are my impressions after playing round with the Meerkat for a few days:</p>
<ul>
<li>Boot times are extremely quick. Definitely several times faster than my creaky old Vista Install and also my previous OpenSuse install. Ditto for shutdown</li>
<li>Hardware support is better by leaps and bounds over what I had seen with previous versions. My graphics card seems to be well supported with no need for any additional driver installation. In addition to this all the other hardware bits and pieces (wi-fi, bluetooth etc) work properly. Even the custom volume controls on my old Dell Inspiron were supported, to my delight.</li>
<li>Software installation is several shades better than the older &#8220;apt-get&#8221; systems that I was used to in older versions of Ubuntu. Though for the normal user, you might not even need to install any additional software. The default install comes fully loaded with Open Office, Firefox, Shotwell Picture Manager, Empathy IM, Evolution Mail, Transmission BitTorrent client, Gwibber Social, Rhythmbox and Movie Player to name a few. Adding more software is quite simple using the Software Center and its possible to find replacements for most Windows programs.</li>
<li>Ubuntu has a very slick and refined UI (see above screenshot). Gone are the orangish shades of previous versions, replaced with new slick black theme. I particularly like the window transitions and the switching between desktops. The manner in which all the elements are integrated together is just awesome !!!</li>
<li>Ubuntu is also social and resides in the cloud. I love the way they have integrated social networking and email right into the OS. Its very usable and gets the user going almost immediately. In addition to that, Ubuntu One, Ubuntu&#8217;s &#8220;cloud&#8221; service is supposed to bring dropbox like capabilities to the OS. An very intriguing concept, albeit one I am yet to try out.</li>
</ul>
<p>Overall my take is that Ubuntu Maverick Meerkat is a fairly mature, stable and user friendly operating system. One that should find favor with both novices and old hands. (Also my primary OS for all intents and purposes going forward)</p>
<p>And I haven&#8217;t come to the best part as yet &#8211; Thanks to the &#8220;live&#8221; CD provided, you don&#8217;t need to install it to use it, just boot from the CD ROM drive and run along with the Meerkat. Go on, what are you waiting for? <a title="Get the Maverick Meerkat Today !!!" href="http://www.ubuntu.com/desktop/get-ubuntu/download" target="_blank">Run with the Meerkat today !!!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/11/17/running-with-the-maverick-meerkat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheater Meter</title>
		<link>http://blog.enygmatic.com/2010/07/20/cheater-meter/</link>
		<comments>http://blog.enygmatic.com/2010/07/20/cheater-meter/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:16:52 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Cheater Meter]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=605</guid>
		<description><![CDATA[Some time back I had posted about this new Android App that I was working on which calculated Rickshaw Fares. Well the good news is that the App is live !!! The App is called &#8220;Cheater Meter&#8221; and you can download the app for Android 1.6 and upwards from the website. If you don&#8217;t have [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I had <a title="The Effect of Change" href="http://blog.enygmatic.com/2010/06/28/the-effect-of-change/" target="_blank">posted</a> about this new Android App that I was working on which calculated Rickshaw Fares. Well the good news is that the App is live !!! The App is called &#8220;Cheater Meter&#8221; and you can download the app for Android 1.6 and upwards from the <a title="Cheater Meter" href="http://www.cheatermeter.in/" target="_blank">website</a>. If you don&#8217;t have an Android phone (or even a &#8220;smart&#8221; phone for that matter), don&#8217;t fret &#8211; we have a web enabled version as well. Just point your phone&#8217;s browser to <a title="Cheater Meter" href="http://www.cheatermeter.in/" target="_blank">cheatermeter.in</a> and use the web-based mobile application.</p>
<p>So far we have added features that let you calculate the correct fare for both Taxi&#8217;s as well as Autorickshaw&#8217;s in Mumbai. In addition to this, you can also calculate the correct midnight fare for journeys after 12:00 midnight. In case you have a problem with the autorickshaw, you can call the toll free helpline started by the RTO, right from the application itself.</p>
<p>I am pretty excited about this application, and we do have a lot of more nifty features that we will roll out soon (including our entry into the Android Marketplace). Please do use the application and let me know how you liked it or why you didn&#8217;t like it and what features/improvements we can add in future versions.</p>
<p>PS: We are also on Twitter, so <a title="Follow Cheater Meter on Twitter" href="http://twitter.com/cheatermeter" target="_blank">please follow for updates</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/07/20/cheater-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The effect of change</title>
		<link>http://blog.enygmatic.com/2010/06/28/the-effect-of-change/</link>
		<comments>http://blog.enygmatic.com/2010/06/28/the-effect-of-change/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:01:40 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=596</guid>
		<description><![CDATA[I have been a bit busy of late, so its been a while since my last post. What have I been up to of late ? Well not much other than &#8220;work&#8221; and a few pet side projects. One of them materialized very recently as a result of a hike in the autorickshaw fares in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_597" class="wp-caption alignleft" style="width: 329px"><img class="size-full wp-image-597" title="Cheater Meter" src="http://enygmatic.com/blog/wp-content/uploads/2010/06/cm_06.png" alt="Cheater Meter" width="319" height="479" /><p class="wp-caption-text">Cheater Meter</p></div>
<p>I have been a bit busy of late, so its been a while since my last post. What have I been up to of late ? Well not much other than &#8220;work&#8221; and a few pet side projects.</p>
<p>One of them materialized very recently as a result of a hike in the autorickshaw fares in the city. Earlier, one could calculate the fare payable by the simple formula of (10*meter-reading)-1. Life was good, but noooo&#8230; the autorickshaw unions had to go on strike to demand a raise. Following a very successful flash strike, the government relented and hiked the administered price to Rs.11 as the base fare for the first 1.6km and Rs.6.5 for every km thereafter. The result? Well other than the increased cost of an auto ride, the painful mental math needed to calculate the correct fare. In this case (13*meter-reading)-2.</p>
<p>This got me thinking &#8211; Could I somehow make it easier for me to calculate this on my phone? So I got round to creating a simple android application for the phone (tentatively called cheater meter).</p>
<p>The result is a fairly nifty app that lets you calculate the fare payable for both autorickshaws and taxi&#8217;s, created in record time over two evenings (pats self on back). I&#8217;m still working out a few kinks in it and it should be coming to an app store near you soon. There will also be a web app for all the non android phones out there (in collaboration with my good pal <a title="Aditya Pandya" href="http://www.adityapandya.com/" target="_blank">Aditya</a>). Watch this space for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/06/28/the-effect-of-change/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Samsung Galaxy Spica (i5700) Review</title>
		<link>http://blog.enygmatic.com/2010/04/03/samsung-galaxy-spica-i5700-review/</link>
		<comments>http://blog.enygmatic.com/2010/04/03/samsung-galaxy-spica-i5700-review/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:59:52 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[andorid]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[spica]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=571</guid>
		<description><![CDATA[I’ve been using a Nokia 6100 as my primary cell phone for pretty much the last six odd years and so I finally decided it was high time that I brought myself kicking and screaming into the smartphone era. After much pondering I decided that what I was really looking for was a phone that [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been using a Nokia 6100 as my primary cell phone for pretty much the last six odd years and so I finally decided it was high time that I brought myself kicking and screaming into the smartphone era.</p>
<p>After much pondering I decided that what I was really looking for was a phone that featured a camera, could play music (with a radio), surf the internet, get me on twitter etc on the go, allow me to install apps, show my location using GPS + maps and maybe allow me edit documents.  The first phone that came to mind was the iPhone, but in my opinion it was way overpriced at about Rs.33, 000 (I could replace my desktop I think for that price, plus I’m no fan of Apple’s pricing and for how it treats its users). Initially I had narrowed down to either a Nokia 5800 or Nokia E72. Both phones had most of everything I wanted and were a lot cheaper than the iPhone. On a whim I decided to check out what android phones were available in the market, and after much thought I narrowed down on the Samsung Galaxy Spica.<span id="more-571"></span></p>
<h2>What’s in the box?</h2>
<p>The Spica comes with a charger, USB data cable, Stereo hands-free kit, Software disc and a nice leathery case for the phone.</p>
<h2>Hardware</h2>
<p><img class="alignleft size-medium wp-image-572" title="Samsung Spica" src="http://enygmatic.com/blog/wp-content/uploads/2010/04/20100402-02042010092-156x300.jpg" alt="Samsung Spica" width="156" height="300" />The Spica comes with a gorgeous 3.2” TFT screen that is only slightly smaller than the iPhone screen. It has a capacitive touchscreen, and I can attest that it is highly responsive. The Spica is powered by an 800MHz processor which in my experience has been able to speedily handle anything that has been thrown at it so far. The phone features four main buttons for taking calls, hanging up the phone, pulling up the menu and for exiting options/ apps on screen. In addition to this it has a four way controller with an OK button in the center of the key arrangement and dedicated keys to bring up search and the home screen. On the sides it has volume control buttons, screen lock key and a dedicated camera button. The top of the phone has the headphone jack (standard 3.5 mm) and ports for USB connectivity. Overall it has a nice solid feel about it.</p>
<h2>Connectivity</h2>
<p>The phone comes equipped with Bluetooth, GPS, wi-fi and a digital compass. Bluetooth can by default only pair with Bluetooth capable devices. However it seems that downloading an app from the Android marketplace will enable file transfers. Ditto for the digital compass, there is no app for that in the phone. I wish Samsung had pre-installed an app for the compass. I haven’t yet tried out wi-fi on it, but I imagine it should be snappy. Lastly the GPS is quite quick. I was able to get a quick lock on a satellite and pinpoint my location on the map pretty fast.</p>
<h2>Software</h2>
<div id="attachment_573" class="wp-caption alignleft" style="width: 260px"><img class="size-full wp-image-573" title="Twidroid" src="http://enygmatic.com/blog/wp-content/uploads/2010/04/20100402-02042010097.jpg" alt="Twidroid on the Spica" width="250" height="464" /><p class="wp-caption-text">Twidroid on the Spica</p></div>
<p>Spica runs Andorid 1.5 (Cupcake). However Samsung is currently in the process of releasing an Andorid 2.1 (Éclair) firmware update for the phone, which means that this humble phone will soon be running the latest Android OS. The phone comes pre-installed with the standard Google apps like GTalk, Gmail, Google Maps etc. All the Google apps synch with my online accounts exceedingly well. It also has some social apps like MySpace, Facebook and Orkut installed.  I also downloaded a few apps from the Android Market for Twitter, Evernote, a few games etc. I have been pretty happy with them so far. My only grouse is that it comes with just 200 MB of memory, which seems a tad less for installing apps. While it’s true you can expand the memory to about 32 GB using the SD card slot, I am given to understand that you can’t run apps off the SD card without “rooting” the phone.</p>
<p>Browsing on the phone is a pleasure. The pages load exactly like on a PC browser (wherever mobile versions of web pages aren’t available). You can pan across the page, zoom out and zoom in on a particular part of the page quite easily. In fact this morning, the browser came to my rescue. I had set up a ruby script on my server for some research work that I was doing and suddenly realized that I need to set up another script. I could log on to net2FTP, copy the script, make changes to it and then log on to my server control panel and set up the cron task all from my phone browser!!</p>
<p>The Spica has three customizable home screens on which you can add shortcuts, widgets etc. The Éclair update is expected to expand the number of screens as well.</p>
<p>And the best part – the much vaunted multi-tasking does work!!! I have often clicked on a link in Twidroid and then switched back to it while the page loads in the background. It works very well, though I suspect it does play havoc with battery life. More on that later.</p>
<h2>Camera</h2>
<p>The phone has a decent 3 mp camera. The camera is without flash and in well lit conditions it takes fairly good photographs with accurate color reproduction. However in low light situations it doesn’t have stellar performance.</p>
<div id="attachment_575" class="wp-caption alignleft" style="width: 210px"><img class="size-full wp-image-575 " title="nlofpw" src="http://enygmatic.com/blog/wp-content/uploads/2010/04/nlofpw.jpg" alt="Sample Photograph" width="200" height="267" /><p class="wp-caption-text">Sample Photograph</p></div>
<h2>Multimedia</h2>
<p>The Spica can play MP3’s on its installed multimedia app.  In addition to this it can apparently play DivX movies right out of the box, without any need for conversion. I haven’t played either of them so far so I can’t comment on the quality or performance of the device in this area. The phone however does not have a radio. I did think of using Pandora on it, however it turns out Pandora isn’t available in India.</p>
<h2>Battery Life</h2>
<p>Now this is something I am not very sure of. Thing is while I don’t really have many calls, maybe a maximum of 15-30 minutes in a day, I have however really played around with web apps. I have found myself checking twitter every 20 minutes or so, chatting on GTalk as well as checking mail frequently. In addition to this, thanks to multi-tasking most apps remain open even after you seemingly exit them. This is possibly to bring up the app faster when you use it again, but it does drain the battery. So with all this tinkering around and having GPRS/EDGE on all day, I have found that the battery lasts little over 2 days. Whether this is good or bad, I really don’t know because I don’t have a frame of reference.</p>
<p>To sum up, I think the Spica is good phone. It has pretty much catered to all the requirements I had of a phone and done admirably well in every aspect. If you are looking at getting a smart phone, I’d definitely recommend it.</p>
<p>Oh, I forgot the best part, it’s cheap!!! It cost me about Rs.12500 or about one third the cost of an iPhone. I’ll leave you with that thought for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/04/03/samsung-galaxy-spica-i5700-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rise of the 419&#8242;ers &#8211; Video</title>
		<link>http://blog.enygmatic.com/2010/02/05/the-rise-of-the-419ers-video/</link>
		<comments>http://blog.enygmatic.com/2010/02/05/the-rise-of-the-419ers-video/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 14:32:04 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[SMC Mumbai]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=543</guid>
		<description><![CDATA[As promised here is the video of the talk (Must say I look terrible ): Social Media and Crime from SMC Mumbai on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>As promised here is the video of the talk (Must say I look terrible <img src='http://enygmatic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ):<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9181141&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=9181141&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9181141">Social Media and Crime</a> from <a href="http://vimeo.com/user3098924">SMC Mumbai</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/02/05/the-rise-of-the-419ers-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is iPad a game changer for e-books?</title>
		<link>http://blog.enygmatic.com/2010/01/30/is-ipad-a-game-changer-for-e-books/</link>
		<comments>http://blog.enygmatic.com/2010/01/30/is-ipad-a-game-changer-for-e-books/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 19:12:14 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[E-Book Readers]]></category>
		<category><![CDATA[E-books]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=539</guid>
		<description><![CDATA[Apple’s iPad which released a few days ago promises to change the way we read digital books. Armed with a 9.7” touch screen display, it certainly looks capable of doing so. In comparison, the e-ink powered readers, like Kindle, look like black and white silent films in a color talkie era. But will the iPad [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-530" title="books" src="http://enygmatic.com/blog/wp-content/uploads/2010/01/books.jpg" alt="books" width="550" height="368" /></p>
<p>Apple’s iPad which released a few days ago promises to change the way we read digital books. Armed with a 9.7” touch screen display, it certainly looks capable of doing so. In comparison, the e-ink powered readers, like Kindle, look like black and white silent films in a color talkie era. But will the iPad really deliver on its promise?</p>
<p>Well there is no easy answer to that. I think it falls somewhere between yes and no.</p>
<p>While a number of commentators and analysts have been raving about how the color screen is what e-books have been waiting for, I think they are missing the point that most of the books published are predominantly black and white. So having a color screen isn’t really going make that much of a difference for standard fiction and non-fiction books. It&#8217;s true that you are going to get fabulous 3-D page turns, page backgrounds and all that other jazz, but given a choice between charging a device after reading say a book or two (10 hours) to practically charging the device once or twice a month, I think I would prefer e-ink any day, more so if I was going to use the device only as an e-reader. (In spite of the perceived shortcomings of e-ink devices that the press keep raving about) .</p>
<p>What’s going to really matter is readability – meaning how long can you read off the screen before your eyes tell you it’s time to do something else. Having read extensively off LCD monitors in the past, I know how painful it can be to read for long on normal screens. E-ink on the other hand remains a pleasure to read from, and so far I have had very low eye fatigue. So what remains to be seen is if the iPad’s LED display will match up to e-ink in terms of readability.<span id="more-539"></span></p>
<p>I also think that the iPad’s higher weight is going to pose a problem in curling up with the device to read on a lazy Sunday afternoon. I don’t know if it’s going to be possible to hold the device in one hand (like a book) and read for extended periods of time. In fact many people already complain that they have problems doing this with the considerably lighter Kindle.</p>
<p>Lastly, Apple has an uphill battle to get quality content for its device. It’s the one area where Amazon has a stranglehold on the market and it’s one of the most important reasons for Kindle’s runaway success. Of course, all this only matters if Apple intends to make its iBook platform a success. If it merely intends to drive device sales through books, then it probably would be better off surrendering this battleground to Amazon. Amazon’s Kindle app for the iPhone (and now hopefully iPad) already has access to 400,000 Kindle titles and its adding a lot more to the list every day.</p>
<p>Now that I have brought out the areas where I think the iPad could have trouble in, let’s look at the areas in which the iPad can be a game changer.</p>
<p>For starters, looking at the wonderful color screen of the iPad, the first thing that comes to mind is comics!! Imagine reading your favorite DC or Marvel comic on that screen or curling up with your favorite graphic novel on the iPad. I think this is the one area that Apple can seriously make its own. Currently, digital comic book distribution is in its infancy. It’s a market without a tested delivery model as yet. Thanks to this, there is a burgeoning shadow file sharing market, especially for out of print comics. Die-hard fans have often scanned entire comic book series in an effort to popularize their own forgotten heroes. However, due to the colorful medium of comics, this hasn’t yet translated to the B&amp;W e-book readers. This means that with the right kind of tie-ups, Apple can possibly do for the comic book industry, what it did for the Music Industry with iTunes and the iPod. I think reading comics on that big piece of glass is going to be a great experience. With multi-touch, navigating multi-panel scenes is gonna be a piece of cake.</p>
<p>By extension, as has been repeatedly pointed out, Apple can also make new ground in areas where color and layout are of paramount importance such as magazines, newspapers and textbooks. These are the type of books that will never translate well to the e-ink screen. They are also the kind of books that you would not ordinarily spend hours reading from (I know, what student wants to spend time on textbooks, right? <img src='http://enygmatic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ). This means that readability isn’t likely to be such a big issue for this kind of material. What will matter however is how Apple chooses to allow interactions with these kinds of books to take place. While active content embedded in newspapers, such as video clips and podcasts are a no-brainer, it would be really something if Apple lets users scribble notes on the screen, or highlight and underline important text.</p>
<p>Besides this, I feel that those of kind of books are also the ones for which Apple can get away with setting a much higher price point. Currently, thanks to Amazon’s aggressive pricing policy, customers have become habituated to $9.99 or less prices for fiction. In fact some of them have gone as far as to say that they wouldn’t buy anything priced higher. However, I think Apple might be able to get away with charging much higher prices for the kind of books that I mentioned, if it can deliver enhanced value on the back of its apparently superior technology.</p>
<p>In the end, like I mentioned in an <a title="My Take on the iPad" href="http://blog.enygmatic.com/2010/01/28/my-take-on-the-ipad/" target="_self">earlier post</a>, the iPad is a flawed device that does have tremendous potential and I guess time will tell if Apple plans on addressing some of the shortcomings of the iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/01/30/is-ipad-a-game-changer-for-e-books/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Rise of the 419&#8242;ers</title>
		<link>http://blog.enygmatic.com/2010/01/30/the-rise-of-the-419ers/</link>
		<comments>http://blog.enygmatic.com/2010/01/30/the-rise-of-the-419ers/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:36:43 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[SMC Mumbai]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=534</guid>
		<description><![CDATA[I gave a short talk on the prevalence and propagation of 419 scams through social media at the Social Media Club meet yesterday. The talk also covered a few examples of about how the police were leveraging social media. The slides from the presentation are there below: I know the slides don&#8217;t make much sense, [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a short talk on the prevalence and propagation of 419 scams through social media at the Social Media Club meet yesterday. The talk also covered a few examples of about how the police were leveraging social media. The slides from the presentation are there below:</p>
<div id="__ss_3033660" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=smcrimefinal-100224105938-phpapp01&amp;stripped_title=the-rise-of-the-new-419ers-3266265" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=smcrimefinal-100224105938-phpapp01&amp;stripped_title=the-rise-of-the-new-419ers-3266265" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>I know the slides don&#8217;t make much sense, so watch this space for the video for the event. I promise I&#8217;ll post that soon.</p>
<p>Also those of you that did make it to the event, please do feel free to comment and let me know what you liked or didn&#8217;t like about the talk.</p>
<p><strong>Update &#8211; 24 February2010</strong></p>
<p>Following a complaint by PhotoSadhu, I have modified the presentation to not include his photographs. I hope this satisfies him.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/01/30/the-rise-of-the-419ers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My take on the iPad</title>
		<link>http://blog.enygmatic.com/2010/01/28/my-take-on-the-ipad/</link>
		<comments>http://blog.enygmatic.com/2010/01/28/my-take-on-the-ipad/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:35:16 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=531</guid>
		<description><![CDATA[Apple displayed its “latest creation” at the much talked about “event” yesterday. The device dubbed iPad (wonder which genius came up with that name), is basically a very large iPhone, without the phone of course. The device sports a 9.7” display capable of displaying a resolution of 1024X768-pixels. It’s got most of the iPhone’s features [...]]]></description>
			<content:encoded><![CDATA[<p>Apple displayed its “latest creation” at the much talked about “event” yesterday. The device dubbed iPad (wonder which genius came up with that name), is basically a very large iPhone, without the phone of course. The device sports a 9.7” display capable of displaying a resolution of 1024X768-pixels. It’s got most of the iPhone’s features like capacitive multitouch, accelerometer, compass, flash memory storage as well as a speaker and a microphone. It supports Wi-Fi, Bluetooth and 3G (3G plans from Apple’s beloved AT&amp;T). Under the hood, it runs on a new custom, 1 GHz processor (the A4) that Apple developed and has a rated battery life of 10 hours with a standby time of about a month. And the non 3G version starts at $500. So with that price point it seems like a sweet deal.</p>
<p>Here’s my take on the device – Appearances aren’t everything!! <span id="more-531"></span>And everything seems wrong with it. I really don’t know where to begin, but I guess let’s start with the name. I pretty sure Apple has a lot of marketing whiz kids drawing six figure salaries and all they could come up with, is iPad? I think the alternatives tossed around like iSlate and iTab actually sounded better than iPad. iPad sounds more like a product line of sanitary napkins than a premium tablet computer.</p>
<p>Next up is the design. I have always admired Apple for the sleek, almost minimalistic design of its products. However, with so many design gurus at Apple, is this the best that they could come up with? The early mockup renders of the device actually looked better than the final product in my opinion.</p>
<p>But let’s not be too harsh and judge a book by its cover. Going a bit further, I am really surprised that Apple chose to use the iPhone OS without any upgrades. I mean you spend so much money on the device and then what are you reduced to – using one application at a time? Lack of multi-tasking is a serious drawback on a device like this one.</p>
<p>Jobs, in his presentation, claimed that the device would offer the best browsing experience ever experienced. Without Flash? Considering the widespread prevalence of Adobe Flash on the net, especially for streaming video on YouTube and several other websites, one wonders what kind of online experience you would have on the device.</p>
<p>The device also provides maps. But without GPS, using maps on the mobile device is practically pointless. Sure, you could “multi-touch gesture” your way to finding your current location, but what’s the use? I mean if you knew where you were in the first place, you wouldn’t really need a map now would you?</p>
<p>I can go on and on with stuff like a not-so-great virtual keyboard, lack of camera (would be great to use as a webcam) etc. (Did I mention it’s got no USB??) I think its biggest drawback is that it does no one thing properly. It messes up by trying to be all things to all people.</p>
<p>If you are a die-hard gamer (as opposed to a casual one) you are probably better off with a console or a handheld like the PSP or Nintendo than the iPad. I have no idea as to how multi-touch is going to replace a lot of complicated key combinations that today’s bestselling games use. So until there is some sort of revolutionary breakthrough, if you want to play the latest First Person Shooter, maybe the iPad isn’t for you. (Just realized though that multi-touch might do wonders for real-time strategy games)</p>
<p>If you want to surf the web and consume rich content like streaming video, lack of flash is going to seriously kill your online experience. Also you won’t be able to multi-task on the iPad, running e-mail, chat and maybe a twitter client along with your favorite music, as you surf. And wait, it just supports Apple’s video formats. So want to play all your media in other formats on the device? Forget about it, buddy! Not without converting it first. I guess you are probably better off with the laptop or netbook that you, in all likelihood, already have.</p>
<p>If you are a die-hard reader, reading more than a book a month, you are probably better off with an e-book reader that uses e-ink. The iPad does offer a rich “color” experience to reading, but it remains to be seen how that translates in long reading sessions. If my previous experiences with LCD screens are anything to go by, you may be in for some serious eye fatigue (I may be wrong here, and OLED may actually be good). Besides this, it will be some time before a wide enough selection of books is available for the iPad from official Apple sources. (Though you ought to be set if third party iPhone apps work on the iPad as advertised) Lastly the 10 hour battery life looks pitiful when compared to the two or three weeks that the current crop of e-readers give per charge.</p>
<p>And lastly, if you are buying it for the apps, I think you are better off with the iPhone/ Nexus One/ Palm Pre etc. I don’t think the larger screen will present significant advantages to running apps as yet. Nor do I think that the iPad platform presents anything unique that would make for a more compelling app experience. (Again I may be wrong, but that’s the way it looks like now)</p>
<p>The device will however appeal to those that don’t really indulge in the above activities and of course the Mac Fanboys. So for a casual reader, gamer, surfer etc. the iPad will probably be good enough. And I think that it’s this audience that Apple is targeting. So if you are a book lover that held out on all those e-book readers, hoping that Apple’s magical tablet will be just for you, I’m sorry pal but you’re out of luck.</p>
<p>In summary, I’d like to say that for me, especially on the e-reader front, the device was underwhelming. It certainly has things going for it and a lot of the points that I mentioned are fixable. It will be interesting to see how Apple addresses a lot of the early criticism of its device in the days and months to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2010/01/28/my-take-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buyer&#8217;s Remorse ? Nah :)</title>
		<link>http://blog.enygmatic.com/2009/10/21/buyers-remorse-nah/</link>
		<comments>http://blog.enygmatic.com/2009/10/21/buyers-remorse-nah/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:00:14 +0000</pubDate>
		<dc:creator>enygmatic</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Nook]]></category>
		<category><![CDATA[Sony PRS-300]]></category>

		<guid isPermaLink="false">http://blog.enygmatic.com/?p=469</guid>
		<description><![CDATA[Barnes &#38; Noble&#8217;s new Nook e-reader, which released yesterday, filled me with jaw dropping awe. It looked extremely sleek, with page turn buttons just where I wanted them and a cool LCD touchscreen panel. It also featured Android as the operating system and allowed you to lend books, play MP3&#8242;s, buy books using Wi-Fi and [...]]]></description>
			<content:encoded><![CDATA[<p>Barnes &amp; Noble&#8217;s new Nook e-reader, which released yesterday, filled me with jaw dropping awe. It looked extremely sleek, with page turn buttons just where I wanted them and a cool LCD touchscreen panel. It also featured Android as the operating system and allowed you to lend books, play MP3&#8242;s, buy books using Wi-Fi and 3G <img src='http://enygmatic.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . And it cost just $259.</p>
<p>I almost suffered a giant case of buyer&#8217;s remorse over my recently purchased Sony PRS-300. Then after a little while, reality set in and the rose tinted glasses dropped from my eyes. Looking at the features a bit objectively, I noticed the following:</p>
<ul>
<li>3G doesn&#8217;t work internationally. Wi-Fi only works in B&amp;N stores, none of which are in India.</li>
<li>The lending feature sounds cool, but in order to use it you need friends with the same device. Something that I feel isn&#8217;t going to happen soon for me.</li>
<li>The device&#8217;s second LCD is going to drain some battery power. But that is a minor concern I guess, as it is, even 10 days on a single charge is a lot.</li>
<li>Biggest drawback, only supports ePub, eReader and PDF (or so the website says). What? No RTF, TXT, DOC ? A big fail in my opinion. Looks like B&amp;N is only interested in having users of its device read DRM&#8217;d content on it. On a side note, I feel that the very model of E-book retail needs to change, but I&#8217;ll save that for another post.</li>
<li>And since I don&#8217;t listen to audio books and would rather prefer a dedicated MP3 device instead of in-built MP3, MP3 support isn&#8217;t that big a deal.</li>
<li>Ditto for the 2 GB storage and card expansion. Doubt I&#8217;ll ever use up 512 MB let alone the 2 GB storage.</li>
<li>RSS support is apparently limited to what B&amp;N wants you to read. No web support as of now. However, with Android as the OS, I&#8217;m sure this will change in the near future.</li>
</ul>
<p>So all in all, I&#8217;m still all for my humble Sony PRS-300. As they say the best camera is the one you have with you when the action happens, similarly the best reader is the one you have currently. For me, I&#8217;m better off reading on the Sony Reader now than waiting till next year to get my hands on the Nook.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.enygmatic.com/2009/10/21/buyers-remorse-nah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

