01 · Roasts
40 Weeks of Silence
Your heatmap looks like a patient flatlining — 40 consecutive weeks of zero commits, then a burst of activity in the last quarter. GitHub activity isn't a seasonal crop.
0 Stars, 0 Tests, 0 CI — Clean Sweep
Three repos, zero stars, zero tests, zero CI pipelines. You've achieved a perfect trifecta of invisibility. Even traffic-simulator's A* pathfinding couldn't find a path to a single star.
89% Graveyard Rate
8 out of 9 repos were last touched over 2 years ago. Your GitHub is less a portfolio and more a digital cemetery. At least the headstones are readable.
1-Line README Dissertation
traffic-simulator is a full dissertation project with A* pathfinding, vehicle physics, and WebSocket visualization — and the README says exactly one word: 'dissertation'. Calin, your advisor deserves better.
soloPct: 100%
Zero PRs opened, zero external contributions, 2 followers. You've been coding in complete isolation for 6+ years. The 'social' in social coding is not optional.
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% weight30F
- Quality20% weight47D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
44 active days
Language distribution
- Python61%
- Go19%
- HTML12%
- JavaScript7%
- CSS1%
- Batchfile0%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
123
Followers
2
Joined GitHub
Dec 2018
05 · Top repos
CREATORGAME19 /
traffic-simulator
Go traffic simulator with agent-based vehicle routing, web visualization, and A* pathfinding. Typed codebase with structured multi-file architecture but lacks tests, CI, and comprehensive documentation beyond minimal README.
CREATORGAME19 /
AstroNCS
Competition submission for 2021/2022 Astro Pi Challenge analyzing Earth vegetation from ISS using NDVI image processing with Python. Typed language not used; code works but lacks structure, testing, CI, license, and clean architecture despite meaningful README.
CREATORGAME19 /
3DEngine
Educational 3D graphics engine experiment using Tkinter with basic matrix transformations; unfinished implementation, untyped Python, no tests/CI, lacks documentation beyond README controls list.
06 · Timeline
- Dec 19, 2018Joined GitHub
- Dec 17, 2021Created 3DEngine — My first attempt at a 3d Graphics Engine
- Jun 21, 2022Created AstroNCS — The official submission for the 2021/2022 Astro Pi Challenge by the AstroNCS team.
- Oct 10, 2025Created traffic-simulator
- Apr 16, 2026Most recent push to traffic-simulator
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.