Skip to content
View btkhaled's full-sized avatar

    Block or report btkhaled

    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
    btkhaled/README.md

    Khaled Ben Taieb

    Building operating systems, computer architecture simulators, optimization engines, and AI-native software.


    Projects

    Samaris OS Mountain Lake Alpha One

    A bootable native WebOS where the desktop is a web application.

    Technologies

    • Rust
    • Linux
    • Electron
    • React
    • Local AI

    VOLT CPU

    Cycle-approximate out-of-order RISC-V CPU simulator focused on modern microarchitecture exploration.

    Highlights

    • 5.16 IPC
    • TAGE branch prediction
    • Store-to-load forwarding
    • Genetic algorithm design-space exploration

    FastData

    AI-native analytics platform for CSV and Excel datasets.

    Features

    • Conversational analytics
    • Automated insights
    • Client-side machine learning
    • Domain-specific analysis
    • Executive reporting

    NP Problems — Road to Optimums

    Research project exploring heuristic and exact approaches for NP-hard optimization problems.

    Results

    ProblemSuccess Rate
    Knapsack90%
    3-SAT100%
    TSP76%

    Overall benchmark success rate: 94.2%


    Interests

    • Operating Systems
    • Computer Architecture
    • Artificial Intelligence
    • Optimization
    • Systems Programming
    • Data Analysis

    Philosophy

    Build things that deepen understanding.

    I enjoy working across the entire software stack, from low-level systems and architecture to user-facing applications.


    Contact

    Popular repositories Loading

    1. SamarisOSMountainLake SamarisOSMountainLakePublic

      A bootable OS where the desktop is a React app. Local AI. Zero telemetry. Dual-kernel.

      Rust 6 1

    2. btkhaled btkhaledPublic

    3. NP-Problems-Road-to-optimums NP-Problems-Road-to-optimumsPublic

      Hybrid heuristic and exact solvers for 0-1 Knapsack (GA+B&B, 90%), 3-SAT (WalkSAT+GSAT, 100%), and TSP (GA+2-opt/3-opt, 76% exact). Research-grade benchmarking on Pisinger, SATLIB UF250, and TSPLIB.

      Jupyter Notebook

    4. volt-cpu volt-cpuPublic

      Cycle-approximate out-of-order RISC-V CPU simulator with TAGE branch prediction, store-to-load forwarding, and a genetic algorithm for design space exploration using real CoreMark execution.

      Rust

    5. FastData FastDataPublic

      AI-native data analysis platform with AI-style conversational interface. Upload CSV/Excel files for instant profiling, visualizations, client-side ML, domain-specific analytics, and comprehensive e…

      TypeScript