01 · Roasts
The Bermuda Heatmap
Weeks 22–30 on your heatmap are a complete void — nine straight weeks of zero commits. For a CS student with 211 commits/year, you're coding in violent seasonal bursts, not building habits.
Stars? What Stars?
Three projects, 1 total star — and that lone star is probably your mum's alt account. Image-Autoencoder, NES-Emulator, and Order-Book are all technically interesting and completely invisible to the internet.
CI Is Not Optional
Zero CI across all three repos. You're building a matching engine with 2.6 μs latency benchmarks but won't spend 20 minutes writing a GitHub Actions workflow. The benchmarks are impressive; the discipline gap is not.
0 PRs, 2 Issues, 1 Follower Per Repo
totalPRsYear = 0. You have shipped a NES emulator, a neural image codec, and a financial order book, yet you have never opened a pull request on anyone else's code. GitHub is not a private journal.
APU Loading…
Your NES emulator README proudly marks APU as WIP. The CPU, PPU, and bus are done. The emulator literally has no sound. That's not a roadmap item — it's a metaphor for the whole profile.
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% weight60C
- Quality20% weight59D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
168 active days
Language distribution
- C++70%
- Python18%
- GDScript11%
- CMake1%
- Makefile0%
- C0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
211
Followers
3
Joined GitHub
Dec 2022
05 · Top repos
ikemal12 /
NES-Emulator
Work-in-progress NES emulator in C++ with CPU, PPU, bus, and ROM parsing. Typed, structured codebase with tests and documentation, but 0 stars, young repo, and incomplete APU.
ikemal12 /
Image-Autoencoder
Educational autoencoder for lossy image compression using PyTorch. Demonstrates modern DL techniques (self-attention, residual blocks, hybrid loss, Optuna tuning) but untyped, untested, undeployed personal project with 1 star.
ikemal12 /
Order-Book
C++20 high-performance limit order book with red-black tree matching, O(log n) operations, and benchmark suite. Unstarred personal project with solid typed structure and documentation but no tests or CI.
06 · Timeline
- Dec 17, 2022Joined GitHub
- Mar 4, 2025Created Image-Autoencoder — Convolutional Autoencoder for Lossy Image Compression
- Mar 25, 2025Created NES-Emulator — 6502 8-Bit Microprocessor for the Nintendo Entertainment System
- Dec 8, 2025Created Order-Book — High Performance Limit Order Book and Matching Engine
- Jan 6, 2026Most recent push to NES-Emulator
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.