Files
pse.dev/data/events/devcon-7.ts
Kalidou Diagne cb4a197af2 devcon 7 wip
2024-11-09 09:26:02 +01:00

79 lines
3.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const events = [
{
date: "November 10, 2024",
time: "4:30 PM - 5:00 PM",
location: "Datapalooza",
speaker: "Althea",
title: "Handle with Care",
description:
"Data can be useful, and also dangerous. This talk will raise questions and concerns that data enthusiasts might want to consider.",
},
{
date: "November 11, 2024",
time: "TBA",
location: "Ethereum Cypherpunk Congress",
speaker: "@Sam Richards",
title: "What's next for PSE",
description:
"2024 has brought a lot of changes to the Privacy + Scaling Explorations team. Hear from our new team learn about the past, present and future of PSE.",
},
{
date: "November 11, 2024",
time: "9:00 AM - 5:00 PM",
location: "Devcon floor 1, booths S107 and S108",
speaker: "PSE",
title: "General PSE info, team office hours",
description:
"Come meet the PSE team! We'll be around all day, every day during Devcon.",
},
{
date: "November 12, 2024",
time: "12:40 PM - 12:50 PM",
location: "Lightning Talk - Stage 4",
speaker: "@0xjei",
title: "The combination of ZKP +/- MPC +/- FHE",
description:
"This talk will provide you with the necessary intuition to understand when you should use ZKP, MPC or FHE, or any combination of them.",
},
{
date: "November 12, 2024",
time: "12:50 PM - 1:00 PM",
location: "Lightning Talk - Stage 4",
speaker: "@Rasul",
title: "MPC Tooling or How to create MPC apps",
description:
"Let's get into the state of the art of MPC development: we'll discuss different MPC schemes, current MPC tooling & how you can create MPC apps today. We'll cover the tech stack from a frontend level (e.g. MPC compilers) to a backend - and of course how we can combine them.",
},
{
date: "November 12, 2024",
time: "1:10 PM - 1:20 PM",
location: "Lightning Talk - Stage 4",
speaker: "@cperezz19",
title:
"MP-FHE experiments. Our learnings trying to find the next big tech to focus on.",
description:
"This talk mainly focuses on showcasing the work that some PSE members did while starting to dive into MPC-FHE during Q2 2024. This work is composed by various explorations within the MPC-FHE realm that move towards different directions and goals. From FHE compilers to FFT Bootstrapping GPU optimization proposals, passing by FHE Game demos and many application level implementations, the talk aims to reach beginner-advanced audience on the research/product paths that we have explored so far.",
},
{
date: "November 12, 2024",
time: "1:30 PM - 1:40 PM",
location: "Lightning Talk - Stage 4",
speaker: "@leolarav",
title: "Modern ZKP Compilers",
description:
"At PSE we have done much ZKP advanced development. From that learning we are building a language and compiler, that is summarizing much of this learning. We answer questions like: Are compilers necessary in a zkVM world? What is the role of a compiler in ZKP development? What are its most common components? How different ways can this problem be approached? In this advanced talk, we will learn how we compile arbitrary boolean expressions, or how the SchwartzZippel lemma can be used to optimize.",
},
{
date: "November 12, 2024",
time: "2:10 PM - 2:20 PM",
location: "Lightning Talk - Stage 4",
speaker: "@andyguzmaneth",
title:
"The Blind Man's Elephant: a product vision towards private identities",
description:
"A short talk introducing the concepts of key principles we want to achieve in private ZK identities. Sparkling concepts like SSI and DIDs and why blockchains are the best way to ensure that. Finally it concludes with simple ZK and data-structure constructions and different alternatives that are seeking to provide this characteristics. In short, this is a lightning overview of the space of ZK, its desired features and different approaches to achieve them.",
},
]
export default events