Monthly Archives: May 2011

Spain – the country that breaks the EU?

From the Wall Street Journal:

MADRID—Weekend elections that threaten to drive Spain’s ruling Socialist party from power in several regions and cities also promise a potentially nasty surprise: the revelation of piles of undisclosed debt in local governments that could undercut the country’s drive to avoid an international bailout

And in Spanish (El Pais): Iceland arrives in Spain at 15/May demo

Arrancó primero Nolesvotes, una iniciativa que insta a evitar llenar las urnas de papeletas de PP, PSOE y CiU acusándoles de aprovecharse de la ley electoral para perpetuarse en el Parlamento con unos “niveles de corrupción en España alarmantes”. … “¡De mayores queremos ser islandeses!”, clamó uno de los animadores de la organización durante la marcha del pasado domingo 15 de mayo ante una columna de jóvenes y no tan jóvenes, padres y niños, estudiantes y trabajadores, parados y jubilados.

And of course the Socialists got wiped out by the PP (right wing) in the weekend elections:

El tsunami del 22-M dejó al PSOE con su peor resultado de la historia en unas elecciones municipales (27,8% de votos), casi 10 puntos y dos millones de votos menos que el PP, que logró duplicar la distancia que sacó aquel histórico 1995 que preludió la derrota socialista en las elecciones generales del año siguiente tras 14 años de poder.

Given that more (empty) houses were built in Spain during the boom years than England, France and Germany combined, and there’s approximately 20% unemployment rate (and up to 50% for those in their 20′s and 30′s), and that the Spanish economy is about four times the size of Greece, the “Spanish situation” may be the straw that breaks the camel’s (EU’s) back.

There’s an old saying that “Europe ends at the Pyrenees” (ie the mountain ranges that divide France and Spain). Perhaps the saying will become “Europe ends at the Pyrenees, Italian Alps, and the mountains of Greece”…

Ubuntu 10.10 (Maverick Meerkat) Download

Opinions around the latest Ubuntu (11.04) range from “interesting” (as in the curse “may you live in interesting times”) to “it sucks”.

Anyway, there no longer appears to be a link to the previous version (10.10 Maverick) on the main Ubuntu page – marketing droids seem to have finally taken over Ubuntu. It can be downloaded from here.

No rocket science – I just don’t want to have to look for the location in future.

Books are better?

I’ve noticed that most of the time I’m happy with ebooks/webpages for learning a new technology. But when it’s something difficult or something I really want to grok, I like to print things out or best of all buy a book (and then curl up on the couch and just read and annotate).

Maybe I’m not the only one – O’Reilly Radar has an article about a study that suggests university students learn better with paper books. (Let’s ignore the fact that O’Reilly are book publishers…).

Solaris – max of 100 cron jobs

I stumbled across a limitation feature behaviour of Solaris over the weekend – by default it only allows you to run a maximum of 100 cron jobs at once. I suppose this to protect against “shooting oneself in the head”, but aaaarghhh… Reminds me why I love Monday mornings.

Anyway, the file to edit is /etc/cron.d/queuedefs, see man queuedefs.

Thanks to Solaris Tips for pointing me in the right direction.

LISP – downloading SICP videos, JRuby

I’m busy learning LISP/Scheme at the moment (in order to later move on to Clojure). And, improving my programming learning LISP is :-)

I’m following along with the MIT SICP videos, but got tired of manually downloading each video. So I wrote a quick little script to download all the videos – get_sicp. Next, a script for the UC Berkeley SICP videos (getting through the flash player should be a learning experience).

I’ve also been getting good mileage out of JRuby. I was complaining a few weeks ago about not being able to run Ruby on production servers (and therefore having to learn Python). Well JRuby is the perfect solution – installing/building Ruby on production servers is often verboten, but most production servers already have a JVM so installing JRuby in ${HOME} is a non-brainer and doesn’t litter /usr. Good: Ruby – fun, Python – <snore>.