You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/projects-section.tsx
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,13 @@ import { ProjectModule } from "@/components/project-module";
6
6
constprojects=[
7
7
{
8
8
moduleId: "MODULE_A",
9
-
title: "BOUNCE_STREAK_ENGINE",
10
-
tags: ["Reddit Devvit","Phaser","TypeScript"],
9
+
title: "SECURE_ENCLAVE_PROTOCOLS",
10
+
tags: ["Intel SGX","PyTorch","C++"],
11
11
description:
12
-
"Engineered a high-performance 2D arcade physics engine optimized for mobile browsers. Implemented 'cushion' collision detection to deliver a smooth 60 FPS experience. Architected a deterministic daily challenge system using seeded randomization, ensuring identical physics conditions for thousands of concurrent users.",
13
-
viewportLabel: "PHYSICS_SIMULATION_VIEWPORT",
12
+
"Proved the integrity of sensitive training loops in untrusted environments. By leveraging Intel SGX enclaves, this architecture isolates computation from OS-level vulnerabilities, ensuring privacy was maintained even during simulated system compromise scenarios.",
"Proved the integrity of sensitive training loops in untrusted environments. By leveraging Intel SGX enclaves, this architecture isolates computation from OS-level vulnerabilities, ensuring privacy was maintained even during simulated system compromise scenarios.",
46
-
viewportLabel: "ENCRYPTED_TERMINAL_OUTPUT",
44
+
"Engineered a high-performance 2D arcade physics engine optimized for mobile browsers. Implemented 'cushion' collision detection to deliver a smooth 60 FPS experience. Architected a deterministic daily challenge system using seeded randomization, ensuring identical physics conditions for thousands of concurrent users.",
0 commit comments