Skip to content
View KS-AO-HUB's full-sized avatar

Block or report KS-AO-HUB

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

Popular repositories Loading

  1. Kemono-Image-Expander Kemono-Image-Expander Public

    A browser extension that automatically expand images on Kemono post pages but doesn't throttle you by doing so in the user pages.

    JavaScript 4 1

  2. Celebrity-LoRAs Celebrity-LoRAs Public

  3. lora-epoch-confound-study lora-epoch-confound-study Public

    Controlled LoRA training study showing CLIP identity is driven by epoch count (training exposure), not dataset size or batch size.

    Jupyter Notebook

  4. Cache-Hierarchy-Sensitivity-Bottleneck Cache-Hierarchy-Sensitivity-Bottleneck Public

    Microarchitectural bottleneck attribution study using gem5's O3CPU model. Combines parameter sweeps, CPI decomposition, and working-set scaling to isolate L2 capacity as the dominant limiter for de…

    TeX

  5. catalan-multithreading catalan-multithreading Public

    Parallel Catalan number calculator built in C with POSIX threads. Demonstrates dependency-driven thread coordination using mutexes and condition variable broadcast, plus parallel reduction via work…

    C