01 · Roasts
README? Never Heard of Her
Three repos, zero READMEs. Not one. rho5 literally tells people to 'look at the pid branch for correct code' in the description — that's the documentation.
rho5wave: World Record Speedrun
6 commits in 4 minutes, same-day creation and push. That's not a project, that's a git stress test. Even your finger hesitated longer than you did.
238 Commits, All in One Season
The heatmap is a desert with one tiny oasis. Nearly half the year is completely blank — 238 commits crammed into a few frantic weeks then radio silence.
Python 69%, But All the Repos Are C++
Your language stats scream Python but every analyzed repo is C++. There's a mystery Python iceberg here that apparently never made it to GitHub.
0 Stars Across the Board
Every single repo has 0 stars, 0 forks, 0 watchers. The GitHub recommendation algorithm has seen your work and chosen to say nothing.
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% weight25F
- Consistency20% weight35F
- Quality20% weight30F
- Depth15% weight35F
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
71 active days
Language distribution
- Python69%
- C8%
- CMake7%
- C++6%
- Rich Text Format6%
- Makefile1%
- Other3%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
238
Followers
11
Joined GitHub
Dec 2020
05 · Top repos
Phantomnz /
rho4
Year 2 lab PID controller GUI project with Windows-specific serial comms, ImGui frontend, and optional AVR firmware. Typed C++, structured, but lacks README, tests, CI, and documentation.
Phantomnz /
rho5
Early-stage waveform generator GUI (Windows serial + ImGui + AVR firmware). No README, no tests, no CI; unpolished codebase with incomplete documentation and ~4 days active development.
Phantomnz /
rho5wave
Minimal waveform generator scaffold for rho5 project. Created and last pushed on same day (2025-12-01), no README, no tests, no CI, no license, untyped C++. Early-stage experimental dump with 6 commits in 4 minutes.
06 · Timeline
- Dec 2, 2020Joined GitHub
- Nov 12, 2025Created rho4 — Y2 lab project 4, run using whatever make command works on your computer at project root, gui project
- Nov 28, 2025Created rho5 — this is basically the same as rho4 but with better functionality, look at pid branch for correct code for this part
- Dec 1, 2025Created rho5wave — waveform generator for rho5
- Dec 1, 2025Most recent push to rho5
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.