Posts Tagged ‘Software’

Gandhiism and Software

Guess what I just realized? Passive resistance is to ahimsa what open-source is to free software. The analogy just fits.

Read the rest of this entry »

Blogging about Logging

I recently discovered a really nice package in Java – java.util.logging. Classes inside this package make adding logging functionality to your application both intuitively simple and fun. Here what I would like to think to be a short guide to using the package.
The very first thing you need to understand that there may be [...]

Read the rest of this entry »