<?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; Web</title>
	<atom:link href="http://42quirks.com/category/web/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>Sudden Disappearances - The sequel</title>
		<link>http://42quirks.com/2007/01/05/sudden-disappearances-the-sequel/</link>
		<comments>http://42quirks.com/2007/01/05/sudden-disappearances-the-sequel/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 15:57:13 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/2007/01/05/sudden-disappearances-the-sequel/</guid>
		<description><![CDATA[This time around, it&#8217;s not my fault.
My Web Hosting providers suddenly got into their mind that Blogging was an activity they did not want to allow on their web servers. And for some reason they thought that my YouTube videos were hogging their bandwidth. So they suspended my account. 
Just like that.
Without information, without notice, [...]]]></description>
			<content:encoded><![CDATA[<p>This time around, it&#8217;s not my fault.</p>
<p>My Web Hosting providers suddenly got into their mind that Blogging was an activity they did not want to allow on their web servers. And for some reason they thought that my YouTube videos were hogging their bandwidth. So they suspended my account. </p>
<p>Just like that.</p>
<p>Without information, without notice, without anything. And this happens right in the middle of a post submission!! No prior intimation, no update, nothing! So I did what anybody would do. Got myself pissed and mailed them immediately. 11 emails and 3 days later, i.e. today they &#8216;relented&#8217; to my questions and &#8216;unsuspended&#8217; the site. </p>
<p>Just like that.</p>
<p>In the course of the email exchanges I learnt that my site was blocked because of streaming and blogging activity. Huh? Blogging is a perfectly acceptable activity for a website. In fact I choose to use my blog as a website, instead of the other way round. As for streaming, the only streaming came from the YouTube video, which streams directly from source! </p>
<p>What irritated me further was this line in their Terms of Service Agreement:</p>
<blockquote><p>Denial of Service: We reserve the right to refuse service to anyone at any time for any reason.</p></blockquote>
<p>That line just absolves them of all liabilities, doesn&#8217;t it? So tomorrow, if their system admin turns out to be a <a href="http://bofh.ntk.net/bastard.html ">BOFH</a>, I stand to lose all my content?</p>
<p>Silly of me to give them ideas, isn&#8217;t it? But what irritates me is this fine print in the legalese. Why should one shirk from responsibilities? If it is an error, it IS an error. Accept it like a man, make amends and move on. Is that so difficult to understand? </p>
<p>Sigh, seems like a classic case of the Friday blues to me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2007/01/05/sudden-disappearances-the-sequel/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>Game: &#8220;Cap the Knobs&#8230;&#8221;</title>
		<link>http://42quirks.com/2006/12/04/game-cap-the-knobs/</link>
		<comments>http://42quirks.com/2006/12/04/game-cap-the-knobs/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 20:13:03 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Humor]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/index.php/2006/12/04/game-cap-the-knobs/</guid>
		<description><![CDATA[If you are getting some dirty thoughts in your head, well&#8230;
Don&#8217;t reel them in. You are pretty close. The knobs in the title refers exactly to the knobs you are thinking of. Or at least the ones I presume you are thinking of.
On the occasion of World Aids day (December 1st, for the blank stares) [...]]]></description>
			<content:encoded><![CDATA[<p>If you are getting some dirty thoughts in your head, well&#8230;<a title="Opens in a new window..." href="http://www.webchutney.net/extras/world/world.html"><img width="142" height="114" align="right" id="image87" alt="World Aids Day - Cap the Knobs" src="http://42quirks.com/wp-content/uploads/2006/12/image001.thumbnail.jpg" /></a></p>
<p>Don&#8217;t reel them in. You are pretty close. The knobs in the title refers exactly to the knobs you are thinking of. Or at least the ones I presume you are thinking of.</p>
<p>On the occasion of World Aids day (December 1st, for the blank stares) <a title="Opens in a new window..." target="_blank" href="http://www.webchutney.net">WebChutney</a>, (an Indian full service consultancy that delivers innovative, interactive marketing solutions) came up with a really <a title="Opens in a new window..." target="_blank" href="http://www.webchutney.net/extras/world/world.html">innovative idea</a> to spread HIV/AIDS awareness.</p>
<p>Difficult in conception, simple in execution. Go ahead, click the image and &#8220;<a title="Opens in a new window..." target="_blank" href="http://www.webchutney.net/extras/world/world.html">Cap the knobs</a>&#8220;.<br />
My best in a few times that I attempted was 21 seconds. Do let me know how you fared.</p>
<p>Ah, did I mention it was <strong><em>probably </em></strong><u>NSFW - Not Safe For Work</u>? Unless you like to argue about it being educational and all that&#8230;</p>
<p>Spread the word, is what I&#8217;d say. Every little bit helps and heck, this is info-tainment, right? Or something like that&#8230;</p>
<p>Among other news:</p>
<ol>
<li>I have added a small sidebar widget called &#8220;Read These Yet?&#8221; to each post. What this snappy li&#8217;l widget does is display related entries calculated according to a certain algorithm. Thanks a ton to the developers <a title="Opens in a new window..." target="_blank" href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/">Alex@w-a-s-a-b-i</a> and <a title="Link opens in a new window..." target="_blank" href="http://israelsson.nu/blog/2006/06/25/projects-wpw-related-posts/">Jonas Israelsson<br />
</a></li>
<li>This website will see a lot more of template changes. But don&#8217;t worry, most of it will happen, while you guys aren&#8217;t looking. So rest easy on that one.</li>
<li>I will also add a shoutbox soon. Am currently evaluating the possibilities available out there on the web.</li>
<li>If there&#8217;s anything else you guys think is <em><strong>missing</strong></em> on the site. do let me know, via the comments or by mailing me. I&#8217;ll see if I can scrounge it up.</li>
</ol>
<p>Keep visiting, fellas. And, spread the word, if you can&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/12/04/game-cap-the-knobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Redundancy: The Final Countdown</title>
		<link>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/</link>
		<comments>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 19:07:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

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

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=38</guid>
		<description><![CDATA[Until now, the process of consuming content was of a very primitive type - Search and consume. We searched for information using certain keywords and then converted it manually to knowledge. If we wanted to access the information at a later date, we simply printed it out. If we wanted to re-search it (pun unintended) [...]]]></description>
			<content:encoded><![CDATA[<p>Until now, the process of consuming content was of a very primitive type - Search and consume. We searched for information using certain keywords and then converted it manually to knowledge. If we wanted to access the information at a later date, we simply printed it out. If we wanted to re-search it (pun unintended) we searched it again! There was no way of storing or retrieving this data for later usage.</p>
<p>Enter <a href="http://del.icio.us">del.icio.us</a>, one of the first social applications.</p>
<p>All of a sudden, you could bookmark pages you liked AND store them too! Searching for that page on Shark bites you saw two months ago simply transformed into searching through your list of bookmarks. Your bookmarks could now travel with you wherever you went!! The sharing feature meant that now your friend could easily send you that link to the direct downloads, bypassing all the popups and ads along the way. <img src='http://42quirks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The process of consuming information now became three-tiered: <strong>Search</strong>, <strong>Store</strong> and <strong>Retrieve</strong>.</p>
<p>Somewhere between then and now, we instinctively developed a habit of consuming content, gaining knowledge, and stashing it away for further usage. A lot of Web purists call this approach as the River of News approach.</p>
<h3>Drink hard, drink deep&#8230;</h3>
<p>We live in a dynamic world that survives on a River of News.</p>
<p>The <a href="http://www.reallysimplesyndication.com/riverofnews">River of News</a> concept, as described by Dave Winer, goes something like this:</p>
<blockquote><p>Instead of having to hunt for new stories by clicking on the titles of feeds, you just view the page of new stuff and scroll through it. It&#8217;s like sitting on the bank of a river, watching the boats go by. If you miss one, no big deal.</p></blockquote>
<p>&#8230; which is exactly how we parse our daily newspapers for news! If a story is interesting enough, it will be back again the next day. If it ain&#8217;t, down it goes&#8230;</p>
<p>The River of News concept assumes a relaxed outlook towards the consumption of content by any user. It relies on the fact that if an older item is to be revived, then it will be revived, no matter how or why*.</p>
<p>The only hitch to this concept is the duration of focus in an avergae human. Somehow, the concept of a limited attention span has seeped on to the Web. Conversations (a.k.a posts, articles, etc.) have a specific life span depending upon a variety of factors, ranging from authority to popularity. The previous post touched upon four of these factors that I personally belive to be important.</p>
<p>As the river of news concept washes the Webosphere, the content generated by users (erm, I mean, the knowledge shared by the netizens) becomes outdated as soon as the attention-span of the article ends. For some posts, the span is as short as 30 seconds, for others it might last for weeks.** The keep-alive time of the post is enriched by a variety of parameters, with the element of chance also playing a significant role, sometimes.</p>
<h3>The Bottom-line: Find, not search</h3>
<p>Traditional Search Engines search for content based upon classifications of keywords and various natively built algorithms. Earlier, when the internet was an array of &#8216;webmaster-maintained&#8217; static displays, search engines had to be relevant. In the days to come, I foresee the River of News flooding the Blogosphere: Freshness of results will definitely be paramount, then.</p>
<p>The trade-off between freshness and relevancy is one of the factors that will see a good sound debate in the days to come. This, unless the Blogging trend tapers off suddenly instead of continuing to rise.***</p>
<p>One question I have purposefully (and successfully) avoided so far is this: <strong>Will we be able to match people to keywords? </strong></p>
<p>A search engine will match content to your keywords. But there are three <strong>Shrikant Joshi</strong>s and many <strong>Shrikant</strong>s  and many more <strong>Joshi</strong>s who are regular bloggers. How do you differentiate them? Again, what happens when you are looking for a solution to a problem? Would search engines in the (near?) future also throw up results like:</p>
<p>&#8220;<strong>5</strong> user(s) can solve your problem! Do you want to hire them?&#8221;</p>
<p>More importantly, if they did, would you believe them?</p>
<p><strong>Footnotes:</strong></p>
<p>*One of my reasons for posting this post so late (inspite of my previous assurances) was to check if there was any interest I could generate, and how it varied with time. However, I miscalculated one of the most important aspects. Subscriptions. Since I never had any audience to begin with, there was no way I could anticipate anything. That&#8217;s called counting your results before you have keywords. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>** Wondering what category my posts fall into? Well, somewhere close to the 30 second limit.</p>
<p>***For more details read <a href="http://alerts.sifry.com/">David Sifry</a> of <a href="http://technorati.com">Technorati</a></p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/Search%20Engines">Search Engines</a>, <a rel="tag" href="http://technorati.com/tag/Tags">Tags</a>, <a rel="tag" href="http://technorati.com/tag/River%20of%20News">River of News</a>, <a rel="tag" href="http://technorati.com/tag/Future">Future</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/09/05/search-engine-redundancy-the-final-countdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Part II - Why Search Engines will be redundant soon&#8230;</title>
		<link>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/</link>
		<comments>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 18:33:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

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

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=37</guid>
		<description><![CDATA[Part II - I Seek You, and your meta-data, too&#8230;
The story until now:
Part I was a quick review into understanding Traditional Search Engines and their methods and relating them to human conversation - since the Web 2.0 is all about &#8216;conversations in the marketplace&#8217;. On to the second part.

What does making sense out of data [...]]]></description>
			<content:encoded><![CDATA[<h3><u>Part II - I Seek You, and your meta-data, too&#8230;</u></h3>
<hr /><em>The story until now:<br />
Part I was a quick review into understanding Traditional Search Engines and their methods and relating them to human conversation - since the Web 2.0 is all about &#8216;conversations in the marketplace&#8217;. On to the second part.</em></p>
<hr />
<h4>What does making sense out of data mean?</h4>
<p>In Search Engine terms, it would refer to contextualizing the huge chunk of uncontextual data that is the World Wide Web into information and eventually knowledge. To me, as a human, it simply means tagging certain keywords to any given chunk of data (e.g. a lecture, a passage, a book, a chapter, a conversation) in order to be able to recall it at any time - especially, when one of these keywords is mentioned.</p>
<p>For instance, <a href="http://corporatespices.blogspot.com/2006/08/why-search-engines-will-be-redundant.html">the conversation in the previous post</a> was about a <strong>traveller</strong>, (an <strong>out-of-towner</strong>) looking for <strong>directions</strong> to a <strong>tobbacconist</strong>. As I keep reminding myself, Web 2.0 is not a product, it is a process. The process has a lot of conversational threads that keep getting picked and dropped as newer and more interesting threads or new participants appear in their place.</p>
<p>So what would a contemporary Search engine have to consider in Web 2.0?</p>
<h4>&#8216;Weight&#8217;ing for Information.</h4>
<p>From being a static display of items-for-sale behind elegant window panes, the Internet slowly transformed into a bazaar of sorts, with hawkers all around the place plying their wares. The markets grew to accomodate the new and the old. With the advent of Web 2.0, contextualization of information became the norm and not an option.</p>
<p>It all began with a nifty bookmarking site called <a href="http://del.icio.us">del.icio.us</a> that allowed you to access your favorite sites across the web. Technorati extended the concept to Blogs and induced bloggers to &#8216;tag&#8217; their posts with their choice of keywords/tags.</p>
<p>With the Web evolving like a democracy, the obvious question of authority in the Web-democracy arose. Which voice among the loud babble was to be trusted? As the web evolved, so did the concept of it&#8217;s franchise. Only, in this virtual reality, links were deemed votes and tags were your campaign ads. Let&#8217;s take a quick look at the foru weights that influence your vote.</p>
<ol>
<li>Tags - Powerful Keywords</li>
<p>Each tag is a keyword that associates a particular context, a topic, with a given chunk of data.</p>
<li>Time - The &#8216;other&#8217; Long Tail</li>
<p>All topics &#038; data have a peak presence time. The freshness of a particular keyword is of prime importance in its influence.<br />
Consider this simple example: When Iraq was attacked, almost all of the Search Engines across the world were buzzing with Search queries consisting of corresponding keywords, viz., &#8220;Iraq&#8221; &#8220;attack&#8221;. The &#8220;hotness&#8221; of the Search cooled down as the days progressed, as the world got other topics to discuss about.</p>
<li>Trust &#038; Authority</li>
<p>Even in flat hierarchies like the Internet there are obvious postitions of Trust and Authority. People who blog well, and blog often gain a large following, and effectively, the crucial element of Trust.</p>
<li>Authenticity</li>
<p>A news on a Microsoft blog would obviously be rated higher in all terms than a news quoting a &#8220;trusted Source at Microsoft&#8221;. The only exceptions to this rule are:</p>
<ul>
<li>The news is a really good bit of juicy gossip - like a rant or a &#8216;leaked&#8217; secret</li>
<li>The blogger has high levels of Trust &#038; Authority</li>
</ul>
</ol>
<p>There&#8217;s a common thread that binds all of these.. Do you see it yet?</p>
<p><strong><em>(To be concluded)</em></strong></p>
<p><em><strong>Note:</strong><br />
I profusely apologise for disappearing from the Blogging scene, all of a sudden. I was forced into a short hiatus by unforeseen circumstances. We updated our website platform to a new version, recently. although the beta is pretty stable, we are still working on a better UI. As a result, I had to spend some sleepless nights and a few Blog-less weeks. <img src='http://42quirks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></p>
<p><em>Once again, my sincere apologies for the same&#8230;</em></p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/search">search</a>, <a rel="tag" href="http://technorati.com/tag/search-engine">search-engine</a>, <a rel="tag" href="http://technorati.com/tag/tags">tags</a>, <a rel="tag" href="http://technorati.com/tag/web2.0">web2.0</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/08/21/part-ii-why-search-engines-will-be-redundant-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Search Engines will be redundant soon&#8230;</title>
		<link>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/</link>
		<comments>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 21:43:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

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

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=36</guid>
		<description><![CDATA[Part 1: Search and the Web 1.0: Gorblimey!
Those of you who reached here through Google, Yahoo or MSN are probably laughing as you read this. But do go on, there&#8217;s more. 

(Un)common Recurring Searches
Often our searches are simple keywords crafted with central themes in mind:

A name (e.g. Shrikant Joshi or Performancing)
A topic (e.g. Corporate Communications)
A [...]]]></description>
			<content:encoded><![CDATA[<p><strong><u>Part 1: Search and the Web 1.0: Gorblimey!</u></strong></p>
<p>Those of you who reached here through Google, Yahoo or MSN are probably laughing as you read this. But do go on, there&#8217;s more. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<strong><br />
(Un)common Recurring Searches</strong></p>
<p>Often our searches are simple keywords crafted with central themes in mind:</p>
<ul>
<li>A name (e.g. Shrikant Joshi or Performancing)</li>
<li>A topic (e.g. Corporate Communications)</li>
<li>A context (e.g. &#8220;Spanish Omelette&#8221; +recipe)</li>
</ul>
<p>Some of us might even burden the spartan box (or in the old days, the Butler) with an entire question. The faithful zombie then crawls its way through the innards of the webs, looking for that occasional diamond stashed away in the back alleys. Usually, in the common cases such as the ones defined above, results are returned in the correct context of our request. Often, the SERPs also throw results that are related yet not within context.</p>
<p>Robert Scoble&#8217;s post on <a href="http://42quirks.com/scobleizer.wordpress.com/2006/08/02/ray-ozzie-optimized-i-just-want-a-new-office-chair/">Optimization</a> had this line that caught my attention:</p>
<blockquote><p>It all starts with the blog. Now, why can’t I put my blog on the map? When you go to Live.com and search on “Scoble” why can’t I customize my results there with more information for you?</p></blockquote>
<p>Well, I don&#8217;t agree wholly.</p>
<p>Search for my name on Google. There are at least three different people called Shrikant Joshi who turn up in the top 3.  We keep exchanging the first three ranks. And all of us are pretty active bloggers it would seem. The see-sawing of rankings in the Organic Search results is not a matter of concern for me. Nor do I want to customise these search results so that I would get more result-space.</p>
<p><strong>I am not a key-word</strong></p>
<p>What are search engines? Simply speaking, search engines are content-aggregators assigned the additional job of classification. As humans we need to have everything classified into a taxonomy so as to facilitate recollection. Our knowledge depends upon storage which in turn depends upon collection and classification of data. Classification helps recollection and hence improves perceptive retention of knowledge.</p>
<p>Or, in simple words:</p>
<p><em>The more you know, the wiser you are. Hence, classify and remember.</em></p>
<p>Similar to how we retain knowledge, Search Engines classify the data they crawl according to keywords. A huge index is built up and referenced and cross-referenced until all the possible avenues of keywords linking to pages and vice-versa are covered. But you probably know all that and more already.</p>
<p><strong>Keywords, mmmm&#8230; Aah!</strong></p>
<p>The next step would be making sense out of the data, which eventually leads to contextualization. Don&#8217;t get it? Well, simply put:</p>
<p>&#8220;A search engine&#8217;s job is to make sense out of all that data.&#8221;</p>
<p>Let&#8217;s take a simple case. Someone in your town happens to own a convenience store named Uncle Tom&#8217;s Cabin. Let us imagine that an outsider in your city is searching for it. Here&#8217;s how the conversation would go:</p>
<p><strong>Outsider:</strong> &#8220;Where can I find a convenience store?&#8221;<br />
<strong>You:</strong> &#8220;That would have to be Uncle Tom&#8217;s cabin. Go straight down for about two blocks and then take a left. It&#8217;s right across the street.&#8221;<br />
<strong>Outsider:</strong> &#8220;Would I be likely to get some cigarettes there?&#8221;<br />
<strong>You:</strong> &#8220;Oh! If you simply wants cigarettes, there a tobacconist just round the corner!&#8221;</p>
<p>A normal conversation, eh? Well, let&#8217;s take a look at it again. Only this time, we&#8217;ll look at it the way a search engine would. Let&#8217;s insert some key words into it for understanding the flow of the conversation:</p>
<p>1. &#8220;Where can I find a convenience store?&#8221;<br />
<strong>[New Search Query, keyword: "convenience store"]</strong><br />
2. &#8220;That would have to be Uncle Tom&#8217;s cabin. Go straight down for about two blocks and then take a left. It&#8217;s right across the street.&#8221;<br />
<strong>[Response keywords:"Uncle Tom's cabin", "directions"]</strong><br />
3. &#8220;Would I be likely to get some cigarettes there?&#8221;<br />
<strong>[Refine Search Query, keyword: "cigarettes"]</strong><br />
4. &#8220;Oh! If you simply wants cigarettes, there a tobacconist just round the corner!&#8221;<br />
<strong>[Response keywords: "Tobacconist","Round the corner"]</strong></p>
<p>With me so far? Here&#8217;s the stumper:</p>
<p>If each of these sentences corresponded to an entire blog-post in the Blogosphere, how would you track this conversation? How would you rank each post with respect to the keywords. Would those keywords be enough to cover all aspects of the conversation? Would you call those keywords as appropriate descriptors of the conversation? Where would these posts appear in SERPs for the combined keywords {&#8221;Your Name&#8221; +directions}</p>
<p><strong><em>To be continued&#8230;</em></strong></p>
<p><strong>Disclaimer: </strong><br />
I am no Search Engine Expert. These opinions are simply my $0.02 worth. Or may be less. <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/search%20engine">search engine</a>, <a rel="tag" href="http://technorati.com/tag/optimization">optimization</a>, <a rel="tag" href="http://technorati.com/tag/keywords">keywords</a>, <a rel="tag" href="http://technorati.com/tag/web2.0">web2.0</a>, <a rel="tag" href="http://technorati.com/tag/content">content</a>, <a rel="tag" href="http://technorati.com/tag/context">context</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/08/07/why-search-engines-will-be-redundant-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netscape.com says, &#8220;Hi to all Diggers!&#8221;</title>
		<link>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/</link>
		<comments>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 16:34:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[People]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=35</guid>
		<description><![CDATA[Surprised? Well, read on&#8230;
Early this morning, someone submitted a story on Netscape.com. And Digg fans all over the world erupted in laughter and glee. Ever since the story was submitted, this is what appears, when Netscape is loaded into your browser:
 
The first is a four word expletive, and the second greets &#8220;all you Diggers [...]]]></description>
			<content:encoded><![CDATA[<p>Surprised? Well, read on&#8230;</p>
<p>Early this morning, someone submitted a story on Netscape.com. And Digg fans all over the world erupted in laughter and glee. Ever since the story was submitted, this is what appears, when Netscape is loaded into your browser:</p>
<p><a title="netscape-hacked-1.png" href="http://flickr.com/photos/90157280@N00/198733894"><img src="http://static.flickr.com/64/198733894_1c0d8b1391_m.jpg" border="0" /></a> <a title="netscape-hacked.png" href="http://flickr.com/photos/90157280@N00/198733829"><img src="http://static.flickr.com/66/198733829_f1b37027e6_m.jpg" border="0" /></a></p>
<p>The first is a four word expletive, and the second greets &#8220;all you Diggers out there!&#8221;</p>
<p>The culprit?</p>
<p><a title="netscape-culprit.png" href="http://flickr.com/photos/90157280@N00/198733769"><img src="http://static.flickr.com/59/198733769_f317ba3991_m.jpg" border="0" /></a></p>
<p>A story titled &#8220;Unbearable Cuteness&#8221;. Ironical,eh? Here&#8217;s the what and why of the entire fiasco.</p>
<p><b>Analysis:</b><br />
A quick check of the JavaScript on the page reveals this script:</p>
<blockquote><p><code>via a<br />
title=&#8221;http://www.cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);script&gt;&#8221;<br />
href=&#8221;http://www.cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);script&gt;&#8221;<br />
onclick=&#8221;trackOutbound(15475);&#8221;&gt;cute.com&#8221;&gt;script&gt;alert(&#8221;fuck&#8221;);<br />
alert(&#8221;Hi to all you Diggers out there ;)&#8221;);</code></p>
</blockquote>
<p>The link that was submitted with the story exploited an XSS (Cross Site Scripting) vulnerability. <a href="http://packetstormsecurity.org/">PacketStorm </a>had already published <a href="http://packetstormsecurity.org/0606-exploits/netscapeXSS.txt">this vulnerability</a> a month ago on the 6th of June. Apparently netscape.com does not sanitise its inputs before they are submitted. As a result, specially crafted JavaScript (like this one) can be used to send &#8216;malicious code&#8217;.</p>
<p>While Netscape is looking into the matter, Diggers across the globe are having a field day running <a href="http://digg.com/tech_news/Netscape_Hacked_2">multiple</a> &#8216;<a href="http://digg.com/tech_news/NETSCAPE_HACKED">Ha Ha! Netscape gets hacked!!</a>&#8216; <a href="http://digg.com/programming/SOMEBODY_HACKS_WWW_NETSCAPE_COM">stories</a>. Most of the l33t Diggers are already publishing their <a href="http://digg.com/tech_news/NETSCAPE_HACKED#c2454402">insightful comments</a> on the stories, too.</p>
<p>What can I say? There is a child in all of us&#8230; <img src='http://42quirks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Technorati Tags: <a href="http://technorati.com/tag/netscape" rel="tag">netscape</a>, <a href="http://technorati.com/tag/digg" rel="tag">digg</a>, <a href="http://technorati.com/tag/exploit" rel="tag">exploit</a>, <a href="http://technorati.com/tag/XSS" rel="tag">XSS</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/07/26/netscapecom-says-hi-to-all-diggers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8216;GTraffic&#8217; is here. Well, almost&#8230;</title>
		<link>http://42quirks.com/2006/07/25/gtraffic-is-here-well-almost/</link>
		<comments>http://42quirks.com/2006/07/25/gtraffic-is-here-well-almost/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 19:05:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=34</guid>
		<description><![CDATA[I am pretty sure the guys at Google must be sneakily reading my blog. Remember this?
Google has rolled out a special version of Google Maps for your mobile phone (via Google Blog). Well, well, well&#8230;
So is it really true, then? Is Google silently creating a presence in all possible verticals? How long will it be [...]]]></description>
			<content:encoded><![CDATA[<p>I am pretty sure the guys at Google must be sneakily reading my blog. <a href="http://corporatespices.blogspot.com/2006/06/crazy-little-thing-called-google-love.html">Remember this</a>?<br />
Google has rolled out a special version of <a href="http://www.google.com/gmm/index.html">Google Maps</a> for your mobile phone (via <a href="http://googleblog.blogspot.com/2006/07/saving-galaxy-one-traffic-jam-at-time.html">Google Blog</a>). Well, well, well&#8230;</p>
<p>So is it really true, then? Is Google silently creating a presence in all possible verticals? How long will it be before they integrate all things under one roof?</p>
<p>I am still wondering&#8230;</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/google">google</a>, <a rel="tag" href="http://technorati.com/tag/feature">feature</a>, <a rel="tag" href="http://technorati.com/tag/promotion">promotion</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/07/25/gtraffic-is-here-well-almost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One World (Wide Web). One Identity?</title>
		<link>http://42quirks.com/2006/07/21/one-world-wide-web-one-identity/</link>
		<comments>http://42quirks.com/2006/07/21/one-world-wide-web-one-identity/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 18:26:00 +0000</pubDate>
		<dc:creator>Shrikant Joshi</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

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

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

		<guid isPermaLink="false">http://42quirks.com/?p=33</guid>
		<description><![CDATA[How many times have you had people sending you invitational eMails saying, &#8220;Try this cool site I found!&#8221; or &#8220;This is an amazing site!&#8221; or &#8220;You&#8217;ll absolutely love this one!&#8221; or lines to that effect?
Too many, I suspect.
Web 2.0 and the concept of User Generated Content has had the world in a tizzy for quite [...]]]></description>
			<content:encoded><![CDATA[<p>How many times have you had people sending you invitational eMails saying, &#8220;Try this cool site I found!&#8221; or &#8220;This is an amazing site!&#8221; or &#8220;You&#8217;ll absolutely love this one!&#8221; or lines to that effect?</p>
<p>Too many, I suspect.</p>
<p>Web 2.0 and the concept of <a title="I hate this term..." href="http://en.wikipedia.org/wiki/User_generated_content">User Generated Content</a> has had the world in a tizzy for quite a while now. Innovative ideas and domain name registrations seem to go hand in hand. The people riding the waves of the Internet never had it so good. New services are introduced every day and competition is building up before you can say, &#8220;Watch out!&#8221;</p>
<p>As the Internet grows, as the flood of ideas increases, so will the number of identities. The number of services we use though, will continue to remain the same, maybe a few additions here and there.</p>
<p>Why? Because we are all loyalists to the core. We all have a list of our favorite sites that we visit regularly and we rarely visit the competition. There are innumerable excuses for this loyalty ranging from the old &#8216;comfort zone&#8217;, to the very latest &#8217;swanky look&#8217;, and the geeky &#8216;amazing feature-set.&#8217;</p>
<p>Truth is, we <strong>cannot handle multiple identities</strong>.</p>
<p>Having multiple identities is similar to owning two or more cell-phones. The greater the number of phones, the greater the interruption. Each cell-phone contributes an identity (in the vaguest sense of the word). Each eMail address is an identity that we have created for ourself on the WWW. Each profile on a social network is an identity that we maintain.</p>
<p>The number of eMails in your inbox is a fair indicator of the number of identities you have on the Web. And those of us, who are actively tracking the development of the collaborative Web, must have emails running into hundreds.</p>
<p>One idea would be to have a single secure identity that will cater to logins all across the internet. If such an idea were ever to gather support, it would have some interesting implications:</p>
<p>Naturally, this would imply a unique database to cater to all our identities across the web. But who should get the right to create and maintain such a database? The huge set of meta-data that would result would be a statistician&#8217;s dream come true! The flip-side of this is obviously the large &#8216;corporations&#8217; that would give a few arms and legs (or even take a few) to get a crack at this data. (Ok, so I am a li&#8217;l partial to scientific research&#8230;)</p>
<p>What could be better than acquiring this data?</p>
<p>Having the data on your own servers! <a href="http://www.myopenid.com/">MyOpenID</a>, <a href="http://spaces.msn.com/winliveid/">Windows LiveID</a>, <a href="http://code.google.com/apis/accounts/Authentication.html">Google Account Authentication</a>, are a few names in this context. This probably explains why there is an intense competition between the Big Three and a few other key players.</p>
<p>If this sounds fairly Orwellian and reminds you of &#8220;<a href="http://en.wikipedia.org/wiki/Nineteen_Eighty-Four">1984</a>&#8221; and <a href="http://en.wikipedia.org/wiki/Big_Brother_%281984%29">Big Brother</a>, you are probably right. :o)</p>
<p>The virtual world we live in, closely resembles the Orwellian 1984. Recent cases (<a href="http://42quirks.com/www.techmeme.com/060615/p1">Digg v/s Netscape</a>, for instance) indicate as much. Search Engines indexing our content have the power to convey them to the faceless &#8216;Thought police.&#8217; We have rich-sounding names like User Generated Content and Long Tail. And we have a faceless Big Brother who &#8216;purportedly&#8217; keeps everything in check.</p>
<p>Makes you wonder: was Orwell right all along?</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/identity">identity</a>, <a rel="tag" href="http://technorati.com/tag/web">web</a>, <a rel="tag" href="http://technorati.com/tag/orwell">orwell</a>, <a rel="tag" href="http://technorati.com/tag/1984">1984</a></p>
<p>powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://42quirks.com/2006/07/21/one-world-wide-web-one-identity/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
