01 · Roasts
The Ghost Committer
8 public commits in the last year. Your heatmap says you were busy; your commit log says you were asleep. Pick a story.
License? Never Heard of Her
Zero licenses across all three repos. Legally speaking, nobody can use your code — which, with 3 total stars, is mostly hypothetical anyway.
CI Is Just a Myth
Three repos, zero CI pipelines. You have CUDA + MPI code and you're still manually eyeballing correctness. Bold strategy.
43% TeX Enjoyer
Nearly half your GitHub is LaTeX. Respect the academic grind, but this is a code portfolio, not a thesis submission portal.
137 Followers, 3 Stars
People are watching you but apparently not your repos. You have a fanbase that somehow hasn't clicked the star button once.
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% weight45D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
213 active days
Language distribution
- TeX43%
- C18%
- C++17%
- Julia7%
- Perl4%
- Rust3%
- Other8%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
8
Followers
137
Joined GitHub
Apr 2019
05 · Top repos
karelispanagiotis /
VPTree_KDTree_Comparison
Educational comparison of VP-Tree vs KD-Tree with parallel CPU/GPU implementations. Typed C++ with structured layout, documentation, and tests, but minimal adoption (2 stars, no external adoption signals).
karelispanagiotis /
pdp_oxide
Personal collection of Panhellenic Informatics Competition solutions in Rust. Demonstrates typed, multi-file project structure with 11 solved problems across 5 years. No tests, CI, or license; minimal external impact or adoption signals.
karelispanagiotis /
Hellenico
Competitive programming problem solutions archive in C++ with minimal documentation and no tests or CI. Single contributor personal collection organized by problem units, demonstrating algorithmic knowledge but lacking software engineering practices.
06 · Timeline
- Apr 13, 2019Joined GitHub
- Jan 24, 2020Created VPTree_KDTree_Comparison — Parallel Implementation of VP-tree and KD-Tree (shared, GPU, distributed) and all-kNN search using the tree
- Mar 12, 2020Created Hellenico — Hellenico.gr Problem Solutions
- Nov 15, 2024Created pdp_oxide — Panhellenic Competition in Informatics tasks solutions in Rust.
- Apr 26, 2025Most recent push to pdp_oxide
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.