01 · Roasts
The One-Hit Wonder
610 of your 862 total stars live in a single repo. Fergulator is carrying the entire portfolio on its 6502-emulated back while 65 other repos collect dust.
The Great Silence
Your heatmap is 51 weeks of pure void with one lonely Wednesday commit. totalCommitsYear = 0. GitHub thinks you might be a fossil record.
staleRepoRatio: 1.0
Every single owned repo was last pushed over 2 years ago. Not some repos — ALL of them. The stale ratio literally cannot go higher.
80% Python, 0 Visibility
Python dominates 80% of your language footprint across 66 repos, yet none of those Python projects surfaced with enough stars or evidence to be scored. The iceberg is mostly ice.
Dropbox-Go: Archaeologic Artifact
Dropbox-Go last saw a commit in May 2014. The Dropbox v1 API it wraps has been deprecated for years. This isn't legacy code — it's a museum exhibit.
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% weight68C
- Consistency20% weight60C
- Quality20% weight57D
- Depth15% weight65C
- Breadth10% weight55D
- Community10% weight50D
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- Python80%
- JavaScript8%
- C6%
- Go3%
- Java2%
- Vim Script0%
- Other1%
04 · Numbers
Owned repos
non-fork
36
Commits
last 12 months
0
Followers
117
Joined GitHub
Apr 2009
05 · Top repos
scottferg /
Fergulator
NES emulator in Go with 6502 CPU, PPU, APU, multiple mappers (MMC1/3/5). Includes tests, CI (Travis), typed Go code, structured multi-file layout, and working emulation of classic games.
scottferg /
Fergulator-Android
Android NES emulator port in Java/Go hybrid, typed and structured but untested with sparse documentation. Last active 2015. Demonstrates working shipped product with multi-file architecture.
scottferg /
Dropbox-Go
Early Dropbox API wrapper for Go (2012–2014) with typed code, clear module structure, and functional examples. No tests, CI, or license; last commit 10 years ago. Working but unmaintained.
06 · Timeline
- Apr 16, 2009Joined GitHub
- Jul 17, 2012Created Dropbox-Go — Go library for the Dropbox API
- Sep 16, 2012Created Fergulator — NES emulator, written in Go
- Sep 13, 2013Created Fergulator-Android
- Dec 5, 2022Most recent push to Fergulator
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.