01 · Roasts
7 commits in a year
Your entire 2025–2026 contribution graph looks like a seismograph in a dead zone — 7 commits across 52 weeks, with 4 active cells in the heatmap. GitHub is charging you storage rent for dormant repos.
VSCodeSettings: The Repo Nobody Asked For
You committed your VSCode extensions.json to a public GitHub repo — twice, in 7 minutes — with no README and no description. Your settings deserve a folder on your hard drive, not a URL.
3.7 GB thesis, 1 star (yours?)
RobustnessPrivacyTradeoffInBNNs is a genuine 9-month research effort with HMC, differential privacy, and five datasets — and it has 1 star total. Either nobody knows it exists or the README isn't doing its job.
100% solo, 0 PRs, 1 follower
soloPct is literally 100%, totalPRsYear is 0, and you have 1 follower (possibly yourself). You're doing ML research in a hermetically sealed bunker.
CI? Never heard of her.
Not a single CI pipeline across any repo. Your BNN thesis has ablation YAML configs, grid search scripts, and five datasets — but no automated test runner. The research ships; the engineering scaffolding does not.
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% weight40D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
5 active days
Language distribution
- Python61%
- JavaScript20%
- Fluent9%
- Jupyter Notebook4%
- C++2%
- CSS1%
- Other3%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
7
Followers
1
Joined GitHub
May 2017
05 · Top repos
Mihneaghitu /
RobustnessPrivacyTradeoffInBNNs
MEng thesis repository on adversarial robustness and privacy in Bayesian Neural Networks, implemented in Python with structured multi-file layout and meaningful documentation. Focuses on HMC-based inference techniques with ablation studies and empirical results.
Mihneaghitu /
ModelGuidanceViaRobustFeatureAttribution
Research implementation for paper "Model Guidance via Robust Feature Attribution" with typed Python, structured R4/ folder, clear README, and 103 MB codebase spanning datasets, models, and experiment notebooks—but no CI/tests, recent first push (25 days ago), and 0 stars limits impact.
Mihneaghitu /
VSCodeSettings
Personal VSCode settings export with zero documentation, no meaningful code structure, only 2 commits in ~7 minutes. Contains JSON configuration dump and test files without project context or purpose.
06 · Timeline
- May 21, 2017Joined GitHub
- Jan 9, 2024Created RobustnessPrivacyTradeoffInBNNs — Repository containing code exploring the link between privacy and robustness in bayesian neural networks
- May 31, 2025Created ModelGuidanceViaRobustFeatureAttribution
- Apr 8, 2026Created VSCodeSettings
- Apr 8, 2026Most recent push to VSCodeSettings
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.