|
Le brin de cachemire sur sa hanche glisse au creux du ventre de l'autre, elle diminue progressivement son rythme, déboutonne les dernières phrases et fait jouer la glissière. Fonctionnant sans relâche à l'envers, à l'endroit, la machine tricote.Cochon Pull / Pull Cochon Hazard Caroline, le 25/2/2009 à 08h36
|
Panoplie.org propose de confronter deux "cultures de l'écran" contemporaines en constituant une collection de vidéos autour du vocabulaire propre au monde des ordinateurs.
Nous avons choisi le Jargon Informatique, lexique officiel des "hackers", comme source d'inspiration, et la vidéo, sous toutes ses formes, comme mode de représentation et vecteur de réflexion.
Sous 2 semaines, l'équipe de panoplie.org vous informera de la décision de publication de votre soumission et de la date de sa publication.
2006-10-27 17:15:37
proposer une video sur ce thème
[from LISP terminology;
Garbage
Collect ] 1.
vt. To clean up and throw
away useless things. I think I'll GC the top of my desk
today. 2.
vt. To recycle, reclaim, or
put to another use. 3.
n. An instantiation of the
garbage collector process.Garbage collection is
computer-science techspeak for a particular class of strategies for
dynamically but transparently reallocating computer memory (i.e., without
requiring explicit allocation and deallocation by higher-level software).
One such strategy involves periodically scanning all the data in memory and
determining what is no longer accessible; useless data items are then
discarded so that the memory they occupy can be recycled and used for
another purpose. Implementations of the LISP language usually use garbage
collection.In jargon, the full phrase is sometimes heard but the
abbrev* GC is more frequently used because it is
shorter. Note that there is an ambiguity in usage that has to be resolved
by context: I'm going to garbage-collect my desk usually
means to clean out the drawers, but it could also mean to throw away or
recycle the desk itself. |