class: middle ##note for reviewer: this presentation won't make sense without me speaking through it. if you're still interested, i would redirect you to my
written thesis-proposal
&
mind-map
for connections (with past projects; interests; et-cetera). --- class: middle # thesis-1. .footnote[arjun; 260905.] --- class: middle
map-1; winter - spring, 2026.
--- class: top, left background-image: url("../assets/media/260905_thesis-1/2605_mind-map.webp") --- class: middle
collective thesis-brainstorming; july, 2026.
--- class: middle
what's the thesis?
; august, 2026.
--- class: middle
master image; 8x4 ft.
--- class: middle
the thesis is not art. from
what's the thesis?
; august, 2026.
--- class: middle
past-theses references. from
what's the thesis?
; august, 2026.
--- class: middle
a 'good' project at itp. from
what's the thesis?
; august, 2026.
--- class: middle
a 'good' project at itp. from
what's the thesis?
; august, 2026.
--- class: top, left background-image: url("https://arjunmakesthings.github.io/itp-blog/z_images/3_itp-projects.webp") --- class: middle # emergent complexity. --- class: middle left ## a system composed of simple parts where the collective behaviour is complex. -- .grey[(the outcome can't be determined by studying individual parts.)] .footnote[from
dynamics of complex systems
, by yaneer bar-yam.] --- class: middle
1-d cellular automata; from a new kind of science, by stephen wolfram.
--- class: middle ``` js // define rule: const rule = { 0b111: 1, 0b110: 0, 0b101: 1, 0b100: 0, 0b011: 0, 0b010: 1, 0b001: 0, 0b000: 1, }; ```
rule-set.
--- class: middle
1-d cellular automata; from a new kind of science, by stephen wolfram.
--- class: middle
1-d cellular automata ruleset; from
wolframscience
.
--- class: middle ## the world may be better understood as the execution of simple-programs in nature, as opposed to models of continuous mathematics. --- class: middle
2-d cellular automata; game of life rules, by john conway.
--- class: middle
color explorations with cellular-automata, to explain biological phenomena.
--- class: middle
l-systems & leafs, from a new kind of science, by stephen wolfram.
--- class: middle ## i argue that there
could
be more. --- class: middle ## explore alternative paradigms for rule-based systems (currently cellular-automata) to be expressed in. --- ## this may include: - redefining what a pixel may be (for cellular automata) - breaking away from the structure of a 2-dimensional grid - removing assumptions such as positions of a ‘pixel’ being static or that a ‘pixel’ may only change its light (and color) - that cellular automata must always be ‘seen’ (as opposed to ‘felt’). - … and so on. --- class: middle ## i envision a
collection of small prototypes
(perhaps
no bigger than handling 5x5x5
automata); each of which would be capable of ‘running’ any rule-based system in such a way that a person can compare the experience of the same automata on system-a versus system-b. --- class: middle ## all 'alternative-display' research focuses on how well a system represents an image. ## we don't care about that — we care about the perceivable expression of a rule-set. --- class: middle ##
better, written proposal ->
##
ultrasonic-suspension of 'voxel' experiment ->
--- class: middle ## :]