Reading my granddaughter's blog made me realise how inept I've become at expressing myself in words. I re-read what I've blogged, especially the recent ones, and I feel they're woefully inadequate in expressing what I really feel. Maybe I should be writing like this instead: class BlogPost {   public static void main (String[] args) {     System.out.println("Welcome to my blog.");     System.out.println("My name is Andy.");     System.out.println("Hello World! =D");   } }