### Hi there π
- πΉοΈ 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](https://hyeondg.org)
#### Courseworks ([KAIST](https://cs.kaist.ac.kr))
> [Programming Language](https://github.com/hyeondg/2021s-cs320) | [Intro. to Numerical Analysis]() | [Concurrent Programming](https://github.com/hyeondg/2024s-cs431) | [Into. to Computer Graphics](https://github.com/hyeondg/2024s-cs380) | [Intro. to Computer Network](https://github.com/hyeondg/2024f-cs341) | [Intro. to ML/DL]() | [Microarchitecture Design](https://github.com/hyeondg/cs492-uarch) | [Compiler Design](https://gitlab.com/hyeondg/kecc-public) | [Pintos](https://github.com/hyeondg/pintos-kaist) | [Programming Principles](https://github.com/hyeondg/2025s-cs220)
#### [OSS](https://en.wikipedia.org/wiki/Open-source_software)
> [ALVR](https://github.com/alvr-org/ALVR) | [Civ3D](https://github.com/Siv3D/OpenSiv3D) | [tinygrad](https://github.com/hyeondg/tinygrad)
#### Projects
> [Memory-safe Transformer on GAP8 microprocessor written in Rust](https://gitlab.com/hyeondg/pulp)
> [LLM chatbot designs for children]()
> [Skeleton vs Texture: Human Behavioral Experiments on Object Perception in Virtual Reality Environments]() (WIP!)
```mermaid
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];
```
#### [Full CV (Overleaf)](https://www.overleaf.com/read/dthdchqkzjht#efd09d)