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

<channel>
	<title>Backkom's Weblog</title>
	<atom:link href="http://backkom.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://backkom.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Tue, 29 Apr 2008 07:44:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Making Networked Systems Robust</title>
		<link>http://backkom.wordpress.com/2008/04/29/making-networked-systems-robust/</link>
		<comments>http://backkom.wordpress.com/2008/04/29/making-networked-systems-robust/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 07:44:49 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/?p=35</guid>
		<description><![CDATA[We&#8217;ve been building high-performance protocols and networked systems for more than twenty years now. We did this very well&#8211; the Internet and other networked systems play a key role in our daily lives and there continues to be a phenomenal growth in data transferred. The problem, though, is that networked systems suffer from faults ranging [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:12pt;font-family:&quot;"><em>We&#8217;ve been building high-performance protocols and networked systems for more than twenty years now. We did this very well&#8211; the Internet and other networked systems play a key role in our daily lives and there continues to be a phenomenal growth in data transferred. The problem, though, is that networked systems suffer from faults ranging from infrequent yet crippling distributed denial-of-service attacks to niggling yet frequent performance problems in edge networks~(e.g., Enterprise and University networks). Making networked systems robust to such faults is difficult, I believe, for two reasons. First, the fundamental value of some systems, such as web-sites, is tied to their being openly accessible. This means there is little control on requests and traffic and so these systems have to maintain good performance despite unpredictable or malicious inputs. Second, systems that one can control, such as campus networks where an administrator has full control, are beset with scale and complexity issues. Software, hardware and applications from many vendors, with complex inter-dependencies have to work together. When users see poor performance, we need a model of what affects the user&#8217;s action and in what ways to identify the causes of the problem. But, such models don&#8217;t exist today. In this talk, I will present two examples of robust networked systems that address each of the above two problems. For faults due to uncontrollable external factors such as a denial-of-service attack, Kill-Bots, a web-server protection mechanism reacts quickly, re-apportions server resources to maintain good performance despite ongoing attack, and eventually mitigates the attack by detecting the attackers. Kill-Bots is the first system to address a novel kind of DDoS attacks that mimic legitimate users and has lead to significant follow-on work. For faults due to complex inter-dependencies within an enterprise, Sherlock learns the underlying functional dependencies between these components, encodes the dependencies in a probabilistic inference graph and then uses the graph to quickly identify the causes of performance problems. We deployed Sherlock in a portion of the Microsoft Enterprise Network and demonstrated its practical use. </em></span></p>
<p><span style="font-size:12pt;font-family:&quot;"><em>      &#8212; Srikanth Kandula</em></span></p>
<p><em></em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=35&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2008/04/29/making-networked-systems-robust/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>Developing, Optimizing and Hosting Data Driven Web Application</title>
		<link>http://backkom.wordpress.com/2008/04/17/developing-optimizing-and-hosting-data-driven-web-application/</link>
		<comments>http://backkom.wordpress.com/2008/04/17/developing-optimizing-and-hosting-data-driven-web-application/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 03:46:21 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/?p=34</guid>
		<description><![CDATA[How to develop the thousands of web applications in very simple/efficient way. More and More Data driven web application are shown now. Maybe we need a more powerful language to help us to develop those applications, LINQ, Hilda is on this way.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How to develop the thousands of web applications in very simple/efficient way. More and More Data driven web application are shown now. Maybe we need a more powerful language to help us to develop those applications, LINQ, Hilda is on this way.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=34&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2008/04/17/developing-optimizing-and-hosting-data-driven-web-application/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>P2P, Streaming and CDNs: What Will Really Work?</title>
		<link>http://backkom.wordpress.com/2008/02/20/p2p-streaming-and-cdns-what-will-really-work/</link>
		<comments>http://backkom.wordpress.com/2008/02/20/p2p-streaming-and-cdns-what-will-really-work/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 07:03:22 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2008/02/20/p2p-streaming-and-cdns-what-will-really-work/</guid>
		<description><![CDATA[
From the wondering-out-loud dept. comes this question: Is peer-to-peer (P2P) technology on the verge of radically changing the content-delivery marketplace? And if so, what does that mean for both content producers and content delivery networks — more opportunity, or threatened business models, or both all around?
While there’s no single news nugget to point to emphatically, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1><a rel="bookmark" href="http://newteevee.com/2007/05/18/p2p-streaming-and-cdns-what-will-really-work/"><font color="#000000"></font></a></h1>
<div class="snap_preview">From the wondering-out-loud dept. comes this question: Is peer-to-peer (P2P) technology on the verge of radically changing the content-delivery marketplace? And if so, what does that mean for both content producers and content delivery networks — more opportunity, or threatened business models, or both all around?</p>
<p>While there’s no single news nugget to point to emphatically, a series of recent announcements, posts and observations all seem headed in the direction of a big collision between traditional CDNs, P2P technology and streaming video. Out of the pileup, we see the following questions that don’t yet have clear answers; but please feel free to provide some in the comments arena.</p>
<p><span></span></p>
<li>What happens to the traditional CDN business when P2P is added to the mix? According to <a href="http://www.pr-inside.com/cachelogic-upends-traditional-one-size-r124738.htm"><font color="#000000">this week’s news from CacheLogic</font></a>, it means more flexibility and cheaper pricing for content providers. Akamai last month <a href="http://gigaom.com/2007/04/12/akamai-goes-p2p-buys-red-swoosh/"><font color="#000000">bought its own P2P play</font></a>, RedSwoosh. And how do <a href="http://newteevee.com/2007/04/01/bittorrent-tests-ad-supported-downloads/"><font color="#000000">BitTorrent</font></a> and upstart <a href="http://newteevee.com/2007/04/27/neokast-emerging-from-the-shell/"><font color="#000000">Neokast</font></a> fit into the equation?</li>
<li>Does a combination of CDN and P2P solve some of the quality-of-service issues many service providers were predicting that heavy video use would bring? If so, what happens then to AT&amp;T’s and <a href="http://gigaom.com/2006/02/03/verizon-fiber-unnecessary-roughness/"><font color="#000000">Verizon’s IPTV business models</font></a>, which were built somewhat on the idea of being able to <a href="http://www.lightreading.com/document.asp?doc_id=106686&amp;print=true"><font color="#000000">charge premiums for faster video delivery</font></a>?</li>
<li>When will Google and Cisco flex their considerable infrastructure muscle to take (even more) advantage of the growing demand for online video? On Wednesday Google took one step in that direction by making <a href="http://searchengineland.com/070516-143312.php"><font color="#000000">video search part of its powerful first page</font></a> of results — wonder how that went over in <a href="http://publishing2.com/2007/05/17/google-universal-search-will-be-even-more-of-a-gatekeeper-to-media-company-content/"><font color="#000000">Sumner Redstone’s office</font></a>.</li>
<li>Cisco, meanwhile, <a href="http://today.reuters.com/news/articlenews.aspx?type=technologyNews&amp;storyID=2007-05-15T214606Z_01_N15441804_RTRUKOC_0_US-SUMMIT-CISCO-SOCIALNETWORKING.xml&amp;WTmodLoc=NewsArt-C2-NextArticle-2"><font color="#000000">confirmed its intentions</font></a> this week to offer such networking services, which we had <a href="http://newteevee.com/2007/05/01/is-cisco-next-with-a-youtube-killer/"><font color="#000000">wondered about previously</font></a>. Even as Cisco second-in-command Charlie Giancarlo tried to dispel notions that such a service would be consumer-pointed, or have a Cisco brand name, it’s clear now that the networking giant is going to move beyond boxes — but what does that mean to all its service-provider customers?</li>
<li>What are the new business models that better content delivery technology could enable, beyond <a href="http://gigaom.com/2007/05/09/joost-45-million-index-sequoia-cbs-viacom/"><font color="#000000">Joost</font></a>, Justin.TV and Ustream?
<p>As you are crafting your opinions, some more P2P/CDN nuggets:– Most BitTorrent traffic is TV shows, not movies. (<a href="http://torrentfreak.com/bittorrent-in-focus-tv-series-are-hot/"><font color="#000000">TorrentFreak</font></a>)<br />
– Online media requires a hybrid approach? (<a href="http://blog.streamingmedia.com/the_business_of_online_vi/2007/05/online_video_di.html"><font color="#000000">Streaming Media</font></a>)<br />
– New Flash Player will enable P2P for .FLV clips. (<a href="http://www.beet.tv/2007/05/flash_video_loo.html"><font color="#000000">Beet.TV</font></a>)<br />
– Can Joost overcome Infrastructure Problems? (<a href="http://newteevee.com/2007/05/10/joost-has-some-infrastructure-challenges/"><font color="#000000">NewTeeVee</font></a>)<br />
– CDN Startups Talk Tough (<a href="http://www.lightreading.com/document.asp?doc_id=124285"><font color="#000000">Light Reading</font></a>)</p>
<p>So what do you think?</li>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=33&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2008/02/20/p2p-streaming-and-cdns-what-will-really-work/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>Memory management</title>
		<link>http://backkom.wordpress.com/2008/01/13/memory-management/</link>
		<comments>http://backkom.wordpress.com/2008/01/13/memory-management/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 08:18:26 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[experience]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2008/01/13/memory-management/</guid>
		<description><![CDATA[Recently, I am busy to build up a library. I found that the job to define a well friendly library is an art.   
The interface is diffcult, you should think over all the corner cases that users may misuse APIs. And I found that I should refactor the memory management code. If you cannot [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently, I am busy to build up a library. I found that the job to define a well friendly library is an art.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The interface is diffcult, you should think over all the corner cases that users may misuse APIs. And I found that I should refactor the memory management code. If you cannot support a clean memory interface, users are easy to write a wrong program that will crash the whole system.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=32&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2008/01/13/memory-management/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>how to optimize memory usage in your application</title>
		<link>http://backkom.wordpress.com/2007/12/26/how-to-optimize-memory-usage-in-your-application/</link>
		<comments>http://backkom.wordpress.com/2007/12/26/how-to-optimize-memory-usage-in-your-application/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 13:21:59 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/26/how-to-optimize-memory-usage-in-your-application/</guid>
		<description><![CDATA[
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><object type='application/x-shockwave-flash' wmode='transparent' data='https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=212630&#038;doc=memory-optimization-1198674967852271-4' width='425' height='348'><param name='movie' value='https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=212630&#038;doc=memory-optimization-1198674967852271-4' /></object></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=29&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/26/how-to-optimize-memory-usage-in-your-application/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>building a javascript library (jQuery)</title>
		<link>http://backkom.wordpress.com/2007/12/26/building-a-javascript-library-jquery/</link>
		<comments>http://backkom.wordpress.com/2007/12/26/building-a-javascript-library-jquery/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 11:49:54 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/26/building-a-javascript-library-jquery/</guid>
		<description><![CDATA[http://video.google.com/videoplay?docid=-474821803269194441
jQuery is very popular library. Maybe someday i should look through it.
How to write a good library?


write a solid api ( made a grid, filled in the blanks)


Fear Adding Methods ( Methods can cause a support nightmare; avoid adding, if you can; defer to extensibility)


Embrace Removing code


Provide an Upgrade path


Reduce to a common root


Consistency


 naming scheme [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://video.google.com/videoplay?docid=-474821803269194441">http://video.google.com/videoplay?docid=-474821803269194441</a></p>
<p>jQuery is very popular library. Maybe someday i should look through it.</p>
<p>How to write a good library?</p>
<ul>
<li>
<div>write a solid api ( made a grid, filled in the blanks)</div>
</li>
<li>
<div>Fear Adding Methods ( Methods can cause a support nightmare; avoid adding, if you can; defer to extensibility)</div>
</li>
<li>
<div>Embrace Removing code</div>
</li>
<li>
<div>Provide an Upgrade path</div>
</li>
<li>
<div>Reduce to a common root</div>
</li>
<li>
<div>Consistency</div>
<ul>
<li>
<div> naming scheme and stick with it</div>
</li>
<li>
<div>argument position (options, arg2, &#8230; , callback)</div>
</li>
<li>
<div> Callback context.</div>
</li>
</ul>
</li>
<li>
<div> Namespacing (Questios to ask)</div>
<ul>
<li>
<div>Can my code coexist with other random code on the site?</div>
</li>
<li>
<div>Can my code coexist with other copies of my own library?</div>
</li>
<li>
<div>Can my code be embedded inside another namespace?</div>
</li>
</ul>
</li>
<li>
<div> Perform Type Checking</div>
<ul>
<li>
<div>Make your API more fault resistant</div>
</li>
<li>
<div>Correct values whenever possible</div>
</li>
<li>
<div>Error message</div>
</li>
</ul>
</li>
<li>
<div>Errors</div>
<ul>
<li>
<div>Never gobble errors</div>
</li>
<li>
<div>Ignore the templation to try { &#8230; } catch(e) {}</div>
</li>
<li>
<div>Improves debug-ability for everyone [weil: Mike burrows give the same suggestion, he said we should give a assert violation as earlier as we can.]</div>
</li>
</ul>
</li>
<li>
<div>Extensibility</div>
<ul>
<li>
<div>Your code should be easily extensible</div>
</li>
<li>
<div>Write less, defer to others</div>
</li>
<li>
<div>Makes for cleaner code</div>
</li>
<li>
<div>Foster community and growth</div>
</li>
</ul>
</li>
<li>
<div>Documentation</div>
<ul>
<li>
<div>structured (provide a clear format, users can build new views with it, An API for your API!)</div>
</li>
<li>
<div>Users want to help</div>
<ul>
<li>
<div>Make barries to helping very low</div>
</li>
<li>
<div>Keep your docs in a wiki</div>
</li>
<li>
<div>Only do this if you&#8217;ve already written all of your doces</div>
</li>
<li>
<div>Use template to maintain structure.</div>
</li>
</ul>
</li>
<li>
<div>Write the Docs Yourself</div>
<ul>
<li>
<div>It isn&#8217;t glamorous, but it&#8217;s essential</div>
</li>
<li>
<div>You must buckle-down and do it yourself</div>
</li>
<li>
<div>Improves your longevity</div>
</li>
</ul>
</li>
</ul>
</li>
<li>
<div>Tesiting (1000% Essential)</div>
<ul>
<li>
<div>Test-driven development</div>
<ul>
<li>
<div>wirte test cases before your tackle the bugs</div>
</li>
<li>
<div>find devs who love to write test cases</div>
</li>
<li>
<div>check for failures before commit</div>
</li>
</ul>
</li>
</ul>
</li>
<li>
<div>Maintain Focus</div>
<ul>
<li>
<div>very very important</div>
</li>
</ul>
</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=28&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/26/building-a-javascript-library-jquery/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>Gear and mashup problem (speaker: yahoo)</title>
		<link>http://backkom.wordpress.com/2007/12/26/gear-and-mashup-problem-speaker-yahoo/</link>
		<comments>http://backkom.wordpress.com/2007/12/26/gear-and-mashup-problem-speaker-yahoo/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 11:02:27 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Research]]></category>

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

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/26/gear-and-mashup-problem-speaker-yahoo/</guid>
		<description><![CDATA[ http://video.google.com/videoplay?docid=452089494323007214
The Yoda of lambda prgramming and google gear.
any damn fool could produce a better data format than XML (James Clark, 2007-04-06)
 Java


Java was a huge failure


Very popular, high acceptance


&#8220;Write once, run everywhere&#8221; promise not kept


Unworkable &#8220;blame the victim&#8221; security model.


Tedious UI model.


Seccessful as a server technology.


Ajax


Applications without installation


Highly interactive


High social potential


Easy to use


Great network efficiency


but it [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> <a href="http://video.google.com/videoplay?docid=452089494323007214">http://video.google.com/videoplay?docid=452089494323007214</a></p>
<p>The Yoda of lambda prgramming and google gear.</p>
<p>any damn fool could produce a better data format than XML (James Clark, 2007-04-06)</p>
<p> Java</p>
<ul>
<li>
<div>Java was a huge failure</div>
</li>
<li>
<div>Very popular, high acceptance</div>
</li>
<li>
<div>&#8220;Write once, run everywhere&#8221; promise not kept</div>
</li>
<li>
<div>Unworkable &#8220;blame the victim&#8221; security model.</div>
</li>
<li>
<div>Tedious UI model.</div>
</li>
<li>
<div>Seccessful as a server technology.</div>
</li>
</ul>
<p>Ajax</p>
<ul>
<li>
<div>Applications without installation</div>
</li>
<li>
<div>Highly interactive</div>
</li>
<li>
<div>High social potential</div>
</li>
<li>
<div>Easy to use</div>
</li>
<li>
<div>Great network efficiency</div>
</li>
<li>
<div>but it is too damn hard to write applications</div>
</li>
</ul>
<p>Mashups: The most interesting innovation in  software development in 20 years, but mashups are insecure, mashups must not have access to any confidential informations</p>
<p>Why?</p>
<p>Javascript dumps all programs into a common global space; There is nothing to protect the secrets of one component from another; Any infromation in any component is visible to all other components.</p>
<p> Drivers of innovation</p>
<ol>
<li>
<div>Proposal</div>
</li>
<li>
<div>Standard</div>
</li>
<li>
<div>Browser Makers</div>
</li>
<li>
<div>Application Developers</div>
</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=27&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/26/gear-and-mashup-problem-speaker-yahoo/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>What kind of the thing is worth to do? We should do some jobs that will impact the others</title>
		<link>http://backkom.wordpress.com/2007/12/20/what-kind-of-the-thing-is-worth-to-do-we-should-do-some-jobs-that-will-impact-the-others/</link>
		<comments>http://backkom.wordpress.com/2007/12/20/what-kind-of-the-thing-is-worth-to-do-we-should-do-some-jobs-that-will-impact-the-others/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 08:47:33 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/20/what-kind-of-the-thing-is-worth-to-do-we-should-do-some-jobs-that-will-impact-the-others/</guid>
		<description><![CDATA[Sometimes, I don&#8217;t like the computer system research, because seldom research is very useful for the others. people always play some trick games. I hate that.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes, I don&#8217;t like the computer system research, because seldom research is very useful for the others. people always play some trick games. I hate that.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=25&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/20/what-kind-of-the-thing-is-worth-to-do-we-should-do-some-jobs-that-will-impact-the-others/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Center Networking</title>
		<link>http://backkom.wordpress.com/2007/12/20/data-center-networking/</link>
		<comments>http://backkom.wordpress.com/2007/12/20/data-center-networking/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 03:59:35 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Research]]></category>

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

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/20/data-center-networking/</guid>
		<description><![CDATA[Currently, Data Center applications are more and more important to the company such as microsoft, google, amazon. In this senario, Should we still need the TCP/IP network stack? We know the TCP/IP is target for complexity environment, the routering, the failure handling. Those are unnecessary for the data center, maybe it is time for us [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Currently, Data Center applications are more and more important to the company such as microsoft, google, amazon. In this senario, Should we still need the TCP/IP network stack? We know the TCP/IP is target for complexity environment, the routering, the failure handling. Those are unnecessary for the data center, maybe it is time for us to redesign the network stack in the data center.</p>
<p>Here are some of my initial ideas about this topic.</p>
<p>We partition the machines in data center into several groups. In each group, the machines are all connected. We don&#8217;t need maintain the connections, the resent machenis.</p>
<p><a href="http://backkom.files.wordpress.com/2007/12/1.jpg" title="1.jpg"><img src="http://backkom.files.wordpress.com/2007/12/1.thumbnail.jpg" alt="1.jpg" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=23&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/20/data-center-networking/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>

		<media:content url="http://backkom.files.wordpress.com/2007/12/1.thumbnail.jpg" medium="image">
			<media:title type="html">1.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamo: Amazon&#8217;s Highly Available Key-Value Store</title>
		<link>http://backkom.wordpress.com/2007/12/19/dynamo-amazons-highly-available-key-value-store/</link>
		<comments>http://backkom.wordpress.com/2007/12/19/dynamo-amazons-highly-available-key-value-store/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 08:10:29 +0000</pubDate>
		<dc:creator>backkom</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://backkom.wordpress.com/2007/12/19/dynamo-amazons-highly-available-key-value-store/</guid>
		<description><![CDATA[System Assumptions and Requirements

Query Model: simple read and write operations to a data item that is uniquely identified by a key.
Dynamo targets applications that operate with weaker consistency if this results in high availability. Dynamo does not provide any isolation guarantees and permits only signle key updates.
Efficiency: The system needs to function on a commodity [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>System Assumptions and Requirements</p>
<ul>
<li>Query Model: simple read and write operations to a data item that is uniquely identified by a key.</li>
<li>Dynamo targets applications that operate with weaker consistency if this results in high availability. Dynamo does not provide any isolation guarantees and permits only signle key updates.</li>
<li>Efficiency: The system needs to function on a commodity hardware infrastructure. services have stringent latency reqquirments which are in genneral measured at the 99.9th precentile of the distribution. (it will provide a response within 300ms for 99.9% of its requests fro a peak client load of 500 requests per second.)</li>
</ul>
<p>Design Considerations</p>
<ul>
<li>Weak Consistence ( eventually consistent)</li>
<li>Application resolves conflicts (always writable)</li>
<li>Incremental scalability</li>
<li>Symmetry</li>
<li>Decentralization</li>
<li>Hetergeneity</li>
</ul>
<p>System Interface:</p>
<ul>
<li>get(key) : return a single object or a list of objects with conflicting versions along with a context</li>
<li>put(key, contect, object)</li>
</ul>
<p>Experiences and lessons learned</p>
<ul>
<li>The main advantage of Dynamo is that its client applications can tune the values of N, R and W to achive their desired levels of performances, availability and durability.</li>
<li>Using an object buffer in each node main memory. Each write operation is stored in the buffer and gets periodically written to storage by a writer thread.</li>
<li>99.94% of requests saw exactly one verison;0.00057% of requests saw 2 versions; 0.00047% of requests saw 3 versions and 0.00009% of requests saw 4 versions (amazing)</li>
<li>client-driven coordination is better than server-driven coordination.</li>
<li>Balancing background vs. foreground tasks.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/backkom.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/backkom.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/backkom.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/backkom.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/backkom.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/backkom.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/backkom.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/backkom.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/backkom.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/backkom.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/backkom.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/backkom.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=backkom.wordpress.com&blog=2135752&post=22&subd=backkom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://backkom.wordpress.com/2007/12/19/dynamo-amazons-highly-available-key-value-store/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/backkom-128.jpg" medium="image">
			<media:title type="html">backkom</media:title>
		</media:content>
	</item>
	</channel>
</rss>