vendredi, avril 27, 2007

Je lis de bas en haut.

Enfin, pas exactement. Au sein d'un paragraphe, je vais lire de haut en bas (sinon, ça serait vraiment le bordel), mais je vais naturellement commencer par le paragraphe en bas de la page. Ça me fait le coup pour les journaux, ce qui à priori n'est pas trop ennuyeux, mais quand je lis un bouquin, il devient alors un peu plus difficile de suivre l'histoire sans se faire des noeuds au cerveau.

Tout cela, c'est bien entendu la faute à Internet!

Lorsque l'on répond à un mail, on a tendance à écrire au dessus du message initial, ce qui fait généralement sens: notre correspondant sait ce qu'il a envoyé, et peut donc lire directement la réponse sans avoir à la chercher dans le mail, et peut toujours se reporter au contenu initial s'il en a besoin. A noter que l'Usenet français combat ce genre de pratique avec force, et que je me fais régulièrement engueuler lorsque je mets ma réponse au dessus.

Même souci avec les blogs, qui mettent le sujet le plus récent en haut.

Et là où tout se gâte, c'est que l'on a effectivement inversé la chronologie. Si je veux savoir ce qui s'est passé avant, je n'ai plus qu'à lire à l'envers. Et vu que cela arrive tout le temps, c'est maintenant dans les médias traditionnels que je me fais avoir. La pratique intensive de la programmation n'arrange pas les choses: l'information intéressante est rarement au tout début, où se trouvent les initialisations, et plutôt que de faire bouger mes yeux, je scrolle afin de maintenir la ligne qui m'intéresse toujours au milieu de l'écran (la molette est mon amie!). Et bien sûr, la plupart des langages se lisent en dépit du bon sens, comme cette déclaration de pointeur qui se lit de droite à gauche:

const int * const var => pointeur constant vers un entier constant.

Peut-être devrais-je faire les pieds au mur?


I read from bottom to top.

Well, not exactly. Inside a paragraph, I will read from top to bottom (otherwise, that would be really messy!), but I will naturally start with the bottom paragraph and make my way up to the top one. When I read newspapers, it's not too annoying, but when reading a novel, following the story becomes something of a nightmare.

And this, of course, is Internet's fault!

When answering to a e-mail, we have the tendency to write on top of the initial message, and that generally makes sense: our reader knows what he has sent (hopefully!), and can directly read the answer without having first to look for it inside the e-mail. To note that the French Usenet fights this kind of habit with force, and I got several messages urging me to write with my answer below.

Same problem with blogs, that put the most recent subject on the top.

And that's where everything becomes messy, because we inverted the chronology. If I want to know what happened before, I have to read upside down. And since it's happening all the time, I have built something of an habit, even in traditional medias. Intensive programming is somewhat at fault, too: the interesting information in the source code is rarely at the beginning, where all the boring initialization lies, and since I'm too lazy to move my eyes, I generally scroll the screen so that what I'm reading is always in the middle of the screen (the wheel is my friend!). And, of course, most programming languages should be read in an esoteric order, like this declaration that needs to be read right to left:

const int * const var => constant pointer to a constant integer.

Go figure!

Aucun commentaire: