I would like to propose that an additional parameter, `context` be added to core node modules that accept callbacks to give this-ness to the callback.
The reason being is that I'm trying to eliminate anonymous callbacks from my code and have generally cleaner, more readable code (as well as lower memory usage and less garbage collection). I don't know if this has been discussed before, but I'd like to put it on the table. AJ ONeal
