A few weeks ago we hosted Robert J Sawyer over for lunch and he gave a pretty interesting talk about his upcoming book Wake. The books is about the Web gaining consciousness. I’m not even a huge sci-fi fan and I found it pretty interesting.
Archive for the ‘Book Reviews’ Category
Robert J Sawyer at Google Waterloo
Monday, June 22nd, 2009Synergising your ideagora wiki-Alexandrians
Thursday, October 2nd, 2008
I grabbed a copy of Wikinomics from the bookstore a few weeks ago while looking for another book. It’s been on my radar since I heard all the buzz around it when it was published a couple of years ago.
Expectation: a survey of how the (relatively) new tools of online collaboration impact society and business.
Actual outcome: I don’t really know, the book was so badly written that I kinda lost the point of what they were saying around page 3…
So, is the book really that bad?
Well I have to admit they do have some interesting stories and anecdotes in there (let me summarize some of them here so that you don’t have to read the book):
- GoldCorp used an online competition to find gold
- Proctor & Gamble used InnoCentive to outsource much of their R&D (with great success)
- Nettwerk – an innovative Canadian music label that actually embraces the digital age
- Novartis publishes a free dataset from years of research into the genetic foundations of type 2 diabetes
There’s a bunch of other interesting case studies like the above, but you can get a sense for most of them from the notes at the end of the book. My question is: why is the book 319 pages?
Sure, maybe the book wouldn’t have sold at the 60 pages that the content actually deserves. But then again maybe the authors should have stuck to their principles that they’re advocating and published it on a Wiki! (where it would have quickly been edited down to a remove the 300x repetition).
In short, if you woke up today after a 20-year coma and you’re looking to find out what this whole web thing is about, maybe you should buy the book. Otherwise, just google for the above stories for some interesting reading and don’t bother. I’m going to try and sell mine, it’s just taking up useful space.
And don’t forget to paradigm shift your synergies going forward! *
* Paraphrasing of said book
Recent Readings
Tuesday, August 5th, 2008I’ve been asked a few times in the past few weeks about books that I’m reading, mostly because I tend to carry them around with me a lot. So I decided to write a bit about them. Maybe I’ll inspire a new generation of wonderful, socially-outcast bookworms. Or maybe I’m just bored. Here goes.
The Jungle
This is a story describing the horrors of the Chicago meat packing industry at the turn of the 20th century. The story follows a large fictional family of immigrants from Lithuania coming to the land of opportunities, and hoping for a better life. Instead they end up being enslaved by the Chicago meat packers, and starved to death one by one. This a very heart-wrenching story, and definitely not for those with a weak stomach. When the book was published in 1906, it was heavily censored and most of the worst details of human suffering were removed. What remained were the countless examples of unsanitary and plain dirty conditions in which America’s meat was prepared. The final outcome was that the book caused an uproar that culminated in the creation of the Pure Foods and Drugs Act (1906) and the eventually FDA.
The last third of the book is full of idealistic social propaganda, which makes you cringe a bit when you read it. This is why the last 100 pages took me longer to read than the rest of the book taken together. Still, the book is a very read, from both a historical and a personal perspective. More than once I’d finish reading a few chapters of the book and I was pretty depressed for the rest of the day. But overall reading it makes me appreciate much more all the little luxuries that we take for granted. Like, oh I dont know, not working from 6am till 9pm in a dirty, stinky, scorching room.
Agile Web Development with Rails
I’ve started learning Ruby on Rails a few weeks ago, and was recommended this book by a few people, and I’ve found it to be just excellent, so I’m forwarding the recommendation here. It starts out with a tutorial that covers many of the features of Rails by building a shopping cart application. The second half of the book covers most of the features in pretty excruciating details. Along the way they manage to cram in a whole lot of best practices, as well as good writing. I haven’t gone much further than reading the book yet, so we’ll see how well it prepares me for actually writing Rails applications, but it’s definitely a smooth and easy to read introduction.
More recommendations to come shortly.
Review: Karl Fogel’s Producing Open Source Software
Saturday, March 25th, 2006Last weekend I finished reading Karl Fogel’s Producing Open Source Software: How to Run a Successful Free Software Project, which took me about a week to read on the subway to and from work. First off let me say that this is a great book and I recommend it to anybody who works on, with, or uses Open Source Software extensively. Karl Fogel knows what he’s talking about in this field, as he was an active developer of CVS in 1994-1995 and later on started the Subversion project for CollabNet, where he still works.
The book talks little about the actual practice of programming for an Open Source project, instead focusing on producing as the title suggests. In Fogel’s mind producing means much more than just the task of programming. It includes the political and social aspects that inevitably surround every open source project, as well as management skills essential for leading such a project. One of the greatest strengths of the book is that it takes many accepted unspoken practices and beliefs that can be observed in the open source community and brings them into the open in a very straightforward way. This is very useful since even people who’ve worked with open source for some time often don’t have a full understanding of the ecosystem. Although the factual content of the book is useful to those who don’t know much about open source, I feel like the major attraction here is the consolidation of Fogel’s experience into a clear and concise narrative. This gives the reader a much more interesting and analytical perspective on the world of open source than she would have from a mere familiarization with the facts.
The book starts off by talking about the history of the Free/Open Source movement, mentioning all the major events and players. This is a good introduction for someone who is new to the scene, and might also fill in some gaps for those who don’t have the full story, but those who are fairly well versed in the historical aspect may want to skip this section. The book goes on to talk about the beginnings of an open source project from inception to the opening up of the codebase. Fogel mentions various details that would help start a project off on the right foot. Unfortunately most of the interactions people have are with existing projects, so this is somewhat of a niche need. The third chapter talks about the technical infrastructure needed to run a project, I feel that this chapter goes into too much details of running and maintaining various software components such as mailing list, something that would have fit better in an appendix. You might want to skim over this one if you’re not starting a project next weekend. The fourth chapter talks about political and social structure, touching on various forms of governance and decision making. This is a very important chapter and gives a much needed perspective on the various options a project has, some of which might not be as obvious as they seem. Chapter 5, Money, is targeted towards a manager of an open source project, or a team that must work on an open source project, but is useful to everybody. This chapter opens up one of the areas that are sometimes considered taboo by some open source hackers, what to do about money (or lack thereof). Fogel takes a very practical perspective, stipulating that businesses often gain from open source projects, and thus often invest in them. There is nothing wrong with investing in a project by either hiring outside help, providing money to some of the existing contributors, or helping to fund infrastructure needs. Fogel explains some of the tradeoffs and touches on the importance of always making sure to approach the matter in the appropriate political way. Chapter 6, Communication, is something that should be a must-read for anyone who participates in a mailing list. Some points are pretty obvious, but some of the techniques of handling difficult situations can only be learned from experience and can be difficult to hone down. Chapter 7 talks about releasing packaging and developing software and is a useful read for understanding how open source projects go about doing this as much as for learning how to do it yourself. It’s a useful introduction to some of the more common practices of doing things, why reinvent the wheel if you don’t need to? The next 2 chapters deal with managing volunteers and choosing the right license. They are both very useful to anybody who is starting an open source project or is in a position to take on the lead or management of a project. They are not as useful to the user of open source software. The end of the book also contains a useful list of software for various purposes such as bug tracking and version control.
The book is very readable over all, and can probably be read over a few days. The author does a good job of splitting up the topics, even thought this is not always an easy job, allowing the reader to skip over sections without losing herself. Fogel also does a good job of referencing the abundant online material surrounding his topics of choice, especially when it comes to sending the reader to search for a more detailed factual account.
The one piece I felt was missing from the book was a comparison of some of the major organizations that engage in producing Open Source software and their practices. I would have liked to see a chapter or appendix comparing Apache, GNU, Eclipse, CollabNet, and perhaps some others in some of the aspects that the book covers, such as organization of power, decision making, commit access and other privileges. This would have been useful for anybody who has some experience, but does not have enough experience to be able to make these distinctions off hand. A reference to existing works making such a comparison would also be useful.
Despite these minor nitpicks, this is a great book. True to the open source spirit, the book is also available online at http://www.producingoss.com. But supporting the author by buying the book is very worthwhile for such a great book.
Author: Karl Fogel
Title: Producing Open Source Software: How to Run a A Successful Free Software Project
Publisher: O’Reilly, 2006
ISBN: 0-596-00759-0