01 · Roasts
The 7-Minute Masterpiece
TF_Deformable_Ops — your most-starred repo — was committed start-to-finish in approximately 7 minutes on a single afternoon in 2017. The backward pass is broken, source files are truncated, and you never came back. 10 stars is generous.
totalCommitsYear: 8
Eight commits in the last year. Not 80. Not 800. Eight. staleRepoRatio = 1.0 means every single public repo is abandoned. The heatmap looks like someone accidentally sat on the keyboard twice.
Hackathon Historian
Two of your three scored repos are one-day or one-week sprints. ethblobalWaterloo had 19 of its 30 commits in a single hackathon day, then was never touched again. Shipping fast is fine; shipping once and disappearing is a pattern.
82% VHDL and Counting
Your language breakdown is 82% VHDL — a hardware description language most web developers have never heard of. Respect for the niche, but it does make your Python chatbot and TypeScript dApp feel like accidental tourists.
Zero PRs, Zero Issues, Zero Engagement
totalPRsYear = 0, totalIssuesYear = 0. You haven't opened a PR or filed an issue anywhere on GitHub in the past year. With 14 followers and 30 people you follow, this profile is more spectator than participant.
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% weight30F
- Consistency20% weight20F
- Quality20% weight45D
- Depth15% weight20F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
121 active days
Language distribution
- VHDL82%
- Verilog8%
- C++4%
- Python2%
- TypeScript2%
- JavaScript1%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
8
Followers
14
Joined GitHub
Sep 2014
05 · Top repos
bwuzhang /
TF_Deformable_Ops
TensorFlow implementation of deformable convolution operations with CUDA kernels. Implements forward and backward pass with a working demo, but minimal adoption (10 stars), one-shot dump committed within 7 minutes, and incomplete backward optimization.
bwuzhang /
ethblobalWaterloo
Ethereum Waterloo hackathon project—React/TypeScript dApp for attestation-based goal tracking. Typed, structured, but minimal documentation, no tests/CI, boilerplate README, and 19/30 commits in a one-day sprint (created 2023-06-24, last push 2023-06-25).
bwuzhang /
Dude
Early-stage personal assistant chatbot integrating Google Calendar and LangChain LLMs. One-week experimental project with minimal visibility (0 stars, 4 of 30 commits in early May 2023), incomplete documentation, and unfinished core features.
06 · Timeline
- Sep 27, 2014Joined GitHub
- Jul 17, 2017Created TF_Deformable_Ops — Tensorflow implementation of deformable conv and pooling operations.
- May 7, 2023Created Dude
- Jun 24, 2023Created ethblobalWaterloo
- Jun 25, 2023Most recent push to ethblobalWaterloo
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.