Friday, April 20, 2007

Abolire il limbo.

Oggi si sono svegliati e hanno detto "non c'e' piu' il limbo". A dire il vero ci avranno pensato per qualche secolo, rimuginato un po' e hanno detto "non c'e' piu'". (o meglio, "non c'e' mai stato").

Secondo me e' importante ricordare che ogni tanto anche quello che e' "Vero" poi diventa "Falso" (o meglio "boh"). Poi ci saranno riflessioni ben piu' profonde, ma alla base c'e' che almeno tutte le cose che non sono consacrate come "dottrina della Fede" sono solo "riflessioni teologiche".

Fatte da autorevoli e meritevoli personaggi che possono prendere qualche granchio.

Thursday, April 19, 2007

un operaio, uno di noi.

Non so piu' a quale Zelig, pippo kennedi, ottavo nano o che ne so, ma c'era un'imitazione del Berlusca che diceva "io sono stato un operaio", io sono stato zappatore, io sono stato casalinga, telefonista, cantante, minatore, addestratore di furetti, insomma, le aveva fatte tutte.

Beh, ora e' tesserato del Partito Democratico.

EE2 Exams.

Exams in iCal format...looking forward to the 13/06! ;-)

Thunderbird 2.

Today the new Thunderbird 2 has officially been released, *wow!*, and looks pretty sleek and nice. (Not sure I like the "folder" icon so much, though). A great nifty little feature, is "place replies in the folder of the message being replied to", so you can keep "threaded" conversations (like gmail).

Wednesday, April 18, 2007

Acqua.

Ho sempre pensato che le cose difficili da trovare qui buone (e senza pagarle un capitale) fossero salumi, formaggi, vini, polenta e usei, cose cosi'. E invece no, la cosa che manca di piu' e' l'acqua.

Possibile che sia cosi' perfida?

Bella cravatta.

Tuesday, April 17, 2007

Like a Rolling Stone 2.

....un'ora dopo...

Rolling Stones quasi tutti vivi (mancano alcuni pezzi qua e la', doh!).

Ma possibile che si e' salvata la Pausini?

Momenti tragici.

Hai presente quando stai ridimensionando una partizione?
Tipo da 90GB farla passare a 150GB?
Hai presente quando sei tipo al 90%?
Hai presente un hard-lock, tutto freezed?
Ecco.

Saturday, April 14, 2007

Binary trees.

Today I was working on a small replacement for std::map, that I am not allowed to use. I ended up doing something like this:

/** the [] random access method will return the Node that
* has that key, or create a new one.
*/

Node* NodeTable::operator[](std::string key){
TreeNode** tmp = &root_of_three;

while (*tmp) {
if (key > (*tmp)->key_) {
tmp = &(*tmp)->rNext_; // right branch
} else if (key < (*tmp)->key_) {
tmp = &(*tmp)->lNext_; // left branch
} else { //key == tmp->key,
return (*tmp)->getVal(); found!
}
}

*tmp = new TreeNode(key);
return (*tmp)->getVal();
}

I am not sure this is the fastest possible solution...

Friday, April 13, 2007

Quotes.

He's the sort who can't know anyone intimately, least of all a woman. He doesn't know what a woman is. He wants you for a possession, something to look at, like a painting or an ivory box. Something to own and to display. He doesn't want you to be real, and to think and to live. He doesn't love you. But I love you. I want you to have your own thoughts and ideas and feelings, even when I hold you in my arms. It's our last chance...

- A Room with a View

Thursday, April 12, 2007

Coincidenze.

Oggi in aereo ero seduto vicino alla stessa persona a cui ero seduto vicino all'andata, 10 giorni fa.

Libero

L'altro giorno ho rifatto la carta di indentita': stato civile, non "celibe", non "single" ma...

stato civile: STATO LIBERO.

Sunday, April 08, 2007

Gnome.

Questa e' di un po' di anni fa, ma sempre spassosa.

Here's a damn big clue: the reason I find gnome limiting is BECAUSE IT IS.

Linus Torvalds

Happy Easter.

ecco.

Monday, April 02, 2007

Un piccolo passo.

Notizia prima di partire: EMI distribuira' musica senza DRM.

Ma su iTunes costera' di piu' (1.29$ invece che 99$). Credo che questo sia un errore strategico (quello del prezzo), dovevano rimanere a 99c, ma e' comunque un passo avanti.

Sunday, April 01, 2007

Windows and Spanish mass.

For some reasons, for Windows faults I went to the Spanish mass. Yesterday I rebooted on Windows (that stores on the BIOS clock the local time EU/Rome), and it reset my clock (I want it to store the GMT time, Unix common practice).

So today I thought it was 12 (it was 11), and I went to the wrong Mass. In Spanish.