01 · Roasts
79% HTML, 0% Credibility
Your language breakdown screams 'I made a portfolio website and called it a tech stack.' HTML at 79% with Python at 2% — your GitHub is essentially a very fancy résumé holder for your actual résumé.
The CV Has More CI Than Your Research
The only repo with CI is your LaTeX CV. Your research project (RSVD-error-correction) has zero tests, zero CI, and zero stars — meanwhile your career document auto-deploys to Pages. Priorities noted.
351 Commits, 1 Star (Your Own Portfolio)
A full year of commits, 4 projects, 1 star — and it's on your portfolio site. The market has spoken, and it said nothing.
Hackathon Hero, Documentation Zero
ichack-26 has no README, no tests, no CI, and no license. You won a hackathon and then left the evidence in a crime scene state. Future you will not thank present you.
6 PRs/Year, 0 Issues
Six external PRs and literally zero issues filed all year. You're contributing just enough to other projects to technically count, but not enough to suggest you've ever been genuinely annoyed by someone else's bug.
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% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
68 active days
Language distribution
- HTML79%
- Jupyter Notebook19%
- Python2%
- JavaScript0%
- TeX0%
- CSS0%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
351
Followers
7
Joined GitHub
Aug 2020
05 · Top repos
notacountry /
RSVD-error-correction
Research implementation applying free probability theory to correct RSVD singular value errors. Contains ~216KB of typed Python code with structured modules, comprehensive README draft, and experimental benchmarking suite.
notacountry /
CV
Personal LaTeX CV template with automated build/deploy CI, modular structure, and MIT license. Functional but minimal scope—a well-executed personal tool rather than a reusable library.
notacountry /
notacountry.github.io
Personal portfolio website with retro TV-styled interface; typed-capable untyped JS codebase with structured multi-file layout, documented content about research projects, but zero stars/forks and no evidence of external adoption.
notacountry /
ichack-26
Hackathon winner using NetworkX for ocean particle simulation and pathfinding; 30 commits in ~2 days across ~23KB typed Python code with structured module design, but lacks tests, CI, documentation, and is specialized to contest context.
06 · Timeline
- Aug 5, 2020Joined GitHub
- Apr 8, 2025Created CV — A customizable LaTeX CV template. I use this project's version history to track my career development.
- Jan 26, 2026Created notacountry.github.io — Website
- Jan 31, 2026Created ichack-26 — Winner of the most subscribed-to track in ICHACK 26 - Europe's largest student hackathon.
- Mar 20, 2026Created RSVD-error-correction — Research on RSVD error correction for large matrices.
- Apr 18, 2026Most recent push to RSVD-error-correction
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.