01 · Roasts
94% Python, 6% Identity Crisis
Your language breakdown is 94% Python, then C, C#, Java, and C++ each clocking in at 1–2%. You're not multilingual, you're a Python dev who accidentally compiled something once.
The 24-Hour Architect
crowd-flow has 30 commits… all in a single 24-hour window. That's not development, that's a panic attack with a Streamlit deployment at the end.
0 PRs, 0 Issues, 0 External Footprint
totalPRsYear=0, totalIssuesYear=0. You've built for a university society, a hackathon, and a live chess event — but left zero fingerprints on anyone else's code. The open-source community doesn't know you exist.
3 Project Stubs and a Live Domain
You bought a domain, set up Hugo CI/CD, polished a Darcula color scheme — and then shipped exactly 3 placeholder project cards. The infrastructure outranks the content.
Heatmap Hibernator
37 of 52 heatmap weeks are completely empty. You burst hard in weeks 40–44, then go radio silent. Edward commits in seasons, not years.
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% weight48D
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
38 active days
Language distribution
- Python94%
- C2%
- C#1%
- Java1%
- C++1%
- ShaderLab0%
- Other1%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
131
Followers
12
Joined GitHub
Sep 2019
05 · Top repos
edwardodp /
chess-engine-framework
University of Warwick chess engine framework with C++/Python hybrid architecture. Features iterative deepening with PVS search, magic bitboards, Numba-compiled student evaluation functions, SFML GUI, and headless tournament runner. Real institutional project with clear architectural scope.
edwardodp /
portfolio
Personal portfolio Hugo site with IDE-inspired Darcula theme. Typed HTML/CSS with CI/CD, structured multi-file layout, and live deployment at edwardodp.dev. Minimal scope and new repository (created 2026-02-25).
edwardodp /
crowd-flow
Physics-based crowd simulation Streamlit app submitted for AstonHack 11. Implements Verlet integration with spatial partitioning (O(N) collision detection via cell lists), audio-reactive behavior via librosa, and Monte Carlo barrier optimization. No tests/CI. Untyped Python with 5MB codebase.
edwardodp /
Console-Pokemon
Personal Pokémon console game project with game loop in Trainer.py and basic class structure, but lacks tests, CI, type hints, and meaningful documentation beyond a single-line README.
edwardodp /
edwardodp
Personal portfolio/profile README only. No code, no projects, no substantive content—empty scaffold with contact info and language declarations.
06 · Timeline
- Sep 17, 2019Joined GitHub
- Sep 3, 2023Created Console-Pokemon — Pokémon played in the console. I made this project a couple years ago.
- Apr 13, 2025Created edwardodp
- Dec 29, 2025Created chess-engine-framework
- Feb 7, 2026Created crowd-flow
- Feb 25, 2026Created portfolio
- Mar 5, 2026Most recent push to edwardodp
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.