Skip to content

Commit

Permalink
update july speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
FX-Wood committed Jul 6, 2024
1 parent 7b992ae commit e4c8ff0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@
"title": "SeattleJS July 2024",
"date": "2024-07-10",
"sponsors": [],
"talks": [],
"talks": [
"chris-griffing-july-2024"
],
"description": "Join your fellow web devs for an evening of talks, networking and fun! Register ahead of time at the link below.\n\nNOTE: We are at <a target='_blank' href='https://maps.app.goo.gl/r9LsbFzCxuMpRzbXA'>Silicon Valley Bank</a> this time, NOT our previous location!\n\n"
}
]
14 changes: 14 additions & 0 deletions app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,5 +455,19 @@
"when to store data in URLs vs. a backend"
],
"type": "regular"
},
{
"id": "chris-griffing-july-2024",
"speaker_id": "chris-griffing",
"event_id": "july-2024",
"title": "A Different Kind of Serverless: A History of WASM and case study for SQLite and Whisper.cpp running purely in the browser with no server-side logic",
"abstract": "You can build applications with a local-first focus. We will cover what WASM is, how it came to be and some of its history, as well as a case study focused on an app I made for myself. In the case study, we dig into how you might use WASM to run Whisper.cpp for Speech-to-text and also use WASM to host a local SQLite database. The only reason we need a network connection at all for this application is to get the initial JS payload and to download the Whisper models from a remote store since they can get quite large.",
"topics": [
"WASM",
"JS",
"SQLite",
"Speech-to-text"
],
"type": "regular"
}
]

0 comments on commit e4c8ff0

Please sign in to comment.