██████╗ █████╗ ██████╗ ██╗██╗
██╔══██╗██╔══██╗██╔══██╗██║██║
██████╔╝███████║██║ ██║██║██║
██╔═══╝ ██╔══██║██║ ██║██║██║
██║ ██║ ██║██████╔╝██║███████╗
╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═╝╚══════╝
padil
"game developers are the most cracked developers"
ABOUT.EXE
padil. i write code and i write about it here.
the long game is game development -- not casual, not hobbyist. the kind where you write shaders from scratch, understand how memory actually works, and reach for CUDA because a library hides too much. efficient code at every level: network, block, low-level. the craft matters more than the output.
this site holds both: things i've built and things i think. code, games, systems, ideas. if something is interesting enough to understand, it's interesting enough to write about.
LEARNING.NOW
parallel computing on GPU. writing kernels by hand. understanding memory hierarchy, thread blocks, warps. the kind of code that actually matters when speed is the constraint.
SKILL_TREE.DAT
LOG.TXT
this is where i write. how things work, why things break, what it feels like to build something from scratch. game dev notes, low-level experiments, things i find worth understanding.
PROJECTS.LOG
LAB KNOWLEDGE CONTAINER (LKC)
"74% of organizations have no formal knowledge transfer process. LKC fixes that."
A multimodal AI system for capturing and transferring tacit knowledge in research labs. Built on the SECI model, using LLMs, RAG, and Context Graphs. The problem it solves: when experienced researchers leave, their knowledge walks out with them. LKC keeps it.
Ln{Fusion}
Enterprise data governance platform. Collects and unifies data from ERP, CRM, POS, MES. Low-code DataOps with automated pipelines, access controls, and cloud-native architecture. Used across manufacturing, retail, and finance.
Ln{360}
Customer data growth engine combining DMP and CDP. Pulls first, second, and third-party data from CRM, LINE OA, ads, and transactions. ML-powered segmentation and recommendations. 42% cart improvement in production.
UT Taiwan
E-commerce platform for Indonesian distance-learning students in Taiwan. Browse and order Universitas Terbuka course modules by program and semester. Inventory syncs daily with the official TBO Karunika distributor. 38 study programs.
AI Data Platform
End-to-end AI data transformation: document parsing, keyword extraction, graph relation mapping, query builder, dynamic model selection. Improved chatbot retrieval accuracy by 35%.
RAG Pipeline
Advanced RAG system using HyDe, GraphRAG, ReAct, and reranking. Flask backend and Next.js frontend, containerized with Docker.
AUV Biofoul Detection
YOLOv5-based biofouling detection for deep-sea cages. Microcontroller algorithms and robotic movement pattern research. Team qualified for PIMNAS 35 national research competition.
Election Platform
Laravel-based election platform handling 8,000+ concurrent votes for a Chancellor Election. Nginx reverse proxy, containerized deployment.
8-Puzzle Solver
Classic AI search problem in Python. BFS, DFS, and A* with heuristic comparison. Clean state-space exploration, readable implementation.
3D Scene (Three.js)
Interactive 3D scene with Three.js and Vue. Final project for computer graphics. Real-time rendering, lighting, camera control -- an early look at game-like environments.