&t
Ray Kurzweil: Reflections on Stephen Wolfram's A New Kind of Science.
Poor Sysadmin's Guide to Remote Linux Administration.
Two-stage recursive algorithms in XSLT:
This article presents several examples of two-stage recursive XSLT algorithms. In each of them the first stage is implemented as DVC (divide and conquer) recursive template, and the second stage as simple recursive template. The examples show that such a combination results in better performance than other solutions, including classic DVC-only algorithms.