Skip to content

Inks based on alcohol

making inks & modifying

An excellent opportunity to forage in kitchen cabinets, stock rooms, shops and markets.

I made some water based inks from the two different avocado dyes and the campeche dye.

Research

"From the neighbourhood fish monger Vishandel Tel I bought a cuttlefish or Sepia. I filleted the animal and kept the inkgland separate in the freezer.

In the kitchen cabinets I found some red yeast rice or angkak or red rice koji. A fermented rice used to colour foods like char sui and peking duck a pleasing deep red colour. It is also widely used in (Chinese) Medicine to treat indigestion, heart disease and improve circulation. The koji came from local asian supermarket dun yong, and was past its use-by date, perfect for doing something else than ingesting it.

I always have fresh tumeric at home, for use in curries, tea and smoothies.

I made some alcohol based inks from the Sepia Ink gland, some fresh tumeric, red yeast rice, avocado wood and the campeche from the kit. "

Vishandel Tel

dun yong

denaturated alcohol drogist.nl

Recipes.

Use the three backticks to separate code.

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}


Last update: January 11, 2021