01 · Roasts
CI-Free Zone
44 public repos, not a single GitHub Actions workflow in sight. Harry has hand-crafted a CI-less kingdom where 'it works on my machine' is the only deployment pipeline.
Stars: Critically Endangered
5 total stars across 44 repos — that's 0.11 stars per repo. The RISC-V kernel, the Wasm OBDD engine, the SPI controller... all vanishing into the void of zero external awareness.
Solo Artist, 94% Edition
soloPct = 94%. Harry codes alone, ships alone, reviews alone. The 5 PRs this year were presumably a brief moment of social anxiety.
README Optional
neovim-config, verilog-spi-module, and RiscyLibc all shipped without a README. Nothing says 'trust me bro' like a kernel syscall library with zero documentation.
The C# Mystery
C# is 49% of Harry's codebase by bytes, yet not a single C# repo appeared in the top projects. There's a whole secret half-life of C# somewhere — and apparently it wants to stay secret.
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% weight65C
- Quality20% weight62C
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
224 active days
Language distribution
- C#49%
- C++14%
- CSS8%
- JavaScript6%
- C5%
- TypeScript5%
- Other13%
04 · Numbers
Owned repos
non-fork
38
Commits
last 12 months
644
Followers
12
Joined GitHub
May 2020
05 · Top repos
HarryFoster1812 /
RiscyOS
Academic RISC-V OS kernel with multitasking, FAT32, and ELF loader. Well-documented university project (COMP22111) showing solid systems understanding, but zero external adoption (0 stars/forks) limits real-world impact.
HarryFoster1812 /
portfolio-tools
A personal portfolio tools subsite built with SvelteKit featuring an interactive OBDD visualizer in TypeScript with Wasm integration, styled with Tailwind and tested via Vitest/Playwright. No license, no CI/CD.
HarryFoster1812 /
obdd-wasm-engine
Rust-based OBDD visualization engine with lexer/parser/engine architecture, typed codebase, and test coverage. Early-stage experimental project (0 stars, ~3 months old, 31 KB) implementing formal algorithm for boolean diagram construction.
HarryFoster1812 /
RiscyLibc
Early-stage RISC-V libc implementation with core syscall, memory, string, and stdio modules. Typed C code and structured layout, but no README, incomplete function implementations, missing tests/CI, and no license.
HarryFoster1812 /
verilog-spi-module
SystemVerilog SPI module coursework project for COMP22712. Functional hardware design with modular architecture (clock divider, engine, controller, interrupt handler) and testbench. No README, no tests beyond testbench stub, minimal documentation. ~88KB codebase representing a focused engineering assignment.
HarryFoster1812 /
neovim-config
Personal neovim configuration repo with minimal documentation, no tests or CI, and 6 commits over 2.5 months. 24 KB, Lua-based dotfiles with no evidence of public distribution or broader utility.
06 · Timeline
- May 31, 2020Joined GitHub
- Feb 1, 2026Created portfolio-tools — A subsite of my main portfolio site which hots a few useful tools
- Feb 1, 2026Created obdd-wasm-engine — A obdd creation engine written in rust for the purpose of visualisation
- Feb 12, 2026Created neovim-config — My own custom neovim config
- Mar 31, 2026Created verilog-spi-module — A spi module written in verilog for COMP22712
- Apr 2, 2026Created RiscyOS — A Kernel written in RISCV
- Apr 4, 2026Created RiscyLibc — A Libc implementation written for RiscyOS
- May 13, 2026Most recent push to RiscyOS
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.