<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Desicritics Author: Ganadeva Bandyopadhyay</title>
<link>http://desicritics.org/</link>
<description>Superior South Asian bloggers on Culture, Media, Politics, Sport, Business, and Technology.</description>
<language>en</language>
<copyright>Copyright 2006 by the authors</copyright>
<lastBuildDate>Tue, 30 Jun 2009 20:08:28 EDT</lastBuildDate>
<docs>http://backend.userland.com/rss</docs>
<generator>BC custom software</generator>

<item>
<title>Book Review: &lt;i&gt;SQL and Relational Theory&lt;/i&gt;</title>
<link>http://desicritics.org/2009/06/30/200828.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;This &lt;a href=&quot;http://oreilly.com/catalog/9780596523060/&quot; title=&quot;SQL and Relational Theory&quot;&gt;book&lt;/a&gt; is intended to be an improvement over an earlier book on the same topic by the same author, namely &amp;#39;&lt;a href=&quot;http://oreilly.com/catalog/9780596100124&quot; title=&quot;Database in Depth &quot;&gt;Database in Depth: Relational Theory for Practitioners&lt;/a&gt;&amp;#39; . As the author states, the current book is a product of his realization of SQL being such a difficult language that it was far from obvious how to use it without violating relational principles even when covered in much depth in this earlier book, primarily for database practitioners.&lt;br /&gt;&lt;br /&gt;One of the main features of the current book hence is the additional effort taken to have enough elucidation to connect the theory with practical SQL examples. While the theory discussion about the relational database model remains largely similar to the earlier book, there are exercises at the end of each chapter for better connecting the concepts with more examples. The answers to these exercises are included towards the end of the book.&lt;br /&gt;&lt;br /&gt;There are about half a dozen chapters in the center of the book starting with &amp;ldquo;SQL and Relational Algebra I:The original operators&amp;rdquo; through to &amp;ldquo;Miscellaneous SQL Topics&amp;rdquo; which are the highlight of this book. There are some really lucid examples of implementing the relational definitions and theory in proper SQL in these chapters. &lt;br /&gt;&lt;br /&gt;The slightly sarcastic tone of discussion of the author on the popular and theoretically doubtful usage of relational terms seems to be a constant companion for use of terms such as &amp;ldquo;duplicate elimination&amp;rdquo; instead of the more correct &amp;ldquo;duplication elimination&amp;rdquo;. This seems to be an attempt to challenging the maintenance of a continuous approach to try and match the SQL implementations to the theoretical definitions and concepts of Relational Model for Database Management.&lt;br /&gt;&lt;br /&gt;One of the recent implementations of newer database models seem to be the Google proprietary &lt;a href=&quot;http://labs.google.com/papers/bigtable.html&quot; title=&quot;Bigtable&quot;&gt;Bigtable&lt;/a&gt; distributed storage systems. Since such proprietary models are out of public domain, it would be interesting comparing the principles behind them and the widely used relational database management systems.&lt;br /&gt;&lt;br /&gt;To summarize, the book is a recommended read for all the database practitioners and other related professionals looking to match their implementations with the theoretical concepts and hence improving usability of the relational database model implemented within the enterprise.&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9419@desicritics.org</guid>
<pubDate>Tue, 30 Jun 2009 20:08:28 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Using Google App Engine&lt;/i&gt;</title>
<link>http://desicritics.org/2009/06/29/195436.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;i&gt;&lt;a href=&quot;http://oreilly.com/catalog/9780596800697/&quot; title=&quot;Using Google App Engine&quot;&gt;Using Google App Engine&lt;/a&gt;&lt;/i&gt; starts with introducing cloud computing and the App Engine as a concept within the Google Implementation of cloud architectures. There is some discussion about the basic ways of developing web applications in HTML and CSS, Python and enough concepts to begin interacting with App Engine server using HTTP protocol commands. Python is to be used as a sort of controller to the HTML and CSS in front-end.&lt;br /&gt;&lt;br /&gt;The concept of mostly HTML template to be rendered from Python code uses the Django project for the default syntax used in Google App Engine. The database that is at the back end of the Google App Engine uses a hierarchical object-oriented storage approach called as &lt;a href=&quot;http://labs.google.com/papers/bigtable.html&quot; title=&quot;Bigtable: A Distributed Storage System for Structured Data&quot;&gt;Bigtable&lt;/a&gt; technology. The interaction with this type of database being different from the widely used relational database models, there is an entire chapter dedicated to interfacing with this database.&lt;br /&gt;&lt;br /&gt;The memory cache comes between the web application and the datastore and is one of the mechanisms used to improve speed of web applications. There is an interesting discussion about using the memory cache of Google App Engine as a sort of large Python dictionary.&lt;br /&gt;&lt;br /&gt;In addition to the all these topics, the book gives a good amount of information to properly using the App Engine webapp Framework, setting up and using Google Application Engine accounts, using JavaScript, jquery and Ajax and finally, downloading and installing Google App Engine Software Development Kit (SDK) for Windows XP,Windows Vista,Macintosh and Linux Systems.&lt;br /&gt;&lt;br /&gt;Google App Engine is part of the  Platform-as-a-service approach that the Google cloud uses. Adding to the rapidly growing technical literature dealing with implementation of applications to clouds, this O&amp;#39;Reilly-Google Press book is dealing with making the usage of Google App Engine as detailed as possible starting from budding application developers to advanced professionals. This is a recommended read for the professionals looking to begin and ramp up their web application deployments quickly and as cleanly as possible  to the Google App Engine.&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9412@desicritics.org</guid>
<pubDate>Mon, 29 Jun 2009 19:54:36 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Cloud Application Architectures &lt;/i&gt;</title>
<link>http://desicritics.org/2009/06/28/211943.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;a href=&quot;http://oreilly.com/catalog/9780596156367/&quot; title=&quot;Cloud Computing Architectures&quot;&gt;Cloud Application Architectures&lt;/a&gt;&lt;/i&gt; is directed more towards the higher management personnel in IT, as an audience for making the decisions based on the latest status for this &lt;a href=&quot;http://en.wikipedia.org/wiki/Cloud_computing&quot; title=&quot;Cloud Computing&quot;&gt;new technology&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;There is an intensive discussion near the beginning of the book, as to the points of comparison between internal IT divisions, managed services outsourcing and the cloud computing environment. There is one &lt;a href=&quot;http://blogs.zdnet.com/BTL/?p=16384&quot; title=&quot;Zdnet blog&quot;&gt;article&lt;/a&gt; worth mentioning in this regard.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;There are the two major cloud infrastructure approaches of Infrastructure-as-a-service, with the example of Amazon Web Service(AWS), and Platform-as-a-service, with Google Apps being an example. In IAAS, the customer owns the instances /servers on demand whereas in PAAS, there is a lock-in to the vendor APIs with respect to the software development that can use the back end vendor cloud infrastructure. IAAS is the model discussed in this book.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;One of the main intentions in this book is to enable writing applications to make use of cloud computing in the IAAS model. While achieving this, the author familiarizes us with the Amazon specific terms such as elastic IPs ,buckets ,block storage volumes, Amazon Machine Image(AMI), Security Groups, etc. There are brief discussions on some important considerations to get ready for the cloud such as service levels and the mapping of different AWS services into them, security and risk profiles, database management in the cloud , among others.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The book gives a lot of exposure to Amazon Web Services with a brief look at the Rackspace and GoGrid offerings at the end. With the rapid mushrooming of different cloud offerings from competing vendors in the market, this book should be a good introduction to compare and get used to the difference in implementation technologies. One of the possible improvements for this book could be some basic simulator software examples  in addition to theoretical discussions.&lt;br /&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9408@desicritics.org</guid>
<pubDate>Sun, 28 Jun 2009 21:19:43 EDT</pubDate>
</item>
<item>
<title>Nandan Nilekani to Become Chairman of Unique Identification Authority of India</title>
<link>http://desicritics.org/2009/06/25/210637.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With the news of accepting the challenge of  being the &lt;a href=&quot;http://timesofindia.indiatimes.com/India/Nilekani-to-have-Cabinet-minister-rank-as-Identification-project-head-/articleshow/4701148.cms&quot; title=&quot;UIDAI&quot;&gt;Chairman of the Unique Identification Authority of India(UIDAI)&lt;/a&gt;, a Cabinet Minister ranking post, &lt;a href=&quot;http://en.wikipedia.org/wiki/Nandan_Nilekani&quot; title=&quot;Nandan Nilekani&quot;&gt;Nandan Nilekani&lt;/a&gt; adds another notable milestone in his eventful career. &lt;br /&gt;&lt;br /&gt;He is one of the few leaders in contemporary corporate India with a grasp on a wide range of issues tackled by present day India. With the invitation to Nandan, the current Indian PM has made the best possible effort for this important project. In the times of terrorism and internal disturbances affecting our part of the world, identification of citizens is one of the essential tasks before the government. This is in addition to the day to day administrative requirements for unique identification for the purposes of issuing voter id cards and running schemes like the Nehru rozgar yojana, etc. On closer introspection of the concept of the UIDAI, it would be better for the average public to know the flaws of the current identification and documentation systems followed by Government of India requiring the establishment of this new body.&lt;br /&gt; &lt;/p&gt;
&lt;p&gt;Without a doubt, the experience of raising, managing and giving direction to one of the globally prominent Indian IT players,namely Infosys raises high expectations from Nandan as well as increases the profile of this project.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Nandan Nilekani was put into public glare of average Indian and not just the India techie with the publication of the recent book &lt;i&gt;&lt;a href=&quot;http://imaginingindia.com/reviews-and-buzz/4/&quot; title=&quot;Imagining India&quot;&gt;Imagining India&lt;/a&gt;&lt;/i&gt;. There was this type of question question frequently asked by the audience on talk shows of various Indian channels wherever Imagining India was discussed and that is why are the brightest corporate minds not involving themselves with governance. &lt;br /&gt;&lt;br /&gt;After proving his understanding in depth and breadth of the problems plaguing India since Nehruvian times from the impressive book, one of the bold next steps is the current one taken by Nandan Nilekani. With high caliber technocrats like Nandan Nilekani and Montek Singh Ahluwalia and a career diplomat like Shashi Tharoor getting into important government positions, the current PM has made the intentions clear   of tackling the problems typical to Indian conditions with the best possible foot forward. &lt;br /&gt;&lt;br /&gt;Some of the biggest problems to be tackled undoubtedly remain the growth of the peace processes and mutual interaction among the shared cultures rent apart by problems of terrorism and internal security in South Asia,the small trickle of high quality research and development, the stench emanating from the water-tap type of higher education system with millions of bright students getting slotted within less number of high quality institutions, the throttling of competition within education instead of letting competition improve the education process.&lt;/p&gt;
&lt;p&gt;One can only hope such imaginative and bold steps by leaders of non-political fields such as Nandan Nilekani herald the long-awaited arrival of a developed country and region onto the global stage. &lt;/p&gt;</description>
<category>Culture</category><guid isPermaLink="false">9394@desicritics.org</guid>
<pubDate>Thu, 25 Jun 2009 21:06:37 EDT</pubDate>
</item>
<item>
<title>Book Review:&lt;i&gt; Gray Hat Python &lt;/i&gt;</title>
<link>http://desicritics.org/2009/06/14/200532.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With python being  a language of choice for hackers and reverse engineers, &lt;a href=&quot;http://www.nostarch.com/ghpython.htm&quot; title=&quot;Gray Hat Python&quot;&gt;&lt;i&gt;Gray Hat Python&lt;/i&gt;&lt;/a&gt; gives an insight into using the python programming language and pre-built python tools within its covers ,saving time and effort looking on the web. &lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;While the installation methods for Python and its tools are shown in the early chapter for both Linux and windows OS, the rest of the book uses more of  Python on windows OS. There is a exclusive chapter devoted to the theory behind building a windows debugger in Python before going to discussing about &lt;a href=&quot;http://pedram.redhive.com/PyDbg/docs/&quot; title=&quot;PyDbg&quot;&gt;PyDbg&lt;/a&gt; and &lt;a href=&quot;http://www.immunityinc.com/products-immdbg.shtml&quot; title=&quot;Immunity Debugger&quot;&gt;I&lt;/a&gt;&lt;a href=&quot;http://www.immunityinc.com/products-immdbg.shtml&quot; title=&quot;Immunity Debugger&quot;&gt;mmunity&lt;/a&gt; debuggers. &lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;Examples of usage of techniques such as soft and hard hooking,dll and code injection and fuzzing are explained in simple ways. After discussing the basics of fuzzing and the sulley fuzzing framework, Immunity debugger is used to demonstrate windows driver fuzzing. One of the important tips from the book is to do the fuzzing demonstrations or experimentation on virtual machines so the appearance of the &amp;ldquo;blue screen of death&amp;rdquo; is not a significant issue. &lt;br /&gt;  &lt;/p&gt;
&lt;p&gt;One of the last topics of discussion revolves around using Ida Python in the disassembler IDA Pro 5.2 with examples of scripts. The book ends with description and usage of PyEmu- a pure Python IA32 emulator that allows a developer to use Python to drive CPU emulation tasks. &lt;br /&gt; &lt;/p&gt;
&lt;p&gt;This sums up the review of this concise book of barely 190 pages covering usage of python for reverse engineering and hacking. With a bare-bones approach for the topic, the book does enough to get the interested novice up to a decent level of expertise. There is also lot of information useful for the advanced professionals looking for some fresh approach. The interested readers would do well to have sound theoretical concepts to put the tips and examples in this book to good use. &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9343@desicritics.org</guid>
<pubDate>Sun, 14 Jun 2009 20:05:32 EDT</pubDate>
</item>
<item>
<title>Book Review:&lt;i&gt; Cisco Routers for the Desperate, 2nd Edition&lt;/i&gt;</title>
<link>http://desicritics.org/2009/05/17/092143.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } 	--&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cisco.com/&quot; title=&quot;Cisco&quot;&gt;Cisco&lt;/a&gt; is a predominant player in the market for IP-based networking equipment. It provides routers and switches used to direct data, voice, and video traffic. Other products include remote access servers, IP telephony equipment, optical networking components, Internet conferencing systems, set-top boxes, and network service and security systems. Basically Cisco products cover more than the entire range of enterprise network products down to the network products used in SOHO and residential blocks. &lt;/p&gt;
&lt;p&gt;Additionally it also provides services grouped in three divisions- Application Services , Technical Services and Remote Management Services. Latest strategic push from Cisco has been the &lt;a href=&quot;http://www.cisco.com/web/solutions/data_center/unifiedcomputing_promo.html?Referring_site=PrintTv&amp;amp;Country_Site=us&amp;amp;Campaign=Data+Center+CA&amp;amp;Position=Vanity&amp;amp;Creative=go/unifiedcomputing&amp;amp;Where=go/unifiedcomputing&quot; title=&quot;Cisco&amp;#39;s Unified Computing System&quot;&gt;Unified Computing System&lt;/a&gt;(UCS) putting a high benchmark for the competition to catch up to. &lt;/p&gt;
&lt;p&gt;Cisco routers for the desperate is concise troubleshooting &lt;a href=&quot;http://nostarch.com/cisco2.htm&quot;&gt;book&lt;/a&gt; in 125 pages, including an index. In addition to some basic router concepts, the book covers topics such as troubleshooting routers and upgrading Cisco&amp;#39;s Internetwork Operating System(IOS). &lt;br /&gt;&lt;br /&gt;The main focus of the book is on a small network administrator facing emergency situation. There are also tips on choosing the correct ISP and setting up redundant connections to the Internet using BGP and HSRP to multiple ISPs. In addition to the technical topics, there is useful advice about the risks that should not be taken in absence of SmartNet contract with Cisco.&lt;br /&gt;&lt;br /&gt;All in all, a helpful guide covering the key areas of Cisco Routers. Should be a good read in preparation for the desperate emergencies. &lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9241@desicritics.org</guid>
<pubDate>Sun, 17 May 2009 09:21:43 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;The Google Way&lt;/i&gt;</title>
<link>http://desicritics.org/2009/04/26/083108.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;i&gt;&lt;a href=&quot;http://nostarch.com/google.htm&quot; title=&quot;The Google Way&quot;&gt;The Google Way&lt;/a&gt;&lt;/i&gt; gives an insight into the fascinating story of &lt;a href=&quot;http://en.wikipedia.org/wiki/Google&quot; title=&quot;Wikipedia article&quot;&gt;Google&lt;/a&gt;. With its unconventional approach towards not only Internet search, which is its core business, but in many other business and  technology processes forming essential part of the modern enterprise, Google has indeed been a trend-setter.&lt;br /&gt;&lt;br /&gt;Going through the book, it appears that Google seems to have a thoroughly researched, many-a-time counterintuitive and analytical approach not only in its core business of Internet search but also covering business management and strategy,  technology, the industry-academic interactions and positive use of the rapidly evolving Internet society as integral parts of its growth as a corporate entity.&lt;br /&gt;&lt;br /&gt;Some of the interesting discussions in the book are centered around the unique reasons for rapid growth of technology enterprises on the West coast of the United States. These include legal and academic specialties of the region as well as the strong drive for entrepreneurship starting from higher education institutions.&lt;br /&gt;&lt;br /&gt;Some of the unconventional ways of Google highlighted by the author include the triumvirate of management at the top, using OpenIPO method to go public, the cost-per-click advertising model, having small team sizes, uncommon recruitment practices and employee benefits.&lt;br /&gt;&lt;br /&gt;The fourth and last section speculates about the challenges and risks based on the author&amp;#39;s knowledge and experience until our present recessionary times. These include cultural and national concerns, confidence and privacy concerns or something on the management side like the effect of loss of one person at the top , out of the triad of Larry Page, Sergey Brin and Eric Schmidt, among others.&lt;br /&gt;&lt;br /&gt;The author has presented a well-researched book which would help corporates and educationists in developing the academia-industry linkages as well as looking the relevance of current course content in business schools.  Book is recommended  as a must read not only because of its management and technological utility but also to get a sense of the direction that our immediate future will take.&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9146@desicritics.org</guid>
<pubDate>Sun, 26 Apr 2009 08:31:08 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Masterminds of Programming&lt;/i&gt;</title>
<link>http://desicritics.org/2009/04/15/221123.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;&lt;a href=&quot;http://oreilly.com/catalog/9780596515171/&quot; title=&quot;Book url&quot;&gt;&lt;i&gt;Masterminds of Programming&lt;/i&gt;&lt;/a&gt; is a thoroughly illuminating read in a series of conversations of creators of  17 programming languages. Among the languages whose creators share their insights in this book, include  C++, Python, Java, Awk, Perl,etc.&lt;br /&gt;&lt;br /&gt;The beginning chapters in this book are bringing out mainly the technical and sometimes, business requirements which have manifested as the research ecosystems. Each of the chapter gives an almost unique perspective of the respective creator(s) which grew through the different versions of the language and its implementation. It makes for a truly fascinating reading  as we go through the each of the conversations which leaves us more enriched and motivated in our understanding of the programming languages.&lt;br /&gt;&lt;br /&gt;There is this interesting discussion between Eisenhower and Kennedy mentioned in the chapter on Postscript about preferring digital to analog communications which led to the governmental push for research via &lt;a href=&quot;http://en.wikipedia.org/wiki/Defense_Advanced_Research_Projects_Agency&quot; title=&quot;Wikipedia article&quot;&gt;ARPA/DARPA&lt;/a&gt; into many of the information technology marvels until now.&lt;br /&gt;&lt;br /&gt;One of the recurring themes that comes out across the book is the dedication of these creators to share their experiences with the technical educational system in the form of teaching entire subjects and/or guiding the project dissertations.&lt;br /&gt;&lt;br /&gt;While going through this book, a particular point of interest for Indians and others coming from the South Asian region of polyglots can be absence of any programming language of widespread importance getting evolved from our natural experiences and the study of mathematics in our universities. This maybe ascribed to the nature of the educational ecosystems in our region with arguably some of the most bureaucratically &lt;a href=&quot;http://www.csesindia.org/admin/modules/cms/docs/publication/7.pdf&quot; title=&quot;controlled&quot;&gt;controlled&lt;/a&gt; technical institutions and various other reasons. Maybe a more &lt;a href=&quot;http://planningcommission.nic.in/reports/sereport/ser/vision2025/edu2025.pdf&quot; title=&quot;India 2025 Vision&quot;&gt;spontaneous&lt;/a&gt; education system maybe the need of the hour.&lt;br /&gt;&lt;br /&gt;The book is an essential read for whosoever is the active participant in the IT industry. Many parts of this book are strongly relevant for encouraging the spirit of continuing innovation and research by upcoming information technology specialists. At the very least the programmer for the respective language can grasp some of the creator(s)&amp;#39;s philosophy driving its key concepts.&lt;br /&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9087@desicritics.org</guid>
<pubDate>Wed, 15 Apr 2009 22:11:23 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Simply SQL&lt;/i&gt;</title>
<link>http://desicritics.org/2009/04/15/000802.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;The &lt;a href=&quot;http://www.sitepoint.com/books/sql1/&quot; title=&quot;Book url&quot;&gt;book &lt;/a&gt;discusses, in eleven chapters and four appendices, the essential commands and features of SQL needed as a useful tool set for the web designer and web developer. &lt;br /&gt;&lt;br /&gt;The book starts with chapters explaining the use of SELECT statement, the clauses such as FROM, WHERE, GROUP BY, HAVING among others. Then it discusses the use and types of SQL data types generally used in major database types. The concluding parts are devoted to brief discussions on relational integrity ,emphasizing on the uniquely identifiable attribute for each instance of an entity, and some of the Special structures encountered in real databases.&lt;br /&gt;&lt;br /&gt;One of the highlights of this book is the simple way in which joins are described, with examples, in the chapter for the FROM clause. These include the inner join, the three types of outer join and cross join.&lt;br /&gt;&lt;br /&gt;A useful title for all the web designers and developers looking for a practical way to learn SQL language without getting into the details of specific database implementations. For advanced database users and practitioners, such as DBAs and application developers, this can be a refresher course before going for the implementation-specific manuals of different mainstream databases.&lt;br /&gt;&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9084@desicritics.org</guid>
<pubDate>Wed, 15 Apr 2009 00:08:02 EDT</pubDate>
</item>
<item>
<title>Book Review: &lt;i&gt;Beautiful Teams&lt;/i&gt;</title>
<link>http://desicritics.org/2009/04/14/155230.php</link>
<author>Ganadeva Bandyopadhyay</author><description>&lt;p&gt;An interesting &lt;a href=&quot;http://oreilly.com/catalog/9780596518028/&quot; title=&quot;Book url&quot;&gt;book&lt;/a&gt; especially relevant for employees looking to rough out through current bleak times in industry. Here is a book filled with mostly inspiring stories and memorable experiences of notable team veterans primarily from industry.&lt;br /&gt;&lt;br /&gt;The tales are divided across five major sections of People, Goals, Practices, Obstacles and Music. The last and uncommonly named section having an interview with &lt;a href=&quot;http://www.tonyvisconti.com&quot; title=&quot;Tony Visconti&quot;&gt;Tony Visconti&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;Among the outstanding parts of this book is the interview with Tim O&amp;#39;Reilly . Same is the first impression for more or less all the stories and anecdotes in section one. There are quite a few very impressive stories in the rest of the book. This includes such discussion as the one about the way software teams are run in NASA&amp;#39;s Jet Propulsion Laboratory and the Information Systems sector of the defense company Northrop Grumman in the rest of the book.&lt;br /&gt;&lt;br /&gt;To summarize the review, this book could have been smaller without losing the sharpness as some of the stories seem to be needlessly extending the scope of the subject. While being overwhelmingly positive, this is a mixed bag of stories and tips. &lt;br /&gt;&lt;br /&gt;One of the good things of buying this book is getting some useful advice as well as contributing to a worthy cause at the same time. The preface of this book mentions that proceeds of this book get donated to &lt;a href=&quot;http://www.playpumps.org/site/c.hqLNIXOEKrF/b.2559311/k.7BCB/Playpumps_International_and_the_PlayPump_water_system_Kids_play_Water_Pumps.htm&quot; title=&quot;Playpumps International&quot;&gt;Playpumps International&lt;/a&gt;.&lt;/p&gt;</description>
<category>BizTech</category><guid isPermaLink="false">9083@desicritics.org</guid>
<pubDate>Tue, 14 Apr 2009 15:52:30 EDT</pubDate>
</item>

</channel>
</rss>