agrega a jarotsim y actualiza ahora/now y log

This commit is contained in:
sejo 2022-04-02 12:10:48 -06:00
parent a879d19ce8
commit 1f49af73ce
7 changed files with 27 additions and 12 deletions

View File

@ -2,15 +2,10 @@
lang=es en->{now}
en qué andamos aproximadamente en estos momentos:
programamos un nuevo generador de sitio estático para este {wiki}, llamado {esglua}.
presentamos {alive computing dance} en el 10 aniversario de algorave, nuestro primer performance que utiliza a la {qiudanz technique}.
desarrollando {jarotsim}, herramienta alegre para explorar y programar {máquinas de turing} al vuelo.
en preparación para iniciar una posición de investigación en movimiento y computación.
en recuperación de correr un maratón
=> ./running.gmi {running}
puedes encontrar actualizaciones previas enlistadas cronológicamente en el {log}.
dependiendo de cómo hayas llegado aquí, puede ser que quieras saber {acerca} de compudanzas.

View File

@ -82,6 +82,10 @@ si la tabla no tiene una respuesta, entonces la máquina se detiene. el cómputo
encuentra aquí {máquinas de turing} para implementar y bailar.
# simulación
podemos utilizar {turingsim} o {jarotsim} para simular estas danzas.
# enlaces relevantes
=> https://www.cs.virginia.edu/~robins/Turing_Paper_1936.pdf on computable numbers, with an application to the entscheidungsproblem - alan turing 1936

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

19
src/jarotsim.gmo Normal file
View File

@ -0,0 +1,19 @@
# jarotsim
playful tool to explore and livecode turing machines. (work in progress)
=> ./img/screenshot_jarotsim-tapes.png screenshot of jarotsim showing a series of states of a turing machine, each of them consists in bird with a hat over a tape with different tiles
# about
jarotsim is inspired by {turingsim} as a simulator of turing-machine-based performances like {d-turing} or {mub}.
it embraces computing for fun, play and learning.
the objective is to have a graphical user interface where one can edit / livecode the rules of the machine and its tape, and explore their effects.
for the moment the idea is to have a maximum of 4 states and 4 symbols. according to Wolfram, they should be more than enough to explore complex behaviors.
=> https://www.wolframscience.com/nks/p78--turing-machines/ Turing Machines: A New Kind of Science | Online by Stephen Wolfram
as of now, all of the machines described in {máquinas de turing} can be simulated in jarotsim.

View File

@ -1,3 +1,4 @@
2022-04-02T12:00:00-06:00 started developing jarotsim, a playful tool to explore and livecode turing machines {jarotsim}
2022-03-27T19:00:00-06:00 started using esglua, our static site generator {esglua}
2022-03-20T12:00:00-06:00 performed (a)live computing dance on algorave 10th birthday {alive computing dance}
2022-02-09T19:00:00-06:00 updated our introduction to uxn e-books with a new table formatting and some minor corrections {publications}

View File

@ -2,7 +2,7 @@
lang=es
compendio de descripciones de máquinas de turing para implementarse de múltiples formas.
ideales para bailarlas en modalidad {d-turing}
ideales para bailarlas en modalidad {d-turing}, o para simularlas con {jarotsim} o {turingsim}.
# la primera

View File

@ -2,12 +2,8 @@
lang=en es->{ahora}
what are we up to approximately now.
wrote a new static site generator for the {wiki}, called {esglua}.
we just performed {alive computing dance} on the 10th anniversay of algorave, a livecoding performance using the {qiudanz technique}.
developing {jarotsim}, a playful tool to explore and livecode turing machines.
preparing to start a movement and computing research position.
recovering from {running} a marathon.
you can find previous updates in our {log}.