01 · Roasts
One Hit Wonder
peri carries this entire profile on its back with all 16 of the account's stars. The other two repos combined couldn't summon a single star, fork, or outside contributor if they tried.
Bursty Coder Syndrome
155 commits in a year sounds decent until you open the heatmap — it's basically a flatline with three-day firework shows every few weeks. The GitHub grass is mostly brown.
Allergic to CI
Zero CI pipelines across all three repos. You're writing a typestate compiler that proves hardware correctness, yet you won't let a GitHub Action run your own tests. The irony is impressive.
Community Ghost
0 PRs, 0 issues filed, 0 external contributions in the past year. 25 followers but apparently no interest in the code that gave them to you. Open source is a two-way street.
Breadth Flex, Depth Gap
Rust, C++, SystemVerilog, Assembly, Python — five languages on a profile that's barely a year old is genuinely impressive. Shame none of those languages have a second project to their name.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight33F
- Consistency20% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
54 active days
Language distribution
- Rust31%
- C++22%
- SystemVerilog16%
- Assembly16%
- Python11%
- Verilog1%
- Other3%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
155
Followers
25
Joined GitHub
Feb 2024
05 · Top repos
aqibfaruqui /
peri
Novel embedded systems DSL with typestate verification compiler; early-stage research project with complete frontend/IR/backend pipeline (131 KB, Rust, typed, tests), but narrow scope and 16 stars limit adoption impact.
aqibfaruqui /
game-of-life
SystemVerilog hardware accelerator for Conway's Game of Life in RISC-V SoC, created Feb 2025. Demonstrates solid RTL craftsmanship with optimization techniques (row buffers, write batching, double-buffering) and includes testbench with golden data validation, but modest commit activity and no CI/license.
aqibfaruqui /
cpp-final-boss
Educational C++20 practice problem collection with 3 custom exercises (Matching Engine, Task Scheduler, FileGuard RAII wrapper) and 8 Codeforces solutions. Untyped C++ (HAS_TESTS=no, HAS_CI=no, no license), minimal architectural depth despite some well-structured examples.
06 · Timeline
- Feb 3, 2024Joined GitHub
- Sep 10, 2025Created cpp-final-boss — A Collection of Programming Practice Problems (C++20)
- Nov 10, 2025Created peri — Programming Language for Peripheral Safety on Embedded Systems
- Feb 15, 2026Created game-of-life — RISC-V SoC Hardware Accelerator for Conway’s Game of Life
- Apr 8, 2026Most recent push to peri
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.