01 · Roasts
The Heatmap Flatlines
Your GitHub heatmap looks like a patient's EKG after the surgeon leaves the room — 32 consecutive weeks of pure zeros. With 55 commits in a year, you're averaging about one commit per week, and only showing up for a narrow 10-week window.
87% Abandoned
A stale repo ratio of 0.87 means 87% of your 33 repos haven't been touched in over 2 years. That's not a portfolio — that's a graveyard with a very nice index page pointing to all the headstones.
Following: 0
You follow exactly zero people on GitHub. You've turned the social coding platform into a read-only filing cabinet. At least the 33 followers are keeping hope alive.
16 Stars Across 33 Repos
Thirty-three repositories, 16 total stars — that's 0.48 stars per repo. The Brass Relational Logit tutorial is carrying the whole team with its 3 stars, and even that hasn't been touched since 2022.
0 PRs, 0 Issues, 0 Following
Zero PRs, zero issues filed, zero accounts followed this year. This account interacts with the GitHub ecosystem the way a sealed display case interacts with museum visitors — informative, but untouchable.
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% weight35F
- Consistency20% weight25F
- Quality20% weight44D
- Depth15% weight60C
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
17 active days
Language distribution
- HTML41%
- Jupyter Notebook35%
- R23%
- SAS2%
04 · Numbers
Owned repos
non-fork
31
Commits
last 12 months
55
Followers
33
Joined GitHub
Dec 2018
05 · Top repos
AppliedDemogToolbox /
applieddemogtoolbox.github.io
A curated index of applied demography tools built as a static HTML site with minimal docs, no tests/CI, but sustained through 2025 with ~30 commits. Serves a niche academic audience without broad adoption signals.
AppliedDemogToolbox /
Hunsinger_BrassRelationalLogit
A specialized demography tutorial implementing the Brass Relational Logit mortality model in R and Python notebooks. Working, documented code for mortality adjustment but narrow application scope and minimal adoption (3 stars).
AppliedDemogToolbox /
IPF_R
Specialized R implementation of iterative proportional fitting (IPF) algorithm for 2D–4D tables with working functions, practice data, and basic README; personal demographic toolkit project with minimal adoption and sparse commit history.
06 · Timeline
- Dec 14, 2018Joined GitHub
- Dec 14, 2018Created Hunsinger_BrassRelationalLogit — Eddie's Brass Relational Logit Mortality Model Code
- Dec 20, 2018Created IPF_R — Iterative Proportional Fitting R Code
- Dec 20, 2018Created applieddemogtoolbox.github.io — Applied Demography Toolbox
- Sep 24, 2025Most recent push to applieddemogtoolbox.github.io
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.