01 · Roasts
3 Commits in 365 Days
Your entire year of public output fits in a single git rebase. The heatmap looks like a starfield — mostly darkness with a few lonely photons. Even your most productive week peaked at 4 commits.
Professional Abandoner
folio was dead by April 2023 after 7 weeks. Half your repos are stale. You have a 50% graveyard rate and the audacity to list yourself as a 'framework author' in your README.
100% Solo, 0% Social
soloPct = 100. Zero PRs, zero issues, zero external engagement this year. 171 people followed back, 66 chose to stay. GitHub is not a monologue.
HAS_TESTS=no (Universal)
Not one repo — not arena's event-driven runtime, not folio's compiler pipeline — has a real test suite. One integration test in arena does not count as coverage. Ship with a safety net.
Two Languages, One Domain
84% Rust, 16% Solidity — it's all DeFi tooling all the way down. x ∈ ℂ in your bio but your language distribution is a single point on the real line.
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% weight46D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight40D
03 · Stats
365-day commit heatmap
26 active days
Language distribution
- Rust84%
- Solidity16%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
3
Followers
66
Joined GitHub
Dec 2022
05 · Top repos
ts0yu /
arena
Rust framework for Uniswap v4 economic simulation with event-driven runtime, trait-based extensibility, CI/CD, but minimal adoption (32 stars) and no test suite beyond one integration test.
ts0yu /
folio
Early-stage Rust compiler for FVM (Financial Virtual Machine) with lexing/parsing/codegen pipeline. Typed, documented, and CI-configured, but pre-release (incomplete codegen), no tests, minimal adoption (6 stars).
ts0yu /
ts0yu
A personal profile/portfolio README with zero stars, no code files, no tests, CI, license, or typed language. The repo is a resume-style landing page listing other projects rather than a functional software project.
06 · Timeline
- Dec 18, 2022Joined GitHub
- Dec 30, 2022Created ts0yu
- Mar 2, 2023Created folio — 📖 folio is a blazing-fast compiler for the FVM stack
- Jul 4, 2024Created arena — Framework for holistic economic modelling and simulation of Uniswap v4 strategies, hooks and pools.
- Apr 21, 2026Most recent push to ts0yu
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.