01 · Roasts
The Ghost of GitHub Past
7 commits in the last year across 11 repos — that's less activity than most people have in a single Monday morning. The heatmap is so empty it could double as a meditation retreat.
PDFs Are Not Code
Your most-starred and longest-maintained repo is a list of your own papers. 61,857 KB of PDFs is impressive academically, but GitHub stars for a bibliography is a uniquely 'professor energy' flex.
The 13-Day Wonder
CaptionFixer — your most polished project — was born and finished in 13 days with 6 commits. At least it has a README. That puts it in the top tier of your portfolio by default.
80% Abandoned
A staleRepoRatio of 0.8 means 8 out of 10 repos haven't been touched in over 2 years. This isn't a GitHub profile, it's a software graveyard with a very tidy entrance sign.
C/C++ Island
87% of your code is C or C++ — a heroic commitment to manual memory management in an era of safer alternatives. Even the one Python file is probably just a build helper that secretly calls gcc.
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% weight55D
- Quality20% weight35F
- Depth15% weight50D
- Breadth10% weight45D
- Community10% weight25F
03 · Stats
365-day commit heatmap
4 active days
Language distribution
- C48%
- C++39%
- Makefile6%
- Python3%
- CMake2%
- Shell0%
- Other2%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
7
Followers
8
Joined GitHub
Feb 2014
05 · Top repos
ppetoumenos /
publications
Academic publications archive documenting 25+ peer-reviewed papers in compilers and systems optimization with links to PDFs and artifacts, but no code, tests, or architectural substance beyond a static index.
ppetoumenos /
CaptionFixer
Focused utility for fixing auto-generated VTT captions using sequence alignment. Untyped Python with clear README, two source files, minimal test/CI infrastructure. Single-week sprint (6 commits over 13 days in Jan 2023).
ppetoumenos /
comp26020-problems
Coursework submission repository with C++ exercise implementations spanning classes, generics, and C++11 features. No README, tests, CI, or documentation; code is fragmentary and incomplete (stub implementations, template mismatch in main.cpp).
06 · Timeline
- Feb 18, 2014Joined GitHub
- Feb 22, 2017Created publications — Publications repository
- Oct 26, 2022Created comp26020-problems
- Jan 14, 2023Created CaptionFixer — Simple tool for fixing automatic caption errors using the original script
- Feb 11, 2026Most recent push to comp26020-problems
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.