01 · Roasts
The 68% Java Monoculture
Your langPcts say Java 68%. You haven't written a language split this lopsided since Java EE was cutting-edge. One ecosystem, one domain, one comfort zone.
3 PRs in a Year
totalPRsYear = 3 and totalIssuesYear = 0. You built a whole REST framework from scratch but couldn't find time to open a single issue on anyone else's project. OSS is not a monologue.
56% Graveyard Ratio
staleRepoRatio = 0.56 — over half your repos haven't been touched in 2+ years. Your GitHub profile is equal parts portfolio and digital cemetery.
Fiber Has No License
You published Fiber to Maven Central, wrote OAuth2 DNS rebinding checks, and versioned it to v2.2.5 — but forgot to add a LICENSE file. Nobody can legally use your framework. Great framework for the void.
Bursty, Not Consistent
220 commits/year sounds okay until you look at the heatmap: weeks 1–7 are basically flatlined. You sprint, disappear, sprint again. The codebase ships; the habit doesn't.
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% weight43D
- Consistency20% weight55D
- Quality20% weight62C
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
239 active days
Language distribution
- Java68%
- JavaScript10%
- TypeScript9%
- PHP5%
- CSS3%
- HTML3%
- Other2%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
220
Followers
30
Joined GitHub
Jan 2018
05 · Top repos
w8fyz /
Architect
Architect is a lightweight Hibernate wrapper for Java 21+ with Redis caching and pub/sub. 12 stars, well-documented with README + comprehensive test suite, typed & structured codebase achieving mid-tier OSS quality.
w8fyz /
Fiber
Fiber is a typed Java 21+ REST framework with JWT auth, OAuth2, CORS, rate limiting, and sessions. Typed, documented, and has CI + tests, but lacks production adoption (4 stars) and carries no license. Represents active portfolio work with solid engineering practices.
w8fyz /
CatPower
Simple cat-fetching wrapper around TheCatAPI with localStorage favorites, deployed via Jenkins/Docker. Zero stars, minimal docs, untyped JavaScript with basic structure but no tests or organized module boundaries.
06 · Timeline
- Jan 20, 2018Joined GitHub
- Sep 13, 2024Created CatPower — A wrapper of thecatapi.com that let you favorite cats
- Nov 21, 2024Created Architect — A hibernate wrapper to simplify data persistance in Java, now multithreaded and compatible with redis cache and pub/sub!
- Apr 1, 2025Created Fiber — A lightweight Java API RESTful framework including Authentification, Authorization, oauth2, and a lot more!
- Aug 3, 2026Most recent push to Architect
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.