01 · Roasts
The 7-Day Wonder Factory
django-kafka has 61 stars and 22 forks from a project built in literally one week (2020-09-24 to 2020-10-01). Hardcoded 'range(200)' in consumer.py is doing a lot of heavy lifting for a 'production-ready' integration demo.
23 Commits in 365 Days
Your annual commit count of 23 is heroically low — that's roughly one commit every 16 days. The heatmap looks like a Morse code transmission from a very tired developer.
81% Graveyard
staleRepoRatio of 0.81 means 22 out of 27 repos haven't been touched in 2+ years. Your GitHub profile is less a portfolio and more a archaeological dig site of abandoned sprints.
Following: Zero
You follow exactly 0 people on GitHub. Either you're too cool for community, or you treat GitHub as a personal FTP server. Either way, the 20 PRs/year you're quietly submitting say you know other repos exist.
C++ Phantom
C++ is 44% of your language bytes but it doesn't appear in any of the top repos analyzed. There's an entire iceberg of systems code sitting in those 22 abandoned repos that nobody — including apparently you — is looking at anymore.
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% weight38F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
197 active days
Language distribution
- C++44%
- Python28%
- Java16%
- JavaScript9%
- HTML2%
- Jupyter Notebook2%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
23
Followers
39
Joined GitHub
May 2017
05 · Top repos
addu390 /
addu390.github.io
Personal Jekyll blog with 231KB codebase, CI/CD deployment, custom JS utilities (dark mode, search), and deep technical content on algorithms and data structures. No tests, untyped JavaScript, but meaningful project scope and sustained content production.
addu390 /
django-kafka
Django + Kafka + Celery integration example demonstrating producer/consumer patterns. Personal experimental project with basic setup, no tests, no CI, untyped Python, and limited architectural scope (30 KB, ~8 files).
addu390 /
emg-data-analysis
Personal EMG signal processing project with feature extraction and filtering utilities. Untyped Python, no tests/CI, minimal commit history (4 days), narrow scope but functional implementation with docstrings.
06 · Timeline
- May 23, 2017Joined GitHub
- Sep 24, 2020Created django-kafka — Python Django as Producer and Consumer using Apache Kafka for content queue and Celery for task queue
- Sep 28, 2020Created addu390.github.io — Projects, Tutorials and Everything Else
- Oct 24, 2020Created emg-data-analysis — Surface EMG signal - Feature Extraction
- Feb 27, 2026Most recent push to addu390.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.