01 · Roasts
Ghost Town Heatmap
40 commits in a year, mostly crammed into 2 weeks — your GitHub contribution graph looks like a QR code with 95% of the pixels erased. The dungeon generator gets more activity than your actual repo.
The 2-Line README Hall of Shame
image-compression-sf2's README is literally just a title. Cambridge taught you Huffman coding but apparently not how to write a sentence of documentation.
Solo Pct: 0, Community Pct: Also 0
0 PRs, 0 issues, 2 followers, following 4 people. You've been on GitHub since 2018 and the community engagement needle hasn't moved once. It's not a portfolio, it's a private diary with a public URL.
Incomplete Code in a Submitted Project
competition/common.py cuts off mid-function at 'if i' around line 180. You shipped a competition entry with a literal syntax error dangling at the end. Bold strategy.
7 Years, 6 Stars
Joined in March 2018, it's now mid-2025 — that's 7 years of GitHub presence yielding a grand total of 6 stars across 13 repos. The itch.io roguelike is genuinely cool; the rest of the portfolio is catching up very slowly.
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% weight43D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- Python56%
- Jupyter Notebook39%
- C++2%
- HTML1%
- CSS1%
- JavaScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
40
Followers
2
Joined GitHub
Mar 2018
05 · Top repos
Hamezii /
gim-descent
A roguelike dungeon-crawler game built in Python/Pygame with a functional ECS architecture, structured codebase, and working game distributed on itch.io. No tests, CI, or license, but documented and shipped.
Hamezii /
hamezii.github.io
Personal portfolio site built with vanilla HTML/CSS/JS; 0 stars, minimal documentation beyond brief README, but demonstrates consistent maintenance (23 commits in last 30 days) and styled multi-file structure over ~5 years.
Hamezii /
image-compression-sf2
Academic competition submission implementing JPEG-LBT image compression with Huffman coding optimization. Minimal README, experimental phase with incomplete code fragments and no tests or CI.
06 · Timeline
- Mar 1, 2018Joined GitHub
- Oct 4, 2018Created gim-descent — A roguelike dungeon-crawler, made with Python and Pygame
- May 5, 2020Created hamezii.github.io — My portfolio page!
- May 27, 2024Created image-compression-sf2 — 2024 SF2 Image Compression Algorithm
- Jul 12, 2025Most recent push to hamezii.github.io
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.