persephone81:

(via Lexical Distance Among the Languages of Europe « Etymologikon)

SRD credo che sia sardo.

Come dicevo ieri a un’amica, ci manca l’Euskara, la lingua basca.

Credo sia la più isolata di tutta l’Europa. Perfino a Copenaghen, a Goteborg o in Grecia, capivo i cartelli stradali e le indicazioni, con un po’ di intuito. Per il greco, memorizzando la fonetica dell’alfabeto, spesso dalla pronuncia si riesce a dedurre una specie di significato grossolano. Svedese e danese sono pieni di parole simili all’inglese.

Ma l’euskara no. Non mi sono mai sentito così smarrito come a San Sebastian. Poter leggere tutto e non decifrare una singola parola, una. Sembra un mondo alieno.

ascoltailmiosguardo:

hofamedeituoiocchi:

Martedì.

Eccomi. Io domani!

Ale vieni a pranzo con noi? Siamo tutti oggi, dai !
Yawn.. si, ora ‘rivo” (e mi riaddormento)
Ale guarda che bella giornata che e’ oggi! C’e’ il sole!
Che culo.” (e mi giro di la).
Ma come fai a restare ancora a letto? Non ti scappa la pipi’?
Se continuo a muovere le gambe la reggo.” (e mi riaddormento muovendo le gambe).

moviecode:

From: http://deeperdesign.wordpress.com/2010/02/26/is-iron-man-made-of-lego/

I was re-watching Iron Man recently and noticed something interesting.  During Iron Man’s first “boot up sequence”, in the “terrorist” caves of Nowhereistan, some butchered C code is displayed on a faked up laptop screen.

The code displayed on screen, although missing some syntactically important characters such as semi-colons, is actual valid C source code.  So valid in fact that I wondered where it came from.

After a quick Google I found it. This code is in fact as follows:

    send[0] = 0x65;
    send[1] = 1;
    send[2] = 3;
    send[3] = 5;
    send[4] = 7;
    send[5] = 11;

    if (rcx_sendrecv(fd, send, 6, recv, 1, 50, RETRIES, use_comp) != 1) {
	fprintf(stderr, "%s: delete firmware failedn", progname);
	exit(1);
    }

    /* Start firmware download */
    send[0] = 0x75;
    send[1] = (start >> 0) & 0xff;
    send[2] = (start >> 8) & 0xff;
    send[3] = (cksum >> 0) & 0xff;
    send[4] = (cksum >> 8) & 0xff;
    send[5] = 0;

    if (rcx_sendrecv(fd, send, 6, recv, 2, 50, RETRIES, use_comp) != 2) {
	fprintf(stderr, "%s: start firmware download failedn", progname);
	exit(1);
    }

    /* Transfer data */
    addr = 0;
    index = 1;
    for (addr = 0, index = 1; addr < len; addr += size, index++) {

The code above comes from a firmware downloader for the RCX (a programmable, microcontroller-based Lego brick), written in 1998 at Stanford University by Kekoa Proudfoot. You can get the full source file here and it is distributed under the Mozilla Public License.  This is the same license used by Firefox and many other Open Source software products.

The sequence in the film in which this code appears suggests that the code is either being downloaded as firmware to the Iron Man suit or being used to upload firmware to an RCX Lego brick that is somehow involved in the operation of Iron Man.

So it appears that Iron Man is either powered by Open Source software or made of Lego.  I’m not sure which is cooler.

Diceva un codino
E aveva ragione
Che il re più coglione
È il popolo re.

Son vani lamenti
Non valgon ragioni
Se tardi ti penti
Ripeti con me:
Il re dei coglioni
È il popolo re!

La misera storia
Del danno sofferto
Ti faccia più esperto
Più degno di te!
O re dei coglioni,
o popolo re!

Un vecchio canto popolare, ripreso e decontestualizzato per adattarlo all’oggi. (via kon-igi)