008 Hoodies
Description: There is no way out. Only survival. Introducing Archive 008. The Living Archive expands its borders into the realm of modern psychological horror. The Township tee is a visceral tribute to the stories of isolation, the unknown, and the monsters that wait in the dark. Stripping away complex vectors, this piece relies on raw emotion. The chest features the word "FROM" in an aggressive, distressed typeface, scratched into our premium black heavyweight cotton. It is a minimalist design with maximalist tension—a wearable warning sign. For those who know what happens when the sun goes down.
Description: There is no way out. Only survival. Introducing Archive 008. The Living Archive expands its borders into the realm of modern psychological horror. The Township tee is a visceral tribute to the stories of isolation, the unknown, and the monsters that wait in the dark. Stripping away complex vectors, this piece relies on raw emotion. The chest features the word "FROM" in an aggressive, distressed typeface, scratched into our premium black heavyweight cotton. It is a minimalist design with maximalist tension—a wearable warning sign. For those who know what happens when the sun goes down.
Description: Part of the Broken English Wisdom series, this intentionally mistranslated proverb offers life advice that's somehow both inspiring and completely impossible to understand. A perfect blend of fake ancient wisdom, awkward translation, and absurd humor for anyone who appreciates beautifully broken English.
Description: Forgiveness does not change the past; it allows the heart to receive light again. Love → Fracture → Trauma → Fear of Death → Existence → The Divine → Rediscovering the Sel Some journeys are not meant to take us outward, but inward. This collection follows a path through fear, fracture, and the search for meaning until it reaches the place where the self is found again.
Description: The whole leaves its signature in every part. Resonance → Niche → Love → The Divine → One Light → Dimensions → Connections→ Infinity Within Infinity Some experiences do not simply change what we believe; they transform the way reality itself appears This collection explores the human search for hidden meaning, unseen connections, and the quiet patterns that seem to unite everything. It is not about proving that such patterns exist, but about the extraordinary ways the mind can experience the world while trying to understand it.
Description: // Created with Processing see processing.org // Licensed under Creative Commons Attribution ShareAlike // https://creativecommons.org/licenses/by-sa/3.0 // https://creativecommons.org/licenses/GPL/2.0/ // http://www.redbubble.com/people/rupertrussell // triangles_005_001 // 20170205 PVector a; PVector b; PVector c; float shrink = .9; float grey=0; float len = 27000; // ensure that this is larger thatn the camvas boolean black = true; void setup () { size(13500, 13500); background(255); noLoop(); smooth(); strokeWeight(1); stroke(grey); int size = 13500; a = new PVector(-size, -size, 0); b = new PVector(size, -size, 0); c = new PVector(0, size, 0); } void draw () { translate(width ...