Skip to content
View qvd808's full-sized avatar

Block or report qvd808

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
qvd808/README.md
Some clickable image

>Try clicking the image above. Calamity will come your way<

If you think that was cool, a ⭐ on readme-onclick-animation (the thing that makes a README image clickable) would genuinely make my day.
And if you're hiring, my resume is one badge away πŸ‘‡ β€” I need to pay my bills.



LinkedIn Portfolio Resume Email

Profile Views

πŸ”¨ Some projects I built

  • readme-onclick-animation β€” the reason the image up there can do that.
  • factor_rl β€” Some research I was doing with AI, it more about if I can find a way to only give agent training data on degree <= 4 and make it actually solve larger degree. You can watch it think, one step at a time.
  • dafny-verify-loop β€” Some small projects about using a more specification to force AI to write an algorithm that we know will follows the specification.
  • CAT β€” Convoluted Agent Trying to code. Just mostly figure out if I can connect multiple agents with prompt and see how goods it build. It definitely can not build a C-compiler thou.
  • risc-v-logism β€” Sided project. Just interested if to learn the architecture of RISC-V CPU.

🎯 Currently

Finishing that CPU on my FPGA. The only component still missing is money.

Popular repositories Loading

  1. ascii-galaxy ascii-galaxy Public

    Just a cool ASCII text with galaxy background to add to your github readme

    TypeScript 7

  2. stormhack-v2-2024 stormhack-v2-2024 Public

    JavaScript 2

  3. stormhack-2024 stormhack-2024 Public

    HTML 1

  4. readme-onclick-animation readme-onclick-animation Public

    Add click-triggered animations and interactive images to GitHub README and profile pages using Markdown.

    HTML 1

  5. Sudoku-Game Sudoku-Game Public

    Sudoku is a logic-based puzzle game. The player mission is to fill in the blank cells in a 9x9 grid with number. The number filled in have to satisfy that the current column, current row and curren…

    C++ 1

  6. DogCatRecognition DogCatRecognition Public

    Python