01 · Roasts
One Star Wonder
more-compute is carrying the entire portfolio on its back with 35 stars while the other 5 repos collectively contribute 0. That's not a portfolio — that's a solar system with one planet.
The 90-Minute Commit Burst
lingbottesting was created, coded, and abandoned in 90 minutes with a project description of '1'. At least give the repo a name that communicates more than your blood pressure at the time.
Documentation² (Still Empty)
You have two separate repos — 'documentation' and 'mintlify-docs' — that are both empty Mintlify starter templates. Documenting your lack of documentation twice doesn't count as meta-commentary.
Heatmap Cliff
The last 8 weeks of your heatmap are a flatline. 402 commits front-loaded into a year followed by radio silence is a pattern, not a rhythm.
No Tests, No CI, No Problem (Apparently)
Across all 6 repos analyzed: 0 have tests, 0 have CI. You've shipped a GPU notebook with SSH tunnels and ZMQ kernel isolation but haven't figured out pytest yet.
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% weight48D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
186 active days
Language distribution
- Python36%
- TypeScript16%
- Jupyter Notebook12%
- Objective-C8%
- JavaScript5%
- HTML4%
- Other19%
04 · Numbers
Owned repos
non-fork
51
Commits
last 12 months
402
Followers
26
Joined GitHub
Jun 2019
05 · Top repos
DannyMang /
more-compute
Local GPU notebook environment with Marimo/Colab-like UI, remote pod orchestration, Claude AI integration, and py:percent cell format. Well-structured multi-language codebase but minimal ecosystem adoption and no test coverage.
DannyMang /
daniei.com
Personal Next.js portfolio site with TypeScript, Tailwind CSS, markdown blog/letter system, and interactive bookshelf component. Typed and structured, but no tests, CI, or production indicators beyond experimental scope.
DannyMang /
mintlify-docs
Mintlify documentation starter template with minimal commits (5 of last 30), no custom source code, and lightweight MDX content (385 KB). Serves as a tutorial/template project rather than a standalone utility.
DannyMang /
veristudio
Experimental driving simulation codebase using LingBot-World model. Incomplete foundation code for Plücker embeddings and LoRA training with no documentation, no tests, no CI, and no license.
DannyMang /
documentation
Empty Mintlify documentation template starter kit with 0 stars, 7 commits in 3 days, no meaningful content beyond boilerplate setup instructions and example placeholders.
DannyMang /
lingbottesting
Single-week deployment wrapper around external LingBot-World models; 4 commits in ~90 minutes with bare Modal/FastAPI setup, setup scripts, and incomplete streaming inference code. No tests, no CI, no README.
06 · Timeline
- Jun 28, 2019Joined GitHub
- Sep 18, 2025Created more-compute — uv tool install more-compute
- Dec 16, 2025Created mintlify-docs
- Jan 26, 2026Created documentation
- Feb 10, 2026Created veristudio — testing stuff
- Feb 25, 2026Created daniei.com — daniei.com
- Apr 2, 2026Created lingbottesting — 1
- Apr 7, 2026Most recent push to daniei.com
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.