Skip to content

Commit 992254b

Browse files
committed
Adds kevin as speaker for the app dev unconf group
1 parent 04a32a7 commit 992254b

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

src/components/timetable/Tuesday.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const breaks = [
139139
/>
140140
<TrackIndicator afterDivider="11:30" track="Ecosystem track" color="blue" />
141141
<Item
142-
title="Ecosystem track: App dev (TBA)"
142+
title="Ecosystem track: Rust Embedded WG (TBA)"
143143
color="blue"
144144
track={2}
145145
time="11:30"
@@ -209,14 +209,13 @@ const breaks = [
209209
room={main}
210210
/>
211211
<TrackIndicator afterDivider="14:00" track="Ecosystem track" color="blue" />
212-
<Item
213-
title="Ecosystem track: Rust Embedded WG (TBA)"
212+
<Item
213+
talk="kevin"
214214
color="blue"
215215
track={2}
216216
time="14:00"
217217
duration={35}
218218
room={secondary}
219-
striped
220219
/>
221220
<MultiItem
222221
talks={Array(3).fill({

src/pages/talks/kevin.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: "../../layouts/TalkLayout.astro"
3+
4+
org: ""
5+
tracks:
6+
- ecosystem
7+
talkTitle: "Deep dive: Writing a Multi-platform GUI App in Rust with Makepad + Robius"
8+
talkLevel: ""
9+
talkTags: []
10+
talkDuration: 30 # 15 or 30 min
11+
12+
speakers: [{
13+
name: "Kevin Boos",
14+
image: "kevin.jpg",
15+
title: "Principal software architect at Futurewei",
16+
url: "",
17+
bluesky: "",
18+
linkedin: "https://www.linkedin.com/in/kevinaboos/",
19+
twitter: "",
20+
mastodon: "https://fosstodon.org/@kevinaboos@mastodon.social",
21+
github: "https://github.com/kevinaboos",
22+
}]
23+
day: "tuesday"
24+
---
25+
26+
TBA
27+
28+
////// <!-- sepatator between abstract and bio -->
29+
30+
Kevin Boos is a principal software architect at Futurewei and the tech lead of Project Robius, an open-source Rust framework for developing immersive, fully-featured applications in Rust that run seamlessly across multiple platforms, including mobile. Previously, he created Theseus OS, an open-source OS written from scratch in Rust that rethinks how to maximally leverage language mechanisms for compile-time safety and verifiable correctness. Kevin obtained his PhD from Rice University with a focus on OS design, with other interests spanning the domains of I/O virtualization, device drivers, mobile VR, static analysis, and safe languages.
31+
32+

0 commit comments

Comments
 (0)