-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgrammingObjects.html
More file actions
97 lines (79 loc) · 6.08 KB
/
ProgrammingObjects.html
File metadata and controls
97 lines (79 loc) · 6.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<div class="project-container">
<div class="img-project-container">
<div class="img-container">
<a class="img-container-link" href="#">
<img id="0"
data-original="img/Programming-Objects_00_Fan.jpg"
data-original-m="img/Programming-Objects_00_Fan_m.jpg"
data-original-s="img/Programming-Objects_00_Fan_s.jpg"
alt="Programming Objects - fan"></img>
<img id="1"
data-original="img/Programming-Objects_01_Mixer.jpg"
data-original-m="img/Programming-Objects_01_Mixer_m.jpg"
data-original-s="img/Programming-Objects_01_Mixer_s.jpg"
alt="Programming Objects - mixex"></img>
<img id="2"
data-original="img/Programming-Objects_02_Exhibition.jpg"
data-original-m="img/Programming-Objects_02_Exhibition_m.jpg"
data-original-s="img/Programming-Objects_02_Exhibition_s.jpg"
alt="Programming Objects - BIO50 Exhibition"></img>
<img id="3"
data-original="img/Programming-Objects_03_Exhibition.jpg"
data-original-m="img/Programming-Objects_03_Exhibition_m.jpg"
data-original-s="img/Programming-Objects_03_Exhibition_s.jpg"
alt="Programming Objects - BIO50 Exhibition"></img>
<img id="4"
data-original="img/Programming-Objects_04_Workshop.jpg"
data-original-m="img/Programming-Objects_04_Workshop_m.jpg"
data-original-s="img/Programming-Objects_04_Workshop_s.jpg"
alt="Programming Objects - workshop"></img>
<img id="5"
data-original="img/Programming-Objects_05_Workshop.jpg"
data-original-m="img/Programming-Objects_05_Workshop_m.jpg"
data-original-s="img/Programming-Objects_05_Workshop_s.jpg"
alt="Programming Objects - workshop"></img>
<img id="6"
data-original="img/Programming-Objects_06_Workshop.jpg"
data-original-m="img/Programming-Objects_06_Workshop_m.jpg"
data-original-s="img/Programming-Objects_06_Workshop_s.jpg"
alt="Programming Objects - workshop"></img>
</a>
</div>
<div class="img-footer">
<span class="currentImgNum"></span>/<span class="totImgNum"></span>
</div>
</div>
<div class="text-container-wrapper">
<div class="text-container">
<p class="project-info-title">overview</p>
<p class="project-description">What if objects were produced the way open source software is developed?</p>
<p>Creating software has become a flexible, collaborative, and adaptable process: projects develop as code is openly shared, reviewed, adapted, and distributed. Simultaneously, home appliances are increasingly dependent on inflexible standards of production leading to a lack of reparability, less adaptability, and more waste. With affordable technologies of digital manufacturing and electronic platforms, translating code into matter is becoming possible for everyone.</p>
<p>Programming object thus seek to bring open source software practices into the world of (open hardware) appliances. Moving away from a top-down approach from corporation to consumer, to one where objects are designed, developed, and produced democratically within open communities.</p>
<p>2014.......<a href="https://bio.si/en/" target="_blank">BIO50</a>, 24th Biennial of Design
Ljubljana (Slovenia)</a><br>
Role.......Concept/Interaction Design/Technology<br>
Press......<a href="https://www.designboom.com/design/hacking-households-bio-50-09-30-2014/" target="_blank">Desigboom</a>,
<a href="https://gizmodo.com/a-lego-like-kit-for-building-and-easily-repairing-house-1640781866" target="_blank">Gizmodo</a><br>
Photos.....Tilen Sepič (1, 2, 5, 6, 7), Ana Kovac (3, 4)<br>
<br><p class="project-info-title">information</p>
<p>I was selected to join a research team
around the theme "Hacking Households", whose starting point was to explore how open source design, personal fabrication and DIY electronics could be used for rethinking the production of household appliances.</p>
<p>The project was funded by MAO, the Museum of Architecture and Design of Ljublana (Slovenia) for BIO50, the 24th Biennale of Design, curated by Jan Boelen.</p>
<p>Programming Objects is the result of a collaborative work that lasted 6 months. During this time the team met six times, while most part of the work happened online. Skype calls were made, <a href="https://farm6.staticflickr.com/5567/14923725420_2f64d778f7_o.jpg" target="_blank">Muraly boards</a> were sketched, <a href="https://medium.com/@orgonomyprod/programming-objects-b5b042c70fe9" target="_blank">texts</a> compiled, 3D Design files shared, and code was committed and pushed.</p>
<br><p class="project-info-title">design + technology</p>
<p>With Programming Objects our goal was to bring Open Source software development practices in the world of house appliances. Thus making extensive use of reusable modules (libraries) and adapting software the practice of forking for an evolutionary system of objects. For the exhibition we designed and realized a collection of objects built around a set of reusable parts, each of these block composed of an electronic module inside a 3D printed case.</p>
<p>My technical role in the team was expecially to take care of electronics and code: finding components for the modular parts and making the appliances to actually function. Furthermore we wanted to acknowledge current technological trends, thus our system had to include smart and IoT functionalities.</p>
<p><a href="https://www.spark.io" target="_blank">Sparkcore</a> technology provided a neat choice for embedding "intelligence" in our objects and was fitting the conceptual guidelines of the project. It is Open Source Hardware, Arduino compatible, inexpensive and Wi-Fi enabled. Using this technology we realized a gesture controlled fan (a fan controlled by waving an hand in front of it) and an internet connected fan (a fan that can controlled remotely from a web interface).</p>
<p>
<div class="iframe-aspect-ratio">
<iframe src="https://www.youtube.com/embed/7WFUH67jtnE?autoplay=0&controls=0" frameborder="0" ></iframe>
</div>
</p>
<p>
<div class="iframe-aspect-ratio">
<iframe src="https://www.youtube.com/embed/Dp0nxZz4IMY?autoplay=0&controls=0" frameborder="0" ></iframe>
</div>
</p>
</div>
</div>
</div>