Tag: tablet weaving

  • Further attempts at untangling tablet weave

    One of the great unknowns following the first weavecoding project was the nature of tablet weave. Other than a few primitive attempts that didn’t work in all cases and lead us to further questions, modelling tablet weave fully was left as an undeciphered mystery. Tablet weave is a complex and particularly ancient form of weaving,…

  • How to warp a tablet loom (/neolithic digital computing device)

    Tablet looms have some interesting properties. Firstly, they are very very old – our neolithic ancestors invented them. Secondly they are quite straightforward to make and weave but form an extremely complex structure that incorporates both weaving and braiding (and one I haven’t managed to simulate correctly yet) – they are also the only form…

  • Tangible programming: detecting flip, rotation and id with magnets

    When we started designing the pattern matrix we wanted to include the possibility of encoding more than binary (which side is up) using the magnets. In order to test this, we made the bottom row of sensors with 4 in a square – the rest only have one sensor currently (to avoid blowing the budget…

  • Future Thinking for Social Living: Weavecoding in assisted housing

    Our work on weavecoding is now reaching out to other uses and projects. One is Future Thinking for Social Living, run by Magda Tyżlik-Carver and Fiona Hackney. This research project aims to look at the relationship between wellbeing, home, making and technology and is centred on Miners Court, who provide assisted housing in Redruth in…

  • Loose threads from weavecoding

    Midway through the weavecoding project and our researches have thrown up a whole load of topics that either don’t quite fit into our framework, or we simply won’t have time to pursue properly. Here are some of the tangents I’ve collected so far. Coding with knots: Khipu One of the cultures I’m increasingly interested in…

  • New tangible weavecoding device – pattern matrix

    We’re starting construction of version 2 of the flotsam tangible programming device, specialised to weaving – and henceforth known as the ‘pattern matrix’. This will be tested during May at our upcoming performance/workshop/residency at Munich’s Museum für Abgüsse Klassischer Bildwerke (Museum of Casts of Classical Sculpture) with the Coding weaves project, and then for later…

  • Test pattern rendered in threads

    Following my own code: (weave-forward 1) (twist 0 2 4 6) (repeat 4 (twist 3) (weave-forward 4) (twist 5) (weave-back 4))

  • A language for Tablet weaving

    After the tablet weaving experiment, here is an attempt at a language/notation for understanding it better. You can have a go here. Lets start simple: (weave-forward 16) The card rotations are shown on the left for each of the 8 cards, the predicted weaving is on the right for the top and bottom of the…

  • Coding with threads: Tablet loom

    Tablet weaving is an ancient form of pattern production using cards which are rotated to provide different sheds between warp threads. It’s used to produce long strips of fabric, or the starting bands and borders that form part of a larger warp weighted weaving. We’ll come to the second use later in the weaving codes…