01 · Roasts
The 27-Minute Repo
post_processing was born and died in 27 minutes on May 6, 2022. That's not a repository — that's a file copy with extra steps. Even a Dropbox upload would've gotten more love.
README? Never Heard of Her
Across 3 repos, the best README you mustered was a single word: 'YangDicode'. The other two have nothing at all. GitHub provides a template — it takes 30 seconds. You chose violence.
The Heatmap of Nothingness
52 weeks. 7 days each. 364 cells. Every single one is zero. Your GitHub contribution graph is less a heatmap and more a cold, featureless void staring back at you.
d:\post Forever
Hardcoded 'd:\post' Windows paths appear in at least two repos. Somewhere out there, a Linux machine is crying. Science may be reproducible, but your code certainly isn't.
CFD, One Domain, Forever
81% Jupyter Notebook, 100% wind turbine CFD, 0% domain diversity. You've found your niche and absolutely refused to leave it — even to write a README about it.
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% weight15F
- Consistency20% weight5F
- Quality20% weight20F
- Depth15% weight25F
- Breadth10% weight40D
- Community10% weight5F
03 · Stats
365-day commit heatmap
0 active days
Language distribution
- Jupyter Notebook81%
- Fortran9%
- Python7%
- MAXScript2%
- Shell1%
- Makefile0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
0
Followers
1
Joined GitHub
Sep 2021
05 · Top repos
LongDaniel /
post
CFD post-processing scripts for wind turbine analysis in Jupyter Notebook format. Minimal stars (1), no README, no tests, no CI, no license. Hacky structure with hardcoded paths like 'd:\post', scattered utility functions, and unfinished code truncations.
LongDaniel /
YangDicode
Minimal project with 3.5MB codebase created 2024-11-17, 1 commit in last 30 days. README is stub ("YangDicode" only), no tests, CI, license, or gitignore. Untyped language, no source files visible, barely one day old at last push.
LongDaniel /
post_processing
One-off data processing scripts for wind turbine CFD post-processing; no docs, tests, CI, or structure; appears to be a personal research dump with hardcoded paths and minimal comments.
06 · Timeline
- Sep 5, 2021Joined GitHub
- Mar 9, 2022Created post
- May 6, 2022Created post_processing
- Nov 17, 2024Created YangDicode
- Nov 18, 2024Most recent push to YangDicode
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.