$ cat << EOF > main.c > #include <unistd.h> > > int main() { > write(0, "Hello, world\n", 13); > write(0, "I'm Chris Milan.\n", 17); > write(0, "Welcome to my webpage\n\n", 23); > write(0, "Press ENTER (or tap) to continue...", 26); > read(1, NULL, 1); > return 0; > } > EOF $ cc main.c -o main && ./main Hello, world I'm Chris Milan Welcome to my webpage Press ENTER (or tap) to continue...█
$ ./about_me I am an undergraduate at UCLA, studying Math and Computer Science. I run the AI Safety club at UCLA, and I have a page there too. I also wrote some blog posts for AI Safety at UCLA. Press ENTER (or tap) to continue...█
$ cat resume.txt Click here for the full PDF version. Last updated: February 21, 2025. Christopher Milan: linkedin github chrismilan AT ucla DOT edu University of California, Los Angeles: September 2021 -- June 2025 * B.S. in Computer Science * B.S. in Mathematics Coursework: + ---------------- + ---------------- + ---------------- + ---------------- + | Linear Algebra | Machine Learning | Prog. Languages | Num. Analysis | | Hardware for ML | Operating Sys. | Real Analysis | Cryptography | | Comp. Networks | Abstract Algebra | Crypt. Protocols | Comp. Imaging | + ---------------- + ---------------- + ---------------- + ---------------- + Work Experience (see PDF for more details): nference, Boston, MA June 2024 -- September 2024 UCLA Cardiac Arrhythmia Center, Los Angeles, CA January 2023 -- June 2024 Press ENTER (or tap) to continue...█
$ logout Connection to chrismilan.org closed.
top (projects) - last updated 02/21/2025ID PROJECT CODE DESCRIPTION
1 cherf github P2P NAT Holepuncher written in Haskell. 2 stats.ais-ucla.org github Status page for AI Safety cluster, graphed using RRDtool 3 mal github A silly programming language, with (LLVM) compiler written in OCaml. 4 os github A toy x64 operating system.