01 · Roasts
Ghost Town Heatmap
52 weeks of heatmap, 1 lonely green cell. Your GitHub contribution graph looks like a connect-the-dots puzzle where someone forgot to add the dots.
Hackathon-Only Developer
All 3 repos were built in 2-day sprints. You show up, explode 30 commits, then vanish for months. A mayfly has a longer development lifecycle.
99% Jupyter, 1% Regret
Your entire portfolio is essentially one language: Jupyter Notebook. No web apps, no CLIs, no scripts — just .ipynb files and the ghost of reproducibility.
README Truncated Mid-Sentence
qec-hackathon-2024's README ends with 'Th'. Not a cliffhanger — just an abandoned thought. At least finish your sentences before going dark for a year.
AWS Credentials in Notebooks
You left AWS credential placeholders exposed in qec-hackathon-2024 notebooks. Quantum computing is hard; secret management apparently harder.
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% weight46D
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- Jupyter Notebook99%
- Python1%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
0
Followers
1
Joined GitHub
Oct 2023
05 · Top repos
nessimdridi /
eth-quantum-hackathon-2025
Hackathon submission for 8-qubit QFT compilation on Penning trapped ion architecture. 30 commits in 2 days with working Python compiler, helper modules (qft.py, trap.py, verifier.py, fidelity.py), and visualization. Untyped, no tests/CI, thin documentation.
nessimdridi /
qec-hackathon-2024
Hackathon project repo with three Jupyter notebooks (Python + Julia) exploring quantum annealing for Maximum Independent Set on Rydberg atom arrays; 12.4 MB of code but minimal documentation, no tests/CI, incomplete (README truncated mid-sentence), and created May 2024 with 30 commits in 2 days.
nessimdridi /
QuantumDroneTrafficManagement
Tutorial-grade quantum computing project combining Perceval photonic circuits with drone simulation on a 2×2 grid. Python code is untyped, minimal scope (2 files, ~85 KB), light documentation, and no testing infrastructure.
06 · Timeline
- Oct 15, 2023Joined GitHub
- Nov 27, 2023Created QuantumDroneTrafficManagement
- May 3, 2024Created qec-hackathon-2024
- May 10, 2025Created eth-quantum-hackathon-2025
- May 11, 2025Most recent push to eth-quantum-hackathon-2025
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.