01 · Roasts
The Invisible Portfolio
Two repos, 0 stars, 0 forks, 0 followers. You've built a multimodal AI video analyzer and a Twitch TTS bot and somehow no one on the internet knows you exist. That's almost impressive in the wrong direction.
Sprint King, Marathon Stranger
vidi: 30 commits in 16 days. phonema-twitch-tts: 30 commits in 9 days. Then silence. Your heatmap is 49 empty weeks followed by a 3-week sprint. You code like you're cramming for an exam.
CI Is Not Optional
You wrote 5 test files for vidi — test_analyze.py, test_chunker.py, test_inference_runner.py — and then refused to automate running them. A GitHub Actions workflow is like 10 lines of YAML. The tests exist. Let them breathe.
Python or Python or Python
3 repos, 100% Python, domain=general. Not a judgment on the language — it's a judgment on the range. Your entire GitHub is one language doing roughly the same kind of thing. Breadth score: 25/100.
28 PRs, 0 Recognition
You opened 28 pull requests this year but have 0 followers and 0 issues. Either you're contributing in complete anonymity or these PRs are all on your own repos. The community score remains deeply unimpressed.
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% weight55D
- Quality20% weight58D
- Depth15% weight50D
- Breadth10% weight25F
- Community10% weight25F
03 · Stats
365-day commit heatmap
18 active days
Language distribution
- Python100%
04 · Numbers
Owned repos
non-fork
2
Commits
last 12 months
106
Followers
0
Joined GitHub
Mar 2025
05 · Top repos
dilidin2 /
vidi
Personal multimodal video analysis CLI leveraging Gemma 4 via llama-server. Early-stage tool with typed Python, comprehensive README, test suite, and sliding-window chunking architecture; 0 stars indicates experimental phase.
dilidin2 /
phonema-twitch-tts
Experimental Twitch TTS bot using VoxCPM2 model with FastAPI, voice rotation, and EventSub integration. Typed Python, documented, structured multi-file layout but brand new (9 days old) with no tests or CI.
06 · Timeline
- Mar 17, 2025Joined GitHub
- Apr 22, 2026Created phonema-twitch-tts — A local-first TTS for twitch with VoxCPM2
- Apr 25, 2026Created vidi — A local-first CLI tool for image, audio, and video analysis, powered by Gemma 4.
- May 11, 2026Most recent push to vidi
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.