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.

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. GitHub strips <script> out of every README, so this smuggles the animation past it with an edge proxy and a 12-second grudge held in Redis.
  • factor_rl β€” an agent that learned to factor polynomials by trial and error instead of being handed the algorithm. You can watch it think, one step at a time.
  • dafny-verify-loop β€” hand it a Dafny spec, it writes a body that actually verifies. Built for small models that can't invent an algorithm, a loop invariant and a termination proof all in the same breath.
  • CAT β€” Convoluted Agent Trying to code. Describe a system, it prototypes it. The name is the most accurate documentation in the repo.
  • ascii-galaxy β€” an ASCII galaxy banner for your README. My most-starred project, which says something about all the others.
  • risc-v-logism β€” a RISC-V CPU drawn out gate by gate, ALU and register file and all, before letting it near real hardware.

🎯 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