<?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>IndianGeek &#187; Misc</title>
	<atom:link href="http://www.indiangeek.net/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indiangeek.net</link>
	<description>Perspectives on Computer Science and Software Engineering</description>
	<lastBuildDate>Sat, 04 Sep 2010 22:09:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ZeroMQ: Modern &amp; Fast Networking Stack &#8211; igvita.com</title>
		<link>http://www.indiangeek.net/2010/09/04/zeromq-modern-fast-networking-stack-igvita-com/</link>
		<comments>http://www.indiangeek.net/2010/09/04/zeromq-modern-fast-networking-stack-igvita-com/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 22:09:41 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/09/04/zeromq-modern-fast-networking-stack-igvita-com/</guid>
		<description><![CDATA[


<p>Berkeley Sockets (BSD) are the de facto API for all network communication. With roots from the early 1980&#8242;s, it is the original implementation of the TCP/IP suite, and arguably one of the most widely supported and critical components of any operating system today. BSD sockets that most of us are familiar with are peer-to-peer connections, [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">
<p><img src="http://www.igvita.com/posts/10/zmq-osi.png" align="left" style="margin-right: 1em;" /><a href="http://en.wikipedia.org/wiki/Berkeley_sockets">Berkeley Sockets</a> (BSD) are the de facto API for all network communication. With roots from the early 1980&#8242;s, it is the original implementation of the TCP/IP suite, and arguably one of the most widely supported and critical components of any operating system today. BSD sockets that most of us are familiar with are <strong>peer-to-peer connections</strong>, which require explicit setup, teardown, choice of transport (TCP, UDP), error handling, and so on. And once you solve all of the above, then you are into the world of application protocols (ex: HTTP), which require additional framing, buffering and processing logic. In other words, it is no wonder that a high-performance network application is anything but trivial to write.</p>
<p>Wouldn&#8217;t it be nice if we could abstract some of the low-level details of different socket types, connection handling, framing, or even routing? This is exactly where the <strong><a href="http://www.zeromq.org/">ZeroMQ</a> (ØMQ/ZMQ)</strong> networking library comes in: <em>&#8220;it gives you sockets that carry whole messages across various transports like inproc, IPC, TCP, and multicast; you can connect sockets N-to-N with patterns like fanout, pubsub, task distribution, and request-reply&#8221;</em>. That&#8217;s a lot buzzwords, so lets dissect some of these concepts in more detail.</p>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://www.igvita.com/2010/09/03/zeromq-modern-fast-networking-stack/">igvita.com</a></div>
<p>Well written post about ZeroMQ. Lead to some interesting links about RabbitMQ, ActiveMQ the AMQ protocol, ICE (Internet Communications Engine) from ZeroC.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/zeromq-modern-fast-networking-stack-igvitacom">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/09/04/zeromq-modern-fast-networking-stack-igvita-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scott Adams Blog: The Illusion of Winning 08/30/2010</title>
		<link>http://www.indiangeek.net/2010/08/31/scott-adams-blog-the-illusion-of-winning-08302010/</link>
		<comments>http://www.indiangeek.net/2010/08/31/scott-adams-blog-the-illusion-of-winning-08302010/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 17:30:33 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/08/31/scott-adams-blog-the-illusion-of-winning-08302010/</guid>
		<description><![CDATA[

Let&#8217;s say that you and I decide to play pool. We agree to play eight-ball, best of five games. Our perception is that what follows is a contest to see who will do something called winning.
<p>But I don&#8217;t see it that way. I always imagine the outcome of eight-ball to be predetermined, to about 95% [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">Let&#8217;s say that you and I decide to play pool. We agree to play eight-ball, best of five games. Our perception is that what follows is a contest to see who will do something called winning.
<p>But I don&#8217;t see it that way. I always imagine the outcome of eight-ball to be predetermined, to about 95% certainty, based on who has practiced that specific skill the most over his lifetime. The remaining 5% is mostly luck, and playing a best of five series eliminates most of the luck too.</p>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://dilbert.com/blog/entry/the_illusion_of_winning/">dilbert.com</a></div>
<p>I found this really insightful. It seems obvious when you read it but for some reason it doesn&#8217;t seem to occur naturally to me.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/scott-adams-blog-the-illusion-of-winning-0830">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/08/31/scott-adams-blog-the-illusion-of-winning-08302010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Scalability &#8211; High Scalability &#8211; Pomegranate &#8211; Storing Billions and Billions of Tiny Little Files</title>
		<link>http://www.indiangeek.net/2010/08/31/high-scalability-high-scalability-pomegranate-storing-billions-and-billions-of-tiny-little%c2%a0files/</link>
		<comments>http://www.indiangeek.net/2010/08/31/high-scalability-high-scalability-pomegranate-storing-billions-and-billions-of-tiny-little%c2%a0files/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:03:35 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/08/31/high-scalability-high-scalability-pomegranate-storing-billions-and-billions-of-tiny-little%c2%a0files/</guid>
		<description><![CDATA[


<p>Pomegranate is a novel distributed file system built over distributed tabular storage that acts an awful lot like a NoSQL system. It&#8217;s targeted at increasing the performance of tiny object access in order to support applications like online photo and micro-blog services, which require high concurrency, high throughput, and low latency. Their tests seem to indicate it works:</p>
<p>We [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">
<p><a href="http://github.com/macan/Pomegranate/wiki">Pomegranate</a> is a novel distributed file system built over distributed tabular storage that acts an awful lot like a NoSQL system. It&#8217;s targeted at increasing the performance of tiny object access in order to support applications like online photo and micro-blog services, which require high concurrency, high throughput, and low latency.<em> </em>Their tests seem to indicate it works:</p>
<blockquote><p>We have demonstrate that file system over tabular storage performs well for highly concurrent access. In our test cluster, we observed <strong>linearly </strong>increased more than <strong>100,000</strong> aggregate read and write requests served per second (<span class="caps"><span class="caps">RPS</span></span>).<em> </em></p>
</blockquote>
<p>Rather than sitting atop the file system like almost every other K-V store, Pomegranate is baked into file system. The idea is that the file system API is common to every platform so it wouldn&#8217;t require a separate API to use. Every application could use it out of the box.</p>
<p>The features of Pomegranate are:</p>
<ul>
<li>It handles billions of small files efficiently, even in one directory;</li>
<li>It provide separate and scalable caching layer, which can be snapshot-able;</li>
<li>The storage layer uses log structured store to absorb small file writes to utilize the disk bandwidth;</li>
<li>Build a global namespace for both small files and large files;</li>
<li>Columnar storage to exploit temporal and spatial locality;</li>
<li>Distributed extendible hash to index metadata;</li>
<li>Snapshot-able and reconfigurable caching to increase parallelism and tolerant failures;</li>
<li>Pomegranate should be the first file system that is built over tabular storage, and the building experience should be worthy for file system community. </li>
</ul>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://highscalability.com/blog/2010/8/30/pomegranate-storing-billions-and-billions-of-tiny-little-fil.html">highscalability.com</a></div>
<p>Very cool technology. This reminded me of a distributed filesystem Google Tech Talk (<a href="http://www.youtube.com/watch?v=3xKZ4KGkQY8">http://www.youtube.com/watch?v=3xKZ4KGkQY8</a>) on Wuala (<a href="http://www.wuala.com/)">http://www.wuala.com/)</a> that I found fascinating for all the little problems they had to overcome to make this work.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/high-scalability-high-scalability-pomegranate">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/08/31/high-scalability-high-scalability-pomegranate-storing-billions-and-billions-of-tiny-little%c2%a0files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Guide to Linkers</title>
		<link>http://www.indiangeek.net/2010/08/23/beginners-guide-to-linkers/</link>
		<comments>http://www.indiangeek.net/2010/08/23/beginners-guide-to-linkers/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 06:10:52 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/08/23/beginners-guide-to-linkers/</guid>
		<description><![CDATA[
 
via lurklurk.org
<p>Well written article on the role of Linkers, covers *nix and Windows systems.</p>

<p style="font-size: 10px;">  Posted via email   from Sijin Joseph  </p>
</p>
]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry"> <a href='http://posterous.com/getfile/files.posterous.com/sijin/zEmEErApoFawrlqwIpyjAfocIqrvjCxtDCbhkrvtuikbAagpmuyhcizpjBBv/media_httpwwwlurklurk_bIDHH.png.scaled1000.png'><img src="http://posterous.com/getfile/files.posterous.com/sijin/zEmEErApoFawrlqwIpyjAfocIqrvjCxtDCbhkrvtuikbAagpmuyhcizpjBBv/media_httpwwwlurklurk_bIDHH.png.scaled500.png" width="500" height="347"/></a>
<div class="posterous_quote_citation">via <a href="http://www.lurklurk.org/linkers/linkers.html#linker1">lurklurk.org</a></div>
<p>Well written article on the role of Linkers, covers *nix and Windows systems.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/beginners-guide-to-linkers">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/08/23/beginners-guide-to-linkers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSMS Addins &#8211; Object Finder &#8211; DataScripter</title>
		<link>http://www.indiangeek.net/2010/07/28/ssms-addins-object-finder-datascripter/</link>
		<comments>http://www.indiangeek.net/2010/07/28/ssms-addins-object-finder-datascripter/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 20:07:06 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/07/28/ssms-addins-object-finder-datascripter/</guid>
		<description><![CDATA[
 
via ssmsaddins.codeplex.com
<p>While searching yet again for the SQL to find a particular piece of text inside SQL server proc definitions I came across this cool Addin project that does exactly that and also has other cool features like generating the data insert scripts for a table.</p>

<p style="font-size: 10px;">  Posted via email   [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry"> <a href='http://posterous.com/getfile/files.posterous.com/sijin/tHcyAfyHFzetllClmAwesdmntyAjJxlqfzxpxlGulsdJsmAmrrzzwkqFitAy/media_httpi3codeplexc_soBCw.jpg.scaled1000.jpg'><img src="http://posterous.com/getfile/files.posterous.com/sijin/tHcyAfyHFzetllClmAwesdmntyAjJxlqfzxpxlGulsdJsmAmrrzzwkqFitAy/media_httpi3codeplexc_soBCw.jpg.scaled500.jpg" width="500" height="272"/></a>
<div class="posterous_quote_citation">via <a href="http://ssmsaddins.codeplex.com/">ssmsaddins.codeplex.com</a></div>
<p>While searching yet again for the SQL to find a particular piece of text inside SQL server proc definitions I came across this cool Addin project that does exactly that and also has other cool features like generating the data insert scripts for a table.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/ssms-addins-object-finder-datascripter">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/07/28/ssms-addins-object-finder-datascripter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expression to check for primes</title>
		<link>http://www.indiangeek.net/2010/07/21/regular-expression-to-check-for-primes/</link>
		<comments>http://www.indiangeek.net/2010/07/21/regular-expression-to-check-for-primes/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:30:23 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/07/21/regular-expression-to-check-for-primes/</guid>
		<description><![CDATA[

perl -wle &#8216;print &#8220;Prime&#8221; if (1 x shift) !~ /^1?$&#124;^(11+?)\1+$/&#8217; [number]</p>
via montreal.pm.org
<p>This is a nice trick to check if a number is prime using regular expressions, I am going to try and see how this performs compared to regular methods and see if anything interesting comes up.</p>

<p style="font-size: 10px;">  Posted via email   [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_short_quote">perl -wle &#8216;print &#8220;Prime&#8221; if (1 x shift) !~ /^1?$|^(11+?)\1+$/&#8217; [number]</p></blockquote>
<div class="posterous_quote_citation">via <a href="http://montreal.pm.org/tech/neil_kandalgaonkar.shtml">montreal.pm.org</a></div>
<p>This is a nice trick to check if a number is prime using regular expressions, I am going to try and see how this performs compared to regular methods and see if anything interesting comes up.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/regular-expression-to-check-for-primes">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/07/21/regular-expression-to-check-for-primes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summary of use cases for non-relational storage</title>
		<link>http://www.indiangeek.net/2010/07/20/summary-of-use-cases-for-non-relational-storage/</link>
		<comments>http://www.indiangeek.net/2010/07/20/summary-of-use-cases-for-non-relational-storage/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 01:58:45 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/07/20/summary-of-use-cases-for-non-relational-storage/</guid>
		<description><![CDATA[


<p>To understand why NoSQL is important to you as an app developer, let’s consider the use cases for some of these features:</p>

Frequently-written, rarely read statistical data (for example, a web hit counter) should use an in-memory key/value store like Redis, or an update-in-place document store like MongoDB.
Big Data (like weather stats or business analytics) will [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">
<p>To understand why NoSQL is important to you as an app developer, let’s consider the use cases for some of these features:</p>
<ul>
<li>Frequently-written, rarely read statistical data (for example, a web hit counter) should use an in-memory key/value store like <a href="http://code.google.com/p/redis/">Redis</a>, or an update-in-place document store like <a href="http://www.mongodb.org/">MongoDB</a>.</li>
<li><a href="http://techcrunch.com/2010/03/16/big-data-freedom/">Big Data</a> (like weather stats or business analytics) will work best in a freeform, distributed db system like <a href="http://hadoop.apache.org/">Hadoop</a>.</li>
<li>Binary assets (such as MP3s and PDFs) find a good home in a datastore that can serve directly to the user’s browser, like <a href="http://aws.amazon.com/s3/">Amazon S3</a>.</li>
<li>Transient data (like web sessions, locks, or short-term stats) should be kept in a transient datastore like <a href="http://memcached.org/">Memcache</a>.  (Traditionally we haven’t grouped memcached into the database family, but <a href="http://adam.heroku.com/past/2010/7/19/memcached_a_database/">NoSQL has broadened our thinking on this subject.</a>)</li>
<li>If you need to be able to replicate your data set to multiple locations (such as syncing a music database between a web app and a mobile device), you’ll want the replication features of <a href="http://couchdb.apache.org/">CouchDB</a>.</li>
<li>High availability apps, where minimizing downtime is critical, will find great utility in the automatically clustered, redundant setup of datastores like <a href="http://cassandra.apache.org/">Casandra</a> and <a href="https://wiki.basho.com/display/RIAK/Riak">Riak</a>.</li>
</ul>
<p>Despite all the use cases described above, there will always be a place for the highly normalized, transactional, ad-hoc-query capabilities of <span class="caps">SQL</span> databases.  We’re adding new tools to our toolbox, not removing old ones.</p>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://blog.heroku.com/archives/2010/7/20/nosql/">blog.heroku.com</a></div>
<p>Nice summary on the Heroku blog about use cases for non-relational storage services.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/summary-of-use-cases-for-non-relational-stora">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/07/20/summary-of-use-cases-for-non-relational-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Meditation: Why Bother?</title>
		<link>http://www.indiangeek.net/2010/07/03/meditation-why-bother/</link>
		<comments>http://www.indiangeek.net/2010/07/03/meditation-why-bother/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 14:09:10 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/07/03/meditation-why-bother/</guid>
		<description><![CDATA[


<p>And just because of the simple fact that you are  human, you find yourself heir to an inherent unsatisfactoriness in life which simply will not go away. You can suppress it from your awareness for a time. You can distract yourself for hours on  end, but it always comes back&#8211;usually when you least [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote class="posterous_long_quote">
<p>And just because of the simple fact that you are  human, you find yourself heir to an inherent unsatisfactoriness in life which simply will not go away. You can suppress it from your awareness for a time. You can distract yourself for hours on  end, but it always comes back&#8211;usually when you least expect it. All of a sudden, seemingly out of the blue, you sit up, take stock, and realize your actual situation in life.</p>
<p>There you are, and you suddenly realize that you are spending your whole life just barely getting by. You keep up a good front. You manage to make ends meet somehow and look OK from the  outside. But those periods of desperation, those times when you feel everything caving in on you, you keep those to yourself. You are a mess. And you know it. But you hide it beautifully.  Meanwhile, way down under all that you just know there has got be some other way to live, some better way to look at the world, some way to touch life more fully. You click into it by chance now  and then. You get a good job. You fall in love. You win the game. and for a while, things are different. Life takes on a richness and clarity that makes all the bad times and humdrum fade away.  The whole texture of your experience changes and you say to yourself, &#8220;OK, now I&#8217;ve made it; now I will be happy&#8221;. But then that fades, too, like smoke in the wind. You are left with just a  memory. That and a vague awareness that something is wrong.</p>
<p>But there is really another whole realm of depth and sensitivity available in life, somehow, you are just not seeing it. You wind up feeling cut off. You feel insulated from the sweetness of  experience by some sort of sensory cotton. You are not really touching life. You are not making it again. And then even that vague awareness fades away, and you are back to the same old reality.  The world looks like the usual foul place, which is boring at best. It is an emotional roller coaster, and you spend a lot of your time down at the bottom of the ramp, yearning for the  heights.</p>
<p>So what is wrong with you? Are you a freak? No. You are just human. And you suffer from the same malady that infects every human being. It is a monster inside all of us, and it has many arms:  Chronic tension, lack of genuine compassion for others, including the people closest to you, feelings being blocked up, and emotional deadness. Many, many arms. None of us is entirely free from  it. We may deny it. We try to suppress it. We build a whole culture around hiding from it, pretending it is not there, and distracting ourselves from it with goals and projects and status. But it  never goes away. It is a constant undercurrent in every thought and every perception; a little wordless voice at the back of the head saying, &#8220;Not good enough yet. Got to have more. Got to make  it better. Got to be better.&#8221; It is a monster, a monster that manifests everywhere in subtle forms.</p>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://www.vipassana.com/meditation/mindfulness_in_plain_english_3.php?">vipassana.com</a></div>
<p>Very nice article on Buddhist philosophy and the power of meditation.</p>
</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/meditation-why-bother-0">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/07/03/meditation-why-bother/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>China is not the world&#8217;s biggest manufacturer</title>
		<link>http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/</link>
		<comments>http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 22:04:48 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/</guid>
		<description><![CDATA[Wow, Talk about false perceptions. This was one of the things that I had taken for granted for so long that it was very surprising for me to ready today that China is not the world&#39;s largest manufacturer. I read this at Helen Wang&#39;s site http://helenhwang.net/2010/03/myth-of-manufacturing/ 
<p />
I quote
<p />
&#34;The latest data shows, however, that the United [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>Wow, Talk about false perceptions. This was one of the things that I had taken for granted for so long that it was very surprising for me to ready today that China is not the world&#39;s largest manufacturer. I read this at Helen Wang&#39;s site <a href="http://helenhwang.net/2010/03/myth-of-manufacturing/">http://helenhwang.net/2010/03/myth-of-manufacturing/</a> 
<p />
<div>I quote</div>
<p />
<div><span style="font-family: tahoma, arial, sans-serif; font-size: 13px;"><i>&quot;The latest data shows, however, that the United States is still the largest manufacturer in the world. In 2008, U.S. manufacturing output was $1.8 trillion, compared to $1.4 trillion in China (UN data. China’s data do not separate manufacturing from mining and utilities. So the actual Chinese manufacturing number should be much smaller).&quot;</i></span></div>
<p />
<div>Make sure to read the complete article, it has more interesting facts about how the manufacturing growth in China has not resulted in a rise in the middle class.</div>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/china-is-not-the-worlds-biggest-manufacturer">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/03/13/china-is-not-the-worlds-biggest-manufacturer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>soapUI &#8211; Web Service tool</title>
		<link>http://www.indiangeek.net/2010/03/09/soapui-web-service-tool/</link>
		<comments>http://www.indiangeek.net/2010/03/09/soapui-web-service-tool/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:24:33 +0000</pubDate>
		<dc:creator>sijin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.indiangeek.net/2010/03/09/soapui-web-service-tool/</guid>
		<description><![CDATA[
<p>Sometimes a you come across a tool that just makes you think why you never used it before, I ran across one such tool last month, it&#8217;s called soapUI (http://www.soapui.org/ ). </p>
</p>
<p>This is an open source tool for testing web services, everything I wanted to do for testing some of the web services that we [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>Sometimes a you come across a tool that just makes you think why you never used it before, I ran across one such tool last month, it&#8217;s called soapUI (<a href="http://www.soapui.org/">http://www.soapui.org/</a> ). </p>
</p>
<p>This is an open source tool for testing web services, everything I wanted to do for testing some of the web services that we were developing including unit testing and load testing was provided out of the box by this awesome tool. Also I think the UI is quite well thought out and mature.</p>
</p>
<p>Here&#8217;s a list of the features at a high level, </p>
</p>
<p>soapUI is a free and open source desktop application for </p>
<ul type="disc" style="margin-top: 0in;">
<li style=""><a href="http://www.soapui.org/features.html#Web_Service_Inspection_and_Invocation">inspecting Web Services</a></li>
<li style=""><a href="http://www.soapui.org/features.html#Web_Service_Inspection_and_Invocation">invoking Web Services</a> </li>
<li style=""><a href="http://www.soapui.org/features.html#Web_Service_Development_and_Validation">developing Web Services</a> </li>
<li style=""><a href="http://www.soapui.org/features.html#Web_Service_Simulation">Web Services Simulation and Mocking</a></li>
<li style=""><a href="http://www.soapui.org/features.html#Web_Service_Functional_Testing">Functional, Load and Compliance testing of Web Services</a> </li>
</ul>
<p>It is mainly aimed at developers and testers providing or consuming WSDL or REST based Web Services (Java, .net, etc). Functional and Load Testing can be done both interactively in soapUI or within an automated build or integration process using the soapUI <a href="http://www.soapui.org/userguide/commandline/index.html">command line tools</a>. </p>
<p>Mock Web Services can easily be created for any WSDL and hosted from within soapUI or using the command-line MockService runner. IDE-plugins are available for </p>
<ul type="disc" style="margin-top: 0in;">
<li style=""><a href="http://www.soapui.org/eclipse/index.html">eclipse plug in</a></li>
<li style=""><a href="http://www.soapui.org/intellij/index.html">IntelliJ IDEA plug in</a></li>
<li style=""><a href="http://www.soapui.org/netbeans/index.html">NetBeans plug in</a></li>
</ul>
<p>soapUI requires Java 1.5 and is licensed under the <a href="http://www.soapui.org/license.html">LGPL license</a>. </p>
</p>
<p>See their features page <a href="http://www.soapui.org/features.html">http://www.soapui.org/features.html</a> for some screenshots of the cool stuff you can do using this.</p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://sijin.posterous.com/soapui-web-service-tool">Sijin Joseph</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.indiangeek.net/2010/03/09/soapui-web-service-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
