Skip to content
View Adelagric's full-sized avatar

Block or report Adelagric

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.

Content in all repositories owned by your account will be closed.
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
Adelagric/README.md

Adel Kaleche

I write Rust and hunt silent failures: the kind where a program returns a plausible answer and nothing tells you it's wrong.

Building

  • vivacitycomposer install and composer update, reimplemented in Rust. Same composer.json in, same vendor/ and lock file out as Composer, byte for byte. No PHP needed.
  • ocs-rs — exact, matrix-free solver for optimum contribution selection in breeding programs. It never forms the dense relationship matrix, so it runs at population sizes where the reference tool can't.
  • vector-router — gRPC middleware that rejects NaN, Inf and out-of-range vectors before they reach a vector database.

Upstream

Most of my time goes into other people's code. The bugs I keep finding fall into three buckets:

  • Data dropped without an error. Vector's file source on stale checkpoints, mem0 on partial embedding failures, conda leaving half-created environments on disk.
  • Corrupt state accepted as valid. NaN vectors in Qdrant and Weaviate, checkpoints published without fsync in rostam.
  • Tools that drift from their reference. OpenFisca simulation clones sharing state, Rector dropping imports it still needs, Composer failing instead of explaining a security block.

Merged in rust-bio, conda, rostam. Open in ClickHouse, Vector, Composer, Rector, OpenFisca, Qdrant, Weaviate, varlociraptor.

How I work

Reproduce first. Every issue I open ships with a standalone reproduction, every fix with a test that fails without it.

Lately drifting toward bioinformatics: varlociraptor, rust-bio, the dna-seq-varlociraptor workflow.

kaleche.dev

Pinned Loading

  1. vivacity vivacity Public

    Fast, Composer-compatible installer for PHP, written in Rust

    C 19 1

  2. ocs-rs ocs-rs Public

    Exact, matrix-free, support-first solver for genomic optimum contribution selection (OCS), in Rust

    Rust

  3. vector-router vector-router Public

    Trust layer between AI agents and vector databases. Rust gRPC middleware that validates, normalizes and routes embeddings before they corrupt enterprise memory. Apache 2.0.

    Rust 1 1

  4. moment-scale-law moment-scale-law Public

    Python