/images/avatar.png

About Me

Hello! I’m Julian, a senior undergraduate CS student at Institut Teknologi Bandung (ITB), Indonesia. I’m generally interested in computer systems research, and I’m currently collaborating with Prof. Chang Lou from the University of Virginia, working on distributed systems reliability.

Feel free to explore and connect with me through the links provided!

News

Hello, World!

Welcome!

1
2
3
4
5
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

I created this site for several reasons, one of which is that, for me, writing things down serves as a way to keep myself accountable—it helps me (and sometimes forces me) to explore and learn new topics. At the same time, posting on this site is also a way to improve and sharpen my writing skills, which feels especially relevant in a time when large language models (LLMs) make producing text effortless1.