01 · Roasts
The One-Week Wonder Factory
django-backbone-blog: 6 days. django_countries_states: 5 days. logstash-output-cassandra: 19 minutes. You didn't build projects, you built sprints — and then retired immediately after each one.
Tests? I've Heard Of Those
Every single repo ships a test file. Not one actually contains a real test. DummyEntryInsert, the 1+1=2 unittest stub, an empty RSpec file — you've mastered the art of test-shaped holes.
Zero Commits in 12 Months
totalCommitsYear = 0. The heatmap lights up beautifully for years gone by, then flatlines like a broken ECG. Your GitHub is a museum, not a workshop.
License? What License?
Three repos, zero licenses. Anyone wanting to use your code legally can't — not that 14 combined stars suggests a stampede of eager adopters.
The Language Collector
JavaScript, Python, Go, Scala, Rust, Ruby — six languages across 18 repos. Impressive range for someone whose most recent public push was in February 2020. The breadth is real; the follow-through, less so.
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% weight18F
- Consistency20% weight5F
- Quality20% weight32F
- Depth15% weight20F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
212 active days
Language distribution
- JavaScript48%
- Python44%
- Go3%
- Scala3%
- Rust2%
- Ruby1%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
0
Followers
26
Joined GitHub
Apr 2009
05 · Top repos
thikonom /
django-backbone-blog
Educational Django+Backbone.js blogging demo on Google App Engine, last updated 2012. Minimal documentation, no types, no tests run, unshipped scratch project with dated dependencies.
thikonom /
django_countries_states
Django reusable app providing Country/State models with fixtures and AJAX form support. One-week sprint (5 commits across 5 days in 2012) with no tests, CI, or license. Thin structure and minimal documentation.
thikonom /
logstash-output-cassandra
Minimal Logstash Cassandra output plugin with a single implementation file, no tests, and single-day development (2 commits on 2015-06-14). Serves as a tutorial/one-off example rather than a maintained production tool.
06 · Timeline
- Apr 7, 2009Joined GitHub
- Apr 9, 2012Created django_countries_states — A reusable app that provides Country/State models, fixtures and basic frontend code to use in forms.
- Aug 12, 2012Created django-backbone-blog — A simple blogging app illustrating how Django, Backbone.js and Google App Engine can play together.
- Jun 14, 2015Created logstash-output-cassandra — Store your logs to cassandra
- Jun 14, 2015Most recent push to logstash-output-cassandra
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.