Skip to content
View tkhquang's full-sized avatar
🍀
🍀

Organizations

@gridsome @ljoss-studios

Block or report tkhquang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tkhquang/README.md

Hi there 👋, I'm Quang Trinh;

tkhquang.dev me@tkhquang tkhquang

# -------------------------------------------------------------------
# Quang's Dual-Core Loader
# -------------------------------------------------------------------

.section .data
    id_string:      .asciz "Quang | FE Day, RE Night | Age: 30+"
    day_focus:      .asciz "Day: React, Elixir/Phoenix"
    switch_msg:     .asciz "Switching Modes... (Caffeine levels critical)"
    night_focus:    .asciz "Night: C++, Rust, Ghidra"
    system_info:    .asciz "OS: Fedora/Windows | Editors: VSCode/Neovim"
    ethos:          .asciz "Ethos: Pixel Crafter, Binary Decoder"

.section .text
.globl _start

_start:
    # --- Boot: The Dev Persona ---
    lea id_string(%rip), %rdi

    # --- Day Shift: Pixel Perfect ---
day_op_engage:
    lea day_focus(%rip), %rsi
    # call ExecuteDayRoutine

    # --- The Flip: Code Twilight Zone ---
    lea switch_msg(%rip), %rdx
    int $0x13           # The context switch!

    # --- Night Shift: Binary Deep Dive ---
night_op_engage:
    lea night_focus(%rip), %rcx
    # call ExecuteNightRoutine

    # --- System Constants ---
    lea system_info(%rip), %r8
    lea ethos(%rip), %r9

    # --- The Loop & Recharge ---
loop_point:
    call CreateImproveLearnRepeat  # The cycle of development
    call Recharge                  # Keep the energy flowing
    jmp loop_point

    # --- Routines ---
CreateImproveLearnRepeat:
    # Code would go here
    ret

Recharge:
    # Consume Coke, walk Doggo, repeat
    ret

    # --- Developer's Motto / Parting Thought ---
    # "Shine the UI, x-ray the binary."

☕ Powering the Next int $0x13?

Most of my time is spent either fine-tuning interfaces or reverse-engineering the weird and wonderful bits of software. It's all part of the fun, and fueled by curiosity (and caffeine).

If you liked something I made or just want to support the ongoing tinkering, a virtual coffee is always appreciated!

"Buy Me A Coffee"

Or, if you prefer ko-fi: https://ko-fi.com/tkhquang

Pinned Loading

  1. KCD2Tools KCD2Tools Public

    A collection of mods for Kingdom Come: Deliverance II that enhance gameplay and add new features to the game.

    C++ 2

  2. OBRTools OBRTools Public

    A collection of mods for Oblivion Remastered that enhance gameplay and add new features to the game.

    C++ 3

  3. vue-simple-accordion vue-simple-accordion Public

    A simple, easily configurable accordion for Vue

    JavaScript 31 8

  4. userChrome.js userChrome.js Public

    userChrome.js for Firefox

    JavaScript 13 1

  5. userscripts userscripts Public

    userscripts for Tampermonkey/Violentmonkey/Greasemonkey

    JavaScript 5

  6. gridsome-remark-figure-caption gridsome-remark-figure-caption Public

    A gridsome remark plugin to transform markdown image to figure with caption element.

    JavaScript 3 2