- ๐น๏ธ Iโm interested in computer graphics and virtual reality development, especially at the intersection with human perception research
- ๐ญ Currently learning about optimization techniques for deploying multimodal models on mobile devices
- ๐ฅ๏ธ Meta and AMD shareholder
- ๐ My work bridges technical implementation with real-world understanding of how humans see, think, and interact in immersive environments
- ๐ฌ I enjoy learning new languages: ๐ฐ๐ท๐บ๐ธ๐ฏ๐ต๐จ๐ณ๐ป
- Poorly written blog of mine
graph TD;
A[Start] --> B[Identify purpose of design];
B --> C[Brainstorm];
C --> D[Finalize an idea];
D --> E[Develop prototype];
E --> F[Successful prototype?];
F -- YES --> G[Communicate result];
F -- NO --> H[Can the problem be fixed?];
H -- YES --> E;
H -- NO --> I[Abandon prototype];
I --> C;
G --> J[Refine design];
J --> K[End];