01 · Roasts
The Heatmap Desert
52 weeks. 52 rows of zeros. Not a single public commit in the entire trailing year. Even tumbleweeds leave a trail.
README Cliffhanger
TuringLang's README ends mid-sentence with 'The pro' — inspiring confidence in exactly zero potential users. Finishing a sentence costs $0.
Portfolio Site as Deepest Repo
Your portfolio website (jc10101010.github.io) is your highest-scored repo at 45. The showcase outranks the work it's showcasing.
Two Followers, Four Projects
With 4 named projects spanning networking, compilers, and graphics, you have a 0.5 follower-per-project ratio. The internet is not yet aware of your existence.
Zero Stars Across the Board
0 stars, 0 forks, 0 watchers on every repo. The universe has observed your code and chosen silence.
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% weight5F
- Quality20% weight62C
- Depth15% weight45D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Java64%
- Python18%
- SCSS8%
- HTML8%
- Ruby1%
- JavaScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
0
Followers
2
Joined GitHub
Nov 2021
05 · Top repos
jc10101010 /
jc10101010.github.io
Personal portfolio website using Jekyll/Pixyll showcasing 4 nontrivial programming projects (ChessBot, TuringLang, TurquoiseGraphics, ViridianNetworking). Well-documented with blog post writeups, HAS_CI=yes and HAS_LICENSE=yes, but is the theme repo itself rather than the project code.
jc10101010 /
ViridianNetworking
Experimental multiplayer UDP networking solution in Java with integrated 3D game demo. Features clean packet serialization and client-server architecture, but lacks tests, CI, docs beyond README, and has no adoption signals.
jc10101010 /
TuringLang
Experimental Turing machine compiler in Python with conceptually interesting design but minimal community adoption, incomplete implementation, and thin codebase (7 KB). Limited active development (2 commits in 30 days) and no tests, CI, or license.
06 · Timeline
- Nov 25, 2021Joined GitHub
- Feb 25, 2024Created ViridianNetworking — A UDP game networking solution written in Java. Applied in a 3D multiplayer demo.
- May 18, 2024Created TuringLang — A programming langauge which compiles to turing machine states, compiler written in Python.
- Sep 6, 2024Created jc10101010.github.io
- Sep 19, 2024Most recent push to ViridianNetworking
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.