-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
583 lines (523 loc) · 38.3 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<html>
<head>
<title>albiar</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css"/>
<script src="https://cdn.jsdelivr.net/npm/@croquet/croquet"></script>
<script src="https://cdn.jsdelivr.net/npm/qrious"></script>
<script src="./move.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
if (window.location.search !== "") {
let s1 = document.createElement("script");
document.head.appendChild(s1);
new Promise((resolve) => {
s1.src = "https://cdn.jsdelivr.net/npm/[email protected]";
s1.onload = resolve;
}).then(() => {
let q = new QRious({
element: document.getElementById("qr"),
value: window.location.href
});
SimplePageView.start({
apiKey: "16AxEcvh2DMiDImmLu90du6spB3kCBFNa5srzoBDg",
eventRateLimit: 60
});
});
} else {
let style = document.createElement("style");
style.innerHTML = "html {scroll-behavior: smooth;";
document.body.appendChild(style);
}
</script>
<div class="article">
<div class="sidebar">
<div class="menu">
<div>Guillermo / <a href="ja.html">Lucia</a></div>
<hr>
<div class="toc-button" id="aboutme-button">acerca de mi</div>
<div class="toc-button" id="projects-button">Teatro romano</div>
<div class="toc-button" id="books-button">Books etc.</div>
<div class="toc-button" id="academic-button">Academic</div>
<div class="toc-button" id="other-work-button">Other Work</div>
<div class="toc-button" id="education-button">Education</div>
<div class="toc-button" id="employment-button">Employment</div>
<div class="toc-button" id="other-button">Other Interests</div>
<div id="qrHolder"><canvas id="qr" width=80 height=80></canvas></div>
</div>
<div class="gradient">
</div>
</div>
<div class="content" id="content">
<h1 class="top-name" id="aboutme">Guillermo Albiar.</h1>
<div class="">
<h3>nuestra historia</h3>
<p>
Hola bienvenidos a la historia de cartagena atraves de sus acontecimientos historicos :) .
</p>
<p>
At the graduate school of Tokyo Institute of Technology, I was working on an optimizing compiler project but also a research prototype of a programming language with nested transactions. It was fine... But now looking back, I think I felt it was a bit too narrowly focused because I did not know how much of a bigger picture there was in the field of computing. It all changed when an interesting twist changed the course of my life.
</p>
<p>
As shown below, I had the great opportunity to closely work with Dr. Alan Kay and his group over the decades. They were thinking about questions like “what <em>is</em> computing?” in the “Koan-like” sense that “what is computing if you take away all hardware in front of your eyes?”, and “what does computing mean to humanity?” The group was not only talking about those things, but was also <em>actually</em> making those ideas concrete.
</p>
<p>
I consider myself an above-average programmer but I have been trying to learn about more than just programming. I think that <a target="_blank" rel="noopener noreferrer" href="https://youtu.be/FvmTSpJU-Xc?t=2067">the knowledge and outlook</a> I accumulated over time are making some differences on what I create.
</p>
</div>
<hr class="section-hr">
<h3 id="projects">Teatro romano</h3>
<div class="section">
<div class="project" id="rie-jun">
<div class="image-holder">
<img class="project-thumbnail" src="./ordena.png"></img>
</div>
<div class="project-explanation">
<h4>Teatro romano de Cartagena: reconstruccion virtual (2023-)</h4>
<ul>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://davespser.github.io/biblos-hadast/?voiceChat=true">teatro romano</a></li>
</ul>
</div>
</div>
<div class="project" id="harmony">
<div class="image-holder">
<img class="project-thumbnail" src="./harmony.png"></img>
</div>
<div class="project-explanation">
<h4>The Harmony/2 Language (1995-)</h4>
<p>
Under the supervision of <a target="_blank" rel="noopener noreferrer" href="http://t2r2.star.titech.ac.jp/cgi-bin/researcherinfo.cgi?lv=en&q_researcher_content_number=CTT100381383">Dr. Ken Wakita</a>, I worked on an object-oriented language with nested transactions.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.45.7372&rep=rep1&type=pdf">Concurrent Transactions and Communicators: Extensible Synchronization Mechanisms for Distributed Programming</a></li>
</ul>
</div>
</div>
<div class="project" id="squeak">
<div class="image-holder">
<img class="project-thumbnail" src="./squeak.png"></img>
</div>
<div class="project-explanation">
<h4>Squeak Smalltalk (1997-)</h4>
<p>
I attended OOPSLA 1997 in Atlanta as a student volunteer, where an interesting twist of fate put me in touch with John Maloney of the Squeak Team at the reception. I was volunteered by <a target="_blank" rel="noopener noreferrer" href="https://www.r-ccs.riken.jp/en/overview/leadership.html">Professor Satoshi Matusoka</a> to try porting Squeak to a PDA called Zaurus, developed by the Sharp Corporation in Japan, that Prof. Matsuoka was carrying around (and showing off). I only had a very vague idea of what Smalltalk was about. I was familiar with Emacs, and had somewhat understood that an interactive and scriptable computing system was good... But I was completely blown away that the entirety of the system (<em>really</em>) was coherently constructed as a dynamic system. Since then, many of the things I do in computing have been influenced by the ideas of whole system design, dynamic modification of a living system, and the educational aspects of computing — all of which has come from Smalltalk and Squeak.
</p>
<p>
Perhaps the most important contribution to Squeak I made was “multilingualization”. It was a deep change into a fundamental part of Squeak, and it is still being used 15 years later.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://squeak.org">Squeak</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://akiba-pc.watch.impress.co.jp/hotline/980718/alankay.html">Early pictures of Alan and I</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.ise.titech.ac.jp/inforemost/inforemost04.pdf">My college had an article about me on a zine</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/ohshima_c5.pdf">The Design and Implementation of Multilingualized Squeak</a></li>
</ul>
</div>
</div>
<div class="project" id="zauchu">
<div class="image-holder">
<img class="project-thumbnail" src="./zauchu.jpg"></img>
</div>
<div class="project-explanation">
<h4>Porting Squeak to Zaurus PDA (1998)</h4>
<p>
Squeak was designed to be portable and to run on a wide variety of hardware, including low-power handheld devices. In 1998, I started porting Squeak to Zaurus, and thanks to lucky coincidences (such as Sharp just releasing their first public SDK, and the latest hardware having just enough memory, etc.) I managed to make the port work in about two weeks. Because of this and other contributions I had made to the Squeak Project, I was invited by Dr. Alan Kay to visit Walt Disney Imagineering R&D in Los Angeles, and to attend that year’s OOPSLA, held in Vancouver.
</p>
<p>
It also marked the first time I had to make a layover at an airport (SFO), where... I missed the connection.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.ogis-ri.co.jp/otc/hiroba/others/OORing/interview04.html">An interview on the port</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://ipsj.ixsq.nii.ac.jp/ej/index.php?action=pages_view_main&active_action=repository_action_common_download&item_id=16912&item_no=1&attribute_id=1&file_no=1&page_id=13&block_id=8">A paper on the port</a></li>
</ul>
</div>
</div>
<div class="project" id="netfront">
<div class="image-holder">
<img class="project-thumbnail" src="./netfront.png"></img>
</div>
<div class="project-explanation">
<h4>Porting NetFront Web browser to Zaurus PDA (2000)</h4>
<p>
The <a target="_blank" rel="noopener noreferrer" href="https://www.access-company.com/">ACCESS</a> Company was spearheading the mobile web industry with their NetFront browser. Not unlike Squeak, NetFront was designed so that it could be ported to a new platform by supplying platform-dependent code. I blatantly repurposed some of the code I had written for Squeak for the NetFront browser. But hey, it was open source, and I was the original writer anyway. It probably gave them the impression that I was a ridiculously fast coder.
</p>
</div>
</div>
<div class="project" id="parkspda">
<div class="image-holder">
<img class="project-thumbnail" src="./parkspda.png"></img>
</div>
<div class="project-explanation">
<h4>Parks PDA(2000)</h4>
<p>
Walt Disney Imagineering R&D was interested in nascent portable electronic devices. They explored what they could do with the devices to enhance guests’ experiences. Around that time, a model of Zaurus PDA was unique in that it had 1) a color screen viewable under California and Florida sunlight, 2) enough performance to play audio and frame-based animation at the quality that Disney required, and 3) an external storage slot to store media-rich content. I joined as an intern to the group led by Andy Ogden to implement software for the project. With the Squeak port to Zaurus, it was possible for John and I to make a new custom user interface framework that in turn allowed the designers to create high quality content easily. We spent two early November weeks in Orlando, where we stayed at an affiliated hotel. Once the test started going smoothly, I had a lot of free time and went to all the parks and jumped to the front of the queue lines with my R&D badge.
</p>
<p>
We were anticipating some news coverage of our test that would make some buzz, but the Bush-Gore election controversy happened and there was no space on the newspaper for our fun stuff.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/tr2003002_parkspda.pdf">The Parks PDA: A Handheld Device for Theme Park Guests in Squeak</a></li>
</ul>
</div>
</div>
<div class="project" id="stitch">
<div class="image-holder">
<img class="project-thumbnail" src="./stitch.jpg"></img>
</div>
<div class="project-explanation">
<h4>Stitch's Photo Phone (2002)</h4>
<p>
This was a new experimental interactive theme park attraction. In a phone booth large enough to fit a family, we put a large flat screen as one of the walls. A cast member could puppet a 3D character (Stitch) in real time with a game controller and chat with the family. At the end of a short session, Stitch took a photo of the family, and gave a printed version of the photo taken with an actual camera hidden in the set to the family. Because it was with a cast member, the live conversation was so believable for young children, and we heard that talking with Stitch was the highlight of the day for many families.
</p>
<p>
I worked on the code that captured the image from a hidden video camera. The experiment won the 10th annual <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Themed_Entertainment_Association">Themed Entertainment Association Award</a>. The tests with actual guests were done at the Disneyland in Anaheim, and for various reasons, I drove there every day from Glendale three weeks in a row, often after midnight.
</p>
</div>
</div>
<div class="project" id="etoys">
<div class="image-holder">
<img class="project-thumbnail" src="./etoys.png"></img>
</div>
<div class="project-explanation">
<h4>Etoys (2003)</h4>
<p>
At Disney, I was officially working on other projects than Squeak itself (though I was using it for some projects and still contributing to it). After the 9/11 attack, the bottom line of the Disney Company was hurt, and the Squeak team were laid off. I was kept a bit longer but eventually also let go. I would have to return to Japan due to the visa restriction, but thanks to <a target="_blank" rel="noopener noreferrer" href="http://www.twinsun.com/">Dr. Masanobu Matsuo</a>, I got a position at his company, Twin Sun. I was more and more closely involved in the projects of Viewpoints Research Institute, which had been founded by Alan Kay and Kim Rose. A major project of Viewpoints was <a target="_blank" rel="noopener noreferrer" href="http://vpri.org/work/tlpiese.htm">Etoys</a>, which is an end-user authoring environment built on top of Squeak. From around this time, I was involved in improving and extending Etoys. Over time I came to assume the leading role of the project.
</p>
</div>
</div>
<div class="project" id="kedama">
<div class="image-holder">
<img class="project-thumbnail" src="./kedama.png"></img>
</div>
<div class="project-explanation">
<h4>Kedama (2005)</h4>
<p>
Following Mitch Resnick's StarLogo and John Maloney's StarSqueak. I created a massively parallel particle simulation system that was integrated with Etoys. With this integration, thousands of particles could be controlled by Etoys block scripting and their behavior could be changed on the fly. This became the basis of my Ph.D. thesis.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/tr2005001_ohshima_kedama.pdf">Kedama: A GUI-based Interactive Massively Parallel Particle Programming System</a></li>
</ul>
</div>
</div>
<div class="project" id="squeak-croquet">
<div class="image-holder">
<img class="project-thumbnail" src="./squeak-croquet.png"></img>
</div>
<div class="project-explanation">
<h4>Squeak Version of Croquet (2006)</h4>
<p>
While I was working on Squeak and Etoys, my colleagues David Smith, Andreas Raab, David Reed and Alan Kay started a new real time 3D collaboration environment called Croquet. I was on and off contributing to it. I wrote a prototype of Paxos during the exploration phase. Some ideas were made into papers.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.computer.org/csdl/proceedings-article/c5/2005/23250050/12OmNxWuiiU">Filters and Tasks in Croquet</a></li>
</ul>
</div>
</div>
<div class="project" id="tweak">
<div class="image-holder">
<img class="project-thumbnail" src="./tweak.png"></img>
</div>
<div class="project-explanation">
<h4>Tweak (2006)</h4>
<p>
Andreas Raab led the effort to create a language system called Tweak. One of the goals of Tweak was to make a new generation of Etoys. I created a version of a particle system, and helped debug the end-user program editing system in Tweak.
</p>
</div>
</div>
<div class="project" id="olpc">
<div class="image-holder">
<img class="project-thumbnail" src="./olpc.png"></img>
</div>
<div class="project-explanation">
<h4>Etoys for OLPC (2007-)</h4>
<p>
The OLPC (One Laptop Per Child) project aimed to create an inexpensive laptop that was designed for child usage around the world. Our group was involved in early discussions of software design. There was an idea to use Squeak as the foundation for the laptop so that children could engage in “learning by doing”-style activities. That idea was scrapped, but we put considerable effort to make Etoys run as an application. Because there were not too many other applications for OLPC where users could actually make things, Etoys was popular among teachers and learners. I was taking the leading role of the effort.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://wiki.laptop.org/go/Smalltalk_Development_on_XO">Smalltalk development on OLPC</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/tr2009001_etoys4olpc.pdf">Etoys for One Laptop Per Child</a></li>
</ul>
</div>
</div>
<div class="project" id="steps">
<div class="image-holder">
<img class="project-thumbnail" src="./steps.png"></img>
</div>
<div class="project-explanation">
<h4>The STEPS Project (2007-2013)</h4>
<p>
Viewpoints Research received a 5-year grant from the National Science Foundation to demonstrate the feasibility of the idea that the kernel of an entire personal computing system can be written in about 20,000 lines of code. That includes the compiler, the network driver, the memory management system, the graphics system, text formatting algorithms, the application framework and applications. It was a large group effort, and various members came up with many interesting ideas and systems. I took on the task of making an application framework, and I chose Functional Reactive Programming as its basis, with a twist of allowing the dynamic modification of running code. Also, we designed the framework so that all “applications” on the framework can be embedded into another. The declarative nature of reactive description and not having distinction between applications and widgets allowed us to make a universal authoring application in compact code.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/rn2006002_nsfprop.pdf">The STEP Project proposal</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/tr2013002_KSonward.pdf">The GUI framework for the STEP project</a></li>
</ul>
</div>
</div>
<div class="project" id="gp">
<div class="image-holder">
<img class="project-thumbnail" src="./gp.png"></img>
</div>
<div class="project-explanation">
<h4>GP (2013-)</h4>
<p>
With John Maloney (who was the lead developer of <a target="_blank" rel="noopener noreferrer" href="https://scratch.mit.edu/">Scratch</a>) and Jens Mönig (of <a target="_blank" rel="noopener noreferrer" href="https://snap.berkeley.edu/">Snap!</a>), I worked on a new block-based programming system called GP. The three of us combined had had considerable experience in making various end-user programming systems, but we had been bothered by the fact that none of the systems we had created were truly “general purpose”, in a sense that they weren’t powerful enough to write complex applications, such as a blocks-based programming system. John was the main architect and developer, and I worked on various parts such as designing a module system, porting the virtual machine to 64-bit platforms, etc.
</p>
<p>
I lobbied to pick a cute guinea pig (GP) as our mascot, but it did not catch on.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://gpblocks.org/">GP: General Purpose Blocks Language</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/tr2015003_modsys.pdf">A Module System for a General-Purpose Blocks Language</a></li>
</ul>
</div>
</div>
<div class="project" id="kanto">
<div class="image-holder">
<img class="project-thumbnail" src="./kanto.png"></img>
</div>
<div class="project-explanation">
<h4>Kanto (2017)</h4>
<p>
I have always been interested in computer-based collaboration, especially a place where people can make something together and learn from each other. It occurred to me that with screen sharing and a channel in WebRTC, we could create a collaborative environment even for different block-based editors. I modified the Snap! block editor to allow multiple pointers and hooked up the WebRTC based collaboration system to have a functional collaborative blocks-editing environment. The same collaboration framework could be used to make SqueakJS and the web version of GP collaborative as well.
</p>
<p>
The name of the system is Kanto. The tradition of this kind of collaboration space was started by a system called <a target="_blank" rel="noopener noreferrer" href="https://web.media.mit.edu/~lieber/Lieberary/Softviz/CACM-Debugging/Kansas/Kansas.html">Kansas</a>, named after a state with a large rectangular flat area. Squeak followed with its own implementation called Nebraska. As I was working with Jens, I thought it might be fun to pick a flat area in Germany... but when he told me that it would be “Schleswig-Holstein”, I realized that a German name probably was not going to fly, and would be unpronounceable for most people. I picked the Kanto region in Japan as the name of the system.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.vpri.org/pdf/kanto-framework.pdf">Kanto: A Multi-participant Screen-Sharing System for Etoys, Snap!, and GP</a></li>
</ul>
</div>
</div>
<div class="project" id="shadama">
<div class="image-holder">
<img class="project-thumbnail" src="./shadama.png"></img>
</div>
<div class="project-explanation">
<h4>Shadama (2017)</h4>
<p>
I had the urge to make yet another particle simulation system where the program can be modified dynamically while a simulation is running. Web browsers have the bindings to the GPU via WebGL that enables some form of General Purpose GPU programming (GPGPU), and JavaScript allows live programming. The result was Shadama.
</p>
<p>
One could say that it is embarrassing to work on your Ph.D project again... But sometimes it just happens.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="http://tinlizzie.org/~ohshima/shadama2/live2017/">Shadama: A Particle Simulation Programming Environment for Everyone</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.tele-task.de/lecture/video/6785/">Talk on Shadama and Croquet at Hasso Platner Institute</a></li>
</ul>
</div>
</div>
<div class="project" id="machine-learing">
<div class="image-holder">
<img class="project-thumbnail" src="./machine-learning.png"></img>
</div>
<div class="project-explanation">
<h4>Machine Learning (2018-2019)</h4>
<p>
I worked on the preparation and exploration phases of the Vianai Company. The goal was to understand the current machine learning trends, and also to create some AI application prototypes. I worked closely with Dr. Vishal Sikka. After the company was officially launched, I continued to work as a contractor at Vianai. I contributed to the demo that Vishal and Dan Amelang showed at the Oracle Open World event.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/watch?v=8Kqn0AunWh0">Vianai's demo at the Oracle Open World 2019</a></li>
</ul>
</div>
</div>
<div class="project" id="croquet">
<div class="image-holder">
<img class="project-thumbnail" src="./croquet.png"></img>
</div>
<div class="project-explanation">
<h4>JavaScript version of Croquet (2017-)</h4>
<p>
When Y Combinator Research could no longer support our research activity, David Smith and some of my colleagues, including Dan Ingalls, Vanessa Freudenberg and Aran Lunzer, formed a startup. The main goal was to have real time collaboration technology going on the web. The fundamental algorithm had been devised years earlier by the original Croquet group. We reimplemented the algorithm in JavaScript, and created an SDK so that a real-time collaborative application could be created easily.
</p>
<p>
While the SDK provides a good foundation, making a larger application needs higher-level abstraction, especially when the application requires dynamic DOM manipulation and scripting. I designed and created a virtual DOM based application framework (with help from colleagues, certainly). I also have been developing a shared space application called Greenlight (formerly known as Croquet Q).
</p>
<p>
We are working on a 3D collaborative environment called Croquet Microverse from the end of 2021. Microverse is a space where users can create their own interactive and collaborative spaces together and from within the running system itself.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/croquet/virtual-dom">Croquet Virtual DOM Framework</a></li>
<li><a target="_blank" href="https://croquet.io/greenlight">Croquet Greenlight Collaboration Platform</a></li>
<li><a target="_blank" href="https://youtu.be/kn8TZdgYMWc?t=287">A demo of Greenlight. (It has English subtitles.)</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=E3og3l5kKes">A demo of Croquet Microverse. (It has English subtitles.)</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=rc27d61EDro">A demo of Croquet Microverse at California Smalltalkers Meetup. (In English)</a></li>
</ul>
</div>
</div>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="books">Books and Other Documents</h3>
<div class="project" id="powerful-ideas">
<div class="image-holder">
<img class="project-thumbnail" src="./powerful-ideas.png"></img>
</div>
<div class="project-explanation">
<h4>Japanese translation of “Powerful Ideas in the Classroom” (2005)</h4>
<p>
I helped publish the Japanese translation of “Powerful Ideas in the Classroom” by B. J. Allen Conn and Kim Rose. This is a book on Squeak Etoys and it focuses on the powerful ideas that an interactive computing environment like Etoys can teach. The main theme is that using technology can allow children to more easily understand gravity by representing it in a discrete differential form, and with help from a computer, they can actually interact with it.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.amazon.com/dp/0974313106">Amazon link to "Powerful Ideas in the Classroom"</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.amazon.co.jp/dp/4872902114">The Japanese version</a></li>
</ul>
</div>
</div>
<div class="project" id="inventive-minds">
<div class="image-holder">
<img class="project-thumbnail" src="./inventive-minds.jpeg"></img>
</div>
<div class="project-explanation">
<h4>Japanese translation of “Inventive Minds” (2020)</h4>
<p>
I was involved in the original project of “Inventive Minds”, which I later translated into Japanese. The book is a compilation of essays by Marvin Minsky, and each essay is accompanied by an article written by Marvin's friends and collaborators. Alan wrote an elaborate essay that he wanted to have dynamic interactive programming elements. The paper version of the book cannot contain it, obviously, but with John Maloney, we created the “active essay” version of Alan's article. My long time friend <a target="_blank" rel="noopener noreferrer" href="https://www.amazon.co.jp/%E9%98%BF%E9%83%A8-%E5%92%8C%E5%BA%83/e/B00DUV6S3E">Mr. Kazuhiro Abe</a> connected O'Reilly Japan to me, and I agreed to take on the translation work.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://mitpress.mit.edu/books/inventive-minds">link to the MIT Press</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.oreilly.co.jp/books/9784873119007/">link to the Japanese version</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://tinlizzie.org/tinkertoy">link to the Active Essay by Alan Kay</a></li>
</ul>
</div>
</div>
<div class="project" id="intelligent-archive">
<div class="image-holder">
<img class="project-thumbnail" src="./intelligent-archive.png"></img>
</div>
<div class="project-explanation">
<h4>Viewpoints Intelligent Archive (2018-)</h4>
<p>
I am interested in the history of computing. Viewpoints Research Institute had over one thousand videotapes from the 70's and on. Many of those tapes are Alan Kay's talks, but they also include internal meetings of Apple ATG and Walt Disney Imagineering, etc. I have digitized (and wtched) all tapes and archived it. Some of those movies are uploaded to my channel on YouTube. I maintain a web site called <a target="_blank" rel="noopener noreferrer" href="https://tinlizzie.org/IA">Viewpoints Intelligent Archive</a>. that lists available movies of talks by Alan, and papers by Alan and other Viewpoints folks, including myself.
</p>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UCkdJ2NwjI8LcgyvfU7PyaVA"> The YouTube Channel</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://tinlizzie.org/IA">Viewpoints Intelligent Archive</a></li>
<li><a target="_blank" href="https://www.youtube.com/watch?v=1dqxRqubgW4">A talk on computing pioneers and where computing is going. (It has English subtitles.)</a></li>
</ul>
</div>
</div>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="academic">Academic Activities</h3>
<p>
I have published and presented papers at international and domestic conferences and workshops. I have also served as a program committee for various conferences.
</p>
<p>
It is sufficient to put a link to <a target="_blank" rel="noopener noreferrer" href="https://scholar.google.com/citations?user=Boq_L4sAAAAJ&hl=ja&oi=ao">my Google Scholar page</a>. Some papers I authored or co-authored are referenced quite often. Most of my papers are also available at the <a target="_blank" rel="noopener noreferrer" href="https://tinlizzie.org/IA">Viewpoints Intelligent Archive</a>.
</p>
<p>
Starting in August 2022, I got a visiting professorship at Shizuoka University Graduate School.
I am grateful of the support from people who made this happen, and looking for opportunities this brings.
</p>
<p>
Here is the (partial) list of conferences and workshops where was a member of the program committee. The C5 conferences were “ours” in the sense that Viewpoints was organizing them. But others invited me to join because I think I tend to provide detailed reviews with technical and historical contexts that are different from what typical reviewers provide. (While making this list, it appears that I have been more reviewing recently and less writing my own.)
</p>
<ul>
<li>The 6th International Conference on Creating, Connecting and Collaborating through Computing (2008)</li>
<li>The 7th International Conference on Creating, Connecting and Collaborating through Computing (2009)</li>
<li>The 8th International Conference on Creating, Connecting and Collaborating through Computing (2010)</li>
<li>The 9th International Conference on Creating, Connecting and Collaborating through Computing (2011)</li>
<li>The 10th International Conference on Creating, Connecting and Collaborating through Computing (2012)</li>
<li>3rd International Workshop on Programming based on Actors, Agents, and Decentralized Control 2013</li>
<li>Onward! Conference 2013</li>
<li>Future of Programming Workshop 2015</li>
<li>8th Workshop on Dynamic Languages and Applications 2014</li>
<li>1st International Constrained and Reactive Objects Workshop 2016</li>
<li>3th Workshop on Reactive and Event-based Languages & Systems 2017</li>
<li>International Workshop on Smalltalk Technologies 2016</li>
<li>Programming Experience Workshop 2016</li>
<li>The 22nd International Conference on Distributed Multimedia Systems 2016</li>
<li>Programming Experience Workshop 2017</li>
<li>International Workshop on Smalltalk Technologies 2017</li>
<li>4th Workshop on Reactive and Event-based Languages & Systems 2017</li>
<li>Blocks and Beyond: 2nd Workshop on Lessons and Directions for First Programming Environments 2017</li>
<li>Programming Experience Workshop 2017.2</li>
<li>Programming Experience Workshop 2018</li>
<li>5th Workshop on Reactive and Event-based Languages & Systems 2018</li>
<li>Programming Experience Workshop 2019</li>
<li>Blocks and Beyond 2019: Beyond Blocks</li>
<li>6th Workshop on Reactive and Event-based Languages & Systems 2019</li>
<li>Programming Experience Workshop 2020</li>
<li>Symposium on Visual Languages and Human-Centric Computing 2020</li>
<li>Onward! Conference 2020</li>
<li>7th Workshop on Reactive and Event-based Languages & Systems 2020</li>
<li>Programming Experience Workshop 2021</li>
<li>8th Workshop on Reactive and Event-based Languages & Systems 2021</li>
<li>Programming Experience Workshop 2022</li>
<li>Workshop on Functional Art, Music, Modelling and Design (FARM 2022)</li>
<li>Reactive and Event-based Languages & Systems 2022</li>
<li>Programming Experience Workshop 2023</li>
<li>Workshop on Functional Art, Music, Modelling and Design (FARM 2023)</li>
</ul>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="other-work">Other Work</h3>
<p>
I serve as an advisor for the <a href="https://www.kyototextlab.com/">Kyoto Text Lab</a> Company since September 2021. I write a monthly essay series on <a href="https://kyototextlab.org">their website</a> that discusses a history of computing.
</p>
<p>
Mozilla has a new grant program called <a href="https://future.mozilla.org">"Mozilla Internet Eco System Grant" (MIECO)</a>. I am grateful to have been chosen as one of the recipients in the inaugural round and a part of the great community.
</p>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="education">Education</h3>
<p>
I received the following degrees.
</p>
<ul>
<li>BSc from Department of Information Science at Tokyo Institute of Technology (1994)</li>
<li>MSc from Department of Mathematical and Computing Sciences at
Tokyo Institute of Technology. Project: Developing a concurrent programming language with nested transactions (1996)</li>
<li>Ph.D from Department of Mathematical and Computing Sciences at
Tokyo Institute of Technology. Project: Designing and developing an end-user programming
environment for constructing massively parallel programs (2006).</li>
</ul>
<p>
As you can see, these are all from the same college, and actually from the same advisor. (It is common in Japan). I was enrolled in the Ph.D course after I finished my masters degree, but I took a leave of absence during the course. Japanese universities have a system where a person has enough to show, they can still award a Ph.D. to an applicant. I took advantage of it and got my degree on a topic that was different from what I would have done if I had stayed.
</p>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="employment">Employment</h3>
<p>
Here are my past and current employers and the title of the position. It may appear that I am changing my job often, but that is not the case — Viewpoints Research Institute, SAP Labs, and Y Combinator Research are basically the same group but sponsored by different benefactors, grants and companies. The core group stayed together to achieve the same goal.
</p>
<ul>
<li>Computer Scientist at Croquet Corporation (2018 to present)</li>
<li>Principal Investigator at Human Advancement Research Community (HARC), Y Combinator Research (2016 - 2017)</li>
<li>Principal Investigator at Communications Design Group, SAP Labs (2014 - 2016)</li>
<li>Researcher at Viewpoints Research Institute (2007 - 2014)</li>
<li>Software Researcher and Developer at Twin Sun, Inc. (2002 - 2006)</li>
<li>Intern and Technical Staff Member at Walt Disney Imagineering
R&D (2000 - 2002)</li>
</ul>
<p>
I also took part time jobs at companies such as Vianai and another book translation project, etc.
</p>
</div>
<hr class="section-hr">
<div class="section">
<h3 id="other">Other Interests and Activities</h3>
<p>
I have played various sports, but volleyball was the most serious one. I played from middle school until my kids got in the way. I played for the college varsity team — even though it was a geek's tech college, it was quite competitive.
</p>
<p>
I am an assistant coach for a U-12 soccer team. I watch a lot of soccer games, but don't have real experience.
</p>
<p>
I teach a STEM class for high school students at a Japanese Saturday school in Los Angeles. I pick a topic from a wide variety of fields, and often try to use interactive computer-based explanations.
</p>
<p>
I am on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/yoshikiohshima">Twitter</a> and I write something about once a week or so. Around 2019, I was writing an answer a day or so on <a target="_blank" rel="noopener noreferrer" href="https://jp.quora.com/profile/%E5%A4%A7%E5%B3%B6-%E8%8A%B3%E6%A8%B9-Yoshiki-Ohshima">Quora</a> but my rate of contribution is much lower in 2020. I have a <a target="_blank" rel="noopener noreferrer" href="https://squeaker.hatenablog.com/">hatena blog</a>. I used to update it daily, but now it is mostly dormant.
</p>
</div>
<hr>
<div style="text-align: right">Last updated: 2023-09-02</div>
</div>
</div>
</body>
</html>