Jun 14
CODE:
/** * attempt to ratify treaty * @param input the treaty to put before the "people" * @return boolean true on success, false otherwise */ boolean ratify_treaty(treaty input) {   treaty treaty_to_present = hash(input);   while(!popular_vote(treaty_to_present))   {     sleep(BIG_NUMBER);     treaty_to_present = cosmetic_rehash(treaty_to_present);   }   // Treaty accepted! Never ask again!   return(true); }


I am neither particularly strongly "pro" or "anti" Europe. Nor do I live in the Republic of Ireland, and so I didn't vote in any referendum; but I am increasingly astounded at the fact that when the EU puts a matter to the public, and it is defeated, they take absolutely no cognisance of it at all. They just, rather cynically, accuse the voters of voting on local issues, or not understanding the treaty in front of them, and keep asking the question till they get the answer they want.

Even for strong proponents of the Union, there are a number of rather awkward issues about its future. Its lack of appropriately audited accounts, its apparent lack of basic democratic accountability and so on. It must not be seen to routinely ignore its citizens. From what I've heard so far, and in this situation in the past, there seems to be no basic realisation or admission, that the underlying treaty needs to be reworked to be acceptable to its citizens. It's about time the commission listened to rather than lectured, its citizenry. It may only be that small changes need to be made, but some recognition of this would be good.

Posted by Colin Turner

Bookmark Leaked EU code  at del.icio.us Digg Leaked EU code Mixx Leaked EU code Bloglines Leaked EU code Technorati Leaked EU code Fark this: Leaked EU code Bookmark Leaked EU code  at YahooMyWeb Bookmark Leaked EU code  at Furl.net Bookmark Leaked EU code  at reddit.com Bookmark Leaked EU code  at blinklist.com Bookmark Leaked EU code  at Spurl.net Bookmark Leaked EU code  at NewsVine Bookmark Leaked EU code  at Simpy.com Bookmark Leaked EU code  at blogmarks Bookmark Leaked EU code  with wists Bookmark Leaked EU code  at Ma.gnolia.com wong it! Bookmark using any bookmark manager! Stumble It!

0 Trackbacks

  1. No Trackbacks

0 Comments

Display comments as(Linear | Threaded)
  1. No comments

Add Comment



To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

BBCode format allowed
Standard emoticons like :-) and ;-) are converted to images.
You can use [geshi lang=lang_name [,ln={y|n}]][/geshi] tags to embed source code snippets.