01 · Roasts
HTML Supremacist
86% of your language bytes are HTML — from a Quarto blog. Strip that out and your actual programming portfolio is Python + a bit of Dart. The language pie chart is lying on your behalf.
9-Minute Architect
Both `platform` (9 minutes) and `arctictimedb` (9 minutes) were committed in the time it takes to make a coffee. You wrote architecture docs for a repo that was born and abandoned before the CI could even run.
Burst Fire, No Sustain
Weeks 1–30 of your heatmap are a graveyard; weeks 41–51 look like a hackathon. 440 commits/year sounds decent until you see they're packed into ~6 active weeks.
Test Allergic
5 out of 6 repos have HAS_TESTS=no. GutCheck heroically bucks the trend with an actual flutter_test.yml, but the rest of your portfolio is vibes-driven engineering.
Stale Repo Hoarder
41% of your 38 repos haven't been touched in 2+ years. That's 15+ repos quietly rotting. At some point the GitHub graveyard becomes a personality trait.
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% weight69C
- Depth15% weight58D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
134 active days
Language distribution
- HTML86%
- Jupyter Notebook8%
- Python2%
- Dart2%
- C0%
- PLpgSQL0%
- Other2%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
440
Followers
13
Joined GitHub
Apr 2019
05 · Top repos
FreaxMATE /
GutCheck
A well-architected Flutter digestive health tracker with sophisticated Spearman rank correlation analytics, Isar database, Riverpod state management, and cross-platform support. ~10.5 MB codebase with meaningful documentation but early-stage adoption (2 stars, created Feb 2026).
FreaxMATE /
nitor-case-competition
Competition-driven ML pipeline for European electricity price prediction using physics-informed feature engineering, trinity ensemble (LightGBM+XGBoost+CatBoost), and 4-fold chronological cross-validation. Well-documented, typed, structured codebase built in 2-day sprint with edge-case handling, bias correction, and SH
FreaxMATE /
EnergyTradingAnalysis
Day-ahead electricity price analysis toolkit with ENTSO-E integration, Holt-Winters/ML forecasting, static Bokeh dashboards, and daily automated pipelines via GitHub Actions CI.
FreaxMATE /
FreaxMATE.github.io
Personal blog/documentation site built with Quarto demonstrating scientific writing on physics and Linux topics. Properly documented with CI/CD, but minimal adoption (2 stars) and limited scope as a personal project.
FreaxMATE /
platform
Fresh (3 hrs old) multi-schema platform client composing timedb & energydb for energy asset management. Typed Python with structured layout, meaningful architecture docs, but 0 stars, no tests/CI, single burst commit; experimental proof-of-concept stage.
FreaxMATE /
arctictimedb
One-off Jupyter-based temporal database wrapper around ArcticDB with incomplete core.py implementation, 3 commits in 9 minutes, no tests or CI. Early-stage research project.
06 · Timeline
- Apr 22, 2019Joined GitHub
- Feb 2, 2023Created FreaxMATE.github.io — A little website about physics and linux
- Sep 27, 2025Created EnergyTradingAnalysis — Day‑ahead electricity price analysis and procurement optimization
- Feb 20, 2026Created nitor-case-competition
- Feb 26, 2026Created arctictimedb
- Feb 26, 2026Created GutCheck — A local-first, cross-platform diet and digestive health tracker built with Flutter.
- Apr 6, 2026Created platform
- Apr 24, 2026Most recent push to EnergyTradingAnalysis
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.