01 · Roasts
README? Never Heard of It
Your profile repo README is literally just 'IEEE' — three capital letters floating in a void. That's not a bio, that's a cry for help.
Commit Amnesia (Weeks 12–28)
You went almost completely dark for 17 weeks straight mid-year. The heatmap looks like a heartbeat monitor flatlining before a dramatic comeback in Q4.
Tests? Only Sometimes
anti-procrastinator gets a gold star for 37 Go tests. ProtossPAKEBench — a *cryptographic protocol* repo — has zero automated tests. One of these is not like the other.
CI Is Not a Myth
0 out of 3 repos have CI. You're writing Go services, Rust crypto, and multi-platform apps and just… trusting the vibes. That's brave.
One-Day Sprint Energy
anti-procrastinator was created and last pushed on the same day: 2026-04-10. A Windows service + watchdog + Android app + Python UI, all in a single commit window. Either you time-traveled or you didn't sleep.
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% weight36F
- Consistency20% weight35F
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
152 active days
Language distribution
- Python37%
- C#31%
- TypeScript13%
- C++5%
- Go3%
- HTML3%
- Other8%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
208
Followers
21
Joined GitHub
Apr 2023
05 · Top repos
BurakKTopal /
anti-procrastinator
Minimal anti-procrastination blocker (Windows service + UI, Android app) with rigorous test suite (37 Go tests covering hosts file safety, HMAC tampering, DoH endpoints) but brand-new, unlicensed, no CI/adoption. Typed Go + structured multi-file layout clears quality baseline despite single-day commit window.
BurakKTopal /
ProtossPAKEBench
Multi-language PAKE protocol implementation (C, C++, Rust, Python) of Protoss with benchmarking suite and CPace comparison. Typed, documented, structured across 5 sub-projects with working prototypical code but no automated testing infrastructure.
BurakKTopal /
BurakKTopal
GitHub profile configuration repository with minimal content. README contains only a three-letter acronym (IEEE) with no explanation. No tests, CI, license, or gitignore. 413KB total size with no sampled source files indicates mostly metadata/config files.
06 · Timeline
- Apr 25, 2023Joined GitHub
- May 12, 2024Created BurakKTopal — Config files for my GitHub profile.
- Jun 15, 2025Created ProtossPAKEBench — Implementation of symmetric PAKE protoss in C++, Rust and Python together with CPACE comparison and benchmarks.
- Apr 10, 2026Created anti-procrastinator — App and Desktop app to prevent you wasting your time on the Web.
- Apr 10, 2026Most recent push to anti-procrastinator
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.