How to Create the Jacquard Mechanism for a Circular Loom?
Jacquard looms have long fascinated me. Their cobweb-like
form resembles a living organism. The machine is incredibly intricate, with so
many moving parts that it's almost incomprehensible how one could create it —
let alone maintain it. Yet, believe it or not, its complexity is based on a
remarkably simple concept.
the 'box' is the metal part on top |
The Jacquard loom is said to have influenced the development of binary thinking. Its use of punch cards to control shedding later inspired early computer programming. Each card carried a set of instructions, and these cards were linked in a chain, forming a train of commands that was read by a mechanical device — let's call it "the box."
Most punchers — were women. Each card had to be manually perforated |
[From The Common Thread: "Some might say that
history starts with writing, but in textile research, history starts
with clothing, and before history was nakedness."]
The box introduces a limitation that persists even now — the sequential bottleneck. Most programming languages still operate on machines rooted in this same mechanism. Efforts like multithreading, concurrency, and async-await attempt to mitigate this flaw, but they still rely on underlying systems designed to process sequences. Even advanced approaches must account for certain system constraints — often described by Amdahl's Law:
"Amdahl's Law states that the maximum speedup an application can achieve is limited by the portions that must execute sequentially."
Hardware imposes fundamental limitations that can’t be fully bypassed. All the abstractions in programming languages and frameworks are just attempts to manage these constraints more efficiently. It’s like building bridges over a river – the river is still there, but we try to make it less of an obstacle.
Another major technical issue — the memory bottleneck it’s again a reminiscence of the loom. This bottleneck is a significant challenge, possibly explaining why demanding tasks like artificial intelligence or gaming require so much computational power. Yet, emerging LLMs (large language models) and generative algorithms offer hope(by helping in development) for integrated memory and computational design, such as Processing-in-Memory (PIM) technologies:
Breaking the von Neumann bottleneck: architecture-level processing-in-memory technology
The Memory Bottleneck: New AI Chip Designs That Overcome von Neumann’s Limits
What if we mimicked the way bacteria — a seemingly simple organism — operates, where everything happens simultaneously: reading, translating, and replicating DNA sequences with various enzymes?
Factors Behind Junk DNA in Bacteria
The dark side of the genome - does it matter?
Tadek Beutlich: On and Off the Loom, installation view, Ditchling Museum of Art and Craft, 18 January – 22 June 2025. Photo: Phoebe Wingrove. |
What would happen if we adopted principles from beehives or ant colonies — systems in which individual units collaborate to create complex outputs?
Here is a different approach
different to ‘sequential’ in the field of textiles:
What if the Jacquard mechanism were designed for a machine
like this? What would replace punch cards? Could we eliminate the sequential
square-based logic altogether?
The circle defies the square. At the very least, it marks a
major step toward moving beyond the limitations of sequential thinking. The
movement is no longer back and forth, side to side — sets of dots after another
set — but something more spiral-like, fluid, and constant.
Perhaps the real question is whether we need the division
between the interpreting body and the mechanism performing it. How do we blur
that line? How do we create a system where interpretation and execution are one
and the same — where maybe a motion itself is the key? The swing, the breath (the
amplitude) — these rhythmic movements might hold the answer.
How do we create the Jacquard mechanism for a circular loom? I don't know, but "we cannot solve our problems with the same thinking we used when we created them".