01 · Roasts
Password in Plain Sight
convection has PASSWORD='SWam_convection0' hardcoded in download_data.py. Congratulations — your GitHub repo is now your threat model.
One-Sprint Wonder
convection was created and last pushed in the same second on 2026-04-20. That's not a project, that's a git push and a prayer.
Zero External PRs
totalPRsYear = 0. You've built a rate-limiter, an AI note-taker, and a satellite pipeline, yet haven't filed a single PR on anyone else's code. The ecosystem is a two-way street.
Heatmap Ghost Town
Weeks 13 through 30 of your heatmap are pure zeros — a 17-week coding blackout. flux launched with a bang then flatlined within 6 days. Consistency is the feature you keep forgetting to ship.
147 Commits, 37% JavaScript
Your biggest language by bytes is JavaScript at 37%, yet your most technically impressive repo (flux) is in Python/C++. The heatmap and the language chart are telling two different stories about who you actually are.
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% weight33F
- Consistency20% weight35F
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
55 active days
Language distribution
- JavaScript37%
- Jupyter Notebook32%
- Fluent21%
- Python3%
- TypeScript2%
- CSS2%
- Other3%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
147
Followers
10
Joined GitHub
Jan 2023
05 · Top repos
Swam244 /
flux
A specialized rate-limiter library with C++ core (GCRA, token bucket, leaky bucket, fixed window), Redis state, multi-framework adapters (Django/FastAPI/Flask), and real-time analytics. 3 stars, 5 days old, but well-structured with docs and tests.
Swam244 /
noteify
Early-stage intelligent note-taking browser extension (2 stars, 9 days old). Integrates Notion with AI categorization via FastAPI backend. Typed Python backend with structured DB models, but lacks tests, CI, and production maturity despite non-trivial scope.
Swam244 /
convection
One-shot satellite data processing dump with hardcoded paths, credentials in source, no tests/CI/docs, minimal architectural scope. Shows domain knowledge but lacks professional structure for production use.
06 · Timeline
- Jan 21, 2023Joined GitHub
- Jun 12, 2025Created noteify — Noteify : Intelligent Note maker
- Jan 1, 2026Created flux — High-performance Python rate limiter for Django, FastAPI, and Flask using Redis and Lua
- Apr 20, 2026Created convection
- Apr 20, 2026Most recent push to convection
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.