01 · Roasts
The 31-Minute Architect
halflink went from `git init` to 'production-ready' in 31 minutes on Christmas Eve. That's not a URL shortener, that's a commit alibi.
9 Years, 1 Star
You've been solving Advent of Code since 2017 — 9 consecutive years of algorithmic effort — and the aoc repo has accumulated exactly 1 star. That star is probably you.
The Invisible Portfolio
Your portfolio README lists BananoPlanet (200k+ payouts), a hackathon placement, and a live domain — but somehow the GitHub profile hosting all this has 38 followers. The hype-to-audience ratio is concerning.
Quality? Never Heard of Her
Across 3 public repos, you've managed a combined total of 0 test files and 0 licenses. The aoc repo is missing a README, .gitignore, CI, tests, AND a license simultaneously. Clean sweep.
62 Commits, Zero Issues
62 commits this year and totalIssuesYear = 0. You're shipping in complete silence — no feedback, no engagement, no bug reports. Either your code is flawless or nobody's reading it.
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% weight55D
- Consistency20% weight35F
- Quality20% weight52D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
189 active days
Language distribution
- Python65%
- Java16%
- Rust7%
- HTML5%
- TypeScript4%
- JavaScript3%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
62
Followers
38
Joined GitHub
Oct 2017
05 · Top repos
0xShay /
0xShay
Portfolio/CV repository showcasing 5+ named shipped projects (Rust orderbook, Halflink, TicketChain, SupportMe, BananoPlanet) with CI enabled. Minimal repo content itself but demonstrates active shipping pattern across multiple tech stacks.
0xShay /
halflink
Freshly-minted URL shortener (10 commits in 31 min) with typed full-stack architecture: Spring Boot backend + Next.js/TypeScript frontend, working persistence layer, but minimal git history and zero ecosystem adoption.
0xShay /
aoc
Personal Advent of Code solutions collection across multiple years (2017–2025). No documentation, tests, or CI. Demonstrates problem-solving across languages (Python, Rust) but lacks project structure and reproducibility.
06 · Timeline
- Oct 28, 2017Joined GitHub
- Dec 8, 2021Created aoc — A collation of my solutions to the Advent of Code challenges! ( adventofcode.com )
- Dec 11, 2021Created 0xShay
- Dec 24, 2025Created halflink — A primitive link shortener powered by Spring Boot
- Dec 24, 2025Most recent push to 0xShay
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.