Skip to content
View Baaqar-007's full-sized avatar
🐺
Learning...
🐺
Learning...

Block or report Baaqar-007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Baaqar-007/README.md

Turning questions into software, one experiment at a time.

resume (PDF) · email

flowchart TD
    ME((Curiosity))

    ME --> SYS[Systems]
    ME --> INT[Intelligence]
    ME --> HUM[Human Understanding]

    SYS --> OS[Operating Systems]
    SYS --> DIST[Distributed Systems]
    SYS --> WEB[Web Technologies]

    INT --> IR[Information Retrieval]
    INT --> KG[Knowledge Graphs]
    INT --> ML[Machine Learning]

    HUM --> NLP[Language]
    HUM --> ACC[Accessibility]
    HUM --> RL[Learning & Behaviour]

    OS -. influences .-> NIE{{Narrative Intelligence}}
    DIST -. influences .-> NIE
    IR --> NIE
    KG --> NIE
    NLP --> NIE
    DDIA -. informs .-> NIE

    OS --> OSTEP("📁 my_ostep_projects")
    ML --> ALGOS("📁 ml_algos")
    WEB --> ATP("📁 artifact-to-pwa")
    DIST --> COMM("📁 serverless-comm")
    ACC --> DYS("📁 dyslexia-accessibility-nlp")

    DDIA("📁 ddia-notes")
    RL -. future .-> ALIEN("🚧 Alien Invasion — RL Environment")
Loading

Currently

  • ✓ Reading — Designing Data-Intensive Applications (Kleppmann)
  • ✓ Building — Narrative Intelligence Engine

"What I cannot create, I do not understand." — Richard Feynman

Pinned Loading

  1. narrative-intelligence narrative-intelligence Public

    Refining the silicon intellect's capacity for the nuanced decipherment of imaginative prose and storied worlds.

    Jupyter Notebook 1

  2. serverless-comm serverless-comm Public

    A peer-to-peer sanctuary for collective work, where WebRTC erases the server, and on-device intelligence listens, transcribes, and abstracts the spoken word.

    JavaScript 1

  3. dyslexia-accessibility-nlp dyslexia-accessibility-nlp Public

    Three neural lenses—classification, reversal, and sequence—converging to read dyslexic signs from script. A capstone vision of how lean AI might serve early detection where resources are scarcest.

    Python 3 2

  4. artifact-to-pwa artifact-to-pwa Public

    Transmutes web-born artifacts (HTML/React/JSX) and URLs into platform-native executables—bypassing build chains entirely while retaining persistent OS-level data.

    JavaScript 2

  5. my_ostep_projects my_ostep_projects Public

    A singular codebase housing the essentials of OS architecture: scheduling, memory fit, address translation, and page eviction—each algorithm laid bare.

    C 1

  6. ml_algos ml_algos Public

    A single repository housing the essential grammars of learning: supervised distinction (trees to neural nets), unsupervised pattern-discovery, and the iterative wisdom of reinforcement.

    Python 2