EN/KR
/Home/Conditions/Logics/Instruments/Profile/Writing

Series

Category

2026-08-23

Evaluation design protocol v1

Coding Agents can explore repositories, break work into tasks, write code, and revise it until the tests pass. As implementation becomes faster, it becomes harder for developers to…

agentaddtdd
Read
2026-07-31

The Architecture of Learning

Learning Like a Computer — The Architecture of Rapid Learning When people need to learn an unfamiliar subject in a few days, they usually increase the speed of input. They turn pag…

chat
Read
2026-05-21

PintOS: The Day Memory Was Full

A new page needed to come in, and there was no frame left. A page is one piece of the virtual memory a program uses; a frame is the seat where that piece actually sits in RAM. When…

krafton junglepintos
Read
2026-05-14

PintOS: Deliberate Complexity

The second week of PintOS covered user programs. The flow grew more complex than the Threads part, and understanding the structure of PintOS piece by piece took time. The hardware…

krafton junglepintos
Read
2026-05-07

PintOS: Operating System as OrcheStra

First week of PintOS, I read the thread code. The functions themselves weren't hard. What was hard was the space between them. Why does this function stop here? Where does a stoppe…

krafton junglepintos
Read