mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 06:08:03 -05:00
19
content/articles/a-thank-you.md
Normal file
19
content/articles/a-thank-you.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Thank You Sam, Welcome Andy and Igor"
|
||||
image: "/articles/a-thank-you/cover.png"
|
||||
tldr: "The PSE team thanks Sam Richards for his leadership and contributions, and welcomes Andy Guzman as the new lead and Igor Barinov as EF’s privacy coordinator."
|
||||
date: "2025-10-01"
|
||||
tags: ["PSE", "privacy", "Ethereum", "leadership"]
|
||||
projects: ["pse"]
|
||||
---
|
||||
|
||||
With the [recent privacy leadership announcement](https://blog.ethereum.org/2025/10/01/privacy-cluster-leads), the PSE team wants to take a moment to give a huge thanks to [Sam Richards](https://x.com/samonchain) for his contributions as our team lead over this last years.
|
||||
|
||||
PSE has gone through many changes since Barry Whitehat first built a team to explore the edges of applied cryptography. This past year, Sam has guided PSE from a collection of theory-led experiments to a team with a problem-first approach and privacy at its core.
|
||||
|
||||
Sam led with clarity and dedication through the reorganization of the Ethereum Foundation earlier this year, and strengthened PSE’s role at a moment of uncertainty. He helped shape the roadmap to bring privacy from an abstract principle to a practical and essential path towards adoption.
|
||||
|
||||
Sam also invested deeply in people—mentoring our team, encouraging us to step outside our bubble, and building bridges across the ecosystem. His leadership ensured that PSE could continue to grow with focus, alignment, and impact. We are so grateful for everything Sam has brought to PSE and wish him the very best in what comes next.
|
||||
|
||||
We’re excited to continue building the future of privacy with [Andy Guzman](https://x.com/AndyGuzmanEth) as the new lead of PSE, and [Igor Barinov](https://x.com/barinov) as the coordinator of privacy at the Ethereum Foundation. Together, they will help carry forward the mission of making privacy normal and foundational for Ethereum.
|
||||
@@ -131,6 +131,13 @@ const nextConfig = {
|
||||
|
||||
// Optimize runtime chunk size
|
||||
webpack: (config, { isServer, dev }) => {
|
||||
// Ensure TS path alias '@/*' resolves at build-time (esp. on Vercel/Linux)
|
||||
config.resolve = config.resolve || {}
|
||||
config.resolve.alias = {
|
||||
...(config.resolve.alias || {}),
|
||||
"@": path.resolve(__dirname),
|
||||
}
|
||||
|
||||
if (isServer) {
|
||||
config.externals.push("erlpack")
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@tanstack/react-query": "^5.74.4",
|
||||
"@tw-classed/react": "^1.8.0",
|
||||
"@types/node": "^20.19.0",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
"algoliasearch": "^4",
|
||||
"autoprefixer": "^10.4.14",
|
||||
@@ -72,6 +73,7 @@
|
||||
"tailwind-merge": "^1.12.0",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"tailwindcss-animate": "^1.0.5",
|
||||
"typescript": "^5.0.0",
|
||||
"zustand": "^4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -84,7 +86,6 @@
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jquery": "^3",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/node": "^20.19.0",
|
||||
"@types/react": "^18.2.7",
|
||||
"@types/react-dom": "^18.2.4",
|
||||
"@types/react-slick": "^0.23.13",
|
||||
@@ -105,7 +106,6 @@
|
||||
"prettier": "^2.0.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript-eslint": "^8.23.0",
|
||||
"vite": "^7.0.6",
|
||||
"vitest": "^3.2.4",
|
||||
|
||||
BIN
public/articles/a-thank-you/cover.png
Normal file
BIN
public/articles/a-thank-you/cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
Reference in New Issue
Block a user