HMS Lite: Full Schedule

main
Abner Coimbre 2025-12-03 13:45:28 -08:00
parent dda5e31f14
commit 68328a3a6b
2 changed files with 10 additions and 5 deletions

View File

@ -20,8 +20,8 @@ event_features:
- "Networking opportunities"
# Coming Soon Section
coming_soon_text: "Community Submissions"
coming_soon_description: "Submit a presentation below! Final deadline is Monday, December 1st."
coming_soon_text: "Schedule is Ready"
coming_soon_description: "Scroll further below to learn of our presentations!"
# Initial Speakers
initial_speakers:
@ -70,6 +70,11 @@ previous_events:
show_description: true
---
Handmade Seattle is our flagship event for systems programmers worldwide: going strong since 2019.
**Saturday Schedule (Seattle Timezone)**
We look forward to inspiring you with the best software projects our community has to offer. And who knows: yours might be among them!
- [2:00 - 2:30PM] *Snack and drinks*: order some food to support this family shop!
- [2:30 - 3:00PM] *The 2026 Roadmap*: Handmade Cities is [no longer](https://handmadecities.com/news/winding-down/) running conferences. Abner lays out his plans for a future of decentralized, offline meetups.
- [3:00 - 3:30PM] *The Multiplayer Sandpit by Caspar: How I got sucked into making a networked falling sand game.* [Caspar](https://www.slowrush.dev/)'s demo video is "A dramatic re-enactment of how briefly revisiting a childhood dream escalated into a full time obsession for 2 years (and counting). Featuring a custom engine written in Rust using Macroquad as a platform abstraction, with cross-platform and in-browser multiplayer."
- [3:30 - 4:00PM] *Untitled Cube Game: Explore the consequences of a very intuitive, but very deep, rule.* Demo video by [Benjamin Thompson](https://bgthompson.codeberg.page/). "Have fond memories of Bloxorz? Enjoyed what you played of Stephen's Sausage Roll? Interested in games with combinatorial explosions? We present a cube-rolling puzzle game that explores a single intuitive rule with a lot of consequences. Inspired by mathematics, and programmed from scratch in Zig."
- [4:00 - 5:00PM] *Audience Projects:* At every Seattle event we let members of the audience take to the stage and show off their creations, or discuss a programming topic near-and-dear to their heart. This could be YOU, so make sure to email `abner@handmadecities.com` and request an RSVP link.
- [5:00 - 8:00PM] *Seattle After Dark:* This is optional! Our tradition is to go out for pizza followed by drinks at the pub. During dinner we tend to get spicier with our takes on the software industry, and by the time we hit the pub all bets are off. (We remain civil all throughout.)

View File

@ -99,7 +99,7 @@
<!-- Event Description -->
{{ if .Params.show_description }}
<div class="bg-black bg-opacity-50 backdrop-blur-sm p-6 rounded-xl shadow-lg max-w-3xl mx-auto mb-12">
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Conference</h3>
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Event</h3>
<div class="text-gray-200 text-left prose prose-invert max-w-none">
{{ .Content }}
</div>