-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (89 loc) · 4.37 KB
/
index.html
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
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jacob Haip</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<script src="/script.js" defer></script>
</head>
<body class="homepage">
<p>Jacob Haip</p>
<ul class="dashed">
<li>Web software engineering @ <a href="https://formlabs.com">Formlabs</a></li>
<li>Independent Researcher of programmable spaces, tools for making, and tools for seeing
— <a href="https://programmable.space/">programmable.space</a>.
</li>
<li>On <a href="https://www.linkedin.com/in/jacobhaip/">LinkedIn</a> and I have a <a href="/jhaip-resume-jan-2019.pdf">resume</a></li>
<li>Email: haipjacob at gmail dot com</li>
</ul>
<br><br>
<p>Writing, Projects, Demos</p>
<small>2024</small>
<ul class="dashed">
<li><a href="https://folk.computer/notes/mqtt">Folk Integrations with Microcontrollers</a></li>
</ul>
<small>2023</small>
<ul class="dashed">
<li><a href="https://vimeo.com/862761752">Text Finding Homes</a></li>
<li><a href="https://vimeo.com/808517772">AR Overcooked</a></li>
</ul>
<small>2022</small>
<ul class="dashed">
<li><a href="https://vimeo.com/719290754">Programmable Space in a Book</a></li>
<li><a href="https://vimeo.com/687722980">Programmable Space platforming game demo</a></li>
</ul>
<small>2021</small>
<ul class="dashed">
<li><a href="https://haiperspace.com/writing/21-10-26-floor-lamp/">AR Floor Lamp Build</a></li>
<li><a href="https://vimeo.com/634009429">Musical Posters Demo using Floor Lamp</a></li>
<li><a href="https://haiperspace.com/writing/21-09-25-growing-a-space/">How to Grow a Programmable Space</a></li>
<li><a href="https://haiperspace.com/writing/21-04-19-circuitpython-editor/">CircuitPython Editor in the Room</a></li>
</ul>
<small>2020</small>
<ul class="dashed">
<li><a href="https://vimeo.com/492960035">Programmable Space Etch-A-Sketch</a></li>
<li><a href="https://vimeo.com/438758942">Programmable Space Voice Assistant</a></li>
<li><a href="https://vimeo.com/403876366">Dangling String</a></li>
<li><a href="https://vimeo.com/400827615">Programmable Space - Cards and Augmented Calendar</a></li>
<li><a href="https://vimeo.com/391765260">AR Desk Lamp</a></li>
<li><a href="/writing/20-02-11-rfid-cards/">Mobile Programmable Space</a></li>
</ul>
<small>2019</small>
<ul class="dashed">
<li><a href="/writing/19-09-08-physical-programming/#laser-regions">Defining and interacting with regions on wall with a laser pointer</a></li>
<li><a href="/writing/19-09-08-physical-programming/#text-free-robot-programming">Non-textual programming of robots</a></li>
<li><a href="/writing/19-09-08-physical-programming/#spatial-awareness">Spatial Programming</a></li>
<li><a href="https://vimeo.com/492960035">Programmable Space Etch-A-Sketch</a></li>
</ul>
<small>2018</small>
<ul class="dashed">
<li><a href="https://www.youtube.com/watch?v=LqK2nMTE90g">Robot "Seeing Tool"</a></li>
</ul>
<small>2017</small>
<ul class="dashed">
<li><a href="https://medium.com/@jhaip/seeing-space-89104020793g">Seeing Space</a></li>
</ul>
<small>2015</small>
<ul class="dashed">
<li><a href="/projects/thermal-printer-scanner/">Thermal Printer & Scanner</a></li>
</ul>
<small>2014</small>
<ul class="dashed">
<li><a href="/projects/sunflower/">Sunflower Project Design</a></li>
<li><a href="/projects/maslab/">MIT MASLAB Competition Robot</a></li>
<li><a href="/projects/printer-discourse/">Public Art: The Printer Discourse</a></li>
<li><a href="/projects/parametric-cube-maze/">3D Printed Mazes</a></li>
<li><a href="/projects/kinect-banana-slicer/">Chopping Bananas</a></li>
</ul>
<small>2012</small>
<ul class="dashed">
<li><a href="/projects/homeprint/">HomePrint @ MIT Media Lab</a></li>
</ul>
<small>2009 - 2011</small>
<ul class="dashed">
<li><a href="/projects/multi-touch/">Making Multi-Touch Screens</a></li>
</ul>
</body>
</html>