01 · Roasts
The 67% Ghost Town
Two-thirds of your 38 repos haven't been touched in over 2 years. stellar-guesser is genuinely impressive — shame it's buried under a graveyard of abandoned side projects.
18 Stars Across 38 Repos
That's a 0.47 star average per repo. Your GPU n-body simulation with actual compute shaders somehow has fewer stars than a typical 'Hello World' tutorial. The internet has failed you.
CI Collector, Not a CI Practitioner
stellar-guesser has 9 CI jobs with strict clippy flags — excellent. n-body-simulation has 0. You know exactly what good looks like and selectively apply it.
The Lone Wolf Following 1 Person
14 followers, following 1. Either that 1 person is your entire social graph, or you've achieved a level of GitHub hermitism that most developers can only dream of.
Bursty by Nature
246 commits in a year sounds respectable until you look at the heatmap: weeks of flatline followed by furious 4-intensity bursts, then silence again. You code like a volcano.
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% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
64 active days
Language distribution
- Rust59%
- JavaScript11%
- C++10%
- Python6%
- OCaml4%
- HTML3%
- Other7%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
246
Followers
14
Joined GitHub
Aug 2020
05 · Top repos
Pandicon /
stellar-guesser
Rust astronomy learning game targeting IOAA preparation with extensive multi-platform support (desktop, Android, web), structured modular codebase, and comprehensive CI pipeline; 0 stars but reasonably mature for a niche educational tool.
Pandicon /
n-body-simulation
Rust GPU-accelerated n-body physics simulation with structured multi-module architecture, compute shaders, and egui rendering. Typed, documented via sparse README, but lacks tests, CI, and license.
Pandicon /
GJK-Symposion-Web
Rust + C++ event website with typed frontend (Yew/WASM), untyped HTTP server, no tests or CI. 2KB codebase shipped 60 days, then abandoned. Personal project for 2022 symposium with ~30 commits in 2-month window.
06 · Timeline
- Aug 22, 2020Joined GitHub
- Sep 21, 2022Created GJK-Symposion-Web — The main website of the GJK Symposion event (2022)
- Jun 29, 2023Created stellar-guesser — A game-like way to learn the sky, from beginner to IOAA gold medal level
- Jan 8, 2026Created n-body-simulation
- Mar 29, 2026Most recent push to stellar-guesser
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.