01 · Roasts
The Ghost of Commits Past
72 commits in a year across 15 repos — that's less than one commit per week, on a GitHub account that's been open since 2009. The heatmap looks like someone forgot to water the plant.
TeX Maximalist
67% of your codebase is TeX. Your GitHub is basically a LaTeX document with some shell scripts stapled to the side. Bold choice for a systems developer.
Dotfile Hermit
Your most-starred repo is a personal dotfile backup. 12 stars means 12 people saw your tmux config and thought 'yes, this is the content I came to GitHub for.'
Zero PRs, Zero Chill
0 external PRs this year on an account from 2009. You've been here for 15+ years and have yet to submit a single pull request. GitHub is a social platform, wx672 — occasionally look up from your .emacs.d.
100% Night Owl, 0% CI
nightOwlPct=100 so you're clearly coding at 3am, which raises the question: who's going to catch your bugs? Not any CI pipeline — because there isn't one. Not even a .github/workflows folder to feel bad about.
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% weight30F
- Consistency20% weight60C
- Quality20% weight50D
- Depth15% weight60C
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
7 active days
Language distribution
- TeX67%
- HTML18%
- Emacs Lisp4%
- Shell4%
- C3%
- Vim Script3%
- Other1%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
72
Followers
72
Joined GitHub
Apr 2009
05 · Top repos
wx672 /
dotfile
Personal dotfiles backup with ~60KB of config for Emacs, Bash, Tmux, Vim, Sawfish, and CLI tools. Typed Emacs Lisp with structured modules, comprehensive but no tests or CI.
wx672 /
lecture-notes
My lecture notes and slides
wx672 /
texmf
Personal LaTeX classes
06 · Timeline
- Apr 27, 2009Joined GitHub
- Oct 28, 2016Created lecture-notes — My lecture notes and slides
- Oct 29, 2016Created dotfile — Personal dot-files backup
- Oct 29, 2016Created texmf — Personal LaTeX classes
- Apr 1, 2026Most recent push to lecture-notes
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.