Pakui Hardware - Shapeshifter, Heartbreaker
Opening: Friday 24/10 7 pm
25/10 - 22/11/14
Jenifer Nails
Kaiserpassage, Laden 41
Kaiserstraße 62-64
60329 Frankfurt am Main
if (currentEvent == MarketEvents.STABLE_HIGH) {
if (newPrice < lastPrice) // started falling
nextEvent = MarketEvents.FALL;
else
nextEvent = MarketEvents.STABLE_HIGH;
}
if (currentEvent == MarketEvents.RISE) {
if (newPrice <= lastPrice) // stopped rising, started to fall
nextEvent = MarketEvents.FALL;
else
nextEvent = MarketEvents.STABLE_HIGH;
}
if (currentEvent == MarketEvents.FALL) {
if (newPrice > lastPrice) // stopped falling, started to rise
nextEvent = MarketEvents.RISE;
else
nextEvent = MarketEvents.STABLE_LOW;
}
if (currentEvent == MarketEvents.STABLE_LOW) {
if (newPrice > lastPrice) // started to rise
nextEvent = MarketEvents.RISE;
else
nextEvent = MarketEvents.STABLE_LOW;
}
Waking up at 4:30 a.m. for #21earlydays
In haze
Invoke
Spells for maximum
EFFICIENCY
Efficiency and stroke
Pakui Hardware* is a brand name of a collaboration between Ugnius Gelguda and Neringa Černiauskaitė set up in 2014. Pakui Hardware appeared to fill in an empty space of a removed brand logo. The title Pakui Hardware refers to Pakui, special attendant of Haumea [Goddess of fertility whose children were born of various parts of her fragmented body] at Kailua, who could circle Oahu six times in a day. Thus Pakui Hardware is high-speed and brand politics as mythic semio-commodity as well as the desire to transcend the material limitations. Semio-Capital meets materiality.
*Courtesy of Alex Ross (NY)
Special thanks to : Justinas Dūdėnas, Vytautas Viržbickas
if (newPrice < lastPrice) // started falling
nextEvent = MarketEvents.FALL;
else
nextEvent = MarketEvents.STABLE_HIGH;
}
if (currentEvent == MarketEvents.RISE) {
if (newPrice <= lastPrice) // stopped rising, started to fall
nextEvent = MarketEvents.FALL;
else
nextEvent = MarketEvents.STABLE_HIGH;
}
if (currentEvent == MarketEvents.FALL) {
if (newPrice > lastPrice) // stopped falling, started to rise
nextEvent = MarketEvents.RISE;
else
nextEvent = MarketEvents.STABLE_LOW;
}
if (currentEvent == MarketEvents.STABLE_LOW) {
if (newPrice > lastPrice) // started to rise
nextEvent = MarketEvents.RISE;
else
nextEvent = MarketEvents.STABLE_LOW;
}
Waking up at 4:30 a.m. for #21earlydays
In haze
Invoke
Spells for maximum
EFFICIENCY
Efficiency and stroke
Pakui Hardware* is a brand name of a collaboration between Ugnius Gelguda and Neringa Černiauskaitė set up in 2014. Pakui Hardware appeared to fill in an empty space of a removed brand logo. The title Pakui Hardware refers to Pakui, special attendant of Haumea [Goddess of fertility whose children were born of various parts of her fragmented body] at Kailua, who could circle Oahu six times in a day. Thus Pakui Hardware is high-speed and brand politics as mythic semio-commodity as well as the desire to transcend the material limitations. Semio-Capital meets materiality.
*Courtesy of Alex Ross (NY)
Special thanks to : Justinas Dūdėnas, Vytautas Viržbickas