Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
Microcodes are very small code-based artworks. Each one is a fully contained work of art. The conceptual meaning of each piece is revealed through a combination of the title, the code and the results of running them on a computer. As works of art these are the creative work of Pall Thayer. As programs they may be copied, distributed, modified and used under the terms of the GNU General Public License v.3 or (at your option) any later version.
;; Hello World for the nasm Assembler (Linux)
SECTION .data
msg db "Hello, world!",0xa ;
len equ $ - msg
SECTION .text
global main
main:
mov eax,4 ; write system call
mov ebx,1 ; file (stdou)
mov ecx,msg ...
String Based Cooking by Jaromil (2006) is a translation of a cooking recipe for Barszcz soup into programming language C. Barszcz [often written 'Borscht'] derives from traditional Eastern and Central European cuisine and is a soup of red beetroot that comes in many regional and seasonal varieties. This recipe is for 'Ukrainian Barszcz' popular in Polish cuisine. The project draws attention to the parallel between programming and recipes in a cookbook as a set of instructions to follow. Jaromils Barszcz C recipe (string based cooking) is the first contribution to a Barszcz source code repository project (http://www.kurator.org/wiki/main/read/Barszcz) initiated by KURATOR (http://www.kurator.org/)
/** Barszcz C receipt
*
* string based cooking
*
* Copyleft (C) 2006 Denis "Jaromil" Rojo
* for the barszcz project (currently unfinished)
*
* This source code is free software; you can redistribute it and/or
* modify it under the terms of the GNU Public License as publi...
www_hack is a web interventions or hack that deals with users virtual isolation and disrupted multitudes as a critical approach to social utopias.
The web is being euphorically promoted as a privileged arena for emerging communities and open collaborations. Much has been speculated about its virtual unlimited possibilities, but very little has been discussed about its internal architecture and protocols that reflect a server client hegemony where users are separated from information and from each other.
www_hack exposes the web inner workings by inverting the common web interface. A script installed in a website allows all visitors to observe each others mouse movement, creating a disrupted multitude where interaction is constrained to mouse movements.