This commit is contained in:
sejo 2021-09-16 12:48:03 -05:00
parent c8778abea1
commit 001e7c69e1
1 changed files with 6 additions and 5 deletions

View File

@ -6,16 +6,15 @@ the things that want to happen
## uxn tutorial
complete the {uxn tutorial}: publishing one "day" per week
complete the {uxn tutorial}: publishing ~ one "day" per week
other to-do's:
* change hello sprites example in {uxn tutorial day 2} to match the sprite blending table in the official docs (ordering and inversion of square)
* change notation of shorts in subroutine signatures: * for pointers, ^ for non-pointers
# performances
call for {performances} where the project might fit
calls for {performances} where the project might fit in
## iclc
@ -45,11 +44,12 @@ implement the following concepts:
create and add the following pages and resources:
* page: tabletop paper computers / {beans computing}
* page: 5!, or factorial dance, via {qiudanz technique} transformations
* page: poñg
* page: manifestos (e.g. human powered computation machines, abstracts)
* page: postcards computer
* page(s) : desfases?
* page: poñg
* page: tabletop paper computers
complete, organize and clean the following:
@ -64,6 +64,7 @@ complete, organize and clean the following:
# recently done
* in {uxn tutorial}: changed notation of shorts in subroutine signatures: * for pointers, ^ for non-pointers
* applied to the fall phase of slomoco: {slomoco application}
* page(s) : {references} and inspiration
* develop a turing machine simulator? {turingsim}