01 · Roasts
Burst-and-Ghost Developer
Weeks 3–7 of your heatmap look like you mainlined caffeine and compiled kernel drivers in your sleep. Weeks 8–20? Tumbleweeds. 463 commits/year sounds decent until you notice half the year is flatlined zeros.
Tests Are a Myth
Three repos, three codebases — zero test files that count. You wrote a full x86 code generator with register allocation in Glory and shipped it with 'UnitTest1.cs' containing one placeholder test. That's not testing, that's theater.
16-Day Kernel Driver Speedrun
frame went from zero to 27 stars in 16 days with 9 commits and no license. Congrats on the niche security clout, but 'I'll handle licensing and CI later' has the same energy as 'I'll add tests when I have time'.
C Family Monopoly
67% C, 6% C++, 2% CMake — you've basically written three dialects of the same language and called it breadth. The lone 1% of GLSL lives in a blog post, not even a real repo.
Explicitly Unmaintained at 7 Stars
Glory's README literally says 'no intentions of updating.' You shipped a compiler, wrote an ARCHITECTURE.md, a Grammar.md, a STATUS.md — and then immediately declared it a museum piece. At least put a 'Closed for Renovations' sign on the door.
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% weight38F
- Consistency20% weight40D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
82 active days
Language distribution
- C67%
- C#21%
- C++6%
- Python3%
- CMake2%
- GLSL1%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
463
Followers
29
Joined GitHub
Jul 2021
05 · Top repos
lxkast /
Glory
A C# compiler proof-of-concept built in 1 month with typed code, structured architecture, and comprehensive docs. No tests or CI; explicitly experimental and unmaintained.
lxkast /
lxkast.github.io
Personal blog built on Chirpy Jekyll theme hosting 3 detailed technical posts on kernel NMI spoofing, compiler HLS design, and VR rendering. Well-structured markdown docs with CI/CD pipeline; limited adoption (1 star) but substantive technical content.
lxkast /
frame
Early-stage Windows kernel NMI spoofing PoC with solid technical writeup, typed C++ structure, and working driver implementation but minimal project maturity (16 days old, 9 commits, no tests/CI/license).
06 · Timeline
- Jul 3, 2021Joined GitHub
- Feb 24, 2023Created Glory — The Glory programming language and compiler
- Mar 14, 2025Created frame — POC Windows kernel driver that spoofs threads for NMI callbacks on x86-64.
- Mar 29, 2025Created lxkast.github.io
- Mar 30, 2026Most recent push to lxkast.github.io
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.