01 · Roasts
One-Day Wonders
TripoSR-for-Unity: 30 commits in 24 hours. That's not development, that's a caffeine-fueled panic session dressed up as a project. Depth score: 35.
8 Commits/Year Club
A Research Engineering Intern at Apple managed just 8 public commits in the last 12 months. Either Apple's NDA is extraordinarily thorough, or the public repo is on life support.
Half the Graveyard
staleRepoRatio = 0.50 — exactly half your repos haven't been touched in 2+ years. You're not a developer, you're a digital archaeologist of your own work.
Following 2 People
You follow 2 people on GitHub. Two. GitHub is a social platform and you've opted for a hermit lifestyle. Zero PRs, zero issues, zero external contributions this year.
ShaderLab Supremacy
26% ShaderLab in your language breakdown sounds impressive until you realize it's all inside the same Unity ecosystem as the other 51% C#. It's not breadth, it's one domain with extra steps.
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% weight51D
- Consistency20% weight30F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight33F
03 · Stats
365-day commit heatmap
142 active days
Language distribution
- C#51%
- ShaderLab26%
- Python8%
- GLSL7%
- HLSL4%
- Swift3%
- Other1%
04 · Numbers
Owned repos
non-fork
18
Commits
last 12 months
8
Followers
28
Joined GitHub
Sep 2017
05 · Top repos
mapluisch /
OpenAI-Text-To-Speech-for-Unity
Unity C# wrapper for OpenAI Text-to-Speech API with prefab-based setup, demo scene, and custom editor. Typed language, structured layout, and clear README support, but lacks tests and CI. ~2100 KB with ~5 years of focused development on API integration.
mapluisch /
TripoSR-for-Unity
Unity integration wrapper for TripoSR 3D mesh generation and texture synthesis. Minimal codebase (~41 KB) with clean architecture, basic documentation, and working end-to-end pipeline, but severely limited by single-day development (30 commits in 24 hours), no tests/CI, and untyped C# scripts.
mapluisch /
mapluisch
Personal profile repo with only README, created March 2026, no code or project substance. Single commit scaffold linking to external portfolio.
06 · Timeline
- Sep 8, 2017Joined GitHub
- Nov 19, 2023Created OpenAI-Text-To-Speech-for-Unity — Implementation of OpenAI's Text-To-Speech in Unity. Synthesize any text and play it via any AudioSource.
- Mar 22, 2024Created TripoSR-for-Unity — Generate 3D meshes from 2D images and retexture them directly in Unity.
- Mar 16, 2026Created mapluisch
- Mar 16, 2026Most recent push to mapluisch
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.