01 · Roasts
The README Was a Vibe, Not a Document
PhysLang's README reads in full: 'ts will be re written in rust one day.' No setup steps, no usage examples, no architecture — just a promise to rewrite something that barely exists. Bold strategy.
93% Jupyter Notebooks, 0% Tests
The entire portfolio is essentially a stack of .ipynb files. Impressive ML methodology in ML-IDS, but not a single test file exists across either repo. If the cells run, that's your CI pipeline.
20 Commits in a Year
The heatmap is more ghost town than GitHub. 20 commits across 52 weeks means you pushed code roughly once every 18 days — and most of those weeks show a flat zero.
Two Followers, One of Them Might Be You
2 followers, 2 following, 1 PR all year. The community section of your GitHub profile is doing less work than a commented-out function.
Rust Rewrite Incoming (It Is Not Incoming)
'ts will be re written in rust one day' — the PhysLang README, written in 2024. It is now 2026. PhysLang is still Python. The rust rewrite has not shipped.
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% weight25F
- Consistency20% weight20F
- Quality20% weight43D
- Depth15% weight45D
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
8 active days
Language distribution
- Jupyter Notebook93%
- Python4%
- TeX2%
- JavaScript1%
- HTML0%
- CSS0%
04 · Numbers
Owned repos
non-fork
2
Commits
last 12 months
20
Followers
2
Joined GitHub
Aug 2022
05 · Top repos
OmarHyder07 /
ML-IDS
Research notebook project exploring ML-based intrusion detection under zero-day conditions using CIC-IDS2017 dataset with XGBoost, Isolation Forest, and LOF models. Well-documented methodology with clear experimental design, but limited audience and no ongoing maintenance signals.
OmarHyder07 /
PhysLang
Physics simulation framework from natural language prompts using Flask, WebSockets, and Groq LLM. Limited adoption (0 stars), untyped Python, sparse documentation, no tests/CI, but demonstrates multi-simulation architecture with NLP integration.
06 · Timeline
- Aug 9, 2022Joined GitHub
- Sep 7, 2024Created PhysLang — Animated physics simulations from natural language prompts
- Jun 29, 2026Created ML-IDS — Notebooks for: "An Exploration of Machine Learning for zero-day detection in network Intrusion Detection Systems"
- Aug 29, 2026Most recent push to ML-IDS
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.