01 · Roasts
CI is the missing opcode
sFun has a 16-case CPU harness, but every scored software repository still reports no CI.
Portfolio has more glow than proof
portv2 ships WebGL stars, Three.js, and four routes, yet has 0 stars and no test suite.
Horizontal grinder
108 recent sampled commits across repositories says you build broadly; 208 yearly commits says the calendar still has blank pages.
Ray tracing toward daylight
hipRenderer has dielectric materials and recursive rays, but 0 forks means nobody else is bouncing photons through it yet.
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% weight48D
- Consistency20% weight60C
- Quality20% weight55D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
96 active days
Language distribution
- ShaderLab26%
- TypeScript24%
- C++21%
- C#11%
- Mathematica5%
- HLSL5%
- Other8%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
208
Followers
14
Joined GitHub
Aug 2024
05 · Top repos
alecocosette /
portv2
A substantial TypeScript/Next.js personal portfolio with four routes, animated galleries, WebGL stars, a Three.js character, SEO metadata, and project links, but no tests or CI and minimal README documentation.
alecocosette /
sFun
Documented C++ SNES emulator with a modular CPU opcode implementation, cartridge/bus mapping, JSON test harness, and 16 sampled test cases, but it remains an early 2-star project with incomplete PPU and interrupt functionality.
alecocosette /
hipRenderer
A documented MIT C++17 educational CPU ray tracer with spheres, Lambertian/metal/dielectric materials, recursive sampling, and PPM output; it has meaningful implementation scope but no tests, CI, or demonstrated adoption.
alecocosette /
leetcodecounter
A personal LeetCode accountability log with 31 numbered problem entries in README.md, showing consistent activity but little reusable software or adoption evidence.
alecocosette /
alecocosette
A maintained GitHub profile configuration repository with a polished README and links to sFun, GPKweb, and hipRenderer, but no source files, tests, CI, license, or measurable adoption.
06 · Timeline
- Aug 25, 2024Joined GitHub
- Aug 25, 2024Created alecocosette — Config files for my GitHub profile.
- Dec 8, 2025Created sFun — SNES Emulator
- Dec 20, 2025Created portv2 — Create portfolio for me
- May 20, 2026Created hipRenderer — Understanding GPU programming with a project
- May 23, 2026Created leetcodecounter — Every time I solve a LC problem I commit
- Sep 7, 2026Most recent push to sFun
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.