diff --git a/content/english/seattle/index.md b/content/english/seattle/index.md index 912e004..694d425 100644 --- a/content/english/seattle/index.md +++ b/content/english/seattle/index.md @@ -230,8 +230,8 @@ features: - title: "Kagi Search" title_class: "text-center text-2xl mt-2" subtitle_class: "text-center text-lg mb-2" - subtitle: "Humanize the Web" - img: "/images/people/kagi_square.webp" + subtitle: "Job Booth" + img: "/images/companies/kagi_square.webp" modal_target: "kagi" - title: "Meese Engine" title_class: "text-center text-2xl mt-2" @@ -281,6 +281,18 @@ features: subtitle: "An editor from the ground up" img: "/images/demos/fred-1.png" modal_target: "editor" + - title: "Tomas Diaz" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg mb-2" + subtitle: "Principal Engineer at KCSE" + img: "/images/people/diaz.jpg" + modal_target: "diaz" + - title: "KCSE" + title_class: "text-center text-2xl mt-2" + subtitle_class: "text-center text-lg mb-2" + subtitle: "Job Booth" + img: "/images/companies/kcse.png" + modal_target: "kcse" - title: "Job Booth" title_class: "text-center text-white text-2xl mt-2" subtitle_class: "text-center text-lg text-white mb-4" @@ -442,6 +454,12 @@ modals: title_class: "text-white" content: "**Fast, Flexible, and Simple Rendering in Vulkan**

When you read about Vulkan in online forums, a common refrain is: \"It’s over complicated, it’s engineered to only be useful for big companies with big teams making big AAA engines, it’s a terrible place to start graphics programming…\"

People seem to feel similarly about the other modern graphics APIs as well. Are they correct? Are they missing something? Where should small teams working on renderers focus their efforts?

This talk will answer these questions, and in doing so, dissect what makes a good API and why." content_class: "text-white" + - active: true + id: "diaz" + title: "Proficiency Patterns & Play" + title_class: "text-white" + content: "**Bootstrapping a technical career**

What does success mean as a software engineer and what role does formal education have? This talk is about one trajectory from novice to principal.

Through examining various technical challenges across naval architecture, search and rescue and point cloud compression, we’ll follow a series of events to attempt to uncover the patterns and principles that can lead to success or dead ends.

There isn’t one-size fits all but a hope that this talk provides actionable strategies and a few technical insights across a range of fields." + content_class: "text-white" - active: true id: "rhea" title: "Way of Rhea" @@ -482,7 +500,14 @@ modals: title: "High quality search results with no ads or tracking." img: "/images/modals/kagi_pbc.png" title_class: "text-white" - content: "[Kagi](https://kagi.com/welcome) is the only premium search engine where YOU are the customer. No ads. No tracking. No compromise. Just pure, powerful search.

Lauded by many as the way search used to be in the 'good old days.' There's no ads, tracking, or algorithm tracking your habits—we give you classic results and your own tools to filter, boost and ersonalize the results yourself." + content: "[Kagi](https://kagi.com/welcome) is the only premium search engine where YOU are the customer. No ads. No tracking. No compromise. Just pure, powerful search.

Lauded by many as the way search used to be in the 'good old days.' There's no ads, tracking, or algorithm tracking your habits—we give you classic results and your own tools to filter, boost and ersonalize the results yourself.

Humanize the web." + content_class: "text-white" + - active: true + id: "kcse" + title: "Science & Engineering Consulting Firm" + img: "/images/modals/kcse_modeling.jpg" + title_class: "text-white" + content: "Karagozian & Case, Inc. (K&C) is an internationally recognized science and engineering consulting firm founded in 1945. K&C supports a broad range of clients across different sections of defense, transportation, manufacture, aerospace, energy, and construction industries, for technically challenging and complex problems." content_class: "text-white" - active: true id: "vaults" diff --git a/static/images/companies/kagi_mascot.png b/static/images/companies/kagi_mascot.png new file mode 100644 index 0000000..530332b Binary files /dev/null and b/static/images/companies/kagi_mascot.png differ diff --git a/static/images/companies/kagi_square.webp b/static/images/companies/kagi_square.webp new file mode 100644 index 0000000..c834036 Binary files /dev/null and b/static/images/companies/kagi_square.webp differ diff --git a/static/images/modals/kcse_modeling.jpg b/static/images/modals/kcse_modeling.jpg new file mode 100644 index 0000000..f63c19f Binary files /dev/null and b/static/images/modals/kcse_modeling.jpg differ diff --git a/static/images/people/diaz.jpg b/static/images/people/diaz.jpg new file mode 100644 index 0000000..c24bd2e Binary files /dev/null and b/static/images/people/diaz.jpg differ diff --git a/static/images/people/tomas_diaz.png b/static/images/people/tomas_diaz.png new file mode 100644 index 0000000..3dd0fb7 Binary files /dev/null and b/static/images/people/tomas_diaz.png differ