Chemical engineers learned long ago that a process that works in the laboratory cannot be implemented in a factory in one step. An intermediate step called the pilot plant is necessary [...] Hence, plan to throw one away; you will, anyhow.I see this as a perfect reverse situation of movies production.
It is indeed true that in the motion picture industry sequels often ruin the feelings of the original movie and at least do not come close to its perfection (though they can surpass it in success due to advertising campaigns and public's expectations).
Consider these science-fiction movies as an example:
- Star Wars: it is widely believed that no sequel or prequel can measure up with the original A New Hope. The final, which I don't want to spoil here, is probably the most scene in the history of the genre.
- The Terminator: although every sequel contains the catch-phrase Come with me if you want to live, the original 1984 movie is still the most revolutionary.
- The Matrix: should I say anything?
- The Linux kernel: today at version 2.6 it finally supports the majority of devices and will never require you to insert a driver cd (in the worst case to compile drivers, which is really annoying).
- OpenOffice.org, whose 3.x version is becoming more and more diffused and has recently reached 100 million downloads.
So why not citing php sequels, which has reached version 5.3?
Extending the cinematographic comparison, often we watch reboots instead of sequels. This kind of movies is very fashionable nowadays:
- 007 reboot, which starts with James Bond earning his 00 license.
- Batman Begins and The Dark Knight, that rewrites the franchise from the moment Bruce Wayne became Batman.
Such rewrite is different from a movie reboot in the way that it maintains some continuity between the old and the new version, for example in the Ubiquitous language, but it is much more dangerous and it can lead to a never-ending development phase (anyone knows Mozilla suite's fate.)
Ports can also be considered reboots if started from empty source files, and often the original source code is unavailable. Today the most famous ports start from a commercial application to reimplement as an open source one. Forks and ports of open-source application instead recycle code and remain connected with the original project.
Besides the issues in rewriting from scratch, there are successful attempts of reboots in the open source software ecosystem:
- Apache 2 is a substantial rewrite according to Wikipedia; Apache original duct-taped version gained its name from the phrase a patchy web server.
- Php rewrite before version 3 and 4, which saw the introduction of the Zend Engine.
- Grub, the bootloader for GNU/Linux machines, has recently been upgraded to the complete rewrited Grub 2 in Ubuntu, but no one I have seen using Karmic Koala noticed the difference.
4 comments:
The Matrix is pretty unoriginal once you realize how blatantly they ripped off stuff like Dark City and Ghost in the Shell.
This is in part true for every movie up to Battleship Potemkin and Metropolis. :) The distinction was between first edition of a movie/software and subsequent installments, and original was not intended "per se". For instance: GNU/Linux is not really original, as it borrows its Api and language from Unix systems. But it is original in the sense that its code is not borrowed from previous work.
yeah, it was just a commentary on how grossly overrated the first one is so it's really no surprise the sequels suck so much :)
Terminator the movie it's not good example in this case, because Judgment Day is better than 1st part. It's not only my opinion:
http://www.imdb.com/title/tt0088247/
http://www.imdb.com/title/tt0103064/
Post a Comment