Monthly Archives: October 2007

Leopard differences Intel vs PPC?

I have been running Leopard since friday, and it is amazing!… there are many reviews to read, so lets not state the obvious over and over.
Today I noticed a difference between the Intel and PowerPC in the ‘ps’ utility. Both machines say that they have the same version of ‘ps’ in /bin/ps:
MD5 (/bin/ps) = bce38c39ee7b501eaf00745b87ed0565
and [...]

Debugging

Giles Bowkett wrote an article about how Ruby’s weak debugger support is due to the Test Driven Development (TDD) and Behaviour Drive Development (BDD) nature of the language.
As a result of the post, many people wrote counter posts (Giles names this one the most lucid: Patrick Collison, another one is by James Robertson). I personally [...]