<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>42 Quirks &#187; Community</title>
	<atom:link href="http://42quirks.com/category/community/feed" rel="self" type="application/rss+xml" />
	<link>http://42quirks.com</link>
	<description>Eccentricities of an inhuman mind...</description>
	<pubDate>Tue, 04 Nov 2008 21:14:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Read the Feeds!</title>
		<link>http://42quirks.com/2007/02/26/read-the-feeds/</link>
		<comments>http://42quirks.com/2007/02/26/read-the-feeds/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 07:21:36 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/2007/02/26/read-the-feeds/</guid>
		<description><![CDATA[[level: absolute layman]
So you&#8217;ve got yourself a feed-reader, eh? And you have no clue how to go about it? Well, let&#8217;s work this through step-by-step, through simple questions and answers:
1. What is RSS?
RSS stands for Rich Site Summary. Take each word on its own. Rich - Lots of information. Site - your web site  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[level: absolute layman]</strong>
<p>So you&#8217;ve got yourself a feed-reader, eh? And you have no clue how to go about it? Well, let&#8217;s work this through step-by-step, through simple questions and answers:</p>
<h5>1. What is RSS?</h5>
<p>RSS stands for Rich Site Summary. Take each word on its own. Rich - Lots of information. Site - your web site <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Summary - smaller understandable chunks. Put them together and you get, straightaway:
<p><em>&#8220;Lots of Information (from) your web site (put into) smaller understandable chunks.&#8221;</em></p>
<p>RSS also stands for Really Simple Syndication. To understand this seemingly difficult term, consider only the word syndication. Syndication means sharing or publication of material/resources into an extended network. The concept arose from cartoonists, writers and such newspaper related people &#8217;syndicating&#8217; their content for different publications.</p>
<p>RSS is the online method of sharing/syndicating content created by us. It is an efficient distribution system, that allows you to &#8216;pull&#8217; content , instead of &#8216;pushing&#8217; it like email, for example. The flexibility of XML allows better content management and allows developers to play with the feeds in more ways than you can imagine.
<p>Geeks, head over to <a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29">Wikipedia&#8217;s RSS page</a>, and <a href="http://news.bbc.co.uk/2/hi/help/3223484.stm">BBC&#8217;s RSS</a> page.</p>
<h5>2. What are Feed Readers or RSS Readers?</h5>
<p>Ok, now we have lots of information pulled from your site. The question is what do we do with it?
<p>The immediate answer would be read! And that is exactly what feed readers do. Read your feed. Rather, they allow <b>you</b> to read the feed.</p>
<p>A feed reader the XML equivalent of a browser. A regular browser reads HTML code and displays the information between the HTML tags, as per the formatting defined in the tags. Feed readers read XML information and display the content between XML tags.
<p>This explanation over-simplifies the RSS/XML concept, but is good enough for understanding purposes, I think.</p>
<h5>3. How do I use a Feed Reader (RSS Reader)</h5>
<p>Like a browser!
<p>The URL/Location/Address bar of a browser allows you to navigate to a site. Similarly, you point the feed-reader to an RSS feed published by a site. Usaully feeds are publisehed in .xml format, but with user-friendly software like Feed Blitz or FeedBurner (I use this for my site) the feed address can be a lot simple to remember.</p>
<p>Here&#8217;s the process to add a blog/website feed into your reader:
<ol>
<li>Look for a link/button called &#8220;<strong>Add feed</strong>&#8220;. An input box asking for the feed address will appear.</li>
<p>
<li><strong>Enter the feed address</strong> in this input box. For example, the feed address for this blog is:</p>
<p>http://feeds.feedburner.com/42quirks</li>
<p>
<li>The reader will then fetch the contents of the feed (article, individual posts, etc.) and allow you to read the contents online or offline, based on the kind of reader (Web-based or Desktop-based) that you are using.</li>
</ol>
<p>You&#8217;re done!</p>
<h5>4. Ok, so I&#8217;ve added a feed. What next?</h5>
<p>Well, nothing actually.
<p>That&#8217;s the beauty of it. With a feed reader, you no longer have to visit the blog for updates all the time. Every time a new post is published, it appears in your feed reader automatically. You can simply read the updated feed (i.e new posts) from inside the reader. You only need to visit the blog if you want to leave a comment.*</p>
<p>You can also chunk your feeds together in logical groups for better reading experience. For instance, some of the categories I user are as generic as &#8216;humor&#8217;, &#8216;tech-blogs&#8217;, &#8216;poetry&#8217; etc. or quite personal like &#8216;blogs-of-friends&#8217;. You have the liberty to name yours the way you want.</p>
<p>Such chunking is permitted by all readers, though each reader names it differently. Some call it folders, others call it categories, yet others call it channels. The essence of all these terms remains the same - a user-created logical chunk of feeds.</p>
<h5>5. What if I can&#8217;t connect to the Internet all the time?</h5>
<p>Work Offline!
<p>No, I am not kidding. There are desktop-based feed readers, too.A desktop-based reader is a program that runs from your system and polls the internet for feeds whenever you connect to the internet. Akin to an email client, these feed readers connect online and (literally) download entire updated feeds to your local machine.</p>
<p>Those of you who use Microsoft Outlook, Outlook Express or Thunderbird at work, might know what I am talking about. The workings of a web-based and desktop-based feed readers are the same as web-based and desktop-based email clients. So you are not entirely on unfamiliar territory there.</p>
<h5>6. Which RSS Reader should I go for?</h5>
<p>There are lot of arguments across the web regarding this one. I personally prefer web-based readers, since I work on different machines at home and work. A web-based reader allows me to keep a track of my feeds in these circumstances, just as a web-based email client.
<p>Among web-based readers, I find <a href="http://www.google.com/reader">Google Reader</a> the best. With a wide array of keyboard shortcuts and the amazing speed that we have come to know and expect from Google, Google Reader beats everything hands-down, IMHO. <a href="http://www.rojo.com">Rojo</a> and<a href="http://www.bloglines.com"> Bloglines</a> come a close second.</p>
<p>Among Desktop-based readers, I haven&#8217;t tried many of them, but among those that I tried, <a href="http://www.blogbridge.com/">Blogbridge</a> (Java-based) and <a href="http://www.rssbandit.org/">RSS Bandit</a> (.NET based) are a good try. <a href="http://attensa.com/products/online">Attensa</a> was interesting, but it crashed my Outlook once too often and out it went. </p>
<h5>7. Questions?</h5>
<p>Post your questions in the comments section. I think we can have a good FAQ setup here!
<p>Cheers!</p>
<p><small><small><em>*Many publishers have an issue with RSS for this reason. Since most of the sites run on Ad revenue, publishing a feed means losing out on crucial page visits, and hence Ad revenue. Will Feed-vertising be the answer to all this?</em></small></small></p>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/02/26/read-the-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Web 2.0 Crash Course</title>
		<link>http://42quirks.com/2007/02/12/a-web-20-crash-course/</link>
		<comments>http://42quirks.com/2007/02/12/a-web-20-crash-course/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 05:47:15 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://42quirks.com/2007/02/12/a-web-20-crash-course/</guid>
		<description><![CDATA[I have written a couple of posts about Web 2.0, early on in my blog.
I&#8217;ve had various conversations revolving around this concept across the years.  A comment I wrote on the 9rules community was the best explanation I could generate for such an abstract concept.
To many people out there, Web 2.0 is just a [...]]]></description>
			<content:encoded><![CDATA[<p>I have <a href="http://42quirks.com/2006/06/27/markets-are-noisy-conversations/">written</a> a <a href="http://42quirks.com/2005/10/20/web-20-the-way-it-seems-to-be/">couple</a> of <a href="http://42quirks.com/2005/10/20/web-20-the-way-i-see-it/">posts</a> about <a href="http://42quirks.com/category/web-20/">Web 2.0</a>, early on in my blog.</p>
<p>I&#8217;ve had various conversations revolving around this concept across the years.  A comment I wrote on the <a href="http://9rules.com/en/browse/web++/notes/107/#response-1660">9rules community</a> was the best explanation I could generate for such an abstract concept.</p>
<p>To many people out there, Web 2.0 is just a buzz-word. For quite a few, it is about AJAX and flashy effects on website. And very few really understand what it means.</p>
<p>The other day, one of my friends directed me to a YouTube video titled &#8220;Web 2.0 &#8230; The Machine is Us/ing Us.&#8221; And suddenly, a few more pieces of the jigsaw fell into place.</p>
<p>The title was intriguing enough. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Go watch it yourself&#8230;</p>
<p><a href="http://www.youtube.com/watch?v=6gmP4nk0EOE">Web 2.0 &#8230; The Machine is Us/ing Us.</a></p>
<p>I will not embed the video here, because I have already had spats with my hosting providers for &#8217;streaming&#8217; content from my site. But I do urge you people to check out the video. It is one of the simplest, best and most explanatory videos I have ever seen. </p>
<p>And what&#8217;s more, it&#8217;s Web 2.0!</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/02/12/a-web-20-crash-course/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We, the PPPL</title>
		<link>http://42quirks.com/2007/01/31/we-the-pppl/</link>
		<comments>http://42quirks.com/2007/01/31/we-the-pppl/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 08:29:04 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

		<guid isPermaLink="false">http://42quirks.com/2007/01/31/we-the-pppl/</guid>
		<description><![CDATA[A while back, a deal between Pay Per Post (PPP) and Performancing (Perf),  caused quite an uproar over at the Performancing Community Forums.
Perf Members denounced it left, right and centre blaming Perf for all sorts of things. Some even went to the extent of threatening to close down their accounts, which I found weird. [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, a deal between <a href="http://www.payperpost.com/">Pay Per Post (PPP)</a> and <a href="http://performancing.com/">Performancing (Perf)</a>,  caused quite an uproar over at the Performancing Community Forums.</p>
<p>Perf Members denounced it left, right and centre blaming Perf for all sorts of things. Some even went to the extent of threatening to close down their accounts, which I found weird. Nobody ever said that to Writely. Or YouTube. Or del.icio.us, for that matter.</p>
<p>I think <a href="http://performancing.com/user/1">Nick</a>, <a href="http://performancing.com/user/6">Chris</a> and all the guys at Perf are a fantastic lot. I would doff my hat off to them, if I was wearing one.</p>
<p>And then, the deal was called off. Performancing went through a roller-coaster of a ride, and things seem to have stabilized.</p>
<p>Hmm, lemme see:</p>
<p>Ads on Blogs - GOOD<br />Pay per Post - BAD</p>
<p>Premium Content - GOOD<br />Pay Per Post - BAD</p>
<p>Community Reviews - GOOD<br />Pay Per Post - BAD</p>
<p>Summing it up, as long as you are not associated with <strong>explicit</strong> financial motives, whatever you do is ALWAYS good. That&#8217;s a thin red line there, methinks.</p>
<p>Weird sense of morality we have, eh?</p>
<hr />Note:<br />This post is not intended to revive old wounds, but it&#8217;s just my $0.02 worth. Maybe I am wrong there, but I&#8217;d love to know your views on this one&#8230;<br />
<hr />
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/01/31/we-the-pppl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google&#8217;s GMail - Split Wide Open</title>
		<link>http://42quirks.com/2007/01/02/googles-gmail-split-wide-open/</link>
		<comments>http://42quirks.com/2007/01/02/googles-gmail-split-wide-open/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:28:05 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

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

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

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

		<guid isPermaLink="false">http://42quirks.com/2007/01/02/googles-gmail-split-wide-open/</guid>
		<description><![CDATA[Word about Google&#8217;s New Year gift might have reached some of your ears. Digg and Slashdot both ran a story about Google exposing your contacts to the WWW, simply by visiting a malformed page.
Well, here&#8217;s a quick roundup of the events in the last 48 hours. Not so much as a time-line, but more of [...]]]></description>
			<content:encoded><![CDATA[<p>Word about Google&#8217;s New Year gift might have reached some of your ears. <a href="http://digg.com">Digg</a> and <a href="http://it.slashdot.org">Slashdot</a> both ran a story about Google exposing your contacts to the WWW, simply by visiting a malformed page.</p>
<p>Well, here&#8217;s a quick roundup of the events in the last 48 hours. Not so much as a time-line, but more of an aggregation:</p>
<p>1. Jan 1st 2007, Haochi of <a href="http://googlified.com">Googlified</a> posts a <a href="http://googlified.com/2007happy-new-year-google/">blog entry</a> and <a href="http://googlified.com/2007follow-up-on-the-gmail-bug/">follows up</a> with a description of a demo exploit, describing how an attacker could use malicious XSS code to extract your contact addresses. He diggs his own story and gets a mute response (typical, Digg, did I hear you say?)&#8230;</p>
<p>2. Alex Bailey of <a href="cyber-knowledge.net">Techread</a> duly noted it on his blog which can be read <a href="http://cyber-knowledge.net/blog/2007/01/01/gmail-vulnerable-to-contact-list-hijacking/">here</a>, which was then dugg and made it screaming to the front page as:<br />
<a href="http://digg.com/programming/GMail_Hacked_Visit_ANY_Website_and_Your_Whole_Contact_List_Can_be_Stolen">GMail Hacked: Visit ANY Website, and Your Whole Contact List Can be Stolen</a></p>
<p>3. About the same time as Digg, <a href="http://it.slashdot.org/article.pl?sid=07/01/01/1350219">Slashdot picked up the story</a>, and then, the whole world knew.</p>
<p>So, what exactly happened?</p>
<p>Apparently, when you log in to any Google-affiliate site, your GMail addressbook finds its way into your browser through some nifty JavaScript function calling. And someone, somewhere, forgot the mandatory checks and balances. What it means is, you can see all your Gmail contacts lined up <a href="http://docs.google.com/data/contacts?out=xml">here</a>.</p>
<p>Don&#8217;t worry, only you will be able to see them and nobody&#8217;s using the link for any malicious purposes. Until today morning, the contacts could also be viewed in your browser. Google engineers acted immediately (well, 24 hours after the bug was posted by Haochi) and fixed a part of the bug. You can no longer see your contact&#8217;s list in a browser. However, you can still get them in the XML format.</p>
<p>The other part can still be exploited and is worse as it directly provides the XML version of your addressbook. Hope, the GTeam fixes this one up in time, before the email harvesters have a field day.</p>
<p>The standard warnings go with this one:</p>
<ul>
<li>
<p><b>Do not click on links from untrusted sources.</b><br /> Hey, when did you ever know a person who was named &#8220;DWickjasl Pfennry&#8221;?</p>
</li>
<li>
<p><b>Do not click on suspicious links even if they come from trusted sources</b><br /> Your bank would never send you a referral scheme via e-mail. Period. And no, you are not gonna win that iPod (unless its freepay, and they do not operate in India. So, there.)</p>
</li>
<li>
<p><b>Report all spam. It helps.</b><br />Use that small button named &#8220;Spam&#8221; (or &#8220;Report Spam&#8221; in case of GMail). It really works, you know.</p>
</li>
<li>
<p><b>All Links are NOT meant for clicking</b><br /> Use the status bar. Keep your nouse over the link and look to the bottom left, you should be able to see the address of where the link points. If it looks suspicious, DON&#8217;T click. Period.</p>
</li>
<li>
<p><b>Above all, use your common sense.</b><br />If you don&#8217;t remember participating in the Fifth Third bank International lottery, YOU DIDN&#8217;T PARTICIPATE.</p>
</li>
</ul>
<p>So, there you go&#8230; <i>Capisce</i>?</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/01/02/googles-gmail-split-wide-open/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Markets are *noisy* conversations.</title>
		<link>http://42quirks.com/2006/06/27/markets-are-noisy-conversations/</link>
		<comments>http://42quirks.com/2006/06/27/markets-are-noisy-conversations/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 14:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=31</guid>
		<description><![CDATA[Strange, isn&#8217;t it?
All of us hailed the coming of a shareable, collaborative web and &#8216;lovingly&#8217; named it Web 2.0. But along with it came announcements and offerings, options and varieties; faster than anything else. So much, that the low murmur of the internet rose to a harsh, loud, incoherent noise. So much, that we are [...]]]></description>
			<content:encoded><![CDATA[<p>Strange, isn&#8217;t it?</p>
<p>All of us hailed the coming of a <a href="http://cluetrain.com/">shareable, collaborative web</a> and &#8216;lovingly&#8217; named it <a href="http://wzus.ask.com/r?t=p&#038;d=us&#038;s=a&#038;c=a&#038;l=dir&#038;o=0&#038;sv=0a300527&#038;ip=cb7ba2fa&#038;id=3E13D54E8D3C3AE97296F079CE5C3494&#038;q=Web+2.0+%2BO%27Reilly&#038;p=1&#038;qs=0&#038;ac=30&#038;g=5160NLlLnannhx&#038;en=te&#038;io=0&#038;ep=&#038;eo=&#038;b=alg&#038;bc=&#038;br=&#038;tp=d&#038;ec=10&#038;pt=O%27Reilly%3A%20What%20Is%20Web%202.0&#038;ex=&#038;url=&#038;u=http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html">Web 2.0</a>. But along with it came announcements and offerings, options and varieties; faster than anything else. So much, that the low murmur of the internet rose to a harsh, loud, incoherent noise. So much, that we are beginning to <a href="http://jeremy.zawodny.com/blog/archives/006959.html">denounce</a> <a href="http://www.micropersuasion.com/2006/06/borders_are_now.html">it</a> <a href="http://blogs.zdnet.com/Ratcliffe/?p=142">like no other</a>.</p>
<p>Hypocrisy? Nope, I think &#8220;<em><strong>Familiarity breeds Contempt</strong></em>&#8221; is more like it&#8230;</p>
<p>Web 2.0 was a concept. Each one of us interpreted the concept and put forth ideas of their own. As a result, there was a rush of ideas and hence a flood of communication. People started &#8217;socializing&#8217; on the web. Social networks boomed and people came &#8216;closer&#8217;.</p>
<p>IMHO, it all started with the advent of broadband connectivity. Being &#8216;always-on&#8217; had a direct implication, that of being connected with all your near and dear ones. Web 2.0 looked upon the internet as one huge community, with local groups of people inhabiting it. This concept was publicized and then, taken too literally. Thus, were born the social networks of today.</p>
<p>The community is a market and markets have alternatives. Working on the same lines, social networks began to sprout, each claiming to offer something different from the other. But, the basic objective of these networks was the same - connecting people and conducting conversations across the globe.</p>
<p>The market analogy gives us yet another insight. Every product has competition. And every competitive product has a seller who is willing to canvass for it. The greater the competition, the larger the canvassing and the noisier the market. In the end the market become a large noisy mass of voices and nothing audible or coherent.</p>
<p>Get the drift?</p>
<p>The web as a marketplace has been inundated with offerings. The noise in the marketplace will remain until the day the sellers give up or the stocks dry up. Since, there is little chance of the latter happening, we will have to wait for the former to happen and pray that it happens sooner, rather than later.</p>
<p>The noise of the eMails and IMs that have been flying back and forth has overwhelmed us to the extent that we now want out. But without them, how would we communicate, let alone converse?</p>
<p>Or, are we wrong in assuming that eMails &#038; IMs are the only methods of communication? What if there <strong>IS</strong> an alternative?</p>
<p>Will things be different?</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/web2.0">web2.0</a>, <a rel="tag" href="http://technorati.com/tag/conversation">conversation</a>, <a rel="tag" href="http://technorati.com/tag/market">market</a>, <a rel="tag" href="http://technorati.com/tag/cluetrain%20">cluetrain </a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/06/27/markets-are-noisy-conversations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebOS and my conversations</title>
		<link>http://42quirks.com/2006/05/02/webos-and-my-conversations/</link>
		<comments>http://42quirks.com/2006/05/02/webos-and-my-conversations/#comments</comments>
		<pubDate>Tue, 02 May 2006 20:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://42quirks.com/?p=28</guid>
		<description><![CDATA[My last post on WebOSes and the corresponding comments on ZDNet and Performancing resulted in interesting conversations.
Performancing users and authors had very interesting opinions. Dave, for instance, said:
&#8230;they could bring down the price of computing massively. All you would need on a desktop is effectively a thin client that handles inputs and outputs, and
connects to [...]]]></description>
			<content:encoded><![CDATA[<p>My last post on <a href="http://corporatespices.blogspot.com/2006/04/web20-webos-weboffice-we-whatever.html">WebOSes</a> and the corresponding comments on <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=388878&#038;start=-24">ZDNet</a> and <a href="http://performancing.com/node/2218">Performancing</a> resulted in interesting conversations.</p>
<p>Performancing users and authors had very interesting opinions. <a title="View user profile." href="http://performancing.com/user/1222">Dave</a>, for instance, said:</p>
<blockquote><p>&#8230;they could bring down the price of computing massively. All you would need on a desktop is effectively a thin client that handles inputs and outputs, and<br />
connects to the internet.</p></blockquote>
<p>&#8230; while <a title="View user profile." href="http://performancing.com/user/1723">georgemanty</a> was worried about security:</p>
<blockquote><p>Do I really want a third party to have access to everything on my computer&#8217;s hard drive???</p></blockquote>
<p><a title="View user profile." href="http://performancing.com/user/13">searchengineblog</a> put it really well with:</p>
<blockquote><p>The problem is that there is no problem to be solved. In 2006, fat clients (read: PCs) aren&#8217;t expensive - bandwidth is.</p></blockquote>
<p>The security concerns do make a valid point. But I guess, with the way things are moving, third-party storage (read: online storage with desktop synchro) is the thing to watch out for in the near future.</p>
<p>Technology has not only enabled cheaper and communication, but it has also been revamping the field of transportation. As travel becomes cheap, we will find ourselves at different places at different times. And then we will need one central location to store our data. Which is where third-party storage comes in.</p>
<p>One option would be a personal FTP server. Like your hard-disk away from your PC. Again, the only hindrance I see currently is the band-width (in terms of access). Thus it boils down, essentially, to two things:</p>
<ol>
<li><strong>A radically new, faster method of accessing the internet.</strong>Condition: It must support huge amounts of bandwidth so as to enable each one of the 6 billion people whoo will soon be online in the near future.</li>
<li><strong>A safe and secure online storage system.</strong>Condition: The privacy concerns of the users must be put to rest. Each such third-party supplier must be liable for any leakage of information (intentional, or otherwise) occurring from their servers.</li>
</ol>
<p>On ZDNet, <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=389654&#038;start=-24">3D0G said</a>:</p>
<blockquote><p>There are still far to many people out there using computers who have no<br />
clue how computers work and don&#8217;t want to know. They just want to browse the web and read email. There are also many people who know they know nothing about computers and so don&#8217;t buy one. Something like this would at least open the internet and email up to them</p></blockquote>
<p>This would be like saying, we need hand-cranked cars because some old-timers cannot adopt to automatic transmission. Not a very good analogy, I agree, but just because people don&#8217;t know how to use the net does not mean we step back to thin-clients.</p>
<p>A similar attempt was made (if my memory serves me correctly) with public Internet Access kiosks (at least in India) But it was a huge failure, simply because:</p>
<ol>
<li>People did not want to make their ignorance of the Internet public.</li>
<li>The kiosks were not supported by adequate bandwidth. They were too slow.</li>
<li>The thin clients were actually confusing and they allowed only one browser window - no tabs back then.</li>
<li>Around 25% of the screen space was consumed by ads that were run to support the costs of running these kiosks.</li>
</ol>
<p>I have realized that, the more you attempt to make technology easier for people, the lazier they become. <strong><em>&#8220;Give a man fish to eat, he will eat for a day. Teach him how to fish and he will never go hung</em><em>ry for the rest of his life.&#8221; </em></strong></p>
<p>If there are any such laymen, we need to teach them how to surf the waves and not try and make things easier for them. Simplicity does not always mean simplifying the product. It could also mean simplifying the process.</p>
<p>Let&#8217;s face it, the internet is a skill and not a toy. You have to learn it and the more inquisitive can even attempt to master it. Any attempt to simplify things further will only allow the lazy to become lazier. Do we <strong>really</strong> need WebOSes? The argument of thin-clients and simplification of things seems pretty thin to me&#8230;</p>
<p>I mean, is it really that difficult?</p>
<p>(It&#8217;s a pity that I have to <strong>summarize </strong>my Blogosphere Conversations here.)</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/05/02/webos-and-my-conversations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web2.0, WebOS, WebOffice, We&#8230; Whatever.</title>
		<link>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/</link>
		<comments>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 15:04:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=27</guid>
		<description><![CDATA[The WebOS Market Review by Richard MacManus delves into the WebOS market, which is currently being played by small-timers like YouOS, eyeOS, XIN, etc. A WebOS is an OS on the Web that allows you to browse, eMail, chat, etc. Basically, the online counterpart of your desktop OS.
Ok. Stop. Let&#8217;s go back to that last [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://blogs.zdnet.com/web2explorer/?p=166">WebOS Market Review</a> by Richard MacManus delves into the WebOS market, which is currently being played by small-timers like YouOS, eyeOS, XIN, etc. A WebOS is an OS on the Web that allows you to browse, eMail, chat, etc. Basically, the online counterpart of your desktop OS.</p>
<p>Ok. Stop. Let&#8217;s go back to that last one. Online counterpart of an OS? uhh, erm&#8230;</p>
<p>Hmm. Let&#8217;s try Wikipedia. <a href="http://en.wikipedia.org/wiki/Web_OS">Wikipedia defines WebOS</a> as:</p>
<blockquote><p>More generally, WebOS refers to a software platform that interacts with the user<br />
through a web browser and does not depend on any particular local<br />
operating system.</p></blockquote>
<p>What? Let&#8217;s go through this one more time, step-by-step:</p>
<p>I boot my desktop OS. I fire my desktop browser. I connect to the World Wide Web. I access the WebOS. I see my WebDesktop. Now what? I fire up my WebBrowser and access the Internet again?</p>
<p>Er, excuse me, but isn&#8217;t that where I am already? So, which one is my, &#8216;true&#8217;, definitive OS? The one I booted to fire the (desktop) Browser, or the one that I accessed on the web? Moreover, how would you access such an OS in the future, given this logical inconsistency?</p>
<p>When I put forth this question, <a href="http://www.zdnet.com/5208-11423-0.html?forumID=1&#038;threadID=20200&#038;messageID=388874&#038;start=-44">AutomanG replied</a> with the following:</p>
<blockquote><p>One solution would be to have something, say&#8230;, linux embedded into a box that&#8217;s sole purpose is to fire up a browser and initiate a tunnel to a remote server (where your webOS of choice is located.) It would be a borderless browser so to you, it would look just like you booted a computer arriving at a desktop.</p></blockquote>
<p>This sounds really weird! No offense meant, but I just want to explore this a bit further:</p>
<p>Currently, looking at the larger picture, we have three OSes in the Desktop Market. Windows, Linux and MacOS. With this proposal the intention to make Linux a standard (irrespective of whether all people want it or not). Or Windows or MacOS. Some OS which can be universally accepted and moulded as and when need be. Which inevitably brings us back to Linux.</p>
<p>Agree though, the argument that Automan provides makes some sense on some level. Okay, it doesn&#8217;t matter what boots the embedded browser as long as what they see on their screens is the same all throughout. Interesting point, I admit.</p>
<p>But again, then there are many options for WebOSes now. There will come a time when we will have to choose one of them as a standard, or maybe, define some standard specs for a WebOS. How do you do that, then?</p>
<p>And if you were to do it later, why not do it now for the desktop OSes? And if you intend to write embedded software to run the necessary hardware, it still is an OS!</p>
<p>I still can&#8217;t fathom the need for a WebOS. The ability to store data online, more than makes up for the inability to access my personal desktop everywhere. After all the applications that you intend to put on the Web will be run by their desktop counterparts. What is the point?</p>
<p>Ok, I guess, I oughtta stop. I sound almost desparate now!</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/WebOS">WebOS</a>, <a rel="tag" href="http://technorati.com/tag/ZDNet">ZDNet</a>, <a rel="tag" href="http://technorati.com/tag/OS">OS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/04/25/web20-webos-weboffice-we-whatever/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Foldera, Google, Marc Orchant and me - Odd man out!</title>
		<link>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/</link>
		<comments>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 19:30:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Community]]></category>

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

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

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=26</guid>
		<description><![CDATA[Over at ZDNet, Marc Orchant has this to say in his article Foldera: Measure twice… cut once:
I applaud this strategy. The more forethought and preparation put into the launch, the better.
Marc was talking about the eMail sent out by Foldera CEO Marc Orchant stating that Foldera is postponing its launch, simply because:
&#8220;we didn&#8217;t have the [...]]]></description>
			<content:encoded><![CDATA[<p>Over at ZDNet, Marc Orchant has this to say in his article <a href="http://blogs.zdnet.com/Orchant/?p=78">Foldera: Measure twice… cut once</a>:</p>
<blockquote><p>I applaud this strategy. The more forethought and preparation put into the launch, the better.</p></blockquote>
<p>Marc was talking about the eMail sent out by Foldera CEO Marc Orchant stating that Foldera is postponing its launch, simply because:</p>
<blockquote><p>&#8220;we didn&#8217;t have the firepower in our datacenter to handle the sort of demand indicated by so many registrations.&#8221;</p></blockquote>
<p>I wish to make it known for the record, I haven&#8217;t received the mail, this snippet has been extracted from the mail extract that Marc posted in the article.</p>
<p>Marc goes on to say that even after the resounding success of Gmail and the early frustrations of Gmail users, Google did not learn. The result was apparent for everyone to see with the initial pull-backs of Reader and Pages.</p>
<p>Some (personal) observations:</p>
<ol>
<li>Personally, I believe Google did not pull back Pages because of high demand. It was probably due to a <a href="http://42quirks.com/index.php/2006/02/23/google-launches-office-live-erm-google-pages/">bigger glitch</a>, something I have previously blogged about.</li>
<li>Foldera may be stretching the public interest a little too far. Going by the <a href="http://www.blogger.com/post-edit.g?blogID=17584438&#038;postID=114545525321641907">conversation on Mike Arrington&#8217;s Techcrunch</a>, Foldera should have been launched and here many times over by now.</li>
<li>However, interesting a tool may be, the longer you take to launch, the shorter the buzz post-launch.</li>
</ol>
<p>At least that&#8217;s what I think happened with Origami. Of course, Origami was a little early, about three years early, by my guess. In a world where laptops and palm-pilots have not yet become commonplace, introducing a gadget that was a level up in the futuristic scale seemed to me, a crazy idea.</p>
<p>One thing I have realized so far is:</p>
<p>&#8220;You can&#8217;t hurry up or slow down the future. It comes when it comes. You better be prepared for either case.&#8221;  Probably that&#8217;s what Foldera is thinking. Or are they?</p>
<p>PS: I have decided to be a little more regular now. Hope to live upto my words&#8230;</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/foldera">foldera</a>, <a rel="tag" href="http://technorati.com/tag/google">google</a>, <a rel="tag" href="http://technorati.com/tag/peeves">peeves</a>, <a rel="tag" href="http://technorati.com/tag/launch">launch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/04/19/foldera-google-marc-orchant-and-me-odd-man-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog: The Market v/s The Masses</title>
		<link>http://42quirks.com/2006/03/16/blog-the-market-vs-the-masses/</link>
		<comments>http://42quirks.com/2006/03/16/blog-the-market-vs-the-masses/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 16:22:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=24</guid>
		<description><![CDATA[The blogosphere is nothing but the online equivalent of a human society.Chris Garrett, over at Performancing notes:
Remember todays A-Lister could be tomorrows &#8220;remember him?&#8221;, and they all started out somewhere. The audience you are ignoring could be tomorrows A-List.
If you define your A-list according to Technorati Top 100 or equivalent, then yes, it could be [...]]]></description>
			<content:encoded><![CDATA[<div>The blogosphere is nothing but the <a href="http://42quirks.com/corporatespices.blogspot.com/2006/02/capit-list-bloggers.html">online equivalent of a human society</a>.Chris Garrett, over at Performancing <a href="http://performancing.com/node/1351">notes</a>:</p>
<blockquote><p>Remember todays A-Lister could be tomorrows &#8220;remember him?&#8221;, and they all started out somewhere. The audience you are ignoring could be tomorrows A-List.</p></blockquote>
<p>If you define your A-list according to Technorati Top 100 or equivalent, then yes, it could be so. Also, the A-listers have something we don&#8217;t.</p>
<p>Let me start with a tentative OD (Operative Definition) of an A-lister:</p>
<p>&#8220;<strong>A-lister</strong>: Any person owning or authoring a blog which commands statistical superiority in a particular category/subject/topic over other &#8216;fellow&#8217; blogs (and bloggers) in certain matters of detail.&#8221;</p>
<p>The certain matters of detail being outlined below, along with tentative operative definitions, for a randomly chosen category:</p>
<ul>
<li>Traffic: Daily page views in thousands</li>
<li>Reader-base: in thousands (RSS/Atom Feed Subscribers)</li>
<li>TrackBacks: Anywhere between ten to twenty per day.</li>
<li>Comments: Genuine:S**k-up ratio of 1:10 (may be)</li>
<li>Flamers: Flames:Comments ratio of 1:10</li>
</ul>
<p>And last, but definitely, positively, not the least:</p>
<ul>
<li>Private/Closed Beta Invites</li>
</ul>
<p>Scoops. The A-listers get the scoops. And the public seems to hang on to every word. And you and I are equally to blame on that front.</p>
<p>Think about this. You visit a blog and read an excellent article. Then, you scroll down and see zero (0) comments and you think, &#8220;Hmmm, no comments? Looks like this guy gets no traffic at all. So why bother, he&#8217;s not gonna miss me any way, heck he doesn&#8217;t even know I came here!&#8221; The next guy comes along and does *exactly* the same thing. And the blog ends up wth a meagre 20-30 unique visitor traffic with no returning visitors.</p>
<p>On the other hand, an A-lister blogs about his vacation in Miami or his Blogosphere experiments and watch the traffic shoot!</p>
<p>Are we hypocrites or what?</p>
<p>I am not saying that we suck-up to them all the time, but if you draw up the stats you will see that 80% of the &#8220;A-list&#8221; bloggers&#8217;  posts have been reviews/reports of &#8216;the next big things&#8217; or stupid PR experiments. Occasionally, there are a few flames too. When was the last time you saw an A-lister come out with something genuine and refreshing?</p>
<p>Bloogging may not be all about the traffic, but it is human tendency to seek some recognition especially if one believes he/she is worth it. I will not blog for the masses if they are not going to acknowledge me. What&#8217;s the point? Isn&#8217;t it a failure? It is like a startup which does great things but doesn&#8217;t sell.</p>
<p>Blogging for the market and Blogging for the masses are polar opposites. Blogging for the masses is when you provide value and generate conversations, even if it means discussing whether the weather is good for flying or not. Blogging for the market means that you HAVE to look at the traffic. Remember, your blog is no different than the advertising bill board off Freeway 66.</p>
<p>After all, you have to make every stopover count, right?</p>
<p>Disclaimer:<br />
Intelligent readers will please note the following very important points:</p>
<p>1. I have not linked any of my subtle references back to Robert Scoble of Microsoft, PR guru Steve Rubel and Jeremy Zawodny, for fear of getting flamed.</p>
<p>2. The A-lister stats in the Operative definitions were simple guesswork. If anybody has conducted appropriate research and can give me the correct figures, I would be only too happy to post them on my blog.</p>
<p>3. Yeah I know, I am lazy.</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/blog">blog</a>, <a rel="tag" href="http://technorati.com/tag/a-list">a-list</a>, <a rel="tag" href="http://technorati.com/tag/market">market</a>, <a rel="tag" href="http://technorati.com/tag/masses">masses</a>, <a rel="tag" href="http://technorati.com/tag/peeves">peeves</a></div>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/03/16/blog-the-market-vs-the-masses/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The (Capit-)A-list Bloggers</title>
		<link>http://42quirks.com/2006/02/28/the-capit-a-list-bloggers/</link>
		<comments>http://42quirks.com/2006/02/28/the-capit-a-list-bloggers/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 22:05:37 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

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

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

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=22</guid>
		<description><![CDATA[The rich get richer and the poor get poorer&#8230;All humans are born equal. but we just have to admit the fact that some men are more equal than the others. The society was, is and always will be divided into classes based on the financial status. Money is the deciding factor. Some people will always [...]]]></description>
			<content:encoded><![CDATA[<div><em>The rich get richer and the poor get poorer&#8230;</em><em>All humans are born equal. but we just have to admit the fact that some men are more equal than the others. The society was, is and always will be divided into classes based on the financial status. Money is the deciding factor. Some people will always have more money than the others. It doesn&#8217;t matter where the money comes from. What matters is whether you are able to sustain it.<br />
There is always gonna be an invisible glass-ceiling stopping you from reaching there. If you are a novice and you want to break the glass ceiling, you have to either try VERY hard or circumvent it somehow. There is no short-cut of course. The only way to &#8216;circumvent&#8217; it is to somehow grab the attention of any one of the elite class. If you have done that, you have done the hard work. The rest is simply smooth sailing. </em></p>
<p><em>So how do you grab their attention? There are two ways of doing it:<br />
1. Flame them - Oppose them vehemently so that they rant against you. Like someone said, there&#8217;s no bad publicity, only publicity.<br />
OR<br />
2. Claim them - Imitation is the sincerest form of flattery. Give them good references and you will be rewarded someday.<br />
</em><br />
Are you done reading it? Very well, now follow these instructions:</p>
<p>1. Replace every occurence of the words &#8216;humans&#8217; or &#8216;people&#8217; with the word &#8216;Blogs&#8217;<br />
2. Replace every occurence of the word &#8217;society&#8217; with the word &#8216;Blogosphere&#8217;<br />
3. Replace every occurence of the word &#8216;money&#8217; with the word &#8216;traffic&#8217;<br />
4. Replace every occurence of the phrase &#8216;elite class&#8217; with &#8216;A-list&#8217;</p>
<p>Surprised, eh?</p>
<p>Yes, apparently, you can treat blogs  the blogsphere on par with human evolution  human society. Just as the human society is divided into classes, so are blogs. And, every blog is a part of some closed community.</p>
<p>The Flame approach worked for <a href="http://flocksucks.wordpress.com">these guys</a> who started off as a rant blog. Look where they are today - among the top 10 in WordPress Blogs.</p>
<p>Like society, there is no dearth of writing talent in the Blogosphere. It just takes some time to be discovered and some discoveries happen too late. Some happen too early.</p>
<p>Some don&#8217;t happen at all.</p>
<p>I think I know what hapens to mine.</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/Blogs">Blogs</a>, <a rel="tag" href="http://technorati.com/tag/capitalism">capitalism</a>, <a rel="tag" href="http://technorati.com/tag/A-list">A-list</a>, <a rel="tag" href="http://technorati.com/tag/society">society</a>, <a rel="tag" href="http://technorati.com/tag/comparison">comparison</a></div>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/02/28/the-capit-a-list-bloggers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
