avatar
choucisan
13|OneThree|the Son of Lord|Jackson Chou

Trust in the Lord with all your heart and lean not on your own understanding;in all your ways submit to him,and he will make your paths straight. —— Proverbs 3:5-6

🎓 Education

  • Status: Disconnected from Server [College]

  • Current Quest: Self-taught Mage (Level: Grinding…)

  • Major: University of Internet

  • Note: I didn’t quit learning; I just quit the subscription fee.

📝 Publications

  • Current Objective: Current Objective: Turning coffee into readable PDFs. ☕️ -> 📄

  • Status:

    1
    2
    3
    4
    5
    6
    while (!isPublished) {
    readPapers();
    writeCode();
    drinkCoffee();
    // error: inspiration not found. retrying...
    }

  • Stay Tuned: Revolutionary ideas are compiling. Please wait.

🐙 Open Source

  • Repository: 404 Not Found (Yet)

  • Action:

    1
    2
    3
    git commit -m "Initial commit: My Ambition"
    git push origin master
    # Error: Content too awesome to upload. Retrying...

  • Goal: To push code that changes the world (or at least fixes a typo).

🧬 Life Algorithm

  • System Status: Running on Caffeine OS (Unstable Build)

  • Main Loop:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    def daily_life():
    try:
    while is_alive:
    absorb_knowledge();
    write_bugs();
    // sleep(8); // FIXME: Deprecated function
    drink_coffee();
    except BurnoutError:
    restart();

  • Patch Note: Trying to fix the memory leak in the “Remembering Names” module.