quantum physics \subset mathematics
Les droits inaliénables du troll :
1) le droit d'avoir raison
2) le droit d'être péremptoire
3) le droit de ne pas lire
4) le droit de ne pas répondre
5) le droit d'être de mauvaise foi
6) Autant pour moi / Faignant / Vivent Tintin et Milou
Ca marche avec tout, je trouve comme formulation...

"- Nigga you know what the fuck I want, nigga: I want your motherfuckin' Daytons, and your motherfuckin' stereo! And I'll take a double burger with cheese!
- WHUT?"
I LOVE TO HATE/I HATE YOUR LOVE -AND I CAN'T FEEL AFFECTION FOR PEOPLE LIKE YOU!
CAALGOOONNNNN [TELLMESOMETHINGIDONTKNOW SHOWMESOMETHINGICANTUSE PUSHTHEBUTTONS CONNECTTHEGODDAMNDOTS] (Si Dieu existe il doit me détester...) WriteStringToStream(";\n", writeTo);

HURRRR !
baseAttributes.m_AbstractGTT

HURRRR !
tests evolvers SPU (genre 17149)

HURRRR !
Start of the JD (Julian day) count is from 0 at 12 noon 1 JAN -4712

Que cache le pays des Dieux ? -
Forum Ghibli -
Forum LittéraireLa fin d'un monde souillé est venue. L'oiseau blanc plane dans le ciel annonçant le début d'une longue ère de purification. Détachons-nous à jamais de notre vie dans ce monde de souffrance. Ô toi l'oiseau blanc, l'être vêtu de bleu, guide nous vers ce monde de pureté. - Sutra originel dork.
Why do business analysts and project managers get higher salaries than programmers?

Je ne suis pas développeur Java : je suis artiste Java.
Ce que l’on conçoit bien s’énonce clairement, / Et le code pour l’écrire arrive aisément.
Hâtez-vous lentement ; toujours, avec méthode, / Vingt fois dans l’IDE travaillez votre code.
La perfection est atteinte, non pas lorsqu’il n’y a plus rien à ajouter, mais lorsqu’il n’y a plus rien à retirer.
You don't use science to show that you're right, you use science to become right.
const float *tn = reinterpret_cast<const float*>(view->m_Tangents + id * 2);
vec_float4 cccc = vec_splats(cursor);
vec_float4 tn0 = vec_ld(0, tn + 4);
vec_float4 tn1 = vec_ld(0, tn + 8);
vec_float4 f2 = vec_madd(cccc, cccc, zero);
// note: we could reorder things to use vec_nmsub, and get rid of most of these zeroes, but we seem to get lower perfs
#ifdef USE_NMSUB
vec_float4 wt1 = vec_nmsub(f2, cccc, f2); // f2-f2*t
vec_float4 wt0 = vec_sub(cccc, vec_add(wt1, f2));
vec_float4 wp1 = vec_add(f2, vec_add(wt1, wt1));
vec_float4 s = vec_add(vec_madd(p1, wp1, vec_nmsub(p0, wp1, p0)), vec_madd(tn0, wt0, vec_nmsub(tn1, wt1, zero)));
#else
vec_float4 f3 = vec_madd(f2, cccc, zero); // f2*t-f2
vec_float4 wt1 = vec_sub(f3, f2);
vec_float4 wt0 = vec_add(vec_sub(wt1, f2), cccc);
vec_float4 wp1 = vec_sub(f2, vec_add(wt1, wt1));
vec_float4 wp0 = vec_sub(one, wp1);
vec_float4 s = vec_add(vec_madd(p0, wp0, vec_madd(p1, wp1, zero)), vec_madd(tn0, wt0, vec_madd(tn1, wt1, zero)));
#endif

HURRRR !
Started WebApplicationContext

Je ne suis pas développeur Java : je suis artiste Java.
Ce que l’on conçoit bien s’énonce clairement, / Et le code pour l’écrire arrive aisément.
Hâtez-vous lentement ; toujours, avec méthode, / Vingt fois dans l’IDE travaillez votre code.
La perfection est atteinte, non pas lorsqu’il n’y a plus rien à ajouter, mais lorsqu’il n’y a plus rien à retirer.
You don't use science to show that you're right, you use science to become right.