compudanzas/src/roadmap.gmo

72 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-06-15 03:15:43 +00:00
# roadmap
the things that want to happen
2021-07-22 00:50:10 +00:00
# documentation
2021-08-16 21:07:49 +00:00
## uxn tutorial
2021-07-28 23:17:56 +00:00
complete the {uxn tutorial}: publishing one "day" per week
2021-08-16 21:07:49 +00:00
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
2021-08-16 21:07:49 +00:00
2021-07-05 17:08:42 +00:00
# performances
2021-09-02 23:32:13 +00:00
call for {performances} where the project might fit
2021-07-28 23:17:56 +00:00
## iclc
2021-07-06 22:30:20 +00:00
it'd be nice to apply to iclc 2021, as it talks about "live coding without computers"
2021-07-05 17:08:42 +00:00
=> https://iclc.toplap.org/2021/ iclc 2021
2021-09-02 23:32:13 +00:00
due date oct 4th, 12021
2021-07-06 22:30:20 +00:00
## moco 2022
=> https://moco22.movementcomputing.org/cfp.html moco 2022 call for papers
due date feb 4th, 12022
2021-07-06 22:30:20 +00:00
# coloring computers
implement the following concepts:
=> https://www.solipsys.co.uk/new/FactoringViaGraphThreeColouring.html?tk30mn Factoring Via Graph Three Colouring
{coloring computers}
2021-06-15 03:15:43 +00:00
# wiki
2021-06-16 23:07:26 +00:00
## to do
2021-06-16 20:57:56 +00:00
create and add the following pages and resources:
2021-06-15 03:15:43 +00:00
2021-06-16 23:07:26 +00:00
* page: manifestos (e.g. human powered computation machines, abstracts)
2021-06-15 03:15:43 +00:00
* page: postcards computer
* page(s) : desfases?
* page: poñg
2021-07-07 20:09:26 +00:00
* page: tabletop paper computers
2021-06-16 20:57:56 +00:00
2021-06-16 23:07:26 +00:00
complete, organize and clean the following:
2021-06-16 20:57:56 +00:00
2021-06-15 03:15:43 +00:00
* organize translations
2021-06-16 23:07:26 +00:00
* systematize classification in the {logiteca}
2021-07-07 20:09:26 +00:00
# and more
2021-07-28 23:17:56 +00:00
* develop a {computadora de papel} simulator?
2021-07-07 20:09:26 +00:00
* paper cards-based uxn implementation?
* uxn {verilog} implementation?
2021-09-07 20:58:57 +00:00
# recently done
* applied to the fall phase of slomoco: {slomoco application}
2021-09-07 20:58:57 +00:00
* page(s) : {references} and inspiration
* develop a turing machine simulator? {turingsim}
* table of logic gates in {compuertas}
2021-09-07 22:14:16 +00:00
* {uxn tutorial day 2}: update the low nibble table for 2bpp to reflect changes in the ppu