"If we push ourselves beyond measure, we will break. It is good and right from time to time to relax and re-create ourselves." [Matthew Kelly]
Incubating thoughts and personal ramblings | main blog | jon aquino labs |
"If we push ourselves beyond measure, we will break. It is good and right from time to time to relax and re-create ourselves." [Matthew Kelly]
posted by Jonathan @ 10/31/2005 09:08:00 a.m. 2 comments
Anniversary of Cathedral dedication, 1932.
Humble faith-filled lives
Church = institution, community, sacrament, herald, servant
Debate
Be a leaven
posted by Jonathan @ 10/31/2005 09:08:00 a.m. 0 comments
Sincere = sina cere = without wax
Prayer of morning offering
posted by Jonathan @ 10/26/2005 09:04:00 a.m. 2 comments
It can be daunting to know where to start reading when presented with a new source code tree. One idea is to use a bug-checker like Lint or FindBugs to take you to the "hotspots" -- these are good points to start reading the code. It also keeps you awake as you ask yourself, "Why did the bug checker flag this bit of code as a bug?". If the code is obviously correct, at least take the time to understand the logic of the surrounding code, so the trip won't be wasted.
posted by Jonathan @ 10/17/2005 05:33:00 p.m. 4 comments