01 · Roasts
Monolingual Monk
156 public repos and 46% of your code is R, 44% is HTML that R generated for you. Python clocks in at 1%. You're not a programmer trapped in a philosopher's body — you're an R user trapped in GitHub.
The Graveyard Shift
63% of your repos haven't been touched in over 2 years. That's 98+ abandoned repos silently haunting your profile. The staleRepoRatio doesn't lie — you ship fast and forget faster.
36 Ways to Decompose, 0 Ways to Market
LEdecomp implements 36 decomposition methods with rigorous tests and peer-reviewed citations — and has earned exactly 3 stars. You built a Ferrari and parked it in an academic basement.
CI Optional
Of your 5 analyzed repos, 3 have no CI pipeline. decomp_sullivan has no tests, no CI, and no license. For someone who cites Preston 2000 in their docstrings, the build hygiene is giving 'trust me bro'.
Philosopher's Commit Cadence
452 commits this year sounds decent until you look at the heatmap: multiple weeks of complete silence punctuated by bursts. A philosopher's pace — deep thoughts, irregular shipping.
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% weight65C
- Quality20% weight72B
- Depth15% weight58D
- Breadth10% weight40D
- Community10% weight50D
03 · Stats
365-day commit heatmap
144 active days
Language distribution
- R46%
- HTML44%
- TeX5%
- BibTeX Style3%
- Python1%
- CSS0%
- Other1%
04 · Numbers
Owned repos
non-fork
71
Commits
last 12 months
452
Followers
263
Joined GitHub
Jul 2011
05 · Top repos
timriffe /
LEdecomp
R package implementing 36 life expectancy decomposition methods with rigorous testing, CI, documentation, and structured architecture—an advanced demographic tool suitable for production use despite low visibility.
timriffe /
HMDHFDplus
R package for reading Human Mortality Database and Human Fertility Database data from the web. Typed language with README, tests, CI, structured codebase (~102 KB), and 21 commits in last 30 days.
timriffe /
mscalc
Specialized R package for multistate occupancy calculations with Rcpp optimization, clear API, and performance benchmarking. Early-stage project (v0.0.1, created July 2025) with solid technical foundation but minimal adoption and no CI/CD pipeline.
timriffe /
ODAPbackend
R package for demographic analysis (life tables, population redistribution, smoothing). Typed language with structured organization, meaningful docs, but no tests/CI and minimal adoption signal (1 star, academic/niche domain).
timriffe /
decomp_sullivan
Research WIP in demographic decomposition of Sullivan indicators; typed R codebase with meaningful functions but sparse documentation and no tests. Active recent commits but nascent project scope.
06 · Timeline
- Jul 9, 2011Joined GitHub
- Sep 26, 2023Created decomp_sullivan
- Oct 5, 2023Created ODAPbackend
- Jan 16, 2024Created LEdecomp — Decompse Differences in Life Expectancy as Your Heart Pleases
- Jan 20, 2025Created HMDHFDplus — Read Human Mortality Database and Human Fertility Database Data from the Web
- Jul 22, 2025Created mscalc — Calculates State Occupancy Times by Age from Discrete Time Transition Probabilities
- Apr 25, 2026Most recent push to decomp_sullivan
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.