01 · Roasts
86% Graveyard Keeper
staleRepoRatio of 0.86 means 15 of your 18 repos haven't been touched in 2+ years. You're not maintaining a portfolio — you're maintaining a digital cemetery.
21 Commits/Year Energy
You averaged fewer than 2 commits per month this year. Your most productive week probably had more commits than the entire last quarter. GitHub's activity graph looks like a flatline with occasional hiccups.
Hardcoded Paths Hall of Fame
'/home/nikita/Downloads/nikita228/beep.wav' committed to a public repo is not a path — it's a confession. programming_languages will only ever work on one specific machine in one specific Downloads folder.
6 Languages, 21 Commits
You have Java, Go, C++, Python, JavaScript, and C in your profile — yet only 21 commits this year. The breadth is impressive; the output is not. Collecting languages is not the same as shipping software.
Solo 100%, PRs 2
soloPct is literally 100%. Every single commit is yours, alone, in silence. With 2 PRs opened externally all year, you are not so much a collaborator as a hermit who occasionally pings strangers.
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% weight25F
- Consistency20% weight30F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight25F
03 · Stats
365-day commit heatmap
147 active days
Language distribution
- Java31%
- Go24%
- C++14%
- Python10%
- JavaScript9%
- C8%
- Other4%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
21
Followers
6
Joined GitHub
Aug 2021
05 · Top repos
nvinnikov /
binance-orderbook-sync
Binance Futures order book sync engine with WebSocket pre-buffering alignment, OBI analytics, whale detection, and SQLite timeseries recording. Single-file Python project with typed Pydantic models, structured documentation, CI/CD, and unit tests—but limited scope (0 stars) and early-stage (2.1 months).
nvinnikov /
programming_languages
Minimal Qt/C++ GPS GUI connecting to gpsd. Only 3 stars, ~44KB, 3 recent commits over ~2 years. Basic single-user project with hardcoded paths and minimal documentation.
nvinnikov /
software_methods_of_information_protection
Educational C implementation of a pseudo-terminal based secure shell using socket programming; minimal scope (~80 LOC across 3 files), no tests or CI, light documentation, and appears to be an incomplete tutorial project.
06 · Timeline
- Aug 12, 2021Joined GitHub
- Sep 4, 2021Created programming_languages — Simple gps GUI with QT.
- Dec 26, 2022Created software_methods_of_information_protection — Lsshell (Libakrypt Secure Shell)
- Feb 2, 2026Created binance-orderbook-sync
- Apr 9, 2026Most recent push to binance-orderbook-sync
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.