By Carlo on 2011-08-03
Tempo di vacanze? Ecco la mappa dei Paesi visitabili con la sola Carta di Identità (un paio potrebbero richiedere qualche pratica extra ma l’elenco è questo).

La lista l’ho ottenuta attraverso diverse pagine di Wikipedia, mentre per disegnarla, ho usato la libreria Geochart dei Google Chart Tools.
Il codice JavaScript, con l’elenco ordinato dei Paesi, l’ho lasciato su gist.
Posted in Italiano | Tagged italiana |
By Carlo on 2011-07-18
La mia esperienza in Rientrodolce si è conclusa e queste note, con grande incoerenza, sono state abbozzate viaggiando verso due capitali: la prima in aereo e la seconda in treno.
L’analisi sulla civiltà che il primitivismo sviluppa è convincente, quantomeno nei suoi sommi capi sulla domesticazione, la violenza funzionale, l’imperialismo e l’impossibilità della sua riforma. Quel che manca è:
- l’analisi sull’innesco della domesticazione;
- l’analisi sistemica, dal punto di vista energetico, della Storia;
- la violenza e il suo incremento, funzionali per il mantenimento della civiltà con il conseguente relativo monopolio da parte dello Stato, sono trattati senza escluderne chiaramente la necessità per la scomparsa della civiltà stessa e quindi non ci sono veri riferimenti strutturali con il nostro tempo: nella sua essenza, il primitivismo si sarebbe potuto sviluppare persino in epoca preindustriale;
- fornisce degli obiettivi asintotici, senza accennare alla transizione che caratterizza l’epocale tragedia di questo secolo, ormai inevitabile indipendentemente dalla tecnologia: presenta quindi la decostruzione della civiltà come una scelta, ignorando completamente Olduvai.
Posted in Italiano | Tagged Rientrodolce |
By Carlo on 2011-07-08
No one is like you…

Posted in English | Tagged Nick Drake, scratches |
By Carlo on 2011-06-14
As stated on their website, C25K is
a fantastic program that’s been designed to get just about anyone from the couch to running 5 kilometers or 30 minutes in just 9 weeks.
I completed it in 6 weeks and 3 days but I was not a true potato couch, though. :)
I don’t have a stepcounter so I used a watch with chronometer function: doing the math, unfortunately I can’t say I run yet… I still jog (moving slower than 10 Km/h).
This is the compact version of their table I used during my training (the numbers are for the minutes).
F = Fast walking; R = running (or jogging); W = walk
| 1st workout |
2nd workout |
3rd workout |
| 5F + 4 * (1R + 1.5W) |
same |
same |
| 5F + 6 * (1.5R + 2W) |
same |
same |
| 5F + 2 * (1.5R + 1.5W + 3R + 3W) |
same |
same |
| 5F + 3R + 1.5W + 5R + 2.5W + 3R + 1.5W + 5R |
same |
same |
| 5F + 5R + 3W + 5R + 3W + 5R |
5F + 8R + 5W + 8R |
5F + 20R |
| 5F + 5R + 3W + 8R + 3W + 5R |
5F + 10R + 3W + 10R |
5F + 25R |
| 5F + 25R |
same |
same |
| 8.5F + 28R |
same |
same |
| 5F + 30R |
same |
same |
Posted in English | Tagged scratches |
By Carlo on 2011-06-06
This post contains a few pictures of Brussels and Leuven… though the whole thing was nearer to nine days than a week. :)
Brussels

Buildings in the Grand Béguinage of Leuven

The Town Hall of Leuven

My talk during AWEC2011

Group portrait… I was late so you can find me in the red circle :)

Posted in English | Tagged Belgium, WOW |
By Carlo on 2011-05-30
The slides of my presentation at AWEC2011 (Airborne Wind Energy Conference 2011) are now available. I’m going to put a few pictures of Leuven and Bruxelles in the next post.
Posted in English | Tagged WOW |
By Carlo on 2011-05-13
I’m not an expert but it seems to me that the different methods to encode as Base64 a *binary* stream exposed by Apache Commons don’t chunk for binary inputs or don’t chunk at all, in spite of what their documentation states.
So let me write here a little snippet, which uses guava-libraries, for an already getBytes()-ed string.
private static String b64eChunk(String mstring) {
String encodedText = Base64.encodeBase64String(mstring.getBytes());
String myOutput = "";
for (String substring : Splitter.fixedLength(76).split(encodedText)) {
myOutput += substring + "\n";
}
return myOutput.substring(0, myOutput.length() - 1);
}
Credits for the guava part: Cowan.
Posted in English | Tagged Java, trivial hacks |
By Carlo on 2011-04-15
I like nightfall running and, while the darkness lets me breathe better, it also helps me not to look so clumsy. :)
Posted in English | Tagged scratches |
By Carlo on 2011-04-07
There is not a VirtualBox image of Debian GNU/Linux 6 on VirtualBoxes: I’ve created a new minimal version starting from debian-6.0.0-i386-netinst.iso. This is the sequence of choices of the installation procedure (almost defaults).
English
United States
American English
debian
{empty}
deb2011!
deb2011!
Debian User
mdeb
deb2011!
deb2011!
Eastern
Guided - use entire disk
{enter}
{enter}
{enter}
Yes
United States
ftp.us.debian.org
{enter}
No
{empty}
Yes
Continue
While waiting for the official link on VirtualBoxes, you can download it here (~ 295 MB).
Posted in English | Tagged free software |
By Carlo on 2011-03-17
Era il tricolore più grande disponibile su eBay, poco meno di cinque metri quadri. :)

150 di questi giorni. :)
Posted in Italiano | Tagged Italia |