Skip to content
View Labeeb2339's full-sized avatar
💭
woah
💭
woah

Block or report Labeeb2339

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
Labeeb2339/README.md

Hi, I'm Labeeb

Animated pixel-art Espeon

I'm a Form 3 student in Sarawak, Malaysia. I like cybersecurity, local AI, and digital hardware. Most of my projects start because I want to understand how something works. Then I add tests and write down what the result does not prove.

LinkedIn  ·  All repositories


Projects I'd show first

  • ScamShield - a Flutter prototype made for the Young Innovators Challenge 2026 to explain Malaysian scam-risk signals.
  • PortCVE - a Windows CLI for finding listening ports, their owners, exposure changes, and possible CVE matches.
  • CyberRAG - a local cybersecurity retrieval experiment with MITRE ATT&CK grounding and a checked-in 15-question pilot.
  • INT8 dot-product RTL - one small SystemVerilog compute core with a Python reference model and CI.

Some experiments worked. Some failed. I keep useful failure cases instead of turning every result into a success story.

How I work with coding agents

I use coding agents substantially for implementation, debugging, tests, and documentation. I choose the problem, set the scope and claim limits, direct the iterations, review what gets published, and rerun the important checks.

I do not claim that every line was handwritten by me. If I cannot explain a result or show how it was checked, it should not be featured here.

Right now I am learning more about quantization, RAG evaluation, Windows/.NET, SystemVerilog, and how to design tests that are difficult to fool.

The LABEEB + Espeon contribution pattern is intentional pixel art, not a work log. Sprite source and attribution are in assets/README.md.

Pinned Loading

  1. cyber-rag cyber-rag Public

    A local cybersecurity retrieval experiment with hybrid search, MITRE ATT&CK, and cited answers.

    Python

  2. int8-dot-product-rtl int8-dot-product-rtl Public

    A signed INT8 SystemVerilog dot-product core with a Python model and regression tests.

    Python

  3. stratamoe-lab stratamoe-lab Public

    Simulates MoE expert placement across GPU memory, RAM, and NVMe.

    TypeScript

  4. cliffquant cliffquant Public

    Tests worst-environment scale selection for multi-environment W4A16 quantization.

    Python

  5. recurquant recurquant Public

    Experiments with mixed INT4/INT8 storage for Qwen3.5 recurrent state.

    Python

  6. sftguard sftguard Public

    Checks fine-tuning datasets, masks, and evaluation records before an adapter release.

    Python