-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
360 lines (353 loc) · 12.6 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="" >
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Tomoaki Kobayashi – About</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
/* CSS for citations */
div.csl-bib-body { }
div.csl-entry {
clear: both;
margin-bottom: 0em;
}
.hanging-indent div.csl-entry {
margin-left:2em;
text-indent:-2em;
}
div.csl-left-margin {
min-width:2em;
float:left;
}
div.csl-right-inline {
margin-left:2em;
padding-left:1em;
}
div.csl-indent {
margin-left: 2em;
} .body-block>h1 {
border-bottom: 2px solid black;
}
.active {
font-weight: bold;
}
code,
pre:has(code) {
/* color: green; */
background-color: white;
}
pre:has(code) {
padding: 10px;
border: 2px solid black;
}
.csl-entry {
margin-top: 10px;
}
.csl-block {
margin-top: 3px;
/* line-height: 1.2; */
}
</style>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<table border="1" style="display: table">
<tr>
<td height="100" style="width: 60%">
<h1 class="title" style="margin:0px 0px 0px 0px;">Tomoaki Kobayashi</h1>
</td>
<td style="width: 40%">
<nav>
<a class="active" href="./index.html">
About
</a>
<a class="" href="./oss.html">
OSS
</a>
<a class="" href="./research.html">
Research
</a>
<!-- <a class="" href="./posts.html">
Posts
</a> -->
</nav>
</td>
</tr>
</table>
</header>
<div id="title-block-header" style="text-align: center;">
<h1 class="title">About</h1>
<p class="date">20th Nov 2024</p>
</div>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#overview" id="toc-overview"><span
class="toc-section-number">1</span> Overview</a></li>
<li><a href="#experience" id="toc-experience"><span
class="toc-section-number">2</span> Experience</a></li>
<li><a href="#academic" id="toc-academic"><span
class="toc-section-number">3</span> Academic</a>
<ul>
<li><a href="#education" id="toc-education"><span
class="toc-section-number">3.1</span> Education</a></li>
<li><a href="#publications" id="toc-publications"><span
class="toc-section-number">3.2</span> Publications</a></li>
<li><a href="#awards" id="toc-awards"><span
class="toc-section-number">3.3</span> Awards</a></li>
<li><a href="#grants" id="toc-grants"><span
class="toc-section-number">3.4</span> Grants</a></li>
</ul></li>
<li><a href="#personal" id="toc-personal"><span
class="toc-section-number">4</span> Personal</a>
<ul>
<li><a href="#skills-and-tools" id="toc-skills-and-tools"><span
class="toc-section-number">4.1</span> Skills and Tools</a></li>
<li><a href="#avoiding-ambiguity"
id="toc-avoiding-ambiguity"><span
class="toc-section-number">4.2</span> Avoiding
Ambiguity</a></li>
</ul></li>
</ul>
</nav>
<div class="body-block">
<h1 data-number="1" id="overview"><span
class="header-section-number">1</span> Overview</h1>
<div style="display: flex;">
<!-- <img src="https://moatom.github.io/profile/static/icon.png" alt="icon" width="100px"
style="margin-left: 20pt; margin-right: 20pt;" /> -->
<img src="./static/me.jpg" alt="icon" height="430px"
style="margin-left: 20pt; margin-right: 20pt; margin-top: 35pt;" />
<!-- <img src="./static/me.jpg" alt="icon" width="250px"
style="margin-left: 20pt; margin-right: 20pt;" /> -->
<div>
<p><strong>My name is Tomoaki KOBAYASHI. 🇯🇵</strong></p>
<ul>
<li>SNS
<ul>
<li><a href="https://twitter.com/moatom">X</a></li>
<li><a href="https://github.com/moatom">GitHub</a></li>
<li><a href="https://gist.github.com/moatom">Gist</a></li>
</ul></li>
<li>JPN
<ul>
<li><a href="https://moatom.blogspot.com/">Blog</a></li>
<li><a href="https://qiita.com/moatom">Qiita</a></li>
</ul></li>
<li>Misc.
<ul>
<li><a href="https://orcid.org/0009-0006-7147-9997">ORCID:
0009-0006-7147-9997</a>
<!-- - **[Quora](https://www.quora.com/profile/Tomoaki-Kobayashi-1)** --></li>
</ul></li>
</ul>
<p>I am a software engineer (mainly writing Scala for my job) with
strong interest in research on software.</p>
<p>My research interests focus on theoretical foundations of
software and the application of them, especially in the following
fields:</p>
<ul>
<li>Programming languages</li>
<li>(Moderately) Functional programming</li>
<li>Code generation, metaprograming</li>
<li>Embedded domain-specific languages</li>
</ul>
My main research work is about <a
href="https://strymonas.github.io/">strymonas</a>—a lightweight
declarative stream processing library which proposes <em>complete
stream fusion</em>; its processing runs in constant memory!
</div>
</div>
<h1 data-number="2" id="experience"><span
class="header-section-number">2</span> Experience</h1>
<div class="uooo">
<table>
<colgroup>
<col style="width: 60%" />
<col style="width: 40%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: center;">Year</th>
<th style="text-align: right;">Company / Job</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: center;">2024–Present</td>
<td style="text-align: right;"><em>Anonymized</em> / Software
Engineer in ad tech (programmatic advertising)</td>
</tr>
</tbody>
</table>
<style>
.uooo > table{
display: table;
}
.uooo col {
width: auto !important;
}
</style>
</div>
<h1 data-number="3" id="academic"><span
class="header-section-number">3</span> Academic</h1>
<h2 data-number="3.1" id="education"><span
class="header-section-number">3.1</span> Education</h2>
<div class="uooo">
<table>
<colgroup>
<col style="width: 60%" />
<col style="width: 40%" />
</colgroup>
<thead>
<tr class="header">
<th style="text-align: center;">Year</th>
<th style="text-align: right;">Degree</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td style="text-align: center;">2022–2024</td>
<td style="text-align: right;"><strong>Master of Information
Sciences in CS</strong>, Tohoku University<br><small>GPA: 3.66<a
href="#fn1" class="footnote-ref" id="fnref1"
role="doc-noteref"><sup>1</sup></a>/4.0, Advisor: <a
href="https://www.kb.ecei.tohoku.ac.jp/~sumii/">Eijiro Sumii</a>,
Thesis Advisor: <a href="https://okmij.org/ftp/">Oleg
Kiselyov</a></small></td>
</tr>
<tr class="even">
<td style="text-align: center;">2018–2022</td>
<td style="text-align: right;"><strong>Bachelor of Engineering in
CS</strong>, Tohoku University<br><small>GPA: 3.55<a href="#fn2"
class="footnote-ref" id="fnref2"
role="doc-noteref"><sup>2</sup></a>/4.0, Advisor: <a
href="https://www.kb.ecei.tohoku.ac.jp/~sumii/">Eijiro Sumii</a>,
Thesis Advisor: <a href="https://okmij.org/ftp/">Oleg
Kiselyov</a></small></td>
</tr>
<tr class="odd">
<td style="text-align: center;">2014–2015</td>
<td style="text-align: right;"><strong>Dropout</strong>, <em>An
evening high school</em></td>
</tr>
</tbody>
</table>
<!-- 2015 | Pass the Upper Secondary School Equivalency Examination -->
<!-- https://github.com/jgm/pandoc/issues/8139 -->
<style>
.uooo > table{
display: table;
}
.uooo col {
width: auto !important;
}
</style>
</div>
<!-- Detail: **[CV (pdf)](https://moatom.github.io/profile/static/cv-pub.pdf)** -->
<h2 data-number="3.2" id="publications"><span
class="header-section-number">3.2</span> Publications</h2>
<div id="refs-moatom" class="references csl-bib-body"
data-entry-spacing="0" role="list">
<div id="ref-strymonas-OCaml22" class="csl-entry" role="listitem">
<div class="csl-left-margin">[1] </div><div
class="csl-right-inline"><div class="csl-block">Kiselyov, O.,
<strong>Kobayashi, T.</strong>, Biboudis, A. and Palladinos, N.
</div><div class="csl-block"><a
href="https://arxiv.org/abs/2211.13461">Highest-performance stream
processing</a>. <div class="csl-block">ACM SIGPLAN OCaml
workshop.</div></div></div>
</div>
<div id="ref-strymonas-PEPM24" class="csl-entry" role="listitem">
<div class="csl-left-margin">[2] </div><div
class="csl-right-inline"><div class="csl-block"><strong>Kobayashi,
T.</strong> and Kiselyov, O. </div><div class="csl-block"><a
href="https://doi.org/10.1145/3635800.3636962">Complete stream
fusion for software-defined radio</a>. <div class="csl-block">In
<em>Proceedings of the 2024 <span>ACM</span> <span>SIGPLAN</span>
international workshop on partial evaluation and program
manipulation</em>. pages 57–69.</div></div><div
class="csl-block"><div class="csl-right-inline">-
<strong>Distinguished Papar Award</strong></div><div
class="csl-right-inline">- There is a typo in p.62;
<span>s/<span>“reduce trep”</span>/<span>“dot
trep”</span>/g</span>.</div></div></div>
</div>
</div>
<h2 data-number="3.3" id="awards"><span
class="header-section-number">3.3</span> Awards</h2>
<ul>
<li>ACM SIGPLAN PEPM 2024 Distinguished Paper Award (<a
href="./static/award-pepm24.jpeg">image</a>)</li>
<li>[JPN] JSSST 2020 Best Presentation Award (<a
href="./static/award-jssst20.jpeg">image</a>)</li>
</ul>
<h2 data-number="3.4" id="grants"><span
class="header-section-number">3.4</span> Grants</h2>
<ul>
<li><a href="https://pac.sigplan.org/">ACM SIGPLAN Professional
Activities Committee (PAC) Funding</a> 2024: $1500</li>
</ul>
<h1 data-number="4" id="personal"><span
class="header-section-number">4</span> Personal</h1>
<h2 data-number="4.1" id="skills-and-tools"><span
class="header-section-number">4.1</span> Skills and Tools</h2>
<ul>
<li>Scala 3, OCaml, C, Python 3, JavaScript/Vue (, Kotlin, C++,
JavaScript/React, Lua, Java, Rust)</li>
<li>Makefile, Git, Docker, Jenkins, GitHub Actions</li>
<li>Linux, macOS</li>
<li>VSCode, Emacs, Neovim, IntelliJ</li>
<li>LaTeX, Pandoc</li>
</ul>
<h2 data-number="4.2" id="avoiding-ambiguity"><span
class="header-section-number">4.2</span> Avoiding Ambiguity</h2>
<ul>
<li>Typing, verification, etc., are outside the scope of my
<strong>research</strong> interests. I am just an ordinary user of
them.
<ul>
<li>From the perspective of <a
href="https://thethreevirtues.com/">the lazy programmers</a>, I
prefer GC over ownership for example. 🤫</li>
</ul></li>
<li>Kobayashi is a common last name in Japan and no relative of mine
isn’t in research fields; certainly my father was, but in the area
of medicine—<a
href="https://nrid.nii.ac.jp/en/nrid/1000020323610/">artificial
heart</a>, and not in computer science, mathematics, etc. :-)</li>
</ul>
<aside id="footnotes" class="footnotes footnotes-end-of-document"
role="doc-endnotes">
<hr />
<ol>
<li id="fn1"><p>If you are a foreigner, please note that GPAs at
Japanese universities are assigned with extreme rigor. As far as I
know, my grades have remained among the top scores in my course.
(FIXE: This is not the final record, but it should be close to
it.)<a href="#fnref1" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
<li id="fn2"><p>The same as 1. As evidence of this, I was exempted
from the written exam when I entered the graduate school.<a
href="#fnref2" class="footnote-back"
role="doc-backlink">↩︎</a></p></li>
</ol>
</aside>
</div>
</body>
</html>